Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] no I-build, still plan to move to Eclipse M5




Just so everyone hears the same thing, since Naci hasn't commented on the failure of this week's I- (re) build, I can only assume
that cable across the Black Sea has been cut :)

Those are easier to fix :-).  We missed the build because I was too sleepy to track the problem. Unfortunately, the build fails due to a config problem.  It happend during the build of ws builds.  I guess the custom postbuild packaging scripts are not 100% yet. During the build of wsexplorer.war, the base folder is not set properly so it looks for it in the wrong place.

in releng

<target name="postBuild">
        <ant antfile="${buildDirectory}/plugins/org.eclipse.jst.ws.explorer/build-war.xml">
                <property name="baseLocation" value="${baseLocation}"/>
                <property name="buildDirectory" value="${buildDirectory}"/>
        </ant>
</target>

But for the build-war.xml to work properly, it needs to know where the plugin is.  The baseLocation in buildAll.xml is is
.eclipse/plugins/org.eclipse.pde.build_3.1.0/scripts  not the plugin. 

I any case I am working on it to create a build for M5 today.


    [java]      [copy] Copying 2 files to /home/eteration/build-home/build-current/workdir/plugins/org.eclipse.wst.xml.validation/jars

     [java] grabjarsxml:

     [java] copyJars:

     [java] copyJars2:

     [java] copyJars3:
     [java]      [copy] Copying 9 files to /home/eteration/build-home/build-curr
ent/workdir/plugins/org.eclipse.wst.ws.apache.axis/lib

     [java] copyJars:

     [java] copyJars2:

     [java] copyJars3:
     [java]      [copy] Copying 3 files to /home/eteration/build-home/build-curr
ent/workdir/plugins/org.eclipse.wst.ws.apache.soap/lib

     [java] copyJars:

     [java] copyJars2:

     [java] copyJars3:
     [java]      [copy] Copying 1 file to /home/eteration/build-home/build-curre
nt/workdir/plugins/org.eclipse.wst.ws.apache.wsil/lib

     [java] copyJars:

     [java] copyJars2:

     [java] copyJars3:
     [java]      [copy] Copying 1 file to /home/eteration/build-home/build-curre
nt/workdir/plugins/org.eclipse.wst.ws.uddi4j/lib
     [java]      [copy] Copying 2 files to /home/eteration/build-home/build-curr
ent/workdir/plugins/org.eclipse.wst.wsdl/lib

     [java] postBuild:

     [java] postBuild:

     [java] build.wars:

     [java] wsexplorer.war:

     [java] BUILD FAILED
     [java] /home/eteration/build-home/cruise/checkout/wtp-I/org.eclipse.wtp.rel
eng/buildAll.xml:77: Following error occured while executing this line
     [java] /home/eteration/build-home/cruise/checkout/wtp-I/org.eclipse.wtp.rel
eng/buildAll.xml:82: Following error occured while executing this line
     [java] /home/eteration/build-home/cruise/checkout/wtp-I/org.eclipse.wtp.rel
eng/buildAll.xml:123: Following error occured while executing this line
     [java] /home/eteration/build-home/cruise/checkout/wtp-I/org.eclipse.wtp.rel
eng/build.xml:22: Following error occured while executing this line
     [java] /home/eteration/build-home/build-current/eclipse/plugins/org.eclipse
.pde.build_3.1.0/scripts/build.xml:25: Following error occured while executing t
his line
     [java] /home/eteration/build-home/build-current/eclipse/plugins/org.eclipse
.pde.build_3.1.0/scripts/build.xml:98: Following error occured while executing t
his line
     [java] /home/eteration/build-home/cruise/checkout/wtp-I/org.eclipse.wtp.rel
eng/jst/customTargets.xml:140: Following error occured while executing this line
     [java] /home/eteration/build-home/build-current/workdir/plugins/org.eclipse
.jst.ws.explorer/build-war.xml:13: Following error occured while executing this
line
     [java] /home/eteration/build-home/build-current/workdir/plugins/org.eclipse
.jst.ws.explorer/build-war.xml:5: /home/eteration/build-home/build-current/eclip
se/plugins/org.eclipse.pde.build_3.1.0/scripts/wsexplorer not found.

     [java] Total time: 37 minutes 51 seconds




But seriously, I'll declare this week's official I-build null and void, but, since the nightly builds seem fine (and "local" I-builds seem fine),
I recommend we still plan to move up to final Eclipse M5 "this weekend" and still target a new I-build on Monday to start testing with.

And remember, for stability, please only release fixes for serious problems, test well, do local builds, etc.

Thanks.

Naci Dai,
Managing Director

eteration a.s.
Inonu cad. Sumer sok. Zitas D1-15
Kozyatagi, Istanbul 81090
+90 (532) 573 7783 (cell)
+90 (216) 361 5434 (phone)
+90 (216) 361 2034 (fax)
http://www.eteration.com
mailto:nacidai@xxxxxxx
mailto:naci@xxxxxxxxxxxxx


Back to the top