- This topic has 5 replies, 4 voices, and was last updated 19 years ago by
Riyad Kalla.
-
AuthorPosts
-
Said EloudrhiriMemberHi.
This must be a frequent question but I couldn’t find the answer here.
I have built a J2EE application with several war and EJB jar projects.It’s working perfectly for me and my colleagues. But now, I have to deliver my all my source code to my customer and the customer needs to be able to change the code and rebuild the EAR file.
So, is there any way that I can generate build.xml files from MyEclipse projects ?
If not, did someone already do this job and can share his build.xml files using the default MyEclipse output folders ?Thanks a lot
Riyad KallaMemberVivansa,
There is no way to generate a build.xml file at this time, yes it has been requested a lot but for technical reasons we haven’t begun work on this yet. If you did provide a build script you would need to write it manually.
Said EloudrhiriMemberOK Thanks.
I’ll try to post some build.xml templates here when I’m done with it.
HP-FranceMemberAny news about this … as we also need it. In a real project, packaging and testing, deployement are generally done outside MyEclipse by ant scripts. So… it is really a need for big projects production env.
Edmond WongMemberI think I also asked for this last year as well. We use the build script for build automation.
Riyad KallaMemberGuys this has been asked for since MyEclipse was released, I explained in another thread that there was always a technical concern for us to doing this, but with the 5.0 release we will be normalized ontop of the WTP platform as well as all other J2EE vendors in the Eclipse space which will make developing something like this much more plausable. Beforehand we always knew we would refresh ontop of the WTP platform, so *any* Ant solution we came up with before then would be thrown out completely and be a waste of resources internally, so we didn’t address it.
There is no set plat for addressing it post MyEclipse 5.0 but it’s certainly something we would consider if the demand was still there at that time.
-
AuthorPosts