Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] 7770 trunk build failure on ToLower.java Task

Verified eclipselink.dbws.test\build.xml
   from
<property name="custom.tasks.lib" value="${dbws_test.build.location}/buildsystem/ant_customizations.jar"/>
   to
<property name="custom.tasks.lib" value="../../buildsystem/ant_customizations.jar"/>

BUILD SUCCESSFUL
Total time: 1 minute 47 seconds
   /michael

Michael O'Brien wrote:
Developers,
Here is a temporary fix until the real missing task issue is resolved (essentially disabling the DBWS compile for now in build.xml for Trunk).
   This will let
>ant
compile the trunk.

262
   <target name="build-core" depends="clean-runtime-checkedin">
<!--ant antfile="build.xml" dir="${eclipselink.dbws}" target="build"/-->
282
<!--ant antfile="build.xml" dir="${eclipselink.dbws}" target="jar"/-->
310 - required
<target name="build-core-test" depends="build-all-core-except-dbws-test"/><!--, build-dbws-test"/-->

BUILD SUCCESSFUL
Total time: 1 minute 43 seconds
F:\view_w35e>

   thank you
   /michael
Michael O'Brien wrote:
Everyone,
I am seeing a build related change that is breaking the latest trunk - I am off 7770
http://fisheye2.atlassian.com/changelog/eclipselink/?cs=7770
   The new ToLower.java  Task is not getting picked up for some reason
Added: F:\view_w35e\buildsystem\ant_customizations\src\org\eclipse\persistence\buildtools\ant\taskdefs\ToLower.java


   On my [E] view which was only at around 7765 there are no issues
BUILD SUCCESSFUL
Total time: 1 minute 48 seconds

   - a full refresh of [E] to 7771 causes the failure now
BUILD FAILED
F:\view_w35e\build.xml:326: The following error occurred while executing this line: F:\view_w35e\dbws\eclipselink.dbws.test\build.xml:60: taskdef class org.eclipse.persistence.buildtools.ant.taskdefs.ToLo
wer cannot be found

Total time: 1 minute 38 seconds
F:\view_w35e>

On my clean secondary [G] view which is fully refreshed to 7771 I see the compile failure

BUILD FAILED
F:\view_w35g\build.xml:326: The following error occurred while executing this line: F:\view_w35g\dbws\eclipselink.dbws.test\build.xml:60: taskdef class org.eclipse.persistence.buildtools.ant.taskdefs.ToLower cannot be found

Total time: 2 minutes 13 seconds
F:\view_w35g>


/michael

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




Back to the top