I use a Java code generator (CA Plex). Out of the box, it runs an ANT build script to compile the Java.
I wanted to build in Eclipse.
A long time ago I wrote an eclipse plugin that runs a servlet in the Eclipse workbench. I then wrote an ANT task that finds the source I just generated and POST's it to the servlet. The servlet then writes the posted source to the Java Project.
I want to rework this using as much out of the box standard Eclipse functionality as I can. I will still have to depend on the ANT task, but that task can be rewritten. I'd like to be able to have this plug into additional team services available in the Eclipse Workbench
Every time I look at Eclipse ECF for remote services guidance, I get a strong urge to get up, get a snack and take a nap.
Is ECF what I want?