-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.4, 4.0-ALPHA
-
Component/s: general/build
-
Labels:None
-
Lucene Fields:New, Patch Available
When building src.jar files for maven deploy, they miss resources, so analyzers-sommon-src.jar is useless.
The attached patch will fix this. The only downside is: The globmapper hack does not work with <jar/>, so i used the new ANT 1.7.1 attribute erroronmissingdir="no" on the <fileset>s
I also upgraded BUILD.txt, which were missing even java 1.6 in trunk!