Re: Packaging an application that can be run

2008-10-16 Thread alexworden
hanks for your reply, Alex supareno wrote: > > alexworden , > > > did you add this to your manifest: > > Class-Path: foo.jar bar.jar > > and is your folder looks like this: > > > |_ myExecJar.jar > |_ foo.jar > |_ bar.jar > > ?? &g

Re: Packaging an application that can be run

2008-10-16 Thread alexworden
t; -Djava.ext.dirs="/path/to/lib";"$MY_JAVA_HOME/lib/ext" > > Instead of creating an executable jar, you can call your main class with > the java command from within the script. >java -Djava.ext.dirs="/path/to/lib";"$MY_JAVA_HOME/lib/ext"

Packaging an application that can be run

2008-10-16 Thread alexworden
Hi, I have a standalone application that needs to be run on a production machine. I'm using the maven assembly plugin to create a zip file that contains all of the dependencies. So far so good, however, I need a script that can be invoked on the production machine (from a cron job). I can write

Re: How does maven resolve plugin dependencies

2007-10-26 Thread alexworden
gt; > Wayne > > On 10/26/07, alexworden <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> The odd thing is that this was working just fine last week. I didn't >> change >> a thing, and now it's broken. It's not related to being behind a f

Re: How does maven resolve plugin dependencies

2007-10-26 Thread alexworden
helpful. Thanks, Alex alexworden wrote: > > > > Wayne Fay wrote: >> >>> The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not >>> exist or >>> no valid version could be found >> >> There are several reason

Re: How does maven resolve plugin dependencies

2007-10-25 Thread alexworden
Wayne Fay wrote: > >> The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist >> or >> no valid version could be found > > There are several reasons why this will happen. In short, Maven is > unable to find the plugin. For new users, this generally means that > you're behind

How does maven resolve plugin dependencies

2007-10-25 Thread alexworden
Hi - this is a plea to someone with good command of the English language and deep understanding of the guts of Maven 2... if such a person exists. Please can explain what maven does to resolve a dependency. Currently when I try: mvn eclipse:eclipse It fails miserably with the cryptic message.

RE: Does maven work with Cygwin? Please help!

2007-08-02 Thread alexworden
Hi, I finally resorted to re-installing cygwin again. I must have somehow gotten a corrupt version of it. I think things are working now. Thanks for your help. Hey - also... Thanks to Bob for the link to this forum. Is this part of the official maven site? I can't see any links to the forum o