openamf/build build.xml,1.65,1.66
Sean Sullivan <[email protected]> Fri, 11 Jun 2004 15:35:23 +0000
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12300/build
Modified Files:
build.xml
Log Message:
updated ejbdoclet to work with XDoclet 1.2.1
Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** build.xml 9 Jun 2004 05:52:44 -0000 1.65
--- build.xml 11 Jun 2004 15:35:21 -0000 1.66
***************
*** 43,47 ****
<property name="log4j.jar.file" value="${lib.dir}/log4j-1.2.8.jar"/>
<property name="logging.jar.file" value="${lib.dir}/commons-logging.jar"/>
- <property name="xdoclet.jar.file" value="${lib.dir}/xdoclet.jar"/>
<property name="beanutils.jar.file" value="${lib.dir}/commons-beanutils.jar"/>
<property name="collections.jar.file" value="${lib.dir}/commons-collections.jar"/>
--- 43,46 ----
***************
*** 85,88 ****
--- 84,111 ----
</fileset>
+ <path id="xdoclet.class.path">
+ <fileset dir="lib">
+ <include name="**/xdoclet*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/xjavadoc*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/commons-logging*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/commons-collections*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/ant*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/log4j*.jar"/>
+ </fileset>
+ <fileset dir="lib">
+ <include name="**/jboss-j2ee*.jar"/>
+ </fileset>
+ </path>
+
<path id="project.class.path">
<pathelement path="${build.dir}/core"/>
***************
*** 149,159 ****
<taskdef
name="ejbdoclet"
! classname="xdoclet.ejb.EjbDocletTask"
! classpath="${xdoclet.jar.file};${log4j.jar.file};${ant.jar.file}"/>
<ejbdoclet
- sourcepath="${java.src.dir}"
destdir="${generated.java.dir}"
- classpathref="project.class.path"
excludedtags="@version,@author"
ejbspec="2.0"
--- 172,180 ----
<taskdef
name="ejbdoclet"
! classname="xdoclet.modules.ejb.EjbDocletTask"
! classpathref="xdoclet.class.path"/>
<ejbdoclet
destdir="${generated.java.dir}"
excludedtags="@version,@author"
ejbspec="2.0"
***************
*** 175,180 ****
xmlencoding="UTF-8"
destdir="${ejb.build.dd.dir}"
! validatexml="false"
! typemapping="Hypersonic SQL"/>
</ejbdoclet>
</target>
--- 196,200 ----
xmlencoding="UTF-8"
destdir="${ejb.build.dd.dir}"
! validatexml="false" />
</ejbdoclet>
</target>
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504