You need to sign in to do that
Don't have an account?
jeremy_r
Ant deployment - required folder structure not compatible with Eclipse plugin
The Eclipse plugin creates folders called "Apex Triggers" and "Apex Classes". However, the ant task requires them to be called "triggers" and "classes". I created these folders and moved my triggers and classes to them, but the plugin can't deal with this apparently. What's the best solution for this?
thanks
Jeremy
thanks
Jeremy
I'm more trying to understand if the incompatibility in folder structure between the Eclipse plugin and the Ant task is intentional. The Eclipse plugin is newer, so should the Ant tasks consdiered to be obsolete? Or will it be brought into compatibility with the Eclipse plugin's folder structure?
Thanks
Jeremy
The Eclipse plugin is newer, yes, and represents a seperate effort, not intentionaly incompatable, just turned out that way.
It is more likely that Eclipse will change to match the Ant task than the other way round, but i don't know if this is considered a bug, probably an eclipse plugin feature request.
I take it that you would like to edit in Eclipse, and then deploy using the Ant process without renaming folders ?
We are currently working on a common directory structure which enables both Ant and toolkit deployment on the same content. This will be available in our next release.
-Chris