> > Property replacement works the same way for all tags. The problem is
> > that property replacement only works if you use
> > someparam="${some.property}", but not with
> > someparam="foo${some.property} or someparam="${some.property}bar". Dim
> > implemented this, so maybe he could fix it. The workaround in the
> > meanwhile is to concatenate the extra stuff into a separate property
> > and refer to that. Erik Hatcher (who is an Ant committer) could maybe
> > be helpful in this too.
>
> What module is doing that property expansion? Ant has helper methods
> (replaceProperties, I believe) to do this for you, so you must be doing
> something different than calling Ant's API. Point me in the right direction
> and I'll go have a look.
Erik,
XDocletTagSupport.getParameterValue and XDocletTagSupport.dereferenceProperty. I
implemented it initially, and only had a quick
look through ant, so any improvement would be more than welcome. I had actually
missed the inital email - so will have a look
myself as well, but if there are utility classes in ant I should be using - it'd be
great to get a pointer.
thanks
dim
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user