Re: Maven run stops on compile error

2003-06-24 Thread Martin Skopp
On Wed, 2003-06-25 at 01:19, Oliver Dohmen wrote: > In my current project i`ve tried to compile all sources > via Cron and want to generate and publish the site > to the intranet every night. Same do I here... > Or is it possible to mail the project team on broken builds ? I do a simple comm

Re: PROPOSAL: ${basedir} usage

2003-06-24 Thread Brett Porter
I don't see an inconsistency, but I might be misinterpreting this last sentence. It seems to make sense to me that relative paths in a I was really concerned with the inconsistency between project.xml and maven.xml Oddly enough, the only call to File.isAbsolute in the maven source tree is in the

Maven run stops on compile error

2003-06-24 Thread Oliver Dohmen
Hi, following problem: In my current project i`ve tried to compile all sources via Cron and want to generate and publish the site to the intranet every night. The compile process fails sometimes and the site is not published. Is there any possibility to tell maven not to stop the complet

RE: JBuilder plugin major updates

2003-06-24 Thread David Zeleznik
FYI, I have updated the JBuilder plugin patches attached to MAVEN-461. The main change is from a user's suggestion. Now, library files that are automatically generated from versioned (not snapshot) artifact dependencies are versioned themselves. This is also true for snapshot dependencies where an

Re: Problem with preGoal

2003-06-24 Thread Alexey Demakov
Does generateSrc add location of generated sources to maven.compile.src.set? It's better to generate sources to subdir of maven.build.dir Search plugins for examples (antlr) Best regards, Alexey --- Alexey Demakov, ISP RAS www: http://redverst.ispras.ru e-mail: [EMAIL PROTECTED] ICQ 740187 -

Problem with preGoal

2003-06-24 Thread Neil Blue
Using MAVEN_1_0_B9. I have a pre goal set up as follows: where the goal generate source will generate source code and put it in the ${maven.src.dir}/java directory. On running 'maven java:compile' for this project, the source is successfully generated, but then get the message [ec

Re: [Goal does not exist] ?

2003-06-24 Thread Cyriaque Dupoirieux
Thank you, It works fine... Regards, Cyriaque, Kristine Weissbarth a écrit : hi, I have had the same problem last week. Try deleting *.cache from $MAVEN_HOME/plugins. Am Die, 2003-06-24 um 10.55 schrieb Cyriaque Dupoirieux: Heloo, What does mean the following message : Goal "jalopp

Re: PROPOSAL: ${basedir} usage

2003-06-24 Thread Mark H. Wilkinson
On Mon, 2003-06-23 at 23:31, Brett Porter wrote: > Mark H. Wilkinson wrote: > > On Mon, 2003-06-23 at 14:42, Brett Porter wrote: > > > >>There are two alternatives: > >>1) assume all of these paths are relative to project.xml. > > > > I'd vote for this one unless someone can explain... > > If yo

Re: [Goal does not exist] ?

2003-06-24 Thread Kristine Weissbarth
hi, I have had the same problem last week. Try deleting *.cache from $MAVEN_HOME/plugins. Am Die, 2003-06-24 um 10.55 schrieb Cyriaque Dupoirieux: > Heloo, > > What does mean the following message : > Goal "jaloppy" does not exist in this project. > I just can do a site:generate

[Goal does not exist] ?

2003-06-24 Thread Cyriaque Dupoirieux
Heloo, What does mean the following message : Goal "jaloppy" does not exist in this project. I just can do a site:generate, if I want to execute another goal, it does not find it ? Regards, Cyriaque - To unsubscri

Re: How adaptable is Maven's version system?

2003-06-24 Thread Rafal Krzewski
Christian Clausen wrote: > I suddenly realize that we use the two different styles of snapshot versions: > You're talking about timestamped jars created with jar:deploy-snapshot while I'm > talking about jars of a project with version x.y-SNAPSHOT (in project.xml) and > deployed with jar:deploy. Wh

Re: [ChangeLog] ?

2003-06-24 Thread Cyriaque Dupoirieux
Hello, I answer to my question after a day of search of information on internet... The problem with changelog comes from the version of the following library : cygwin-1.3.11 Some explanations : cvs server sends ok\n -> ssh protocol -> ssh.exe client of cygwin using 1.3.10 d