>> >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
>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
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
>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