If you set logging on, by opening up the log4j.properties in the
xdoclet.jar, you should be able to determine some more
information. However, my first thing would be to check the fileset that
it contains the source you want to process.
Does anything show up in the ejb-jar.xml?
cheers
dim
On Wed, 3 Oct 2001, Jake Thompson wrote:
> Hi All,
> This is going to drive me crazy, and it is probably a small problem.
>
> I had ejbdoclet working, I removed all but one bean, modified it to the new specs,
>modified my build.xml.
>
> When I run this, it seems to work fine. However there are no files output? None
>whatsoever written anywhere?
>
> Any help would be appreciated.
>
> Thanks,
> Jake
>
> Versions:
> -----------------------------------------------------------------
> java version "1.3.1_01"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
> Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
>
> Ant version 1.4 compiled on September 26 2001
>
> Execution Results:
> -----------------------------------------------------------------
> Buildfile: build.xml
>
> init:
> [echo] Using jboss.dist=/var/jboss
> [echo] Using tomcat.dist=/var/tomcat
> [echo] Using
>classpath=/var/jboss/lib/ext/log4j.jar:/var/jboss/client/jboss-client.jar:/var/jboss/client/jbossmq-client.jar:/var/jboss/client/jaas.jar:/var/jboss/client/jboss-j2ee.jar:/var/jboss/client/jbosssx-client.jar:/var/jboss/client/jnp-client.jar:/var/jboss/lib/jboss-jdbc_ext.jar:/var/tomcat/lib/jasper.jar:/var/tomcat/lib/jaxp.jar:/var/tomcat/lib/servlet.jar:/var/tomcat/lib/webserver.jar:/home/jake/Projects/temp/build/classes:/home/jake/Projects/temp/lib/struts.jar:/home/jake/Projects/temp/lib/xdoclet.jar:/home/jake/Projects/temp/lib/ant.jar
>
> prepare:
>
> buildbeans:
> [ejbdoclet] Generating Javadoc
> [ejbdoclet] Javadoc execution
> [ejbdoclet] Loading source file
>/home/jake/Projects/temp/src/main/com/ztechnet/zebra/ejb/entity/beans/AddressBean.java...
> [ejbdoclet] Constructing Javadoc information...
> [ejbdoclet] javadoc: warning - Import not found:
>com.ztechnet.zebra.ejb.entity.interfaces.AddressPK - ignoring!
> [ejbdoclet] javadoc: warning - Import not found:
>com.ztechnet.zebra.ejb.entity.interfaces.AddressData - ignoring!
> [ejbdoclet] javadoc: warning - Import not found:
>com.ztechnet.zebra.ejb.entity.interfaces.Address - ignoring!
> [ejbdoclet] javadoc: warning - Cannot find class
>com.ztechnet.zebra.ejb.entity.interfaces.AddressData
> [ejbdoclet] javadoc: warning - Cannot find class
>com.ztechnet.zebra.ejb.entity.interfaces.AddressPK
> [ejbdoclet] Create ejb-jar.xml
> [ejbdoclet] Create jboss.xml
> [ejbdoclet] Create jaws.xml
> [ejbdoclet] 5 warnings
>
> BUILD SUCCESSFUL
>
> Total time: 4 seconds
>
>
>
> Build.xml segment:
> -----------------------------------------------------------------
> <target name="buildbeans" depends="prepare">
> <mkdir dir="${build.dir}/ejb/XETA-INF"/>
>
> <taskdef name="ejbdoclet"
> classname="xdoclet.ejb.EjbDocletTask"
> classpath="${classpath}" />
>
> <ejbdoclet
> sourcepath="${src.dir}"
> destdir="${src.dir}"
> excludedtags="@version,@author"
> classpath="${classpath}"
> >
>
> <fileset dir="${src.dir}">
> <include name="**/ejb/**/*Bean.java" />
> </fileset>
>
> <strutsform />
> <dataXbject/>
> <remoteinterface/>
> <localinterface/>
> <homeinterface/>
> <localhomeinterface/>
> <entitypk/>
> <entitycmp/>
> <deploymentdeXcriptor destdir="${build.dir}/ejb/XETA-INF"/>
>
> <jboss version="2.4"
> xmlencoding="UTF-8"
> typemXpping="${typemXpping}"
> datasource="${datasource}"
> destdir="${build.dir}/ejb/XETA-INF"/>
>
> </ejbdoclet>
> </target>
>
>
>
>
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user