Re: is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
hi, hi aruna, with the below code it incudes all htdocs/manual directory files into the docs/user-guide directory.zipfileset we can use only for including files not directories. but i want htdocs/manual directory(not their files included in the docs/user-guide ) should be include

Re: is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
hi, hi aruna, with the below code it incudes all htdocs/manual directory files into the docs/user-guide directory.zipfileset we can use only for including files not directories. but i want htdocs/manual directory(not their files included in the docs/user-guide ) should be include

Re: is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
hi, FYI, thanks, prasad prasad kumar <[EMAIL PROTECTED]> wrote: hi aruna, with the below code it incudes all htdocs/manual directory files into the docs/user-guide directory.zipfileset we can use only for including files not directories. but i want htdocs/manual dir

Re: is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
hi aruna, with the below code it incudes all htdocs/manual directory files into the docs/user-guide directory.zipfileset we can use only for including files not directories. but i want htdocs/manual directory(not their files included in the docs/user-guide ) should be included as a f

Re: is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
hi, i created jar file but the all files are showing in the same jar.it is not showing in which folder it is.means it is not maintaining the directory structure. if anybody knows to include the folder in the zip please tell me thanks, prasad yahoo.co.in> wrote: Hi, i tri

Re: is it possible inculde folder in zip??

2007-04-21 Thread Aruna Challapalli
see this page http://ant.apache.org/manual/CoreTasks/zip.html Checkout this example.. === The code zips all files in the htdocs/manual directory into the docs/user-gui

is it possible inculde folder in zip??

2007-04-21 Thread prasad kumar
Hi, i tried with all the options it is not including the folder it is including only files and zipping is it possible inculde folder in zip?? if anybody knows,respond that's great appreciation thanks, prasad - Check out what you'

Re: What is $.. ?

2007-04-21 Thread Vincent
And I think what might made you confuse is the dirname task. Task to determine the directory path of a specified file. When this task executes, it will set the specified property to the value of the specified file (or directory) up to, but not including, the last path element. If the specified f

Re: What is $.. ?

2007-04-21 Thread Vincent
You can try replace the first line to then try it again. On 4/21/07, Douglas McCarroll <[EMAIL PROTECTED]> wrote: Hi All, I ran across "$.." in an Ant file and am trying to understand what it does. Can't find any documentation. So basic as to not require explanation? When I run a C:\Projects