[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-879) Fix for "destDir attribute must be present."

2004-10-25 Thread legendaryservice
The following issue has been updated: Updater: Matt Raible (mailto:[EMAIL PROTECTED]) Date: Mon, 25 Oct 2004 7:02 PM Comment: Here's a 2nd patch that fixes the problem form me. I'm using Ant 1.6.2 on Windows XP. Changes: Attachment changed to DocletTask.diff.pat

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-729) @hibernate.id tag class parameter not documented

2004-10-25 Thread legendaryservice
The following comment has been added to this issue: Author: Gili Created: Mon, 25 Oct 2004 9:00 AM Body: Eric, All I want to be able to do is specify a composite-id made up of multiple properties of a table. I don't want to have to specify a separate class to act as the composite

RE: [Xdoclet-devel] Gump is failing building Xdoclet

2004-10-25 Thread Eric Pugh
The fallback artifacts is a misleading message. At somepoint, the idea is that if a build fails due to a missing artifact (like the tjdo stuff), then it will try from an older successful version of tjdo. However, that isn't really fully fleshed out, so you get that extra eror. The key is the Cla

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-729) @hibernate.id tag class parameter not documented

2004-10-25 Thread legendaryservice
The following comment has been added to this issue: Author: Eric Pugh Created: Mon, 25 Oct 2004 5:13 AM Body: Look at CompositeId and CompositeIdEntry: http://cvs.sourceforge.net/viewcvs.py/xdoclet/xdoclet/samples/src/java/test/hibernate/?only_with_tag=HEAD However, now I am secon