Pronuciation

2007-08-15 Thread brad hadfield
Just a trivia question... hope you don't mind settling a point of discussion. What is the proper pronuciation of the word Maven? I have been using mey-vuh n with the a as in bacon or gate. I have heard the a pronounced as in fact or back. Anyone? Thanks

detecting build failure

2007-08-13 Thread brad hadfield
Build failures are not detected by Continuum. I'm using continuum version 1.1 beta 1 with maven 2.0.7. I tried using the fixed maven batch file indicated in the FAQ but it fails due to a class Path error. This is what the end of the mvn.bat file looks like: @REM Start MAVEN2 :runm2

refreshing a changed POM

2007-08-07 Thread brad hadfield
I've noticed that when I change a POM file that it does not seem to refresh within Continuum. Is there a way to tell Continuum that the POM file has changed? At what point does Continuum check the POM. Thanks

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 brad hadfield
Thanks again for all your help, just to clarify, the file is not found in a parent project but in a sibling project. We have a situation where a number of Web applications have an XML schema file that extends objects found a base schema file. The base schema file is part of the base project.

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
that assumption. Christian. On Aug 7, 2007, at 11:45 AM, brad hadfield wrote: Thanks Emmanuel, I have a property with a path that looks like ${basedir}/../../../ core-parent/trunk/ If I use the variable ${basedir} by running maven from the command line the location looks like: C:\CIProjects