Re: Tomcat Client Deployer

2010-03-07 Thread Antoine Levy Lambert
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

Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-07 Thread Antoine Levy Lambert
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

Re: JAXP & Classloading

2010-03-07 Thread Remko Tronçon
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