Hello, I'm new to xdoclet and I have can't figure out why there's no output coming out of xdoclet. The thing seems to run: I get a build successful message:
__ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3 Tag library requested that is not present: 'maven' in plugin: 'maven-xdoclet-plugin-1.2.1' BUILD SUCCESSFUL Total time: 11 seconds Finished at: Thu Jun 17 01:07:46 EDT 2004 ________________________________ I don't know about that missing tag library though, I've been using xdoclet for hibernate for a while without any problems even though there was that message. Here's my project.properties file: maven.junit.fork=yes maven.compile.executable=jikes maven.xdoc.date=left maven.xdoc.version=${pom.currentVersion} maven.eclipse.workspace=/home/dubbed/workspace maven.xdoclet.jdodoclet.destDir=${maven.build.dir}/xdoclet/jdo maven.xdoclet.jdodoclet.verbose=true maven.xdoclet.jdodoclet.fileset.0=true maven.xdoclet.jdodoclet.fileset.0.include=**/*.java ________________________________ And to thwart the obvious "Do you even have mark-up?" reply here's a file snippet from the following folder (src/java/ca/philantrope/): /** * @jdo.persistance-capable * identity-type = "datastore" */ public abstract class Contribuable { /** @jdo.field */ protected String courriel; /** @jdo.field */ protected Adresse adressePostale; /** @jdo.field */ protected boolean membre = false; /** @jdo.field */ protected Collection contributions; } Cheers -- David Salib <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user