Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-13 Thread Ricky Clarkson
Git Bash (msysgit), and hasn't been configured other than user.name, user.email and core.autocrlf. git add on the same file manually succeeds, it is only from maven that it fails. The problem does not occur in a single-module project. Is there any more information I can give that might help?

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-05 Thread Ricky Clarkson
Hi Mark, Yes, ./ is a repository. It's a multi-module project, in one git repository. I just realised that the open source project it works fine on doesn't have child modules. I'll add one and try to do another release of that. Thanks, Ricky. -- Ricky Clarkson Java and Scala

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-04 Thread Ricky Clarkson
Hi Mark, I haven't solved the problem in that project yet, but an open source project I just created works fine for the same thing, so I'm sure I'll get there on the closed-source project I was asking about. Thanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD Holdings

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-03-30 Thread Ricky Clarkson
Hi Mark, ./native-launcher/pom.xml ./skytab/src/main/assembly/bin.xml ./skytab/src/main/java/uk/org/netvu/skytab/SkyTab.java ./skytab/pom.xml ./pom.xml I start my mvn release:prepare from the top of that (. in the listing above). Thanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD

mvn release:prepare using git, fatal: pom.xml is outside repository

2010-03-30 Thread Ricky Clarkson
Hi, I'm trying to tag a release using mvn release:prepare, and I see that a child module's pom.xml cannot be committed: The git-add command failed. Command output: fatal: 'C:\Documents and Settings\Ricky\SkyTab\skytab\pom.xml' is outside repository Any suggestions? Than

Re: Specifying maven-assembly-plugin descriptors from separate profiles

2009-12-23 Thread Ricky Clarkson
the moment each OS-specific profile will specify the descriptor name twice, which is still duplication, but more localised than before! Ricky. 2009/12/23 Ricky Clarkson : > Hi, > > I have one profile, windows, which configures the > maven-assembly-plugin with the src/main/assem

Specifying maven-assembly-plugin descriptors from separate profiles

2009-12-23 Thread Ricky Clarkson
hanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD Holdings Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.or

Re: Activating a profile based on the deactivation of other profiles

2009-11-23 Thread Ricky Clarkson
Hi Wendy, Thanks a lot, that worked well, when I finally got around to trying it out! Ricky. 2009/10/28 Wendy Smoak : > On Wed, Oct 28, 2009 at 5:11 AM, Ricky Clarkson > wrote: > >> So my question is; how can I make it so that development-brand is >> activated only if non

Re: Automated Build and Check In

2009-11-11 Thread Ricky Clarkson
gt; *Check it into SVN at a specified location in the trunk > > How could I do this? > > Thanks. > > -- Ricky Clarkson Java and Scala Programmer, AD Holdings +44 1565 770804 Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com

Activating a profile based on the deactivation of other profiles

2009-10-28 Thread Ricky Clarkson
t so that development-brand is activated only if none of the other brands are? -- Ricky Clarkson Java and Scala Programmer, AD Holdings +44 1565 770804 Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com

Signing a jar in the assembly phase

2008-08-14 Thread Ricky Clarkson
Hi, We would like to be able to sign our jar file for distribution, and have noticed that the jar plugin has a sign task. However, this task is part of the "package" phase of the lifecycle, at which point we don't have the right jar file - we want to do it when assembly:assembly is executed. In

Re: Inline Checkstyle Configuration

2008-08-14 Thread Ricky Clarkson
> You are welcome to add that functionality directly yourself (by > grabbing the plugin code from SVN and hacking it), or file a JIRA > issue and wait for someone else to add it for you. > > Wayne > > On 8/11/08, Ricky Clarkson <[EMAIL PROTECTED]> wrote: > > Hi, &

Inline Checkstyle Configuration

2008-08-11 Thread Ricky Clarkson
Hi, We have just added CheckStyle (and a few others) to our project root's pom.xml, and managed to configure findbugs, cobertura etc., within the pom.xml, but the plugin for CheckStyle doesn't appear to support such inline configuration. We read about configuring CheckStyle for multi-module proje