antlets/java/src xbuild.xml,1.10,1.11
[email protected] Thu, 04 Mar 2004 07:00:58 -0800
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/antlets/java/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25913/java/src
Modified Files:
xbuild.xml
Log Message:
fixed javadocs
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/java/src/xbuild.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** xbuild.xml 4 Mar 2004 12:51:18 -0000 1.10
--- xbuild.xml 4 Mar 2004 15:00:56 -0000 1.11
***************
*** 25,28 ****
--- 25,29 ----
<property name="project.name-version" value="${project.name}-${project.version}"/>
+ <property name="java.antlet:javadocs.group" value=""/>
<description>
The core antlet for a Java project.
***************
*** 32,41 ****
project.
</description>
!
! <!-- =================================================================== -->
! <!-- Compiles the source directory -->
! <!-- =================================================================== -->
! <target name="compile-src" if="src.code.present"
! description="Compiles the core source code">
<xmlproperty file="${java.antlet.dir}/conf/properties.xml"
keeproot="false"
--- 33,37 ----
project.
</description>
! <target name="-java.init">
<xmlproperty file="${java.antlet.dir}/conf/properties.xml"
keeproot="false"
***************
*** 44,47 ****
--- 40,51 ----
includeSemanticAttribute="true" />
+ </target>
+
+ <!-- =================================================================== -->
+ <!-- Compiles the source directory -->
+ <!-- =================================================================== -->
+ <target name="compile-src" if="src.code.present"
+ description="Compiles the core source code"
+ depends="-java.init">
<echo message="Compiling project core with Java ${ant.java.version}, debug ${build.compiler.debug}, optimize ${build.compiler.optimize}, deprecation ${build.compiler.deprecation}"/>
***************
*** 405,418 ****
<!-- =================================================================== -->
<target name="javadocs"
! description="Generates the API documentation in javadoc format">
<style in="module.xml"
! out="${java.antlet:work.dir}/javadocs/overview.html"
style="${java.antlet.dir}/resources/stylesheets/module2overview.xsl">
</style>
-
- <property name="java.antlet:javadoc.overview"
- value="${java.antlet:work.dir}/javadocs/overview.html"/>
-
<mkdir dir="${java.antlet:javadocs.dir}"/>
--- 409,421 ----
<!-- =================================================================== -->
<target name="javadocs"
! description="Generates the API documentation in javadoc format"
! depends="-java.init">
+ <property name="java.antlet:javadoc.overview"
+ value="${java.antlet:work.dir}/javadocs/overview.html"/>
<style in="module.xml"
! out="${java.antlet:javadoc.overview}"
style="${java.antlet.dir}/resources/stylesheets/module2overview.xsl">
</style>
<mkdir dir="${java.antlet:javadocs.dir}"/>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click