I can't seem to get Ant property values into my xdoclet tags.  If I
understand correctly, I can do something like:

/**
 * @ejb.pk class="${xdoclet.ejb.pk.class}"
 */

and have xdoclet use the ant property xdoclet.ejb.pk.class; however, all
I get in the deployment descriptor is

<prim-key-class>${xdoclet.ejb.pk.class}</prim-key-class>

The property is set in Ant; I can echo it out in my ejbdoclet task.

Am I misunderstanding how this should work, or is this broken?

I'm using a build from CVS dated yesterday (06/12/02), Ant 1.5 beta 2,
Windows 2000 SP2.

Rich


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to