Yep, looks like exactly what I'm looking for. Thanks.
Vincent, if you're around and are willing to add this, it would be much
appreciated. If not, I'll try to overcome my fear of Maven and do this
myself sometime soonish..
That crossworlds library looks like it could be useful in another
situation I'm facing at the moment too. Serendipity...
Just by the way, for email exchanges I *much* prefer "bottom-posting",
where email replies go on the bottom of the preceding email rather than
at the top ("top posting"). It is definitely the convention for all the
commons email lists. [NB: this is just my opinion; feel free to use
whichever you prefer...]
Cheers,
Simon
On Wed, 2004-06-23 at 17:26, Lars K=FChne wrote:
> Never tried it myself, but maybe=20
> http://maven.apache.org/reference/plugins/uberjar/ is what you are=20
> looking for?
>=20
> Simon Kitching wrote:
>=20
> >Hi,
> >
> >Now we have a command-line interface for clirr, do you think it would =
be
> >nice to have a maven goal that builds a jar file which can be used lik=
e
> >this?
> >
> > java -jar clirr-app.jar -o old/foo.jar -n new/foo.jar
> >
> >Can maven do this?=20
> >
> >I believe that a jar file can "contain" its dependent jar files (eg
> >commons-cli, bcel, ...) and use something in META-INF to make them
> >effectively "in the classpath". This means that users don't need to
> >download the dependencies and fiddle around with CLASSPATH vars etc...
> >
|