Re: Bug in IDEA plugin.

2006-06-26 Thread Joern Huxhorn
files and create them again. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:16 PM To: Maven Users List Subject: Re: Bug in IDEA plugin. Roald Bankras wrote: Which version of the idea plug

Re: Bug in IDEA plugin.

2006-06-22 Thread Edwin Punzalan
ginal Message- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:16 PM To: Maven Users List Subject: Re: Bug in IDEA plugin. Roald Bankras wrote: Which version of the idea plugin are you using? Version 2.0. I just did an mvn -U before I wrote the

RE: Bug in IDEA plugin.

2006-06-21 Thread Roald Bankras
PM To: Maven Users List Subject: Re: Bug in IDEA plugin. Roald Bankras wrote: > Which version of the idea plugin are you using? > Version 2.0. I just did an mvn -U before I wrote the mail. > Roald Bankras > Software Engineer > JTeam b.v. > > -Original Message-

Re: Bug in IDEA plugin.

2006-06-21 Thread Joern Huxhorn
: Maven Users List Subject: Bug in IDEA plugin. Hi. In case of a multi module project with a parent pom containing several the main project file parent-pom-name.ipr is created with errors. Inside are several lines looking like this: which should look like this: The first

RE: Bug in IDEA plugin.

2006-06-21 Thread Roald Bankras
Which version of the idea plugin are you using? Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 12:01 PM To: Maven Users List Subject: Bug in IDEA plugin. Hi. In case of a multi module project

Bug in IDEA plugin.

2006-06-21 Thread Joern Huxhorn
Hi. In case of a multi module project with a parent pom containing several the main project file parent-pom-name.ipr is created with errors. Inside are several lines looking like this: which should look like this: The first character of the submodule directory is cut off. Th

RE: [m2.0.4] Possible bug in idea plugin?

2006-05-31 Thread Dave Hoffer
Done. -dh -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 10:41 PM To: Maven Users List Subject: Re: [m2.0.4] Possible bug in idea plugin? Please file this jira and we'll have a look. If you can, please attach a test case. T

Re: [m2.0.4] Possible bug in idea plugin?

2006-05-31 Thread Edwin Punzalan
al Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 10:12 PM To: Maven Users List Subject: Re: [m2.0.4] Possible bug in idea plugin? What exactly happens when you use [1.1,)? Do you get an error message and it fails to build the IDEA project file (*.ipr iirc), o

RE: [m2.0.4] Possible bug in idea plugin?

2006-05-31 Thread Dave Hoffer
t: Re: [m2.0.4] Possible bug in idea plugin? What exactly happens when you use [1.1,)? Do you get an error message and it fails to build the IDEA project file (*.ipr iirc), or the file is built but the dependencies are wrong, or what exactly is the result and how is it different from what you'd

Re: [m2.0.4] Possible bug in idea plugin?

2006-05-31 Thread Wayne Fay
What exactly happens when you use [1.1,)? Do you get an error message and it fails to build the IDEA project file (*.ipr iirc), or the file is built but the dependencies are wrong, or what exactly is the result and how is it different from what you'd expect? To properly decide if this is really a

[m2.0.4] Possible bug in idea plugin?

2006-05-31 Thread Dave Hoffer
When I run idea:idea on my pom file it does not correctly handle dependencies that use set notation to specify the required version, i.e. [1.1,). If I change to 1.1 it works just fine. I have tried the new 2.0 IDEA plugin and it didn't make any difference. Am I doing something wrong or is thi