details: https://code.openbravo.com/erp/devel/pi/rev/5e4ddc5f2219 changeset: 24383:5e4ddc5f2219 user: Augusto Mauch <augusto.mauch <at> openbravo.com> date: Thu Sep 04 16:03:57 2014 +0200 summary: Fixes issue 27282: package-info file is not compiled from the Module Management
The problem was a but in the ant versions prior to 1.8 (see [1]). To fix this, the ant library included in lib/runtime has been upgraded to 1.9.2., along with the ant-apache-log4j and ant-launcher libraries. [1] http://ant.apache.org/manual/Tasks/javac.html diffstat: build.xml | 6 +++--- lib/runtime/ant-1.7.1.jar | 0 lib/runtime/ant-1.9.2.jar | 0 lib/runtime/ant-apache-log4j-1.9.2.jar | 0 lib/runtime/ant-apache-log4j.jar | 0 lib/runtime/ant-launcher-1.9.2.jar | 0 lib/runtime/ant-launcher.jar | 0 src-core/.classpath | 4 ++-- src-wad/.classpath | 2 +- 9 files changed, 6 insertions(+), 6 deletions(-) diffs (55 lines): diff -r 287a9ec20ad5 -r 5e4ddc5f2219 build.xml --- a/build.xml Fri Sep 05 10:54:04 2014 +0530 +++ b/build.xml Thu Sep 04 16:03:57 2014 +0200 @@ -1158,9 +1158,9 @@ <pathelement path="${base.lib}/runtime/postgresql-9.0-801.jdbc4.jar" /> <pathelement path="${base.lib}/runtime/ojdbc6.jar" /> <pathelement path="${base.lib}/runtime/commons-collectionsi-3.2.1.jar" /> - <pathelement path="${base.lib}/runtime/ant-1.7.1.jar" /> - <pathelement path="${base.lib}/runtime/ant-launcher.jar" /> - <pathelement path="${base.lib}/runtime/ant-apache-log4j.jar" /> + <pathelement path="${base.lib}/runtime/ant-1.9.2.jar" /> + <pathelement path="${base.lib}/runtime/ant-launcher-1.9.2.jar" /> + <pathelement path="${base.lib}/runtime/ant-apache-log4j-1.9.2.jar" /> <pathelement path="${base.lib}/runtime/ant-nodeps.jar" /> </classpath> </java> diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-1.7.1.jar Binary file lib/runtime/ant-1.7.1.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-1.9.2.jar Binary file lib/runtime/ant-1.9.2.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-apache-log4j-1.9.2.jar Binary file lib/runtime/ant-apache-log4j-1.9.2.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-apache-log4j.jar Binary file lib/runtime/ant-apache-log4j.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-launcher-1.9.2.jar Binary file lib/runtime/ant-launcher-1.9.2.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 lib/runtime/ant-launcher.jar Binary file lib/runtime/ant-launcher.jar has changed diff -r 287a9ec20ad5 -r 5e4ddc5f2219 src-core/.classpath --- a/src-core/.classpath Fri Sep 05 10:54:04 2014 +0530 +++ b/src-core/.classpath Thu Sep 04 16:03:57 2014 +0200 @@ -13,8 +13,8 @@ <classpathentry kind="lib" path="/openbravo/lib/runtime/commons-codec-1.5.jar"/> <classpathentry kind="lib" path="/openbravo/lib/runtime/log4j-1.2.16.jar"/> <classpathentry kind="lib" path="/openbravo/lib/runtime/commons-io-2.0.1.jar"/> - <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-1.7.1.jar"/> - <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-apache-log4j.jar"/> <classpathentry kind="lib" path="/openbravo/lib/build/servlet-api.jar"/> + <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-1.9.2.jar"/> + <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-apache-log4j-1.9.2.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> diff -r 287a9ec20ad5 -r 5e4ddc5f2219 src-wad/.classpath --- a/src-wad/.classpath Fri Sep 05 10:54:04 2014 +0530 +++ b/src-wad/.classpath Thu Sep 04 16:03:57 2014 +0200 @@ -8,8 +8,8 @@ <classpathentry kind="lib" path="/openbravo/lib/runtime/ojdbc6.jar"/> <classpathentry kind="lib" path="/openbravo/lib/runtime/postgresql-9.0-801.jdbc4.jar"/> <classpathentry kind="lib" path="/openbravo/lib/runtime/log4j-1.2.16.jar"/> - <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-1.7.1.jar"/> <classpathentry kind="lib" path="/openbravo/lib/runtime/commons-collections-3.2.1.jar"/> <classpathentry kind="lib" path="/openbravo/lib/build/servlet-api.jar"/> + <classpathentry kind="lib" path="/openbravo/lib/runtime/ant-1.9.2.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits