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 [mailto:[

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&#

AW: AW: Release fails during SVN commit

2008-08-21 Thread Andreas Heinecke
> which is what release is trying to do. > > > > > > > > I ended up manually doing: > > > > svn cp http://vblah.com/repo/trunk > http://vblah.com/repo/tag/foo.1.2.3 > > > > and editing the release.properties thing to mark that the tag phase >

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 Messag

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 occu

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 wit

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.