dion        2004/09/07 02:13:29

  Modified:    jelly    maven.xml
  Log:
  Just do site. JellyDoc has been added to the tag lib common project defn
  
  Revision  Changes    Path
  1.84      +1 -5      jakarta-commons/jelly/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- maven.xml 7 Sep 2004 03:52:45 -0000       1.83
  +++ maven.xml 7 Sep 2004 09:13:29 -0000       1.84
  @@ -272,6 +272,7 @@
         <echo>Tag-library ${tlname}'s site is up-to-date ? 
"${context.getVariable(testVar)}"</echo>
         <j:if test="${!context.getVariable(testVar)}">
           <echo>Building tag-library ${tlname}'s site.</echo>
  +        <!-- note: remove this once all taglibs have nav -->
           <echo>Outputting navigation to 
${dir}/target/generated-xdocs/navigation.xml.</echo>
           <mkdir dir="${dir}/target/generated-xdocs"/>
           <copy file="${basedir}/jelly-tags/tag-navigation.xml" 
tofile="${dir}/target/generated-xdocs/navigation.xml"
  @@ -282,12 +283,7 @@
           </copy>
   
           <exec executable="${mavenCmd}" failonerror="true" dir="${dir}">
  -          <arg value="jellydoc"/>
             <arg value="site"/>
  -          <arg 
value="-Dmaven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html"/>
  -          <arg value="-Dmaven.xdoc.poweredby.image=maven-feather.png"/>
  -          <arg value="-Dmaven.xdoc.date=left"/>
  -          <arg value="-Dmaven.license.licenseFile=${basedir}/LICENSE.txt"/>
           </exec>
         </j:if>
       </j:forEach>
  
  
  

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

Reply via email to