You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/12/07 15:04:13 UTC

cvs commit: maven/src/java/org/apache/maven/cli App.java

dion        2003/12/07 06:04:13

  Modified:    src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java
  Log:
  A jelly exception is still a failure
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.37.4.2  +2 -1      maven/src/java/org/apache/maven/cli/App.java
  
  Index: App.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/cli/App.java,v
  retrieving revision 1.37.4.1
  retrieving revision 1.37.4.2
  diff -u -r1.37.4.1 -r1.37.4.2
  --- App.java	26 Nov 2003 11:45:16 -0000	1.37.4.1
  +++ App.java	7 Dec 2003 14:04:13 -0000	1.37.4.2
  @@ -596,6 +596,7 @@
           catch ( JellyException e )
           {
               returnCode = RC_BAD_JELLY;
  +            failed = true;
               String fileName = e.getFileName();
               String elementName = e.getElementName();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org