You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/08/17 03:38:51 UTC

cvs commit: jakarta-turbine-3 build.xml

dlr         01/08/16 18:38:51

  Modified:    .        build.xml
  Log:
  We are no longer interested in o.a.java and o.a.jserv, but need to
  somehow be able to generate JavaDoc for Fulcrum and Torque at the same
  time as Turbine's.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- build.xml	2001/08/16 04:41:25	1.1
  +++ build.xml	2001/08/17 01:38:50	1.2
  @@ -356,7 +356,7 @@
       
       <javadoc
         sourcepath="${build.src}"
  -      packagenames="org.apache.turbine.*,org.apache.java.*,org.apache.jserv.*"
  +      packagenames="org.apache.turbine.*,org.apache.fulcrum.*,org.apache.torque.*"
         destdir="${javadoc.destdir}"
         author="true"
         private="true"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3 build.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jason van Zyl <jv...@apache.org> writes:

> On 8/16/01 9:38 PM, "dlr@apache.org" <dl...@apache.org> wrote:
> 
> > dlr         01/08/16 18:38:51
> > 
> > Modified:    .        build.xml
> > Log:
> > We are no longer interested in o.a.java and o.a.jserv, but need to
> > somehow be able to generate JavaDoc for Fulcrum and Torque at the same
> > time as Turbine's.
> 
> Why? Shouldn't the javadoc generation for fulcrum and torque be in those
> respective packages?

I want to be able to generate JavaDoc for all three packages at once.
I haven't figured out how to do this yet, so feel free to modify this
to point to only org.apache.turbine.*, if you like.

I do eventually need this behavior, but it doesn't have to have this
particular implementation.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3 build.xml

Posted by Jason van Zyl <jv...@apache.org>.
On 8/16/01 9:38 PM, "dlr@apache.org" <dl...@apache.org> wrote:

> dlr         01/08/16 18:38:51
> 
> Modified:    .        build.xml
> Log:
> We are no longer interested in o.a.java and o.a.jserv, but need to
> somehow be able to generate JavaDoc for Fulcrum and Torque at the same
> time as Turbine's.

Why? Shouldn't the javadoc generation for fulcrum and torque be in those
respective packages?
 
> Revision  Changes    Path
> 1.2       +1 -1      jakarta-turbine-3/build.xml
> 
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -u -r1.1 -r1.2
> --- build.xml    2001/08/16 04:41:25    1.1
> +++ build.xml    2001/08/17 01:38:50    1.2
> @@ -356,7 +356,7 @@
>      
>      <javadoc
>        sourcepath="${build.src}"
> -      
> packagenames="org.apache.turbine.*,org.apache.java.*,org.apache.jserv.*"
> +      
> packagenames="org.apache.turbine.*,org.apache.fulcrum.*,org.apache.torque.*"
>        destdir="${javadoc.destdir}"
>        author="true"
>        private="true"
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org