Community
Participate
Working Groups
From feedback from EclipseCon, users could make use of this functionality. Using the structure of the Eclipse project, create an Ant build file that can be used to build the project external to Eclipse.
I'd like to work with whomever tackles this as I may have some ant tasks to contribute which could help build Eclipse projects which have dependencies on other Eclipse projects.
Deferred to post 3.0
i just spent some time looking for exactly this functionality - i wanted to create an ant buildfile for someone who does not use eclipse. and i don't feel like writting one from scratch myself +1 here
Consider in 3.1
Created attachment 16110 [details] eclipse2ant Plugin As requested by Jared/Darin, I upload my eclipse2ant plugin. It is a possible implementation of an ant export filter. Hereby I release it under EPL. http://www.geocities.com/richard_hoefter/eclipse2ant/ Thanks for your interest :-)
Thanks Richard. We are heading into the Thanksgiving break in the United States but we will soon "dive" into reviewing your contribution.
We have received permission to proceed from the EMO and the PMC. We will move forward after the release of M4 (Dec 17)
Moving to M6...sorry for the slow progress...but progress is being made :-)
An alpha cut has been released and will be in next weeks integration build (in time for EclispeCon!) so I would appreciate the "earlier the better" feedback from the CC list.
from the sample build files on the original web site I can see that the new include mechanism in ant 1.6 is not used, could it be possible to have an option to do so?
(In reply to comment #10) > from the sample build files on the original web site I can see that the new include mechanism in ant 1.6 > is not used, could it be possible to have an option to do so? If using the import task in the generated buildfile is important to you please log a separate bug request for that issue. Remaining items: ensure correct error handling/reporting in exception cases
I am going to mark this as fixed in M6 I know there are likely bugs but we will report these separately as the majority of the feature is implemented. Thanks again Richard.
Please verify Kevin. I encourage the CC list to stress test this to find problems before we ship 3.1. Thanks.
verified
I found a problem: Existing build files with empty lines get overwritten without warning. Fix in method AntBuildfileExportPage.existsBuildFile(): Replace if (warning.startsWith(line)) with if (!line.equals("") && warning.startsWith(line))
Thanks Richard. Fixed applied. In the future please open new bug reports for specific problems...easier for the community to track the fixes etc.