antlets/java/src xbuild.xml,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/java/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3642/java/src

Modified Files:
	xbuild.xml 
Log Message:
Javadoc now works.

Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/java/src/xbuild.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xbuild.xml	22 Dec 2003 23:20:10 -0000	1.1
--- xbuild.xml	23 Dec 2003 22:32:15 -0000	1.2
***************
*** 4,7 ****
--- 4,8 ----
  
    <!-- Antlet Specific Properties -->
+   <dirname property="java.antlet.dir" file="${ant.file.java.antlet}"/>
   
    	<property name="java.antlet:javadocs.dir" 
***************
*** 405,424 ****
        description="Generates the API documentation in javadoc format">
        
! 	<if>
! 		<not> <isset property="java.antlet:javadoc.overview"/></not>
! 			<then>
! 				<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"/>	
- 			</then>	
- 	</if>
  
        
      <mkdir dir="${java.antlet:javadocs.dir}"/>
!     <javadoc packagenames="${viprom:/module/project[@name=$project.name]/package}.*"
               sourcepath="${project.src.dir}"
               destdir="${java.antlet:javadocs.dir}"
--- 406,420 ----
        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}"/>
!     <javadoc packagenames="${project.package}.*"
               sourcepath="${project.src.dir}"
               destdir="${java.antlet:javadocs.dir}"
***************
*** 431,436 ****
               source= "${build.compiler.source}"
               group="${java.antlet:javadocs.group}"
!              windowtitle="${project.name} ${project.version.package-version}  API"
!              stylesheetfile="${java.antlet:dir}/resources/stylesheets/javadoc.css">
   
       <classpath>
--- 427,432 ----
               source= "${build.compiler.source}"
               group="${java.antlet:javadocs.group}"
!              windowtitle="${project.name} ${project.version}  API"
!              stylesheetfile="${java.antlet.dir}/resources/stylesheets/javadoc.css">
   
       <classpath>
***************
*** 438,445 ****
       </classpath>
  
!     <doctitle>${project.name} ${project.version.package-version}  API</doctitle>
!     <bottom><![CDATA[<center><i>Copyright &#169; ${YEAR} ${xgump.module.vendor}. All Rights Reserved.</i></center>]]></bottom>
!     <header><![CDATA[${project.name} ${project.version.package-version}]]></header>
!     <footer><![CDATA[${project.name} ${project.version.package-version}]]></footer>
      <tag name="todo" scope="all" description="To do:" />
      <link offline="true" 
--- 434,441 ----
       </classpath>
  
!     <doctitle>${project.name} ${project.version}  API</doctitle>
!     <bottom><![CDATA[<center><i>Copyright &#169; ${YEAR} ${project.vendor}. All Rights Reserved.</i></center>]]></bottom>
!     <header><![CDATA[${project.name} ${project.version}]]></header>
!     <footer><![CDATA[${project.name} ${project.version}]]></footer>
      <tag name="todo" scope="all" description="To do:" />
      <link offline="true" 




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.