Source)
> at
> org.apache.tools.ant.taskdefs.Expand.extractFile(Expand.java:247)
> at
> org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:157)
> ... 9 more
>
> What could cause this? I thought maybe the zip/unzip program(s) installed
> on platform or something. I doubt it is related at all specifically to ant
> or java. any thoughts?
>
> thanks
> KM
>
--
Regards
Himanshu Gusain
hi,
i am having trouble in doing this..
there is 1 batch file(MY_FILE) with this line in it..
*set TEST_DIR=C:\temp\dir1*
i just want to set some new value to *TEST_DIR*
but when i use in my ant script..it escapes forward
slashes.. and gives this result
*set TEST_DIR=C:homedir2*
but correct
hi,
i am having trouble in doing this..
there is 1 batch file(MY_FILE) with this line in it..
*set TEST_DIR=C:\temp\dir1*
i just want to set some new value to *TEST_DIR*
but when i use in my ant script..it escapes forward
slashes.. and gives this result
*set TEST_DIR=C:homedir2*
but correct