RE: adminapi and j2ee packaging

2005-03-29 Thread Steve Brownlee
day, March 29, 2005 10:49 AM To: CF-Talk Subject: RE: adminapi and j2ee packaging > Anyway, the reason I ask is that I've found the build tool in the > admin to not be flexible at all and even doesn't work under certain > circumstances. Can you provide more details about any

RE: adminapi and j2ee packaging

2005-03-29 Thread Dave Watts
> Anyway, the reason I ask is that I've found the build tool in > the admin to not be flexible at all and even doesn't work > under certain circumstances. Can you provide more details about any problems you've run into with this? Thanks in advance. Dave Watts, CTO, Fig Leaf Software http://www.

RE: adminapi and j2ee packaging

2005-03-29 Thread Steve Brownlee
o extra settings are in the deployed archives. >> and then using Subversion for version control It's sweet stuff! Good luck, Steve -Original Message- From: Cliff Meyers [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 8:13 AM To: CF-Talk Subject: adminapi and j2ee packa

adminapi and j2ee packaging

2005-03-29 Thread Cliff Meyers
Steve, I suppose now that I've thought about it more it does make sense: using Ant to build the .war files from .cfm template collections should work fine provided that you give Ant the correct classpaths it needs to find all the Java libraries that implement the CF runtime. Although it viola

RE: adminapi and j2ee packaging

2005-03-28 Thread Steven Brownlee
and has a nice UI for customization. -Original Message- From: Cliff Meyers [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 10:33 PM To: CF-Talk Subject: Re: adminapi and j2ee packaging Does Ant have the "awareness" to take a directory full of .cfm's and bundle it in

Re: adminapi and j2ee packaging

2005-03-28 Thread Cliff Meyers
Does Ant have the "awareness" to take a directory full of .cfm's and bundle it into a .war file? What about things like datasources, custom tag paths, mail server settings, etc etc? I'll admit I don't know a lot about the Ant tool, but it just doesn't seem intuitive to me that it would be able

RE: adminapi and j2ee packaging

2005-03-28 Thread Steve Brownlee
--- From: Cliff Meyers [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 10:40 AM To: CF-Talk Subject: adminapi and j2ee packaging (I posted this on the MM forums too... very curious if anyone has an answer) I want to access the Packaging & Deployment area of the CF Administrator program

adminapi and j2ee packaging

2005-03-28 Thread Cliff Meyers
(I posted this on the MM forums too... very curious if anyone has an answer) I want to access the Packaging & Deployment area of the CF Administrator programatically so that we can automate the building of CFapps into .war files. I noticed that this isn't available via any of the CFCs listed in t