Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Ant dependencies

EclipseLink developers,
 
As an FYI, I just ran into couple issues while trying to build-test on my machine.
 
1 - Apparently we have a dependency on ant 1.7.1, so if you are still using 1.6.5, you will need to update your ant version. By not upgrading, ant build-test no longer works since dbws.test requires jdk 1.6+ and ant 1.6.5 knows nothing beyond jdk 1.5.
 
2 - Also, you'll need to comment out line 168 from the trunk build.xml if you are not using mysql. dbws.test currently has a dependency/assumption that you are using mysql and if you are not, you'll get other unexpected errors.
 
Cheers,
Guy

Back to the top