In using jdodoclet, I need to specify a fileset to pass to jdodoclet. I'm 
using xdoclet through Maven and so the properties available to me are

maven.xdoclet.jdodoclet.fileset.{no}.include
maven.xdoclet.jdodoclet.fileset.{no}.exclude

I have the following directory structure

src/java/mydomain/Product/...
src/java/mydomain/Account/...
src/java/mydomain/Utils/...
src/java/mydomain/Test/...


I want to give xdoclet/jdodoclet the Product and Account java files to chew 
on. I can clearly specify 
maven.xdoclet.jdodoclet.fileset.0.include=**/*.java
maven.xdoclet.jdodoclet.fileset.0.exclude=**/Test/*.java

but then it processes the Utils directory. I've tried doing
maven.xdoclet.jdodoclet.fileset.0.exclude=**/Test/*.java **/Utils/*.java

or separating the directory entries with comma, or colon or semicolon with no 
luck. If I specify 2 lines of exclude it just takes the last one since its a 
single parameter.

Anyone know the way ?

TIA
-- 
Andy


-------------------------------------------------------
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

Reply via email to