Re: getting relative paths maven + continuum

2007-08-07 Thread Emmanuel Venisse
Continuum doesn't build projects directly. It start maven in the right directory then maven do the build and Continuum look at the output and the result. Can you add more details about your problem? Emmanuel brad hadfield a écrit : Hi, I am a new maven and continuum user. I'm having

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
Maven does start in a project directory, but I suspect what you're looking for is a parent project's directory. Because Continuum does not necessarily know about parent folders, since it pulls each project out individually, you need your build setup to not be dependent on folder location.

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
: getting relative paths maven + continuum Continuum doesn't build projects directly. It start maven in the right directory then maven do the build and Continuum look at the output and the result. Can you add more details about your problem? Emmanuel brad hadfield a écrit : Hi, I am a new maven

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
Good point, though it's not entirely true, since if you're using maven and always building with the full tree checked-out into a comprehensive workspace, this will work. It's only because continuum pulls things out sub-project (maven project) at-a-time that this becomes unworkable. But

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
@maven.apache.org Subject: Re: getting relative paths maven + continuum Good point, though it's not entirely true, since if you're using maven and always building with the full tree checked-out into a comprehensive workspace, this will work. It's only because continuum pulls things out sub-project (maven

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
-in is called both files must be in the same directory. I'll find a solution and check the Maven users list if required. Brad -Original Message- From: Christian Gruber [mailto:[EMAIL PROTECTED] Sent: August 7, 2007 1:01 PM To: continuum-users@maven.apache.org Subject: Re: getting relative

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
\WEB-INF\working- directory\21 Obviously I've configured something incorrectly... -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: August 7, 2007 11:27 AM To: [EMAIL PROTECTED] Subject: Re: getting relative paths maven + continuum Continuum doesn't build projects

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
: Christian Gruber [mailto:[EMAIL PROTECTED] Sent: August 7, 2007 12:17 PM To: [EMAIL PROTECTED] Subject: Re: getting relative paths maven + continuum Yes - I thought it might be this. You can't do that and expect continuum to understand it. In fact, continuum checked out your child projects

Re: getting relative paths maven + continuum

2007-08-07 Thread Emmanuel Venisse
PROTECTED] Subject: Re: getting relative paths maven + continuum Good point, though it's not entirely true, since if you're using maven and always building with the full tree checked-out into a comprehensive workspace, this will work. It's only because continuum pulls things out sub-project

Re: getting relative paths maven + continuum

2007-08-07 Thread Mykel Alvis
+1 . If you're into managing things with maven, it's pretty much the only consistently workable way. On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Christian, It's the best solution. Emmanuel Christian Gruber a écrit : In general, I try to take any shared resource or group of