On Sat, 2004-05-08 at 12:40, Sean Muse wrote: > OK. After hearing people talk about Maven and how > great it is, I finally decided to give it a whirl. > Unfortunately, I am already running into problems. I > am hoping someone here can help me. > > I am using IntelliJ as an IDE. Given that all my > library dependencies should be pulled from a > repository, how do I setup my IDE to use these files?
Currently the IDEA plugin we have only goes one way which is from a project.xml file to the requisite IDEA files. You need to create a project.xml file and then you can use the IDEA plugin to generate your IDEA files. Once you have a project.xml file for your project "maven idea" will do the trick. I am working on going in the other direction so that you can create a project.xml from IDEA files that is good enough for building. But for now you're stuck with having to create a project.xml file first. I too use IDEA all the time and I'll soon have an IDEA -> project.xml thingy. > > /Sean > > > > > __________________________________ > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs > http://hotjobs.sweepstakes.yahoo.com/careermakeover > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
