Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Erik Husby
Jason van Zyl wrote: On Mon, 2004-05-10 at 09:49, Erik Husby wrote: Idea supports the idea of path variables like Eclipse does. Setup one called MAVEN_REPO and point it at the repository root. Do you have a little example of how this might work in the IDEA files? If this could be done cl

Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Jason van Zyl
On Mon, 2004-05-10 at 09:49, Erik Husby wrote: > Idea supports the idea of path variables like Eclipse does. Setup one > called MAVEN_REPO and point it at the repository root. Do you have a little example of how this might work in the IDEA files? If this could be done cleanly then it would be a

Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Erik Husby
Idea supports the idea of path variables like Eclipse does. Setup one called MAVEN_REPO and point it at the repository root. Make sure that your project is using relative paths, there are a couple of radio buttons that need to be checked in the project paths tabs. If you add a new dependency, a

Re: IntelliJ (or any IDE) classpath

2004-05-08 Thread Geoffrey
I did the following for http://simplegamenet.sf.net (see CVS web access): Create project.xml Add the property of the idea plugin telling its 4 in project. maven idea (idea:multiproject doesn't work yet for me) Build the project, add the jar to IntelliJ's libraries and switch of "make before runni

RE: IntelliJ (or any IDE) classpath

2004-05-08 Thread Aleksandr Shneyderman
I am not sure how IntelliJ does it but in Eclipse I configure a variable to point to my local maven Repository and mount relevant jars for the project Using the variable. All of my prjects use realtively Small amount of jars, so it is feasible in my case. Also, make sure to run maven for the firs

Re: IntelliJ (or any IDE) classpath

2004-05-08 Thread Jason van Zyl
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