Hi all,
I was happily using xdoclet in my project. Now it give me some strange errors
that I cannot decipher.
My build.xml contains this piece of code :
<target depends="init" name="xdoclet-generate">
<taskdef classname="xdoclet.modules.ejb.EjbDocletTask"
name="ejbdoclet">
<classpath refid="base.path"/>
</taskdef>
<taskdef classname="xdoclet.modules.web.WebDocletTask"
name="webdoclet">
<classpath refid="base.path"/>
</taskdef>
<ejbdoclet destdir="${build.generate.dir}" ejbspec="${ejb.version}"
excludedtags="@version,@author"
force="${xdoclet.force}"
mergedir="${src.resources.dir}/xdoclet">
<fileset dir="${src.ejb.dir}">
<include name="**/*Bean.java"/>
</fileset>
<packageSubstitution packages="session,entity"
substituteWith="interfaces"/>
<dataobject/>
<localinterface/>
<localhomeinterface/>
<remoteinterface/>
<homeinterface/>
<entitypk/>
<entitybmp/>
<entitycmp/>
<deploymentdescriptor destdir="${build.dir}/META-INF"/>
<jboss datasource="${datasource.name}"
destdir="${build.dir}/META-INF"
typemapping="${type.mapping}"
unauthenticatedPrincipal="${jboss.guest}"
validateXml="false"
version="${jboss.version}" xmlencoding="UTF-8"/>
</ejbdoclet>
</target>
but when I launch ant the log says:
xdoclet-generate:
(XDocletMain.start 45 ) Running <dataobject/>
Generating Data Object class for
'com.wingstech.webappointments.entity.AgendaBean'.
Generating Data Object class for
'com.wingstech.webappointments.entity.SpecialityBean'.
Generating Data Object class for
'com.wingstech.webappointments.entity.CustomerPivaBean'.
.
.
.
.
compile:
Created dir: /home/kiuma/javaWks/Appuntamenti/webappointments/build/classes
Compiling 127 source files to
/home/kiuma/javaWks/Appuntamenti/webappointments/build/classes
build/generate/com/wingstech/webappointments/interfaces/AgendaLocal.java [16]
cannot resolve symbol
symbol : class AgendaData
location: package entity
public void setValueObject( com.wingstech.webappointments.entity.AgendaData
pAgendaData ) throws
com.wingstech.webappointments.interfaces.InvalidValueException;
^.
.
.
.
I'm using the cvs version of xdoclet.
Please help!!
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user