dion        2003/07/30 21:37:00

  Modified:    src/java/org/apache/maven/jelly/tags/maven AddPathTag.java
  Log:
  Fix error messages
  
  Revision  Changes    Path
  1.12      +3 -3      maven/src/java/org/apache/maven/jelly/tags/maven/AddPathTag.java
  
  Index: AddPathTag.java
  ===================================================================
  RCS file: 
/home/cvs/maven/src/java/org/apache/maven/jelly/tags/maven/AddPathTag.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AddPathTag.java   31 Jul 2003 04:29:00 -0000      1.11
  +++ AddPathTag.java   31 Jul 2003 04:37:00 -0000      1.12
  @@ -98,8 +98,8 @@
               throw new JellyTagException( "cannot find ant project" );
           }
   
  -        checkAttribute( getId(), "id must be specified" );
  -        checkAttribute( getPath(), "path must be specified" );
  +        checkAttribute( getId(), "id" );
  +        checkAttribute( getPath(), "path" );
   
           if ( getId().equals( "maven.compile.src.set" ) )
           {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to