Yes, sorry, the log isn't correct.
The problem was that you couldn't call "ant javadoc" direclty because we
used this classpath 

      <classpath>
        <fileset dir="$${libdir}">
          <include name="*.jar"/>
        </fileset>
        <pathelement location="$${defaulttargetdir}/$${final.name}.jar"/>
      </classpath>

$${defaulttargetdir}/$${final.name}.jar is created in the jar target.


Arnaud

> -----Message d'origine-----
> De�: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Envoy�: mardi 18 mai 2004 01:32
> ��: Maven Developers List
> Objet�: Re: cvs commit: maven-plugins/ant/src/plugin-resources/templates
> build.jelly
> 
> 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]




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

Reply via email to