| From | Sent On | Attachments |
|---|
| Subject: | Re: [RT] Shall we merge microsling into Sling? | |
|---|---|---|
| From: | Felix Meschberger (fmes...@gmail.com) | |
| Date: | Dec 18, 2007 5:19:00 am | |
| List: | org.apache.incubator.sling-dev | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Bertrand Delacretaz | Dec 17, 2007 1:33 am | |
| Carsten Ziegeler | Dec 17, 2007 1:54 am | |
| Torgeir Veimo | Dec 17, 2007 1:55 am | |
| Bertrand Delacretaz | Dec 17, 2007 2:03 am | |
| Torgeir Veimo | Dec 17, 2007 2:14 am | |
| Karl Pauls | Dec 17, 2007 2:21 am | |
| Carsten Ziegeler | Dec 17, 2007 2:21 am | |
| pi...@wasabicowboy.com | Dec 17, 2007 8:34 am | |
| Felix Meschberger | Dec 17, 2007 3:02 pm | |
| Padraic Hannon | Dec 17, 2007 3:09 pm | |
| Felix Meschberger | Dec 17, 2007 3:24 pm | |
| pi...@wasabicowboy.com | Dec 17, 2007 5:32 pm | |
| Bertrand Delacretaz | Dec 18, 2007 5:03 am | |
| Bertrand Delacretaz | Dec 18, 2007 5:07 am | |
| Felix Meschberger | Dec 18, 2007 5:19 am | |
| Bertrand Delacretaz | Dec 18, 2007 5:55 am |
| Subject: | Re: [RT] Shall we merge microsling into Sling? | |
|---|---|---|
| From: | Felix Meschberger (fmes...@gmail.com) | |
| Date: | Dec 18, 2007 5:19:00 am | |
| List: | org.apache.incubator.sling-dev | |
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

