User: ko5tik
Date: 02/05/19 08:29:09
Modified: modules Tag: MODULE_REFACTORING_BRANCH modules-common.xml
Log:
fixed buld sequence and problems with jar dependencies
Revision Changes Path
No revision
No revision
1.1.2.14 +13 -5 xdoclet/modules/Attic/modules-common.xml
Index: modules-common.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/modules-common.xml,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -w -r1.1.2.13 -r1.1.2.14
--- modules-common.xml 17 May 2002 16:34:48 -0000 1.1.2.13
+++ modules-common.xml 19 May 2002 15:29:09 -0000 1.1.2.14
@@ -22,8 +22,16 @@
<target name="init">
<echo>******** Building XDoclet module '${ant.project.name}' ********</echo>
+ <!-- Define classpath required for generating xml descriptors -->
+ <path id="module.xml.class.path">
+ <pathelement location="${commons-logging.jar}"/>
+ <pathelement location="${log4j.jar}"/>
+ <pathelement location="${ant.jar}"/>
+ <pathelement location="${dist.lib.dir}/xdoclet.jar"/>
+ <pathelement location="${dist.lib.dir}/xjavadoc.jar"/>
+ </path>
<!-- Define classpath required for compiling modules -->
- <path id="module.class.path">
+ <path id="module.compile.class.path">
<pathelement location="${commons-logging.jar}"/>
<pathelement location="${log4j.jar}"/>
<pathelement location="${ant.jar}"/>
@@ -35,7 +43,7 @@
</path>
<!-- Define the xdoclet task -->
<taskdef name="xdoclet" classname="xdoclet.DocletTask"
- classpathref="module.class.path"
+ classpathref="module.xml.class.path"
/>
<!-- Checks for xtags.xml -->
@@ -77,7 +85,7 @@
<mkdir dir="${module.classes.dir}"/>
<javac
destdir="${module.classes.dir}"
- classpathref="module.class.path"
+ classpathref="module.compile.class.path"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
optimize="${compile.optimize}"
@@ -96,8 +104,8 @@
<include name="META-INF/xdoclet.xml"/>
</fileset>
<fileset dir="${module.src.dir}">
- <include name="**/*.xdt"/>
- <include name="**/*.properties"/>
+ <!-- just exclude java. modules like to store all the funny things
inside... -->
+ <exclude name="**/*.java"/>
</fileset>
</jar>
</target>
_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel