Re: RE : How to delete directory using ?

2003-03-28 Thread Robert r. Sanders
Yeah, I'd seen some information about the jakarta-commons/net code being inculded. Steve Cohen wrote: That sounds like a good idea - however, bear in mind that in ant 1.6+, your internal references to NetComponents classes will have to be rewritten to use the new jakarta-commons/net classes, as

Re: JSPC with Tomcat

2003-03-28 Thread Mike Medwith
OK I am back to just the jspc task, however the attrib: compiler="jasper41" which is mentioned on the ant manual doesn't work. I am using the jasper compiler files from tomcat 4.1 any ideas? The message was: file:/usr/local/Wholesale/build/dev/build.xml:757: jasper41 can't be found. -Mike

Re: RE : How to delete directory using ?

2003-03-28 Thread Robert r. Sanders
Actually, I need to put it on my to-do list. Its one of those things that I have just never gotten around to, partially because right after we created the tasks our attention got diverted to a major project that was completely unrelated and I forgot to go back and do this. It is a good idea,

RANT project

2003-03-28 Thread Colin Chalmers
Hi, Anyone using Rant successfully in building projects on remote machines? Colin

Réf. : RE : How to delete directory using ?

2003-03-28 Thread claude . lefebvre
[EMAIL PROTECTED] "ALIA-SC, David" <[EMAIL PROTECTED]> on 2003-03-28 11:36:48 Veuillez répondre à "Ant Users List" <[EMAIL PROTECTED]> Pour : Ant Users List <[EMAIL PROTECTED]> cc : Objet : RE : How to delete directory using ? Thanks Robert, That's what I needed. David -Message

RE: Anyone using Ant with .Net?

2003-03-28 Thread John Cavacas
Thanks for the insight so far guys. It's good to see that others are using Ant in this manner. Are there any idiosyncrasies that you guys have encountered between using Ant + Visual Studio.Net + NUnit? The work that I might end up doing might be also suitable to contribute back to this great tool,

Re: Anyone using Ant with .Net?

2003-03-28 Thread Steve Loughran
Chris Reeves wrote: I just started using Ant with c# for a stand-alone app - I really like the Visual Studio environment, but I insist on unit tests and automation. So, I code in VS, then use ant for nightly builds. I'm working to integrate with Nunit (http://nunit.org/). we'll take an task to go

Re: JSPC with Tomcat

2003-03-28 Thread Steve Loughran
Mike Medwith wrote: Using the jspc task turns test.jsp into test.java. Where tomcat turns test.jsp in test_jsp.java how can I mimic that so I may use the preconmpiled jsps withing tomcat? you need an updated version of jasperc.jar, what comes with an updated version of tomcat, and ask for