Skip to main content

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

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



Back to the top