Re: Changing directory structure in copy

2007-08-06 Thread cuillandre frederic
> I need to copy the following directories: > > ../dir1/db/* > ../dir2/db/* > ../foo/db/* > ../bar/db/* > > To: > > dbutil/dir1 > dbutil/dir2 > dbutil/foo > dbutil/bar > > Basically, I want to copy all directories: > > ../*/db > > to: > > dbutil/* why

AW: Changing directory structure in copy

2007-08-06 Thread Jan.Materne
A mapper maps file names, thats right. But a "file name" in Java is the complete path... The mapper gets the complete path to the file and you could apply the renaming, e.g. using a . Otherwise the / mappers wouldnt make sence, right? ;-) Problem could occur with your ".." in your source layout.

Changing directory structure in copy

2007-08-06 Thread David Weintraub
I need to copy the following directories: ../dir1/db/* ../dir2/db/* ../foo/db/* ../bar/db/* To: dbutil/dir1 dbutil/dir2 dbutil/foo dbutil/bar Basically, I want to copy all directories: ../*/db to: dbutil/* I looked at mapper, but it seems to only map

Re: web-based ant front end?

2007-08-06 Thread Gilbert Rebhan
Hi, [EMAIL PROTECTED] wrote: Can anyone recommend a web-based front end for Ant builds? i have = http://oss.wikia.com/wiki/Ant_WebUI in my bookmarks, but i never tried it. Regards, Gilbert - To unsubscribe, e-mail: [EMAIL

Re: Help Required.....

2007-08-06 Thread Anil Kumar pippalapalli
hi all, First of all thanks for your help.. Its partially working for me. I also got the idea of setting memoryInitialSize and memoryMaximumSize attributes of javac to provide more memory. but the problem is, i have to put these jars in our JRE/ext library to automatically load this jars bef