Huh?

Javadoc runs off the sources not off the compiled code.
--
dIon Gillard, Multitask Consulting



[EMAIL PROTECTED] wrote on 18/05/2004 08:30:28 AM:

> aheritier    2004/05/17 15:30:28
> 
>   Modified:    ant/src/plugin-resources/templates build.jelly
>   Log:
>   we can't create the javadoc if the code isn't built.
> 
>   Revision  Changes    Path
>   1.14      +1 -1      maven-plugins/ant/src/plugin-
> resources/templates/build.jelly
> 
>   Index: build.jelly
>   ===================================================================
>   RCS file: /home/cvs/maven-plugins/ant/src/plugin-
> resources/templates/build.jelly,v
>   retrieving revision 1.13
>   retrieving revision 1.14
>   diff -u -r1.13 -r1.14
>   --- build.jelly   9 May 2004 22:46:12 -0000   1.13
>   +++ build.jelly   17 May 2004 22:30:28 -0000   1.14
>   @@ -309,7 +309,7 @@
> 
>      <target
>        name="javadoc"
>   -    description="o Generate javadoc">
>   +    description="o Generate javadoc" depends="jar">
> 
> 
>        <mkdir dir="$${javadocdir}"/>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to