Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Please give it a try -> WTP Bach Build instructions


Thank you for trying Naci.

I've updated the wiki page with your suggestions.  As well as to comment out a line in the ant.sh file,  let me know if you can get further into the build  Thanks!

Regards,

Helen Zhang
Release Engineer, Project Manager
Rational Architecture Management Project Management Office
Eclipse Webtools Platform (WTP)

IBM Toronto Software Lab | 8200 Warden Ave. | Markham | L6G 1C7
Email: hjzhang@xxxxxxxxxx | Phone: 905-413-3443 | T/L: 969-3443



Naci Dai <naci.dai@xxxxxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

02/12/2008 09:46 AM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [wtp-dev] Please give it a try -> WTP Bach Build instructions





Hi Helen,

Thank you for documenting the build.  I tried your instructions on a SUSE Linux 10.1. Here is as far as I could get I took some notes.  I will try more and report :-)

-------------


Just a personal preference - But I think it would be better to call it local builds as opposed to batch builds

Step 1)  Do I need JDK 1.5 or 1.4?   It would be good to clarify why they are both needed.
              It would be better to say 2.0.x stream requires...

Step 2)  The instructions assume that the build machine is a linux box. I think it would be quite hard ro run it elsewhere.  It would be good to make a note of that and maybe provide pointers for people who would like to try to build it on windows (i.e get cvs, unzip etc, put it on your path etc.)  Of course they will have to convert all the shell scripts.

Step 3) Checkout  failed as described on the wiki

cvs [export aborted]: absolute pathnames invalid for server (specified `/home/ndai/wtp-build

needed to use a relative path:

cd /home/ndai/wtp-build
 cvs -Q -f -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools export -d ./releng.control -r HEAD webtools.releng/releng.control


Step 4)  I did copy the localBuild files to ../local-props made the mods  - I was under the impression that I needed to copy commonVariations.shsource but I realized later it was not the case.


Step 5) ant.sh is not executable when you export from cvs, need to make it executable (chmod +x)

And running the command caused an error message:

./ant.sh: line 17: commonVariations.shsource: No such file or directory

Checking the file, I defined the environment variable RELENG_CONTROL and got a little further but ended with other error messages  (primarily complaining about Xvfb - and Java Home

ndai@killbill:~/wtp-build/releng.control> ./ant.sh –f cc_project_build.xml –Dprojectname=wtp-R3.0-I
~/wtp-build/releng.control ~/wtp-build/releng.control

    Project Home: /home/ndai/wtp-build/releng.control
    Build Home: /home/ndai/wtp-build
    DISPLAY: 127.0.0.1:1.0

    JAVA_4_HOME: /usr/lib/jvm/java-1_4_2-sun-1.4.2.16


    JAVA_5_HOME: /usr/java/jdk1.5.0_14


    ANT_HOME: /home/ndai/dev/apache-ant-1.7.0/

    PATH: /home/ndai/dev/apache-ant-1.7.0//bin:/usr/java/jdk1.5.0_14/bin:/home/ndai/dev/apache-maven-2.0.8/bin:/home/ndai/dev/apache-ant-1.7.0/bin:/opt/ibm/db2/V9.5/bin:/usr/local/pgsql/bin:/home/ndai/dev/apache-maven-2.0.8/bin:/home/ndai/dev/apache-maven-2.0.8/bin:/home/ndai/dev/apache-ant-1.7.0/bin:/opt/ibm/db2/V9.5/bin:/usr/local/pgsql/bin:/home/ndai/dev/apache-maven-2.0.8/bin:/home/ndai/dev/apache-maven-2.0.8/bin:/home/ndai/dev/apache-ant-1.7.0/bin:/opt/ibm/db2/V9.5/bin:/home/ndai/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/novell/iprint/bin

    BASEOS: linux
    BASEWS: gtk
    BASEARCH: x86

    LOCAL_BUILD_PROPERTIES_DIR: /home/ndai/wtp-build/localprops

    remember to check that X virtual frame buffer is running for headless JUnit testing
ndai     23597 23585  0 14:27 pts/0    00:00:00 grep Xvfb

~/wtp-build/releng.control
: command not found
Error: JAVA_HOME is not defined correctly.
/bin/javaot execute /usr/lib/jvm/java-1_4_2-sun-1.4.2.16


Hi there,

Here's some instructions on how to setup a WTP batch build locally. Please
give it a try and see if these instructions work on your local box, and
any feedback is welcome (feel free to make updates on the wiki directly).
Please post questions on wtp-releng for any clarifications.  Thank you!

http://wiki.eclipse.org/WTP_Batch_Build


Regards,
Helen Zhang
Release Engineer, Project Manager
Rational Architecture Management Project Management Office
Eclipse Webtools Platform (WTP)
IBM Toronto Software Lab | 8200 Warden Ave. | Markham | L6G 1C7
Email:
hjzhang@xxxxxxxxxx | Phone: 905-413-3443 | T/L: 969-3443
 




_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev
 

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top