From: David T. <dav...@gm...> - 2007-11-09 06:33:28
|
Sebastian Menge wrote: > Am Tue, 06 Nov 2007 22:33:05 -0800 > schrieb dt...@us...: > >> Log Message: >> ----------- >> Created ant build file for the project. >> >> Can build, package and install the plugin. > > Great, works like a charm ... :-) Thanks. I thought about trying to add some 'launch eclipse' target but didn't think the effort would be worth it. You can launch Eclipse without too much effort though from Java so if anyone wants to debug Eclipse with only one instance running this would be the way about it I think. > > I thought about using maven2 for this. We had very good results with JEE > Projects recently. But I never built eclipse plugins using maven. Has anyone > more experience with it? Never used maven. Its exact purpose always confused me. Has one of those websites that has a lot of information of which doesn't make sense unless your familiar with the product or a similar one. What advatage would maven provide over ant though? Maven always seemed to be a 'build tool + more' to me and I'm not sure if we need the + more? ~ David |