problem with ftp

2013-11-28 Thread David Coleman
hello list! I have an issue with my ftp task in ANT 1.9.1 here is my ftp task: I know that i successfully connect to my server because I get

AW: problem with ftp

2013-11-28 Thread jhm
My first thought is that you are setting a property with a strange name. Could you run with "-d"? Maybe the debug output gives more hints. While just reading the macrodef I couldnt find something suspect ... You are calling checkAntCommons and checkJakartaOro targets. I dont know what happens ther

RE: AW: problem with ftp

2013-11-28 Thread David Coleman
deployHoftest is the macro which i provided in this question. and i specifically stated: > > I have absolutely NO variables in my macrodef. "checkAntCommons" and "checkJakartaOro" check for the libraries that are required for the FTP task. they are totally irrelevant. I'm not going to provide

AW: AW: problem with ftp

2013-11-28 Thread jhm
> and i specifically stated: > > > I have absolutely NO variables in my macrodef. I could see that. But the error message "Syntax error in property:" make me thought that something is wrong with properties. > "checkAntCommons" and "checkJakartaOro" check for the libraries that > are required f