Results 1 to 4 of 4

Thread: GRAILS war command issue (plugin related)

  1. #1

    Default GRAILS war command issue (plugin related)

    Running the war command on a project that requires the grails core security plugin does not insert the 2 spring security jars into the war if the jars are not currently in the ivy cache. The first time results in the jars being placed into ivy cache but NOT in the war.

    Because of this our sysops group must run the war command twice to get the 2 spring security jar that the plugin is dependent on. When I compare the security plugins' dependencies.groovy script with others that function properly (eg. hibernate plugin) the thing that is most glaring is the listing of multiple repositories.

    thanks again for the compile command!

  2. #2
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    Do you mind raising this as an issue?

    http://jira.codehaus.org/browse/GRAILS

    It seems more of a Grails problem than a Spring Security plugin one.

    Thanks.

  3. #3

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •