Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Shinobu Kawai
Thanks, Emmanuel! quotes are required for windows because under windows, PATH can contain spaces Then for UNIX platforms, they aren't necessary? Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does the trick. :) cf.

Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Emmanuel Venisse
Shinobu Kawai a écrit : Thanks, Emmanuel! quotes are required for windows because under windows, PATH can contain spaces Then for UNIX platforms, they aren't necessary? yes. Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does

Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Shinobu Kawai
Hi Emmanuel, Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does the trick. :) cf. http://wrapper.tanukisoftware.org/doc/english/prop-java-additional-n.html Do you have test it? which plexus guys have you asked? Tested on HP-UX,

Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Emmanuel Venisse
ok, i'll test it on windows. It's strange, i don't receive your message on plexus list Emmnanuel Shinobu Kawai a écrit : Hi Emmanuel, Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does the trick. :) cf.

Re: composite build w/maven continuum

2005-12-07 Thread Edwin Park
Dan, thanks for the tip - I've been investigating the assembly plugin in the meantime. I'd be interested in taking a look at your mojo to make the assembly artifact deployable. This is turning into a surprisingly thorny problem, but it looks like this is more of a maven issue than a continuum