Re: Test failure in continuum-release

2006-10-29 Thread Philippe Faes
Looks like the path to work-dir gets messed up. I'll give it a try on a cygwin machine tomorrow. Today I have a deadline. Are any other cygwin users getting the same problem? Wendy, can you add your comments to CONTINUUM-968? grtz Philippe On Fri, 2006-10-27 at 09:06 -0700, Wendy Smoak wrote:

Re: Building and running?

2006-10-19 Thread Philippe Faes
is updated :) On 10/18/06, Philippe Faes [EMAIL PROTECTED] wrote: Could somebody please insert those few lines of text in README.txt? It is nice if new people can check out the source, and start compiling without browsing the mailing lists first. cheers Philippe On Tue, 2006-09-26 at 12

Re: Building and running?

2006-10-18 Thread Philippe Faes
Could somebody please insert those few lines of text in README.txt? It is nice if new people can check out the source, and start compiling without browsing the mailing lists first. cheers Philippe On Tue, 2006-09-26 at 12:31 +1000, Brett Porter wrote: mvn clean install take the WAR from

building continuum

2006-10-18 Thread Philippe Faes
) at org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleaseSimpleProjectWithNextVersion(ReleaseTaskExecutorTest.java:132) -- ir. Philippe Faes Ghent University - Department ELIS Sint-Pietersnieuwstraat 41 -- B-9000 Gent Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 http://www.elis.UGent.be/~pfaes ON5DEU

Re: building continuum

2006-10-18 Thread Philippe Faes
will get a bit further. Ben On 10/18/06, Philippe Faes [EMAIL PROTECTED] wrote: Dear all, I'd like to get my hands diry on continuum, but I cannot build the continuum trunk http://svn.apache.org/repos/asf/maven/continuum/trunk by running mvn clean install Is this a temprary issue

Re: hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
oops, Martin did answer on the users list. sorry Ph On Mon, 2006-10-09 at 16:17 +0200, Philippe Faes wrote: (this was posted on the users list, but nobody responded) Hi all, I've noticed that I cannot pass hex values 0xa01 or octal values 0755 as integer parameters. This fails in the pom

hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
request, but I have no idea which project is responsible for parsing the parameters. Can anybody point me to the right feature tracker? thanks -- ir. Philippe Faes Ghent University - Department ELIS Sint-Pietersnieuwstraat 41 -- B-9000 Gent Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 http

change default compileSourceRoots

2006-10-04 Thread Philippe Faes
this is easily done in the POM of a project, but I would like to set these defaults of all projects with hdl packaging at once, while still allowing individual hdl projects to override my default. Is there an elegant way to do this? thanks -- ir. Philippe Faes Ghent University - Department ELIS Sint

Re: How to run plugins in other than the pom.xml dir

2006-10-04 Thread Philippe Faes
if you add the @requiresProject false directive to your mojo. -- ir. Philippe Faes Ghent University - Department ELIS Sint-Pietersnieuwstraat 41 -- B-9000 Gent Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 http://www.elis.UGent.be/~pfaes ON5DEU -- LPIC1 -- gpg-key:173720B6

Re: change default compileSourceRoots

2006-10-04 Thread Philippe Faes
for reuse; I just deploy the source code for reuse in other projects. Compiling to Java bytecode would be much cooler, but I don't think there exists a compile for that. Deploying native code is just one big mess. I try to avoid it. -- ir. Philippe Faes Ghent University - Department ELIS Sint

Re: Is possible to create another packaging like pom

2006-09-26 Thread Philippe Faes
transmission. The views expressed in this e-mail do not necessarily reflect those of ObjectWave or its affiliates. -- ir. Philippe Faes Ghent University - Department ELIS Sint-Pietersnieuwstraat 41 -- B-9000 Gent Tel:+32 9 264 95 25 - Fax:+32 9 264

calling external maven

2006-09-20 Thread Philippe Faes
Dear all, I'm creating a mvn plug-in that needs to start an external maven build. Is there an API function I can use for this? thanks -- ir. Philippe Faes Ghent University - Department ELIS Sint-Pietersnieuwstraat 41 -- B-9000 Gent Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 http

Re: calling external maven

2006-09-20 Thread Philippe Faes
: - the embedder (as in mevenide) - execute an inner lifecycle (as in the release or cargo plugins) Hope ths helps. Raphaƫl 2006/9/20, Philippe Faes [EMAIL PROTECTED]: Dear all, I'm creating a mvn plug-in that needs to start an external maven build. Is there an API function I can use