Hi,
i am aware i can export an ant script based on myeclipse’s project configuration.
Such generated ant-file lacks a WAR of Jar target.
I have a project consisting of multiple projects with dependencies, lets say
AppData, AppCode and AppWeb
MyEclipse can generate an ANT file for each project, but i am missing the WAR of JAR entries, and also the exported libraries i have configured in myEclipse.
I am obliged to start building using ant again, not solely relying on My Eclipse build functionality after we have implemented RTC’s continuous build-server.
Can MyEclipse assist me in
exporting WAR and JAR files
exporting the ‘exported libraries’ as configured per project in My Eclipse
Please note: when i use the ‘export AppWeb project’ directly in MyEclipse the generated war is fine, now how can ANT be automated to do this ?
Kind Regards,
Dino