Hi all,
Am Dienstag, den 18.12.2007, 14:04 +0100 schrieb Bertrand Delacretaz:
> I agree that it's not a problem, provided we deliver an easy to start
> single jar (or single zip file to expand before running) for
> microsling.
Good news is, that this has been possible in Sling for a long time :-)
Just build the launcher/app project with the "full" profile. You get a
huge (currently 10MB) executable jar file enclosing all bundles to
launche Sling:
$ mvn -P full package
$ java -jar
target/org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT-full.jar
To get help on command line options add the "-h" command line option, as
in :
$ java -jar
target/org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT-full.jar
-h
Regards
Felix