RE: How to unpack a zip file into a source directory

2006-10-16 Thread Peter Anning
Just to add to this thread check out http://jira.codehaus.org/browse/MNG-1683 this gave me my solution for packaging stuff in a zip deploying as an artifact then unpacking in a war. Peter -Original Message- From: Naresh Bhatia [mailto:[EMAIL PROTECTED] Sent: Sunday, 15 October 2006

RE: How to unpack a zip file into a source directory

2006-10-16 Thread Naresh Bhatia
Thanks Peter. I have made a note of this - will look it up when I get a chance. Naresh -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 7:32 PM To: Maven Users List Subject: RE: How to unpack a zip file into a source directory Just to add

How to unpack a zip file into a source directory

2006-10-15 Thread Naresh Bhatia
Hi, I would like to unpack a zip file into a source directory using Maven. What is the best way to do this? Here are the details of what I am trying to do: - The zip file is essentially the Dojo JavaScript library (ajax-2006.10.10.zip ) - it simply contains JavaScript source. - I would like to

RE: How to unpack a zip file into a source directory

2006-10-15 Thread Naresh Bhatia
Please ignore this message. I had sent it to the mailing list without realizing that I was not subscribed to the list. This message has already been answered satisfactorily. Naresh -Original Message- From: Naresh Bhatia [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 11:11 AM

How to unpack a zip file into a source directory

2006-10-14 Thread Naresh Bhatia
Hi, I would like to unpack a zip file into a source directory using Maven. What is the best way to do this? Here are the details of what I am trying to do: - The zip file is essentially the Dojo JavaScript library (ajax-2006.10.10.zip ) - it simply contains JavaScript source. - I would like to

Re: How to unpack a zip file into a source directory

2006-10-14 Thread Wendy Smoak
On 10/14/06, Naresh Bhatia [EMAIL PROTECTED] wrote: I would like to unpack a zip file into a source directory using Maven. What is the best way to do this? I'm doing something similar with the Selenium zip file, using dependency-maven-plugin's 'unpack' goal. Take a look at this wiki page:

RE: How to unpack a zip file into a source directory

2006-10-14 Thread Naresh Bhatia
Thanks so much Wendy. That is exactly what I was looking for. Naresh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 11:34 AM To: Maven Users List Subject: Re: How to unpack a zip file into a source directory On 10/14/06, Naresh Bhatia

Re: How to unpack a zip file into a source directory

2006-10-14 Thread Naresh Bhatia
Wendy, Quick question. It seems that the dependency-maven-plugin does not recognize the .zip extension. I had to change the extension to .jar to make the plugin work. Is my understanding correct? Thanks. Naresh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent:

Re: How to unpack a zip file into a source directory

2006-10-14 Thread Wendy Smoak
On 10/14/06, Naresh Bhatia [EMAIL PROTECTED] wrote: Wendy, Quick question. It seems that the dependency-maven-plugin does not recognize the .zip extension. I had to change the extension to .jar to make the plugin work. Is my understanding correct? You can use the type element to tell the

RE: How to unpack a zip file into a source directory

2006-10-14 Thread Naresh Bhatia
Perfect! That worked like a charm. Thanks again Wendy. Naresh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 10:32 PM To: Maven Users List Subject: Re: How to unpack a zip file into a source directory On 10/14/06, Naresh Bhatia [EMAIL