https://sourceforge.net/tracker/index.php?func=detail&aid=2605888&group_id=176962&atid=879332
Fix build failed introduced in rev. 8521
Reason: I used org.apache.commons.collections.keyvalue.MultiKey class which is in commons-collections API but not included in C/STools.jar, just in JasperReportsTools.jar
Action: now C/STools.jar include commons-collections-3.1.jar. I removed from JasperReportsTools.jar
- migrate to ejb3.
- upgrade jboss to 4.2.3.
- added glassfish support. tested on glassfish v2u2
- drop the tomcat-only deployment task that is not working, need jee server instead of just a servlet runtime.
See "JasperReport Printengine" Feature Request for further details.
Without explicit usage of the printengine (the default), the old standard adempiere printengine will be used.
Removes lib/adempiereRoot.jar because it is generated by
build process.
This and my previous commit probably breaks eclipse's
.classpath files. Just run ant in tools dir and
everything returns to normal.
Removes many jars from /lib which are generated by tools/build.xml
(Cleaning up makes life easier for our friends in developing countries
who are not able to get broadband connections)
Uncommented couple lines in JasperReports/build.xml so that clean
target removes everything not in version control.
Fixed build path issue in client/build.xml