I am not sure if there is an answer to this already - I could not find it for this (I hope, general) installation:
I recently converted one of my ColdFusion projects for deployment through ANT.
I have a local ant script that tells the remote server to check the code and run the build file of a specific application on the remote server.
I have several endpoints:
Live - production (on the production server). Installation - on the production server, another data source, etc. dev - in the local field.
What I came across seems to be a simple and common problem. Now I need ant to create any assembly, even locally. Fine, created a local endpoint and is configuring for my window.
Question? How do I get it as a project (automatically, if possible) in Eclipse / ColdFusion. What I present, instead of checking the branch through a subversion plugin in CFBuilder / Eclipse, now I use ant for this.
Since I use ColdFusion Builder (Eclipse + Adobe plugin), I have all the eclipse tools and plugins available to solve the problem: how can I best call ant from Eclipse / ColdFusion Builder to configure the local assembly as a project that I can work on to develop and work?
I think that when I check the code back in the local field, I have to be sure not to check files with local configuration paths, etc.
Hope this is a detailed and clear explanation, if not, ask.
Thanks in advance!