Kaushal Shriyan wrote:
Hi again,
I have couple of questions:
the password field is exposed here. is there a way to secure it. ?
You can create yourself a ssh public/private key pair.
Assuming you are using a PC and have installed cygwin on the PC, and
also the openssh of cygwin, y
Hello Bharath,
I am intrigued by the class not def found error
"gnu/classpath/Configuration"
Are you using a GNU JDK ?
You might want to use a Sun JDK. Ant uses normally the JDK pointed to by
the environment variable JAVA_HOME.
It is possible that there is a bug or limitation of ant and th
Hi,
> When I run the foo task, I get the following error:
> javax.xml.parsers.FactoryConfigurationError: Provider FooTask not found
I looked a bit further into this problem, and found out that it's
probably related to the classpath with which the task is run.
During the task's execution, a cla