Re: Help needed for Appache ANT

2009-11-27 Thread jhudson
Hi, Ant "dirname" task resolved my issue. Thank you so much. jhudson wrote: > > Hi > > I have below requirement in ANT:- > > variable1 = ${basedir} > > now let us say from above statement "variable1" got the value > C:\one\two\three\four > > now i want to cut two levels from above p

Risposta Automatica

2009-11-27 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-27 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-27 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-27 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-27 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Re: Slash issue in ANT script

2009-11-27 Thread Robert Anderson
There are several ways to handle this. 2 possibilities are... 1. Use relative paths. 2. Set an environment variable, like SERVER_PATH. Then use the environment variable in Ant. -Rob A On Fri, Nov 27, 2009 at 10:38 AM, glenn opdycke-hansen wrote: > I agree that there are some things to be aware

Re: Slash issue in ANT script

2009-11-27 Thread glenn opdycke-hansen
I agree that there are some things to be aware of, for example, c:/ will not work in Unix. Ant generally does the right thing with the slashes. There are tasks, like that can help. see http://ant.apache.org/manual/CoreTasks/dirname.html Also there is a task that can be used if needed. see http

Re: Slash issue in ANT script

2009-11-27 Thread Gilbert Rebhan
jhudson schrieb: > hi, > > My script should work both in Unix and winddows, I don't know how to handle > slash (\) in ANT script in this case. Could some one please help me. The use of the unix slash '/' is strongly recommended, whether you're on windows or not., ant(java) will handle it correctl

Re: Slash issue in ANT script

2009-11-27 Thread supareno
hudson, hi, My script should work both in Unix and winddows, I don't know how to handle slash (\) in ANT script in this case. Could some one please help me. For example, how to make below path as a valid path both in windows and unix, which has both back slash & forward slash C:\Release\work

Slash issue in ANT script

2009-11-27 Thread jhudson
hi, My script should work both in Unix and winddows, I don't know how to handle slash (\) in ANT script in this case. Could some one please help me. For example, how to make below path as a valid path both in windows and unix, which has both back slash & forward slash C:\Release\work/src/serve

Transitive ant lib loading

2009-11-27 Thread Pepijn Van Eeckhoudt
Hi, In my build script I'm downloading a bunch of antlib jars to a specific directory using Ivy. I then try to load those downloaded antlibs with a taskdef but for some reason transitive dependencies are not working. I've reduced this to a simple test case: Using the following directory layou