You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/11 00:47:37 UTC

svn commit: r376890 - /forrest/trunk/plugins/build.xml

Author: crossley
Date: Fri Feb 10 15:47:35 2006
New Revision: 376890

URL: http://svn.apache.org/viewcvs?rev=376890&view=rev
Log:
Added FIXME note. Need to strip the "-dev" from "forrest-version".
FOR-742

Modified:
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?rev=376890&r1=376889&r2=376890&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Fri Feb 10 15:47:35 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2006 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -123,7 +123,7 @@
   </target>
   
   
-  <!-- FIXME: Forrest should really use the plugins in-place if they are available as source -->
+  <!-- FIXME: FOR-388 Forrest should really use the plugins in-place if they are available as source -->
   <target name="local-deploy"
           description="Deploy a plugin locally"
           depends="init, clean, jar">
@@ -214,7 +214,7 @@
           <else>
             <!-- FIXME: the docs version number should be derived programmatically from the forrest.version in use 
                  (see http://issues.apache.org/jira/browse/FOR-535) -->
-            <fail message="Trying to deploy plugin docs to an unkown version of Forrest. Please update the plugins build file."/>
+            <fail message="Trying to deploy plugin docs to an unknown version of Forrest. Please update the plugin's build file."/>
           </else>
         </if>
       </else>
@@ -383,6 +383,7 @@
           filtering="true">
       <fileset dir="${forrest.plugins.template.dir}"/>
       <filterset>
+<!-- FIXME: need to strip the "-dev" from "forrest-version" FOR-742 -->
         <filter token="forrest-version" value="${forrest.version}"/>
         <filter token="plugin-name" value="${plugin-name}"/>
         <filter token="plugin-type" value="${plugin-type}"/>