Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Emmanuel Venisse
Yes, with the actual version of Modello. Without output directories, files are generated in wrong directories. Emmanuel Rahul Thakur a écrit : Do we really need to specify the outputDirectory? Eclipse barfs on output folders being added as source directories and flags build errors (Eclipse

Re: XML RPC security

2007-04-30 Thread Emmanuel Venisse
Maybe, but I can't find it. Emmanuel Rahul Thakur a écrit : I thought there was something similar to this that exists in Redback? Rahul - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-dev@maven.apache.org Sent: Saturday, April 28, 2007 12:37 AM Subject:

Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Rahul Thakur
So we need to fix modello to output resources to correct directories, right? (I'd hate to swtich IDEs just for this ;-) ) Rahul - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-dev@maven.apache.org Sent: Monday, April 30, 2007 9:30 PM Subject: Re: svn

Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Emmanuel Venisse
Rahul Thakur a écrit : So we need to fix modello to output resources to correct directories, right? Yes. (I'd hate to swtich IDEs just for this ;-) ) Rahul - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-dev@maven.apache.org Sent: Monday, April

Re: XML RPC security

2007-04-30 Thread Carlos Sanchez
I don't think you need to handle the authentication part in the continuum code, nor need to create tokens,... If you use standard Digest authentication the password is encrypted, and if you tie that with https then it's completely secure. Acegi uses a filter to process all the requests and

Re: XML RPC security

2007-04-30 Thread Jesse McConnell
I have never really messed with authenticated web services at all so not sure what to say.. I'll take a look through that though, thanks carlos jesse On 4/30/07, Carlos Sanchez [EMAIL PROTECTED] wrote: I don't think you need to handle the authentication part in the continuum code, nor need to