Re: Use Ant to Compare file and directories

2008-11-27 Thread minifish
Thank you so much, this is exactly what I'm looking for. I will try to research on it. great help, thank you!!! qazwart-2 wrote: > > Ant can always call the task. If you have a shell script that > expands > the JAR files the way you want, then use "diff -r --brief" to print out > your > diffe

Re: Use Ant to Compare file and directories

2008-11-27 Thread David Weintraub
Ant can always call the task. If you have a shell script that expands the JAR files the way you want, then use "diff -r --brief" to print out your differences, you can use to call your script. -- David Weintraub [EMAIL PROTECTED] On Thu, Nov 27, 2008 at 2:27 PM, minifish <[EMAIL PROTECTED]> wro

Re: Use Ant to Compare file and directories

2008-11-27 Thread minifish
do you is there any way to write some script and for ant to call? I'm really new to ant so I'm still not sure about it's functionality. Thank you so much already Scot P. Floess-2 wrote: > > > Yeah...I think so... Off the top of my head I don't know of any task that > will do that by itself..

Re: Now Ivy RC2 is there a plan to add an IvyDE compatible version?

2008-11-27 Thread Nicolas Lalevée
Clements Mark a écrit : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] "Could somebody give a try with this update site:" Yes, that works fine in Rad 7 thanks ! That works fine for me as well - thank-you Nicolas and Paul for the fast diagnosis and f

Re: Use Ant to Compare file and directories

2008-11-27 Thread minifish
I'm using ant because the test harness of the big project is java ant. I'm wondering if it's possible to call ant and get a list of directories, file, and file size similar to "ls -la". Then write another program in XML or other languages to compare the results. So far, I'm still stuck on the imp

RE: Now Ivy RC2 is there a plan to add an IvyDE compatible version?

2008-11-27 Thread Clements Mark
> I have just build a candidate to be released this morning [1], so unless > there are vetos, the next beta will be officially released next week. > > Nicolas > > [1] http://marc.info/?l=ant-dev&m=122778029204470&w=2 > Hi Nicolas, Thanks for the new beta. Although I can install it by unpacking t

AW: how to deal with localised properties?

2008-11-27 Thread Jan.Materne
>>If i want to load different properties file depending on the >>locale how is this handled? Basically, does ant support the >notion of a >java >>resource bundle? > >AFAIK there is no direct support for that. >If you can get the current locale into a property you could load the >file with >

AW: how to deal with localised properties?

2008-11-27 Thread Jan.Materne
>If i want to load different properties file depending on the >locale how is this handled? Basically, does ant support the notion of a java >resource bundle? AFAIK there is no direct support for that. If you can get the current locale into a property you could load the file with Because I h

how to deal with localised properties?

2008-11-27 Thread teknokrat
If i want to load different properties file depending on the locale how is this handled? Basically, does ant support the notion of a java resource bundle? cheers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: how to use ?

2008-11-27 Thread ndario
I finally made it!!! It took lot of tries and errors, someone may find this usefull: