Hi, In glassfish app server there is gf-client.jar which in its MANIFEST.MF has lots of dependencies referring to ../modules/*.jar files. As per the file system of glassfish install it resolves fine but I want to setup gf-client.jar in my local project level repo. I added with install:install-file gf-client.jar but now how to setup those ../modules.jar files in project level repo ?
Below is snippet of how the gf-client.jar manifest looks like (just few classpath entries pasted and its copy paste from dos terminal). C:\tmp\META-INF>type MANIFEST.MF Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: Apache Maven Archiver-Version: Plexus Archiver Built-By: java_re Build-Jdk: 1.6.0_10 Package: org.glassfish.appclient.client.acc Main-Class: org.glassfish.appclient.client.AppClientFacade GlassFish-ServerExcluded: true PreMain-Class: org.glassfish.appclient.client.acc.agent.AppClientConta inerAgent Class-Path: ../modules/tools.jar ../modules/auto-depends.jar ../module s/config.jar ../modules/config-types.jar ../modules/hk2.jar ../module s/hk2-core.jar ../modules/osgi-adapter.jar ../modules/grizzly-comet.j ar ../modules/grizzly-config.jar ../modules/grizzly-framework.jar ../ modules/grizzly-http.jar ../modules/grizzly-http-ajp.jar ../modules/g rizzly-http-servlet.jar ../modules/grizzly-lzma.jar ../modules/grizzl Regards, Miten. -- View this message in context: http://maven.40175.n5.nabble.com/glassfish-gf-client-jar-with-dependencies-in-its-MANIFEST-MF-tp5708802.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
