atom feed16 messages in org.apache.incubator.sling-devRe: [RT] Shall we merge microsling in...
FromSent OnAttachments
Bertrand DelacretazDec 17, 2007 1:33 am 
Carsten ZiegelerDec 17, 2007 1:54 am 
Torgeir VeimoDec 17, 2007 1:55 am 
Bertrand DelacretazDec 17, 2007 2:03 am 
Torgeir VeimoDec 17, 2007 2:14 am 
Karl PaulsDec 17, 2007 2:21 am 
Carsten ZiegelerDec 17, 2007 2:21 am 
pi...@wasabicowboy.comDec 17, 2007 8:34 am 
Felix MeschbergerDec 17, 2007 3:02 pm 
Padraic HannonDec 17, 2007 3:09 pm 
Felix MeschbergerDec 17, 2007 3:24 pm 
pi...@wasabicowboy.comDec 17, 2007 5:32 pm 
Bertrand DelacretazDec 18, 2007 5:03 am 
Bertrand DelacretazDec 18, 2007 5:07 am 
Felix MeschbergerDec 18, 2007 5:19 am 
Bertrand DelacretazDec 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