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
plugins available, that can help You within your IDE I just never used them. I know for sure Eclipse has one, not sure of IntelliJ. Alex. -Original Message- From: Sean Muse [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 12:40 PM To: [EMAIL PROTECTED] Subject: IntelliJ (or any IDE

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

IntelliJ (or any IDE) classpath

2004-05-08 Thread Sean Muse
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