since the mail alias isn't set up...

ok, so maven-jelly-tags cvs module is now independant. Development on it should be done on HEAD.

Cheers,
Brett
--- Begin Message ---
Hi. This is the qmail-send program at apache.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 76894 invoked by uid 98); 28 May 2004 00:59:40 -0000
Received: from [EMAIL PROTECTED] by hermes.apache.org by uid 82 with 
qmail-scanner-1.20 
 (clamuko: 0.70.  Clear:RC:0(209.237.227.194):. 
 Processed in 0.047704 secs); 28 May 2004 00:59:40 -0000
X-Qmail-Scanner-Mail-From: [EMAIL PROTECTED] via hermes.apache.org
X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.047704 secs)
Received: from unknown (HELO minotaur.apache.org) (209.237.227.194)
  by hermes.apache.org with SMTP; 28 May 2004 00:59:40 -0000
Received: (qmail 23630 invoked by uid 1717); 28 May 2004 00:59:01 -0000
Date: 28 May 2004 00:59:01 -0000
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cvs commit: maven-jelly-tags/xdocs changes.xml
X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N

brett       2004/05/27 17:59:01

  Modified:    .        project.properties project.xml
               src/java/main/org/apache/maven/jelly/tags/maven
                        AddPathTag.java ReactorTag.java
               xdocs    changes.xml
  Log:
  merge MAVEN-1_0-BRANCH - no need to split development on this
  
  Revision  Changes    Path
  1.3       +3 -0      maven-jelly-tags/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-jelly-tags/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        5 May 2004 13:05:51 -0000       1.2
  +++ project.properties        28 May 2004 00:59:00 -0000      1.3
  @@ -5,3 +5,6 @@
   # Display the maven version the web site is documenting
   maven.xdoc.version = ${pom.artifactId}-${pom.currentVersion}
   
  +# Distribution location
  +maven.repo.central = www.apache.org
  +maven.repo.central.directory = /www/www.apache.org/dist/java-repository/
  
  
  
  1.3       +14 -14    maven-jelly-tags/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-jelly-tags/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       5 May 2004 13:05:51 -0000       1.2
  +++ project.xml       28 May 2004 00:59:00 -0000      1.3
  @@ -23,27 +23,22 @@
     <groupId>maven</groupId>
     <artifactId>maven-jelly-tags</artifactId>
     <name>Maven Jelly Tag Library</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0.1-SNAPSHOT</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org/</url>
  -    <logo>/images/apache-maven-project.png</logo>
  +    <logo>http://maven.apache.org/images/apache-maven-project.png</logo>
     </organization>
     <inceptionYear>2001</inceptionYear>
     <package>org.apache.maven.jelly.tags</package>
  -  <logo>/images/maven.gif</logo>
  -
  -  <description>
  -    The Maven jelly tag library is designed to be used in Maven Jelly scripts and 
plugins to perform
  -    functions such as the reactor, run a Maven sub build, and load a Maven project 
model.
  -  </description>
  +  <logo>http://maven.apache.org/images/maven.gif</logo>
  +  <description>The Maven jelly tag library is designed to be used in Maven Jelly 
scripts and plugins to perform functions such as the reactor, run a Maven sub build, 
and load a Maven project model.</description>
     <url>http://maven.apache.org/reference/maven-jelly-tags</url>
  -  <!-- TODO: create a new JIRA project -->
  -  
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
  +  
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10590</issueTrackingUrl>
     <siteAddress>maven.apache.org</siteAddress>
     <siteDirectory>/www/maven.apache.org/reference/maven-jelly-tags</siteDirectory>
     <distributionSite>maven.apache.org</distributionSite>
  -  <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
  +  
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
     <repository>
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/maven-jelly-tags</connection>
       <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven/maven-jelly-tags</developerConnection>
  @@ -144,7 +139,6 @@
         <distribution>repo</distribution>
       </license>
     </licenses>
  -
     <dependencies>
       <dependency>
         <artifactId>commons-jelly</artifactId>
  @@ -196,6 +190,7 @@
         <url>http://jakarta.apache.org/commons/jelly/tags/ant/</url>
       </dependency>
       <!-- Runtime dependencies -->
  +
       <dependency>
         <artifactId>commons-lang</artifactId>
         <groupId>commons-lang</groupId>
  @@ -203,7 +198,6 @@
         <url>http://jakarta.apache.org/commons/lang.html</url>
       </dependency>
     </dependencies>
  -
     <build>
       <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
       <sourceDirectory>src/java/main</sourceDirectory>
  @@ -230,5 +224,11 @@
       <report>maven-simian-plugin</report>
       <report>maven-faq-plugin</report>
     </reports>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_JELLY_TAGS-1_0</tag>
  +    </version>
  +  </versions>
   </project>
  -
  
  
  
  1.16      +9 -1      
maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags/maven/AddPathTag.java
  
  Index: AddPathTag.java
  ===================================================================
  RCS file: 
/home/cvs/maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags/maven/AddPathTag.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- AddPathTag.java   23 Mar 2004 02:18:19 -0000      1.15
  +++ AddPathTag.java   28 May 2004 00:59:00 -0000      1.16
  @@ -61,7 +61,15 @@
           checkAttribute( getRefid(), "refid" );
   
           Path path = (Path) project.getReferences().get( getId() );
  +        if ( path == null )
  +        {
  +            throw new JellyTagException( "cannot find the path to add to specified 
by 'id': " + getId() );
  +        }
           Path addPath = (Path) project.getReferences().get( getRefid() );
  +        if ( addPath == null )
  +        {
  +            throw new JellyTagException( "cannot find the path to add specified by 
'refid': " + getRefid() );
  +        }
           path.append( addPath );
       }
   
  
  
  
  1.40      +2 -2      
maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags/maven/ReactorTag.java
  
  Index: ReactorTag.java
  ===================================================================
  RCS file: 
/home/cvs/maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags/maven/ReactorTag.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ReactorTag.java   5 May 2004 13:05:51 -0000       1.39
  +++ ReactorTag.java   28 May 2004 00:59:00 -0000      1.40
  @@ -44,7 +44,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Emmanuel Venisse</a>
    * @version $Id$
    * @todo We use the basedir for the glob, but we need to set the descriptor.
  - * @todo better use of inheritence from MavenTag
  + * @todo better use of inheritance from MavenTag
    */
   public class ReactorTag
       extends MavenTag
  
  
  
  1.3       +13 -3     maven-jelly-tags/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-jelly-tags/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       5 May 2004 13:05:51 -0000       1.2
  +++ changes.xml       28 May 2004 00:59:01 -0000      1.3
  @@ -24,10 +24,20 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.0-SNAPSHOT" date="in CVS">
  -      <action dev="vmassol" type="add">Added new <code>SetTag</code> tag to set 
plugin properties</action>
  -      <action dev="vmassol" type="add">Added new <code>GetTag</code> tag that 
replaces the now deprecated <code>PluginVar</code> tag</action>
  +    <release version="1.0.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">Improve error reporting in 
<code>AddPathTag</code>.</action>
  +    </release>
  +
  +    <release version="1.0" date="2004-05-11">
  +      <action dev="vmassol" type="add">Added new
  +        <code>SetTag</code> tag to set plugin properties
  +      </action>
  +      <action dev="vmassol" type="add">Added new
  +        <code>GetTag</code> tag that replaces the now deprecated
  +        <code>PluginVar</code> tag
  +      </action>
         <action dev="brett" type="fix" issue="MAVEN-1219">Install and uninstall 
plugin tags for managing plugins on the fly.</action>
  +      <action dev="brett" type="add">Jelly tag library separated from Maven 
core.</action>
       </release>
     </body>
   </document>
  
  
  

.



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

Reply via email to