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. 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, and it worked fine.  I asked on the users list.  :)

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>







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, and it worked fine.  I asked on the users list.  :)

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>


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 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?

Emmanuel



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. http://wrapper.tanukisoftware.org/doc/english/prop-java-additional-n.html

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>


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

2005-12-05 Thread Emmanuel Venisse

quotes are required for windows because under windows, PATH can contain spaces

Emmanuel

Shinobu Kawai a écrit :

Hi,

I was wondering if the quotes in the plexus.system.path were necessary:
  wrapper.java.additional.5=-Dplexus.system.path="%PATH%"

If the executable resides in the first or last path, continuum fails
to find it because the quote gets into the path it looks for. 
Removing the quotes make it work.

  wrapper.java.additional.5=-Dplexus.system.path=%PATH%

I've only tested this in HP-UX, though.

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>







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

2005-12-04 Thread Shinobu Kawai
Looks like this is done in org.codehaus.plexus:plexus-runtime-builder.
 I guess I'll ask the guys there.

> I was wondering if the quotes in the plexus.system.path were necessary:
>  wrapper.java.additional.5=-Dplexus.system.path="%PATH%"
>
> If the executable resides in the first or last path, continuum fails
> to find it because the quote gets into the path it looks for.
> Removing the quotes make it work.
>  wrapper.java.additional.5=-Dplexus.system.path=%PATH%
>
> I've only tested this in HP-UX, though.

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>


Are the quotes in plexus.system.path necessary?

2005-12-03 Thread Shinobu Kawai
Hi,

I was wondering if the quotes in the plexus.system.path were necessary:
  wrapper.java.additional.5=-Dplexus.system.path="%PATH%"

If the executable resides in the first or last path, continuum fails
to find it because the quote gets into the path it looks for. 
Removing the quotes make it work.
  wrapper.java.additional.5=-Dplexus.system.path=%PATH%

I've only tested this in HP-UX, though.

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>