RE: ${maven.site.tar.executable} xUvf

2003-08-14 Thread Bateman, Patrick eMEDIA
List Subject: Re: ${maven.site.tar.executable} xUvf point the property at a GNU version of tar? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Bateman, Patrick eMEDIA [EMAIL PROTECTED] wrote on 12/08/2003 10:21:23 PM: The site\plugin.jelly script defines

${maven.site.tar.executable} xUvf

2003-08-14 Thread Bateman, Patrick eMEDIA
The site\plugin.jelly script defines the tar parameters as uUvf which does not work on the version of Solaris that I'm using. 'cd /apps/maven/mtcom/www/mt-bv/;gunzip mt-bv-0.1-site.tar.gz;tar xUvf mt-bv-0.1-site.tar;chmod -R g+u *;rm mt-bv-0.1-site.tar' [exec] tar: U: unknown option [exec] Usage:

RE: ${maven.site.tar.executable} xUvf

2003-08-14 Thread Brett Porter
PROTECTED] Sent: Wednesday, 13 August 2003 6:25 PM To: Maven Users List Subject: Re: ${maven.site.tar.executable} xUvf Is there also a property for the rm executable ? Most of the systems we have have an aliased remove which is actually rm -i (ineractive). The site upload thus fails

Re: ${maven.site.tar.executable} xUvf

2003-08-14 Thread dion
point the property at a GNU version of tar? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Bateman, Patrick eMEDIA [EMAIL PROTECTED] wrote on 12/08/2003 10:21:23 PM: The site\plugin.jelly script defines the tar parameters as uUvf which does not work

RE: ${maven.site.tar.executable} xUvf

2003-08-14 Thread Bateman, Patrick eMEDIA
Setting the property to the GNU binary works fine. Many thanks Pat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 01:05 To: Maven Users List Subject: Re: ${maven.site.tar.executable} xUvf point the property at a GNU version of tar? -- dIon

Re: ${maven.site.tar.executable} xUvf

2003-08-14 Thread Paul Libbrecht
: ${maven.site.tar.executable} xUvf point the property at a GNU version of tar? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Bateman, Patrick eMEDIA [EMAIL PROTECTED] wrote on 12/08/2003 10:21:23 PM: The site\plugin.jelly script defines the tar parameters as uUvf which

Re: ${maven.site.tar.executable} xUvf

2003-08-14 Thread Paul Libbrecht
Is there also a property for the rm executable ? Most of the systems we have have an aliased remove which is actually rm -i (ineractive). The site upload thus fails by me because it hanges at the prompt... Thanks. Paul [EMAIL PROTECTED] wrote: point the property at a GNU version of tar? --