Grails

Building war file via "ant war" misses jars in project lib directory

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical 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.

Activity

Hide
Rainer Schmitz added a comment -

I can confirm this for Grails 1.2 final.

Any ideas how to get around this?

Show
Rainer Schmitz added a comment - I can confirm this for Grails 1.2 final. Any ideas how to get around this?

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: