On short notice you could just create a maven like structure in the user home directory that follows the maven repository structure for equinox artifacts. And it should work. E.g. for 3.4.0 you need:
$user.home/.m2/repository/org/eclipse/osgi/3.4.0.v20080605-1900/osgi-3.4.0.v20080605-1900.jar + the utils and services jars in the same way. If you do not want to do that on user home you can specify the local repository path by using the startup option "localRepository" as in: pax-run --localRepository=<url or file path to your local repository directory> Alin On Wed, Jul 23, 2008 at 6:53 PM, Craig Walls <[EMAIL PROTECTED]> wrote: > > As I write this, I'm starting to think it's a dumb question...but I'll > ask it anyway... > > When I run Pax Runner, the first thing it does is to retrieve the > platform (Equinox in my case) JAR files from a Maven repository. That's > very handy in development mode. But now I'm readying a distribution of > my application for production deployment and there may not be access to > a Maven repository (or internet access, for that matter). Is there a way > to have Pax Runner fire up Equinox, but to let me provide the Equinox > JARs in my distribution. I couldn't see anything obvious to help me do this. > > The reason I think that this may be a dumb question: Maybe I don't need > Pax Runner in this scenario...maybe I just use raw Equinox. But I wonder > what I'll miss from Pax Runner when/if I do that. > > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. http://malaysia.jayway.net - New Energy for Projects - Great People working on Great Projects at Great Places _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
