Building java project from CVS

Hi, I am new to ANT and java builds. This is what I want to do. I have two projects, Proj1 and Proj2. Proj1 is on HEAD branch in CVS and Proj2 is on TREE branch on CVS. I want to be able to build TREE branch but it should pull PROJ1 from HEAD branch.
Any idea if CVS or ANT gives an option to build a jar from TREE branch and if a project is not found on TREE branch, it will go looking for it on HEAD branch?
Thank you.

Thanks, Georgemc. Let me clarify it.
I have PROJ1 and PROJ2 on HEAD branch which are production version.
PROJ1 is architecture code which I always want to get from HEAD branch.
I have a release project which I am working on and have created a branch named TREE for PROJ2. Now when I do a build with a tag TREE, PROJ1 doesn't exist on TREE branch and it fails saying project not found for PROJ1. What I want to find out if there is an option that I can put in ANT script or CVS so that it will go to HEAD branch automatically in case a project is not found in TREE branch.
I know it can be hard-coded but I wanted to find out if CVS or ANT gives that option.

Similar Messages

  • XJC Tool - For building Java classes from Schema

    Hi all,
    I am using XJC tool for Building java classes from Schema.
    Can we have any other tool for generating java classes from Schema?
    Thanks in advance,
    typurohit

    Solved my own problem and forgot to post the answer: the "xsd:import" is also considered as a targetNamespace, so each xsd:import needs a package specified as well when using oracg. It would be helpful if the Oracle documentation had stated that, but it does not point this out.

  • NW DS - deleting project from CVS

    Hallo,
    I got a question. It's possible to remove shared project from CVS repository? How can I do that? And what about deleting specific files? Thanks for any help.
    Best regards,
    J. Motl

    Hi Josef,
    I only administer cvsnt, so I can explain it for Linux only very roughly... Deleting projects under a repository as well es single files should be done by just deleting the dir tree / the file.
    For deleting a repository first you have to "delete" it via CVS Service Control Panel (so delete the connection between CVS and a certain dir as repository so far) and aftwerwards delete the dir tree on the file system.
    For CVS stores the version info within the file ("*.ext,v"), deleting this deletes also the version info.
    Hope it helps
    Detlev

  • Imported project from CVS not working.

    Hi all,
    I am experiencing a weird problem with the use of CVS.
    I am a new user of CVS, i installed a cvs server and i am trying to test its functionnalities within JDEV so that i can explain to the team i am working with how to use and benefit from it use.
    But right now i have a hard time using it. I imported the project to CVS using the command line and then i checked it out using jdev. the problem is that when i compile i get an error on every jspx page the error is a java.lang.IllegalArgumentException for the following lines in the source of the jspx :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces">
    Also the the design view of the page is in designer mode and not in normal edit mode.(i only see embedded boxes one inside the other)
    I did a test i took the project from the folder that i used to import it to cvs and this version is working perfectly no errors at all.
    What could be the cause of this problem.
    I am using jdev 10.1.3.3 with cvs version: 1.11.17
    If further information is needed just ask me!
    Any help will be appreciated
    and thank you for your time
    Regards,
    Carl

    Hi all and thx for your time,
    I did some more extensive testing and i actually got it to work on a redhat machine. But i tried on 2 different windows machine and it does not want to work!!! But as i said from the redhat machine it worked right out of the box!!!
    On the windows machines i tried the jdev native cvs client and i also tried to install a newer version of cvsnt and i specified the path in my project unsuccesfully. I am running out of tests to try... Could it have to do with file permissions since the server is on a redhat machine and i try to import into windows!!! (i dont think this is even an issue but i am ready to consider every options)
    Thanks again for your time and involvement.
    Regards,
    Carl

  • Build Java Project

    Hi,
    I am currently using Eclipse. Everytime when something has been changes, the Eclipse I used has been set to automatically build the project.
    But somehow I am having a problem. Everytime when it rebuild, not all the files from my conf folder is transfer to the bin folder. All the xml file is not transfer there resulting to failure in launching the program properly. All other folders and files can be transfer. Only the xml file is not transfer.
    Before this I will manually transfer the xml file from the conf folder to the bin folder, but this is getting annoying. Can anyone help me with this? Is it my settings problem, I tried on another pc and its fine
    thanks

    So your suspicion is that there's some configuration problem in your Eclipse setup? That's what it sounds like to me, anyway. You might consider asking that question in an Eclipse forum rather than a Java Programming forum, especially as remote diagnosis of configuration problems is very difficult to do. Best to ask in a relevant forum.

  • Build OSB Project from SVN

    Hi,
    I have my OSB workspace project checked-in in SVN. I want to build the same project after checked out from SVN.
    Please help me how to do this.

    In OEPE, try create an OSB Configuration project first.
    Then do Import/SVN/Checkout project from SVN to pull your project into the workspace.
    Drag the project into you OSB Configuration project and you can then build it.

  • Could someone help me build gstreamer-bad from cvs?

    I'm using Exaile as my music player and I would really appreciate if the equalizer worked.
    The problem is that it needs gstreamer-bad cvs and I'm not good enough in linux to make it myself...
    So if somebody would like help me create a script that could this automatically that would be great and maybe someone else will have use for it.
    I've tried before and got help back then to and this is as far as I and that person (on from the forum) came:
    # $Id: PKGBUILD,v 1.4 2006/12/30 22:31:21 jgc Exp $
    # Maintainer: Jan de Groot <[email protected]>
    pkgname=gstreamer0.10-bad
    pkgver=0.10.4
    pkgrel=1
    pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
    arch=(i686 x86_64)
    depends=('gcc' 'gstreamer0.10-alsa>=0.10.11' 'mesa')
    makedepends=('intltool' 'pkgconfig')
    url="http://gstreamer.freedesktop.org/"
    groups=('gstreamer0.10-plugins')
    _relname=gst-plugins-bad
    source=(badconf)
    md5sums=()
    build() {
    cd ${startdir}/src
    msg "CVS Checkout Starting..."
    cvs -d:pserver:[email protected]:/cvs/gstreamer co gst-plugins-bad
    msg "CVS Checkout Done, or server error..."
    cd gst-plugins-bad
    . ${startdir}/src/badconf
    rm -f ${startdir}/pkg/usr/lib/gstreamer-0.10/*.{,l}a
    The problem with this is that it doesn't put the files in the /pkg folder... I don't know why...
    This is the output that i get:
    cc1: warnings being treated as errors
    deinterleave.c: In function 'gst_deinterleave_process':
    deinterleave.c:226: warning: 'ret' may be used uninitialized in this function
    make[3]: *** [libgstinterleave_la-deinterleave.lo] Error 1
    make[3]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst/interleave'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/rob/bad/src/gst-plugins-bad'
    make: *** [all] Error 2
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Generating .PKGINFO file...
    ==> WARNING: Please add a license line to your PKGBUILD!
    example for GPL'ed software: license=('GPL').
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> ERROR: Failed to create package file.
    EDIT: Yeah also the badconf file is needed... It can be found here: http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT
    Last edited by Izuil (2007-05-21 18:58:06)

    I'm not quite sure, but I think that equalizer will work only with svn gstreamer core. You might want to try rebuilding both of them

  • Java Project from existing Maven buildfile

    Hello. Is there a way where I can import existing Maven build file using my Eclipse EE or in NetBeans as a new project? Thanks.

    Benedict.Aluan wrote:
    georgemc wrote:
    Benedict.Aluan wrote:
    georgemc wrote:
    Yep. Run this against your root POM, it'll generate all the Eclipse-specific metadata for your project, so you can use "import existing projects"
    mvn eclipse:eclipseDon't know about NetBeans but I expect there is a similar plugin
    mvn netbeans:netbeanswould be a good guessHehe, sorry. I become interested with the NetBeans since theres no other configuration needed. just install the plugin and that's it.Furry muff! Bit of an arbitrary way to choose an IDE, though. Anyways, the Eclipse goal for Maven always works for me. No tiresome importing of dependencies, no downloading third-party plugins, nothing. Just run mvn eclipse:eclipse and it works. SimpleWhere I'm going to run that "mvn eclipse:eclipse"? Same place you run any other Maven goals. A command-line, where the root pom.xml of your project is
    Out of topic question: Can I create my class diagram in Eclipse? Or if you know any third party softwares to do that with relationship detector? ThanksThere are tools to do it, yeh. Don't know what they are though

  • Building Ant to fetch code from CVS and deploy

    hello,
    I hope I am posting to the correct forum.
    I am now in a thinking box, where I need to be able to write an Ant script to be able to pull out code from my CVS (tortoise SVN) make it into a jar and then deploy it into the server. I have written very basic ant scripts so far. 1) Is this possible 2) Any help and pointers in this direction would be highly appreciated.
    thanks

    Are you trying to pull the project from CVS or just a couple
    of files that you want to include into your project? Also what
    error message are you getting?

  • What are the steps to migrate j2ee project from version 1.4 to 1.6

    Hi All,
    What are the steps to migrate java project from version1.4 to 1.6 and weblogic 9 to 12c.
    Currently my application(java version1.4) is running on weblogic 9, i want to migrate it to weblogic 12c, what are the major steps i have to follow.
    Please anyone of you help me as soon as possible.
    Thanks,
    Yugandhar.G

    Hi Jeet,
    The following are the logs for exception.
    <Dec 13, 2012 12:04:52 PM CST> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 0:0:0:0:0:0:0:1:52,370 during the configured idle timeout of 5 seconds.>
    <Dec 13, 2012 12:07:14 PM CST> <Warning> <Deployer> <BEA-149251> <Operation Remove failed for application "tcs". Error: java.lang.NullPointerException
    java.lang.NullPointerException
         at weblogic.servlet.internal.WebAppModule.remove(WebAppModule.java:851)
         at weblogic.application.internal.flow.ModuleStateDriver$4.previous(ModuleStateDriver.java:236)
         at weblogic.application.internal.flow.ModuleStateDriver$4.previous(ModuleStateDriver.java:223)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
         at weblogic.servlet.internal.WebAppModule.remove(WebAppModule.java:851)
         at weblogic.application.internal.flow.ModuleStateDriver$4.previous(ModuleStateDriver.java:236)
         at weblogic.application.internal.flow.ModuleStateDriver$4.previous(ModuleStateDriver.java:223)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
         Truncated. see log file for complete stacktrace
    >
    <Dec 13, 2012 12:07:14 PM CST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID "1355371555961" for task "1". Error is: "java.lang.ArrayIndexOutOfBoundsException: 8"
    java.lang.ArrayIndexOutOfBoundsException: 8
         at com.bea.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at weblogic.application.utils.annotation.ClassInfoImpl.<init>(ClassInfoImpl.java:44)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.polulateOneClassInfo(ClassfinderClassInfos.java:145)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ArrayIndexOutOfBoundsException: 8
         at com.bea.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at weblogic.application.utils.annotation.ClassInfoImpl.<init>(ClassInfoImpl.java:44)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.polulateOneClassInfo(ClassfinderClassInfos.java:145)
         Truncated. see log file for complete stacktrace
    >
    <Dec 13, 2012 12:07:14 PM CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application "tcs".>
    <Dec 13, 2012 12:07:14 PM CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    java.lang.ArrayIndexOutOfBoundsException: 8
         at com.bea.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at weblogic.application.utils.annotation.ClassInfoImpl.<init>(ClassInfoImpl.java:44)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.polulateOneClassInfo(ClassfinderClassInfos.java:145)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ArrayIndexOutOfBoundsException: 8
         at com.bea.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at weblogic.application.utils.annotation.ClassInfoImpl.<init>(ClassInfoImpl.java:44)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.polulateOneClassInfo(ClassfinderClassInfos.java:145)
         Truncated. see log file for complete stacktrace
    >
    <Dec 13, 2012 12:07:17 PM CST> <Error> <Console> <BEA-240003> <Administration Console encountered the following error: weblogic.application.WrappedDeploymentException: 8
         at com.bea.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at com.bea.objectweb.asm.ClassReader.<init>(Unknown Source)
         at weblogic.application.utils.annotation.ClassInfoImpl.<init>(ClassInfoImpl.java:44)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.polulateOneClassInfo(ClassfinderClassInfos.java:145)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.populateClassInfos(ClassfinderClassInfos.java:137)
         at weblogic.application.utils.annotation.ClassfinderClassInfos.<init>(ClassfinderClassInfos.java:28)
         at weblogic.application.utils.annotation.AnnotationMappingsImpl.loadAnnotatedClasses(AnnotationMappingsImpl.java:69)
         at weblogic.application.internal.ApplicationContextImpl.processAnnotationMappings(ApplicationContextImpl.java:985)
         at weblogic.application.internal.ApplicationContextImpl.getAnnotatedClasses(ApplicationContextImpl.java:1010)
         at weblogic.j2ee.managedbean.ManagedBeanModuleExtensionFactory.create(ManagedBeanModuleExtensionFactory.java:43)
         at weblogic.servlet.internal.WebAppModule.initModuleExtensions(WebAppModule.java:562)
         at weblogic.servlet.internal.WebAppModule.init(WebAppModule.java:271)
         at weblogic.servlet.internal.WebAppModule.init(WebAppModule.java:636)
         at weblogic.application.internal.flow.ScopedModuleDriver.init(ScopedModuleDriver.java:162)
         at weblogic.application.internal.ExtensibleModuleWrapper.init(ExtensibleModuleWrapper.java:74)
         at weblogic.application.internal.flow.ModuleListenerInvoker.init(ModuleListenerInvoker.java:84)
         at weblogic.application.internal.flow.InitModulesFlow.initModule(InitModulesFlow.java:312)
         at weblogic.application.internal.flow.InitModulesFlow.initModules(InitModulesFlow.java:325)
         at weblogic.application.internal.flow.InitModulesFlow.prepare(InitModulesFlow.java:378)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:706)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:35)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:237)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:61)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:96)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:229)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

  • Can we convert/build air project to executable project ?

    Hi All
         Thanks For Watching my Question!!!!!!!!!!!!
        I build my project from Flash Builder 4.5. and i got AIR extension File after building process. but now i want to make One .exe file from Air extensioned which is generated after building process OR from source file before building process. If any one have Solution then Plz help me.

    There is a link to how I did that many moons ago.
    Key thing is to backup at every stage, and some more.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Create a Project From an Applicatio​n

    I currently have a LabVIEW Realtime application (executable) running on a test system which interacts with a Compact-RIO  chassis (FPGA).  Unfortunately the project that was used to create all of this is now missing and the original designer is no longer with the company.  Is there any way for me to "reverse build" a project from this application? 
    Basically i want to do the following:
    1) make sure that the application is backed up correctly in case it ever needs to be restored in the future.  If the computer or compact-RIO chassis ever dies, I will want to restore things to how they are now.
    2)I also want to potentially change some things in the current application.  Is there a way for me to do this without having the original project? 
    Hoping for some quick/easy responses on this ::fingers crossed::
    Thanks!

    1) Any configuration files, support directories, etc. that the appliation needs.
    2) I would backup the bit file.
    3) Only if they named the project and executables the same.
    I would recommend looking at the Replication and Deployment utility for making an image of your cRIO and backing it up.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Export Project from Eclipse..?

    Hi All,
    How to export a Java Project from Eclipse including CLASSPATH libraries and that are in CONFIGPATH.. without missing..?
    Thanks,
    Vishnu

    As already suggested, you can export the entire Eclipse project as an archive like zip/tar, copy the archive to other system, extract and import it as an existing project into Eclipse on that system.
    Now to export an entire Eclipse project into an archive file, you can use File -> Export and select "Archive File" (under category "General") from the list of options and select the project you would like to export. It will create the archive of your project's filesystem including classpath and buildpath entries. You would have to ensure that all the classpath and buildpath entries, ATG Root etc. are valid on the system where you import it or you can update them manually if required.

  • UML modeling by reverse-engineering a JAVA project

    I can't seem to get over a basic hurdle to get started with UML modeling. I open an existing JAVA project. I then start a new project and choose "UML" and "-Platform model by reverse-engineering a JAVA project". Next I give the UML project a name and try to open my existing JAVA project. But the wizard does not show any project!
    Appreciate your help.
    Phil

    UML in JSE8 can reverse engineer all 4 built-in types of Java project defined in IDE. To prove that, I just downloaded apache ant source 1.6.5 from http://ant.apache.org/srcdownload.cgi and successfully reverse engineered it with JSE8.
    If you have a project with existing ant script , it's extremely easy, you absolutely don't need to hand-create a java project from scratch to specify source, library dependency etc. Just follow the wizard "create a Java project with existing ant script" to specify your Java project location, the ant script location, and * don't forget * to specify the source location. Any project without source folder specified is not considered a valid candidate for Reverse Engineer, and you won't see it listed under the project chooser in UML wizard when trying to associate the current UML project with a Java project. Please right click to bring up your source project properties to verify if you have source package folder correctly spelled out.
    It IS a supported feature, do let us know if you still have troubles to RE your project.

  • Bug?  JDev Doesn't Remove From CVS

    Has anyone had any problems removing from cvs? I'll remove a view object from cvs, and then erase from disk. I then go out and check the file system where the cvs repository resides and these files still exist. When I do a full checkout into a new workspace these files show up in the project again. Is this a bug?
    -Brian

    hi,
    i am having the same problem when removing a file via cvs. i did removing as follows:
    removing the file via 'Versioning - Remove...'.
    the messages log shows the proper cvs command 'cvs remove -lf filename'
    the 'uncommitted files' view shows the file with status 'scheduled for removal' but the file is not selectable and all commit buttons remain disabled.
    after pressing 'save all' the file disapears from the uncommitted files view.
    now the project file appears in the uncommitted files view with status modified and the 'commit all' button is enabled (but in the Versioning menu the 'commit...' entry is still disabled).
    pressing 'commit all' now does not remove the file from the cvs repository.
    after updating the project from cvs shows the previously removed file again with status 'scheduled for removal'
    jdev version: 9.0.5.2
    os: Windows XP sp1
    cvs client: cvsnt 2.0.41a
    i have tested the removal via cvs command line and it worked as expected.
    i hope this description can help to reproduce the problem.
    regards
    robert

Maybe you are looking for

  • Problem with Java after Software Update to 10.5.7

    Hi, I am facing problem with Java after having run Software upgrades. Here is the whole story. I recently moved to iMac 10.5.6 from PowerPc 10.4. On this new machine I was having problem running a 3rd party application, which requires JVM. As this ap

  • Break Order overriding my ORDER BY clause

    Hi Experts, I have created a report in Oracle 6i where I am getting the ORDER BY clause at runtime. And in the datamodel query, I am using a lexical parameter to say, order by the column selected in the parameter. The problem am facing is, at runtime

  • Printing Contact List

    I contacted Apple Support in the Chat, and they could not answer my question. How do I print a hard copy of my Contact List?

  • Script-perform in prog

    In form i have given   PERFORM form in PROGRAM prog                               using &EKPO-BRTWR&                               changing &GV_NETPR&                               endperform in prog                form prog TABLES in_par STRUCTURE i

  • How to reformat macbook pro 13 inch mid 2010

    Hello Everyone, can someone help me please. My laptop is too slow now and i want to reformat my Macbook Pro 13 inch mid 2010 (software: Mac OS X Lion 10.7.5) Everytime i insert installation disc,it says cannot use this software to this version. Pleas