You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Peter Svensson <ps...@gmail.com> on 2008/01/22 14:03:18 UTC

How do I build my own start.jar?

Hi again :)

I wonder how to go about if I want to create or to run the checkout ou svn
version of sling I have, which contains the ujax stuff which was in Lars
presentation last night.

Thanks for any info,

Cheers,
PS

Re: How do I build my own start.jar?

Posted by Peter Svensson <ps...@gmail.com>.
Wow. I've never actually taken the trouble of learning maven, thinkin that
it was too much trouble, but I must say that I'm impressed with the services
:)

Thanks!

Cheers,
PS

On Jan 22, 2008 2:33 PM, Bertrand Delacretaz <bd...@apache.org> wrote:

> On Jan 22, 2008 2:03 PM, Peter Svensson <ps...@gmail.com> wrote:
>
> > ...I wonder how to go about if I want to create or to run the checkout
> ou svn
> > version of sling I have, which contains the ujax stuff which was in Lars
> > presentation last night....
>
> You need to checkout
> http://svn.apache.org/repos/asf/incubator/sling/trunk/
>
> and run "mvn clean install" in there, to build the Sling main modules.
>
> Then go down to microsling/microsling-core/ and build that with mvn
> clean install.
>
> Then move to microsling/microsling-standalone and do the same - that
> creates a zip file in the "target" subdir, which contains a standalone
> version of microsling-core with a README file.
>
> -Bertrand
>

Re: How do I build my own start.jar?

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Jan 22, 2008 2:03 PM, Peter Svensson <ps...@gmail.com> wrote:

> ...I wonder how to go about if I want to create or to run the checkout ou svn
> version of sling I have, which contains the ujax stuff which was in Lars
> presentation last night....

You need to checkout http://svn.apache.org/repos/asf/incubator/sling/trunk/

and run "mvn clean install" in there, to build the Sling main modules.

Then go down to microsling/microsling-core/ and build that with mvn
clean install.

Then move to microsling/microsling-standalone and do the same - that
creates a zip file in the "target" subdir, which contains a standalone
version of microsling-core with a README file.

-Bertrand