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

cvs commit: jakarta-turbine-maven/src/plugins-build/jellydoc plugin.jelly

jstrachan    2003/02/07 04:15:22

  Modified:    src/plugins-build/jellydoc plugin.jelly
  Log:
  added an extra check so that jellydoc can be ran before a compile
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-turbine-maven/src/plugins-build/jellydoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/jellydoc/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	7 Feb 2003 12:10:44 -0000	1.1
  +++ plugin.jelly	7 Feb 2003 12:15:22 -0000	1.2
  @@ -63,6 +63,10 @@
   
   	<!-- sets the classpath used for doclet invocations -->
     <goal name="jellydoc:init">
  +
  +		<!-- just in case this is ran before a compile -->
  +		<mkdir dir="${maven.build.dir}"/>
  +		
       <path id="doclet.classpath">
         <path refid="maven.dependency.classpath"/>
         <pathelement path="${plugin.dir}"/>