RE: c++ maven project

2008-08-22 Thread Andreas Heinecke
Hi Laura, I haven't done a Maven build within a C++ project. But I know there is plugin which allows the integration of gcc. Take a look here: http://mojo.codehaus.org/maven-native/native-maven-plugin/index.html Maybe this helps. -Andreas. -Original Message- From: Laura Lozano

Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
Hi there, I encountered a strange problem. Since a few weeks I'm not able to perform a release with Maven. The release process fails during executing the release:prepare goal at the same position, always. The point at which the release fails is when Maven tries to commit the release POM's to SVN.

AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
, check out http://blogs.exist.com/bporter/2008/02/25/working-around-non-interactive-pro blems-in-leopards-subversion/ On 21/08/2008, at 6:04 PM, Andreas Heinecke wrote: Hi there, I encountered a strange problem. Since a few weeks I'm not able to perform a release with Maven. The release

AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
List Betreff: Re: Release fails during SVN commit I've had the problem as well on Ubuntu Linux, so it's a general problem with SVN 1.5. -Stephen On Thu, Aug 21, 2008 at 5:37 AM, Andreas Heinecke [EMAIL PROTECTED]wrote: No, we use MS Windows Vista, and XP. The problem occurs on each

AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
commit Does your POM have any SVN keyword substitutions in it? For example $Id$ or $Revision$? I have had issues with releases that at the root was a file locking problem that I was able to alleviate by removing the keywords substitutions. -Nathan -Original Message- From: Andreas

AW: AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
of the tag. Dan On Thursday 21 August 2008 9:27:13 am Andreas Heinecke wrote: Hi Stephen, thank you for your answer. Can anyone else confirm this? So one (probably me) should report this issue at the issue tracker. Andreas

RE: AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
/ -Original Message- From: Andreas Heinecke [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 1:43 PM To: 'Maven Users List' Subject: AW: AW: Release fails during SVN commit As the discussion pointed by Emmanuel shows the root of the problem is the SVN 1.5.1 client software. I can't say