example which shows how to use the External Javac Compiler

2006-08-19 Thread John Davis
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? -- John F. Davis "JD" http://www.skink.net - To unsubscribe, e-mail: [

Re: Ant, C++ and Unit tests

2006-08-19 Thread Steve Loughran
Kirkpatrick, Kevin wrote: What is the mechanism for facilitating unit tests? I know there is Junit and Nunit. What do you guys use with ant and C++? I've used CppUnit one problem w/ C++ is that any failing test usually toasts the memory of the app so you can end up with a mess. There are so

Need info on CVS checkout

2006-08-19 Thread Syed Abuthahir
Hi, I need info on ant script to checkout from CVS only those files which are modified between a particular interval of date or modified after a tag. I want to know if there is any options to do checkout like this, from CVS using specific ant options/tasks for that. Thanks in advance.