Can Eclipse not hard-code ECLIPSE_HOME when exporting build.xml?
- by stevex
I have an Eclipse project that I'm attempting to set up to build both with Eclipse and externally with Ant. It seems like a good way to do this is to have Eclipse generate a build.xml file that I can then use with ant.
I'd like to set it up so the build.xml can be regenerated from Eclipse whenever the need arises, which means no hand-editing the…