Re: Need info on CVS checkout

2006-08-20 Thread Vincent
Hi Syed, I think you can do it like the following: 1. Checkout via the date1 / tag1 2. Checkout via the date2 / tag2 3. then diff the two results , if same then ignore , otherwise then you got the what you need. On 8/19/06, Syed Abuthahir <[EMAIL PROTECTED]> wrote: Hi, I need info on ant scri

Re: example which shows how to use the External Javac Compiler

2006-08-20 Thread Vincent
I think you only needs to configure JAVA_HOME variable to the jdk version you need. On 8/20/06, John Davis <[EMAIL PROTECTED]> wrote: Hello i am still trying to get the J9 compiler to work with Ant. Does anybody know where I can find an example using the external compiler setting of ant? --

Re: Class not found in taskdef

2006-08-20 Thread markus innerebner
Thierry Rietsch wrote: > Hi all > > I like to run the com.sun.tools.ws.WsGen tool from the build.xml. For > that I defined a taskdef in my build.xml: > > > > > > and the related classpath: > > > > > > > Hi Thierry if you use in the classpath element the attribute refid i

Class not found in taskdef

2006-08-20 Thread Thierry Rietsch
Hi all I like to run the com.sun.tools.ws.WsGen tool from the build.xml. For that I defined a taskdef in my build.xml: and the related classpath: The java.home and java.jaxws.home properties are set. When I try now to run ant with this build file, I get an the f