AW: Task help

2006-10-19 Thread Jan.Materne
>> >I am thinking of adding: >> > >> > >> > > > classpath="${PATH_TO_ANTCONTRIB.JAR}"/> >> > >> >which would be equilivent to >> > > >resource="net/sf/antcontrib/antlib.xml" >> >classpath="${PATH_TO_ANTCONTRIB.JAR}"/> >> >> >> Would it be eas

AW: Task help

2006-10-19 Thread Jan.Materne
>I am thinking of adding: > > >classpath="${PATH_TO_ANTCONTRIB.JAR}"/> > >which would be equilivent to > resource="net/sf/antcontrib/antlib.xml" >classpath="${PATH_TO_ANTCONTRIB.JAR}"/> Would it be easier to have and resource+uri

AW: Task help

2006-10-19 Thread Jan.Materne
is the error I get > >C:\apache-ant-1.6.5\bin>ant -f C:\apache-ant-1.6.5\build_AC.xml >Buildfile: C:\apache-ant-1.6.5\build_AC.xml > >BUILD FAILED >C:\apache-ant-1.6.5\build_AC.xml:6: The prefix "ac" for >element "ac:for" >is >not bound. > >T

AW: Task help

2006-10-17 Thread Jan.Materne
>1. How to unzip a folder on a remote server (Windows NT), >I am unable >to nest it inside of FTP. > >I am zipping a folder on local machine and FTP'ing it to the >server, but I need to unzip it in tmp folder and move the >unzipped folder to the right path on the server. Does REXEC >work fo