Creating Eclipse & IntelliJ Project Files From Ant
Posted by ~Ray @ 2008-11-13 12:19:39
Inquisitive guinea pig --translates to--> neugieriges Versuchskaninschenneugieriges Versuchskaninschen --naively translates to--> curious attempt-bunny(curious dot attempt dot bunny at googlemail dot com)This is Merlyn Albery-Speyer's tech blog
If you're not using Maven2 the least you can do is provide a push-button IDE setup right? does this for Eclipse. But what about poor old IDEA? Does anyone know of a tool that does this already?
Personally. I've never wanted projects auto-generated. When people have requested this it's because the build/setup process was too complicated or time-consuming when it shouldn't have been. I'd be interested to hear about why auto-generated projects are wanted ;)
You're right. If it's complicated to set up a project in an IDE the team should really set about identifying the root cause and fixing that. Assuming it is complex then it helps a lot to be able to automatically set it up. Even if it's not complex you still want the freedom to easily switch out versions of jars add in new ones remove old ones. All of this without incurring too much discomfort for the rest of the team. I also like to be able to set up a dev environment for a new team member with a single command.
I've setup Ivy at home and they were using at work before to change out Jars and the like. So I'm not sure I'd use it for that. But I guess that's somewhat different than Maven. Although it also handles dependencies.
The caveat for this whole post was that you're not using Maven2 (nor implicitly anything else that'll also manage your dependencies for you). I didn't spell that out very well. Can Ivy go away and create your IDEA or Eclipse classpath's for you? It's pretty handy to be able to do that I find especially if you have a project broken down into a number of modules.
I think I'm with Matt on this one. Creating project files for IDEs from Ant will never give me what I really want. I always like to setup and fine tune my projects within my IDE and then share this out to the team. IDEA to my mind beats Eclipse hands down in this area. Never had a need to use Ivy.
- We talk about play around here a lot. Remember that play was one of the six aptitudes needed to be successful in today's world featured in Dan Pink's A Whole...
- That's right. GroovyMag has posted a poll fill the answers and enter a drawing for free issues of issue #2. 5 entries will be selected. What is GroovyMag...
- [image: Clojure Logo] Whenever I finish a major piece of work (Tapestry 5.0.16 in this case). I like to try learning some new things before I start the...
- It can be a significant burden to manually apply upgrades to an existing database. Moreover it’s often an error-laden activity. IBM developerWorks...
- I saw it yesterday but tried to play it off. Now the problem looks severe enough for me to abandon my efforts all together. It comes down to the difference...
- I'm very pleased to echo here on my blog the announcement of the acquisition of G2One the Groovy/Grails company I co-founded by SpringSource the co...
- Just a quick note: x matches(/something.*/) will match all of one line. To match all lines x matches(/something.*/m) you need to put the 'm'. Nice!I foun...
- On last Monday afternoon. I attended the session. Remembering Your Resources When Stressed: The Self Esteem Toolkit led by Jerry Weinberg. This session dwe...
- I have a friend looking for someone with both Project Manager and Business Analyst skills for a contract position running 9-12 months in the Toronto area...
- TechnicalDebt is a very useful concept but it raises the question of how do you measure it? Sadly technical debt isn't like financial debt so it's not...
- Damned that was a pretty full on couple of months. No time to do jack. Anyway. I’m seeing a little bit of daylight. Well QCon in Finance Exchange was a gre...
- *15 Oct 2008* * James Shore/Agile-Book * in 99 words Iterations are timeboxed to one week and follow a strict schedule: 1. Plan iteration 2. Co...
- Are we really doomed to another generation of procedural code masquerading as objects?Roy Osherove has come out against "mocking" in favour of "isolatin...
- This is the third in a three-part series on Web 2.0. ThoughtWorks' chief scientist. Martin Fowler developers Chris Stevenson and Sriram Narayan and China...
- I'm learning Lisp with a friend and "blogging" it as he and I go. So far nothing much. Just getting into the first few chapters. I'll probably throw so...[ADVERTHERE]Related article:
http://curious-attempt-bunny.blogspot.com/2007/11/creating-eclipse-intellij-project-files.html
0 Comments:
No comments have been posted yet!
|