RE: Ant Tasks Question

2012-04-12 Thread Williams, Nick
Users List Subject: RE: Ant Tasks Question -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, April 03, 2012 9:03 AM To: Tomcat Users List Subject: Re: Ant Tasks Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick, On 4/2/12 5:43 PM

Re: Ant Tasks Question

2012-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick, On 4/2/12 5:43 PM, Nick Williams wrote: As for the ant-i-fication of the JspC compiler, I, too get the impression that it was rather an afterthought. However, it is not necessary or even that common for tasks to be called *Task, as

RE: Ant Tasks Question

2012-04-03 Thread Nick Williams
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, April 03, 2012 9:03 AM To: Tomcat Users List Subject: Re: Ant Tasks Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick, On 4/2/12 5:43 PM, Nick Williams wrote: As for the ant-i

Re: Ant Tasks Question

2012-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick, On 3/29/12 10:07 PM, Nick Williams wrote: This works great for list, deploy, undeploy, stop, start, etc. All of those tasks work. But the jasper/jasper2 tasks are weird. They silently do nothing. Hmm. I've been playing around with the JspC

Re: Ant Tasks Question

2012-04-02 Thread Konstantin Kolinko
2012/4/3 Christopher Schultz ch...@christopherschultz.net: On 3/29/12 10:07 PM, Nick Williams wrote: This works great for list, deploy, undeploy, stop, start, etc. All of those tasks work. But the jasper/jasper2 tasks are weird. They silently do nothing. Hmm. I've been playing around with

RE: Ant Tasks Question

2012-04-02 Thread Nick Williams
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, April 02, 2012 3:31 PM To: Tomcat Users List Subject: Re: Ant Tasks Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick, On 3/29/12 10:07 PM, Nick Williams wrote: This works great

RE: Ant Tasks Question

2012-04-02 Thread Nick Williams
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, April 02, 2012 4:24 PM To: Tomcat Users List Subject: Re: Ant Tasks Question 2012/4/3 Christopher Schultz ch...@christopherschultz.net: On 3/29/12 10:07 PM, Nick Williams wrote: This works great

Re: Ant Tasks Question

2012-04-02 Thread Konstantin Kolinko
2012/4/3 Nick Williams nicholas.willi...@puresafety.com: The point of namespaces (in Ant specifically and XML in general) /is/ to avoid naming conflicts with like-named tasks. Conflicts in XML file syntax. Is it more than that? Does Ant use different class loader instances for each of

Ant Tasks Question

2012-03-29 Thread Nick Williams
We use both Tomcat 6 and 7 ant tasks in our build scripts. I don’t want to declare every single task by hand (I can’t just use taskdef with catalina.tasks, because Tomcat 6 and 7 tasks declare task names that conflict with each other), so I use namespaces: project name=teamcity