Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-30 Thread Erik Hatcher
On Wednesday, April 30, 2003, at 02:14 AM, Stefan Bodewig wrote: XDoclet needs to have a JAR to look at though, as it needs to get at META-INF/xdoclet.xml I think it will work with directories as well, as long as the directory mirrors the jar file structure. Cool. I've modified the build to do it

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-30 Thread Stefan Bodewig
On Tue, 29 Apr 2003, Erik Hatcher <[EMAIL PROTECTED]> wrote: > Will Gump be ok with this change? Not sure. We'll see 8-) You will probably need some tags in the Gump descriptor (probably as well). > I get an eerie feeling that it won't like trying to use a JAR that > is built during the buil

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Jesse Stockall
On Tue, 2003-04-29 at 16:56, Erik Hatcher wrote: > > Hmmm... didn't realize EnumeratedAttributes were an issue. The > IntrospectionHelper stuff was dealing with it fine - what was going > wrong? > The IntrospectionHelper stuff was working as designed when it had all the required info, but XJa

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Erik Hatcher
On Tuesday, April 29, 2003, at 04:16 PM, Jesse Stockall wrote: Cool, everything seems to be working after the move. Great! *whew* :) Aslak just committed a fix for XJavaDoc so EnumeratedAttributes are being resolved correctly. XJavaDoc still has problems resolving types used in inner classes, but

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Jesse Stockall
On Tue, 2003-04-29 at 15:42, [EMAIL PROTECTED] wrote: > migrated Ant XDoclet code here, to maintain it easier > Cool, everything seems to be working after the move. Aslak just committed a fix for XJavaDoc so EnumeratedAttributes are being resolved correctly. XJavaDoc still has problems resol

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Erik Hatcher
Stefan, On Tuesday, April 29, 2003, at 03:42 PM, [EMAIL PROTECTED] wrote: + + classname="org.apache.ant.xdoclet.AntDocletTask"> + + + + + Will Gump be ok with this change? I get an eerie feeling that it won't like trying to use

cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread ehatcher
ehatcher2003/04/29 12:42:00 Modified:proposal/xdocs build.xml Added: proposal/xdocs/metadata xdoclet.xml proposal/xdocs/src/org/apache/ant/xdoclet AntDocletTask.java AntSubTask.java IndexGen.java TaskDefPropertiesSubT