Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Hello folks, We're building a custom build and deployment app for our projects. We want to use CF as a front end to ant+svnant. Yes, I've seen antfarm.riaforge.com... although, we'd rather call the ant+svnant java api directly, rather than executing ant from the cli. I would _like_ to use Ant

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Mark Mandel
Carlos, Had any thoughts on using something like JavaLoader? That was you don't have to mess with the CF ClassPath http://www.compoundtheory.com/?action=javaloader.index Mark On 4/25/07, Carlos Balacuit [EMAIL PROTECTED] wrote: Hello folks, We're building a custom build and deployment app

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Andrew Scott
What are you using for your IDE? If your using eclipse it has ant 1.7, and is very good for doing what your looking at doing as well. I do the same here for running unit tests and building and packaging CF packages. On 4/25/07, Carlos Balacuit [EMAIL PROTECTED] wrote: Hello folks, We're

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Mark, This appears to be the solution I was looking for. I'll try it out. Thanks. - Carlos On 4/25/07, Mark Mandel [EMAIL PROTECTED] wrote: Had any thoughts on using something like JavaLoader? That was you don't have to mess with the CF ClassPath

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Andrew, We are using cfeclipse (actually, a few of us have adopted it... I'm working on the rest). We want to use this build/deploy app on our qa and staging servers... maybe production. This would allow our non-eclipse-using producers the ability to swap out builds at will, but with logging