Hi guys, 
I have an RFE ( or so like )

GUI shall be able to load java source files. 
Even single source files.

Currently it does it via SourceSet object
(which I extendet to iterate through directory tree,
I know, ant does this, but IMHO GUI/xjavadoc itself
shall not depend on ant)

Now there is a problem, because 
xjavadoc.AbstractClass.setContainingPackage
checks file name for correspondency with declared
package name. 

It seems to be wrong at least for GUI usage
because somebody might to decide to load 
some subtree of package, or structure sources to be 
processed does not follow package hierarchy

( AFAIK, ant javac tast does not complain on this
problem )

What do you think? Shall we eliminate this check?

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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

Reply via email to