RE: zip not including empty directories in zip file

2005-07-28 Thread NIRMALA Manivasagam
Hello Sasikumar San,

Can you send your properties setings for corba from build.properties

With Regards,
Nirmala

-Original Message-
From: NATARAJAN Sasi Kumar [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 4:54 PM
To: Maven Users List; Vinod Panicker
Subject: RE: zip not including empty directories in zip file


Hai Vinod

(Maven1.0.2)
Can you refer following url

http://ant.apache.org/manual/CoreTasks/zip.html

and use this
EX:

  zip destfile=${dist}/manual.zip
zipfileset dir=htdocs/manual prefix=docs/user-guide/
zipfileset dir=. includes=ChangeLog27.txt
fullpath=docs/ChangeLog.txt/
zipfileset src=examples.zip includes=**/*.html
prefix=docs/examples/
  /zip

Cheers
Sasikumar


-Original Message-
From: Vinod Panicker [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 25, 2005 4:48 PM
To: Maven Users List
Subject: ant:zip not including empty directories in zip file

Hi,

I noticed that the ant:zip directive is not including empty
directories in the destination zip file.

Read that this was fixed in ant version1.6.3.  I'm running ant 1.6.5
and Maven 1.0.2.  I've also updated all the Maven plugins to the
latest version and am still getting this problem.

Any clues?

Regards,
Vinod.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: zip not including empty directories in zip file

2005-07-25 Thread NATARAJAN Sasi Kumar
Hai Vinod

(Maven1.0.2)
Can you refer following url

http://ant.apache.org/manual/CoreTasks/zip.html

and use this
EX:

  zip destfile=${dist}/manual.zip
zipfileset dir=htdocs/manual prefix=docs/user-guide/
zipfileset dir=. includes=ChangeLog27.txt
fullpath=docs/ChangeLog.txt/
zipfileset src=examples.zip includes=**/*.html
prefix=docs/examples/
  /zip

Cheers
Sasikumar


-Original Message-
From: Vinod Panicker [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 25, 2005 4:48 PM
To: Maven Users List
Subject: ant:zip not including empty directories in zip file

Hi,

I noticed that the ant:zip directive is not including empty
directories in the destination zip file.

Read that this was fixed in ant version1.6.3.  I'm running ant 1.6.5
and Maven 1.0.2.  I've also updated all the Maven plugins to the
latest version and am still getting this problem.

Any clues?

Regards,
Vinod.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: zip not including empty directories in zip file

2005-07-25 Thread Vinod Panicker
Hi there,

I've read that whole page before, and have seen the examples as well.

I'm referring to a bug in ant that caused it to skip empty directories
in the fileset when creating the zip file.

As a workaround, I've used ant:touch to create an empty file in the
directory so that the zip works.

Regards,
Vinod.

On 7/25/05, NATARAJAN Sasi Kumar [EMAIL PROTECTED] wrote:
 Hai Vinod
 
 (Maven1.0.2)
 Can you refer following url
 
 http://ant.apache.org/manual/CoreTasks/zip.html
 
 and use this
 EX:
 
   zip destfile=${dist}/manual.zip
 zipfileset dir=htdocs/manual prefix=docs/user-guide/
 zipfileset dir=. includes=ChangeLog27.txt
 fullpath=docs/ChangeLog.txt/
 zipfileset src=examples.zip includes=**/*.html
 prefix=docs/examples/
   /zip
 
 Cheers
 Sasikumar

--snip--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]