Re: Roadmap Maven 2.0.10

2008-10-27 Thread Joern Huxhorn
Brett Porter wrote: > http://markmail.org/message/qa6bzb772k42wbyf > > On 27/10/2008, at 6:39 PM, Baeriswyl Kuno - Extern (IT-BA-MV) wrote: > >> Hello, >> >> I've got news about the future 2.0.10 release. >> I'm waiting for some fixed issus and liked to know, if it is still in >> the queue or if th

Re: Roadmap Maven 2.0.10

2008-10-27 Thread Joern Huxhorn
Baeriswyl Kuno - Extern (IT-BA-MV) wrote: > Hello, > > I've got news about the future 2.0.10 release. > I'm waiting for some fixed issus and liked to know, if it is still in the > queue or if this release canceled in favor to the 2.1 M1 relase? > > Thanks for any information. > > Kuno > I'd als

Re: Snapshots being packaged with datestamps instead of "SNAPSHOT".

2007-03-23 Thread Joern Huxhorn
Jörg Schaible wrote: Hi Tim, Tim Cederman wrote on Wednesday, March 21, 2007 8:45 PM: Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent jar files for me in the lib directory, however in the zip f

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: [M2] Findbugs plugin results to stacktrace

2006-06-26 Thread Joern Huxhorn
Rik Bosman wrote: Can I just add it to the dependencies section of the pom, or is there a way to add it to specific dependencies of this plugin? Regards, Rik I just fixed this problem by manually adding jaxen jaxen 1.1-beta-9 to the pom file

Re: Bug in IDEA plugin.

2006-06-21 Thread Joern Huxhorn
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- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 12:01 PM To

Bug in IDEA plugin.

2006-06-21 Thread Joern Huxhorn
. This can easily be fixed manually but can be quite annoying. I'm currently using version 2.0. Thanks in advance for any help, Joern Huxhorn. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Mysterious resource filtering problem...

2006-03-21 Thread Joern Huxhorn
re still unsolved and I'm pretty sure that this is a bug... Joern. Joern Huxhorn wrote: Hi. I'm currently trying to filter a resource using a command-line argument as described at http://maven.apache.org/guides/getting-started/index.html . Interestingly, ${pom.name} and ${pom.ve

Mysterious resource filtering problem...

2006-03-21 Thread Joern Huxhorn
Hi. I'm currently trying to filter a resource using a command-line argument as described at http://maven.apache.org/guides/getting-started/index.html . Interestingly, ${pom.name} and ${pom.version} are both working... however, ${java.version} is also replaced by the ${pom.version}-value while

Re: [M2] Maven Generated Reports

2006-03-20 Thread Joern Huxhorn
Boris Lenzinger wrote: I'm sure I has this problem too but I can't remember how I fixed it. Could you post your pom.xml please ? The relevant parts of my pom file look like this: bpinteractive local bpinteractive repository default file

Re: [M2] Maven Generated Reports

2006-03-20 Thread Joern Huxhorn
I keep getting the following error message whenever I try to use the jdepend-plugin as described below: [INFO] Error building POM (may not be this project's POM). Project ID: org.codehaus.mojo:mojo Reason: Error getting POM for 'org.codehaus.mojo:mojo' from the repository: Error transferring

Local repositories and POM/Checksum.

2006-02-09 Thread Joern Huxhorn
Hi. I'm trying to put some third-party jars installed as described in http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html into our company repository. After install there is neither a pom nor a sh1 file beside the jar. Maven expects both while downloading from a repositor

Re: [M2]:Maven won't work anymore

2006-02-09 Thread Joern Huxhorn
at went wrong while installing Some other third party jars do have poms even though I think I installed them the same way... strange... -john Joern Huxhorn wrote: [EMAIL PROTECTED] wrote: Maven is not working anymore, I was trying to add a regular Manifest fil into my jar :-( [SNIP] I&#x

Re: [M2]:Maven won't work anymore

2006-02-08 Thread Joern Huxhorn
[EMAIL PROTECTED] wrote: Maven is not working anymore, I was trying to add a regular Manifest fil into my jar :-( [SNIP] I've got similar problems. It seems like mvn-builds will always fail in case of a network timeout instead of just using the latest version available in .m2/repository... I

Re: [m2] Logging configuration of surefire tests

2006-01-27 Thread Joern Huxhorn
Hi Mauro. Mauro Talevi wrote: Hi, I've been trying to configure the log output of m2 tests via a log4j.xml file in target/test-classes (which works in m1) but it seems not to be picking it up. You should put the file into src/test/resources instead. Works for me with log4j.properties... The

Re: M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-19 Thread Joern Huxhorn
ng anyway since it's currently impossible to depend on relative filenames in case of multi-module projects. Thanks, Joern. Brett Porter wrote: No, this is as expected. user.dir is never changed. - Brett On 1/18/06, Joern Huxhorn <[EMAIL PROTECTED]> wrote: Hi Joerg.

Re: M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-18 Thread Joern Huxhorn
Hi Joerg. Hi Joern, Joern Huxhorn wrote: [snip] Is this a bug or a feature? I expected the current dir (user.dir) to change for every executed sub-module build. Any ideas how I could solve this problem? Absolute filenames are not really an option (that's my current workaroun

Re: M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-12 Thread Joern Huxhorn
his will work no matter what your user.dir is, or from wherever you execute the tests (ie build your project). Hope that helps. J On 12-Jan-06, at 8:01 AM, Joern Huxhorn wrote: Hi, I have the following problem with a multi-module project: The file structure looks like this pom.xml (parent po

M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-12 Thread Joern Huxhorn
Hi, I have the following problem with a multi-module project: The file structure looks like this pom.xml (parent pom of modules) module1/pom.xml module2/pom.xml In some of our testcases we need to access files so these files are located in src/test/resources of the respective project. Everythi