On Wed, Sep 16, 2009 at 10:26 PM, Mike Müller <mike...@mysign.ch> wrote:
> ...I tried to use the newest
> org.apache.sling.launchpad.base.jar to test SLING-922....

> ...So maybe my question is a little bit silly: What is the right
> and eaysiest way to that?...

Checking with mvn dependency:resolve, launchpad/app correctly depends
on launchpad.base:jar:app:2.0.5-SNAPSHOT, so building as follows
should work:

cd launchpad/base
mvn clean install
cd ../app
mvn clean install
java -jar target/org...

And a full build at the top of the source code tree should work as well.
-Bertrand

Reply via email to