Bugzilla – Bug 4574
getting jars into lib/common
Last modified: 2006-07-07 02:25:45
You need to log in before you can comment on or make changes to this bug.
For authorization modules, in 4.1.0 the container will not load jars from $GL/lib, only from $GL/lib/common. I don't see a way in $GL/share/globus_wsrf_common/build.packages.xml to get jars to the lib/common directory. I would like to continue the GAR method of distributing authorization modules, is it possible to add another parameter, something like 'garjars-common.id', and support for copying these files to lib/common?
Oh nevermind, if I make the fileset include a subdirectory called common, put the jars there, and make sure to reference the higher directory as garjars.id, then it works.