Newbie access

2008-05-16 Thread Jeremias Maerki
Following up on a suggestion by Bertrand I'm checking out Sling. I've gone through the 15 min tutorial. Well, it took me a lot longer than that. Just Maven downloading all the dependencies takes that much. BTW, I had to disable the testAttributes() and testDirectives() methods in:

Re: Newbie access

2008-05-16 Thread Carsten Ziegeler
Hi Jeremias, Jeremias Maerki wrote: Following up on a suggestion by Bertrand I'm checking out Sling. I've gone through the 15 min tutorial. Well, it took me a lot longer than that. Just Maven downloading all the dependencies takes that much. BTW, I had to disable the testAttributes() and

Re: Newbie access

2008-05-16 Thread Bertrand Delacretaz
Hi Jeremias, On Fri, May 16, 2008 at 10:29 AM, Jeremias Maerki [EMAIL PROTECTED] wrote: ...'ve gone through the 15 min tutorial. Well, it took me a lot longer than that. Just Maven downloading all the dependencies takes that much Yes - we hope to have a release Real Soon Now to fix that

Re: Newbie access

2008-05-16 Thread Carsten Ziegeler
The order of attributes and directives is now preserved. Jeremias could you please test if this works for you (I don't have access to a windows system atm)? Thanks Carsten Carsten Ziegeler wrote: Felix Meschberger wrote: Hi, Without reading code, this sounds like depending on the order of

Re: Newbie access

2008-05-16 Thread Jeremias Maerki
On 16.05.2008 10:47:00 Carsten Ziegeler wrote: Hi Jeremias, Jeremias Maerki wrote: Following up on a suggestion by Bertrand I'm checking out Sling. I've gone through the 15 min tutorial. Well, it took me a lot longer than that. Just Maven downloading all the dependencies takes that much.

Re: test failures (was: Newbie access)

2008-05-16 Thread Jeremias Maerki
These tests run through now. Thanks. Now, I have another test failure in the test introduced by http://svn.apache.org/viewvc?rev=656974view=rev (SLING457Test, method testCallHtml) --- Test set:

Re: Newbie access

2008-05-16 Thread Felix Meschberger
Hi, Without reading code, this sounds like depending on the order of keys in a HashMap or the order of entries in a Set ;-) Regards Felix Am Freitag, den 16.05.2008, 10:59 +0200 schrieb Jeremias Maerki: On 16.05.2008 10:47:00 Carsten Ziegeler wrote: Hi Jeremias, Jeremias Maerki wrote:

Re: test failures (was: Newbie access)

2008-05-16 Thread Jeremias Maerki
Right. That works. Thanks. On 16.05.2008 12:15:29 Felix Meschberger wrote: Yes, sorry, this is a bit tricky After the update and mvn install of the engine module (which contains the fix for this) you have to mvn clean install the launchpad/app module and then you should be able to

Re: test failures (was: Newbie access)

2008-05-16 Thread Felix Meschberger
Yes, sorry, this is a bit tricky After the update and mvn install of the engine module (which contains the fix for this) you have to mvn clean install the launchpad/app module and then you should be able to build the web app incl. tests properly. Regards Felix Am Freitag, den 16.05.2008,