| Build eclipse project from ANT script [message #805052] |
Thu, 23 February 2012 04:29  |
Mahesh Maney Messages: 24 Registered: July 2009 |
Junior Member |
|
|
Hi,
We have customized the eclipse IDE to custom build and compile files in the project on a remote host. The project builder is initiated by launching the IDE and triggering the build from the menu Project-->Build Project.There is a requirement that the build has to be done from an automated script; i.e. the initial project will be created, files will be added to the project, user would also setup the properties for compilation such as hosts to be used for compiling each project, object location etc....
The above created project should be able to run from an automated script such as ANT or something that would build the entire project even without launching the Eclipse workspace. Eclipse has in built Headlessbuild for java projects, but does not work for a non java project.I am not able to decide on a proper approach for this kind of build.
Any pointers in this are appreciated.
|
|
|