/[classpath]/gjdoc/src/build.xml
ViewVC logotype

Diff of /gjdoc/src/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by julian, Sun Mar 9 23:25:44 2003 UTC revision 1.9 by julian, Mon Dec 13 17:39:51 2004 UTC
# Line 47  compiled gcj with \-\-enable-threads. Yo Line 47  compiled gcj with \-\-enable-threads. Yo
47     <property name="tmp" location="tmp"/>     <property name="tmp" location="tmp"/>
48     <property name="build" location="tmp/build"/>     <property name="build" location="tmp/build"/>
49     <property name="buildres" location="tmp/buildres"/>     <property name="buildres" location="tmp/buildres"/>
50       <property name="generated" location="tmp/generated"/>
51     <property name="dist"  location="dist"/>     <property name="dist"  location="dist"/>
52     <property name="gnujaxp.home"  location="/home/julian/cvswork/jaxp/"/>     <property name="gnujaxp.home"  location="/home/julian/cvs/jaxp/"/>
53     <property name="libxmlj.home"  location="/home/julian/cvswork/libxmlj/"/>     <property name="libxmlj.home"  location="/home/julian/cvswork/libxmlj/"/>
54     <property name="libxmlj.build.home"  location="/home/julian/cvswork/libxmlj_build/"/>     <property name="libxmlj.build.home"  location="/home/julian/cvswork/libxmlj_build/"/>
55    
# Line 62  compiled gcj with \-\-enable-threads. Yo Line 63  compiled gcj with \-\-enable-threads. Yo
63        <mkdir dir="${build}"/>        <mkdir dir="${build}"/>
64        <mkdir dir="${buildres}"/>        <mkdir dir="${buildres}"/>
65        <mkdir dir="${dist}"/>        <mkdir dir="${dist}"/>
66          <mkdir dir="${generated}/gnu/classpath/tools/gjdoc/expr"/>
67       </target>
68    
69       <target
70             name="generate-source"
71             depends="init"
72             description="generate source using antlr">
73    
74          <antlr target="${src}/gnu/classpath/tools/gjdoc/expr/java-expression.g" outputdirectory="${generated}/gnu/classpath/tools/gjdoc/expr"/>
75    
76     </target>     </target>
77    
78     <!-- Compile the Java source to class files -->       <!-- Compile the Java source to class files -->  
79     <target     <target
80           name="compile"           name="compile"
81           depends="init"           depends="generate-source"
82           description="Compile the source">           description="Compile the source">
83    
84        <javac srcdir="${src}" destdir="${build}" debug="on">        <javac destdir="${build}" debug="on" compiler="jikes" source="1.4" nowarn="true">
85            <src path="${src}"/>
86            <src path="${generated}"/>
87           <classpath>           <classpath>
88              <pathelement path="${classpath}"/>              <pathelement path="${classpath}"/>
89              <pathelement path="${build}"/>              <pathelement path="${build}"/>
# Line 132  compiled gcj with \-\-enable-threads. Yo Line 145  compiled gcj with \-\-enable-threads. Yo
145           <arg value="-O9"/>           <arg value="-O9"/>
146           -->           -->
147    
          <arg value="-fbounds-check"/>  
   
          <arg value="-Xlinker"/>  
          <arg value="-L/home/julian/cvswork/libxmlj_build/.libs"/>  
   
          <arg value="-lxml2"/>  
          <arg value="-lxslt"/>  
          <arg value="-lxmlj"/>  
          <arg value="-fjni"/>  
   
148           <arg value="-Djavax.xml.transform.TransformerFactory=gnu.xml.libxmlj.transform.TransformerFactoryImpl"/>           <arg value="-Djavax.xml.transform.TransformerFactory=gnu.xml.libxmlj.transform.TransformerFactoryImpl"/>
149           <arg value="--main=gnu.classpath.tools.gjdoc.Main"/>           <arg value="--main=gnu.classpath.tools.gjdoc.Main"/>
150    
# Line 149  compiled gcj with \-\-enable-threads. Yo Line 152  compiled gcj with \-\-enable-threads. Yo
152    
153           <arg file="${gnujaxp.home}/gnujaxp.jar"/>           <arg file="${gnujaxp.home}/gnujaxp.jar"/>
154    
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/DefaultErrorListenerImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/DefaultURIResolverImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/ErrorListenerProxy.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/IOToolkit.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/JavaContext.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/LibxmlDocument.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/LibxsltStylesheet.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/SourceLocatorImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/SourceWrapper.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/TemplatesImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/TransformerImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/TransformerFactoryImpl.java"/>  
          <arg file="${libxmlj.home}/src/gnu/xml/libxmlj/transform/URIResolverProxy.java"/>  
   
155           <!-- Add Javadoc interfaces Objects -->           <!-- Add Javadoc interfaces Objects -->
156    
157           <arg file="${src}/com/sun/javadoc/ClassDoc.java"/>           <arg file="${src}/com/sun/javadoc/ClassDoc.java"/>
# Line 234  compiled gcj with \-\-enable-threads. Yo Line 223  compiled gcj with \-\-enable-threads. Yo
223    
224           <arg file="${src}/gnu/classpath/tools/taglets/CopyrightTaglet.java"/>           <arg file="${src}/gnu/classpath/tools/taglets/CopyrightTaglet.java"/>
225    
          <arg file="${buildres}/null_null_doctranslets_gjdoc_common.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_gjdoc.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_index.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_index_noframes.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_html_common.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_descriptor.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_fulltree.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_allpackages.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_allclasses.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_classdoc.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_packagedoc.xsl.o"/>  
          <arg file="${buildres}/null_doctranslets_html_packageclasses.xsl.o"/>  
          <arg file="${buildres}/doctranslets_html_res_gjdochtml.css.o"/>  
   
          <arg file="${buildres}/null_null_dtd_gjdoc.dtd.o"/>  
          <arg file="${buildres}/null_null_dtd_dbcentx.mod.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amsa.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amsb.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amsc.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amsn.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amso.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-amsr.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-box.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-cyr1.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-cyr2.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-dia.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-grk1.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-grk2.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-grk3.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-grk4.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-lat1.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-lat2.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-num.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-pub.ent.o"/>  
          <arg file="${buildres}/null_dtd_ent_iso-tech.ent.o"/>  
226    
227        </exec>        </exec>
228    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26