Hello,
If the "destinationFile" attribute in build.xml contains "{0}", such as
<document destdir="${gen.dir}" >
<fileset dir="${src}">
<include name="**/*Test.java" />
</fileset>
<template
templateFile="form.xdt" destinationfile="TestPerf{0}.java">
</template>
</document>
then XDoclet generates a new file for each .java source file. Is it
possible to make XDoclet generate files only if the .java source file
contains at least one specific method tag? For example in my case, I do not
want files generated for java source files that do not contain any method
level "@junitperf" tags.
Any tips appreciated. Thanks. -Brian
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user