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
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.
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.
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.
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.
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.
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
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
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
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
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
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
12 matches
Mail list logo