Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.2-M3
-
Fix Version/s: 1.2.1
-
Component/s: None
-
Labels:None
-
Environment:Windows XP Professional, RedHat Enterprise Linux 5
Description
When creating war via 'ant war' command, jar files under project's lib subdirectory are not included in the war. When I create the war file with 'grails war', these jar files are included.
Steps to reproduce:
grails create-app test
cd test
cp anyfile.jar lib
ant war
After running these commands, anyfile.jar would not be included in the war file produced.
I can confirm this for Grails 1.2 final.
Any ideas how to get around this?