> - Would it be possible e.g. by adding the missing methods it's complaining > about, to get it to work under both the existing and the new versions? > (ultimately, I guess xjavadoc will make this irrelevant?)
Yes it's possible. It's used by the code used in serialuid package. This package will be removed completely when xjavadoc gets ready :o) Anyway I don't have JDK 1.4 here, anyone volunteering to add the missing 1.4 methods? I mean before v1.1 release. > - We have pages in the documentation on Using XDoclet and Extending > XDoclet, > but nothing (so far as I can see) on building it from source - what > versions > of Ant, log4j, the JDK etc. can be used. For that matter, although there > was the news item/xdoclet-announce message back in September, I don't see > anything in the distributed docs that says it requires Ant 1.4 to run. See using.html :-) > - With v1.0.1, the distributed zip contained the stuff in core/src, but > not > core/script, and the templates from core/resources were only found in the > built xdoclet.jar. So while you had the source, it wasn't easy to modify > and rebuild the jar. I guess we should either include those directories > in > the dist zip too, or perhaps have just the xdoclet.jar, docs & samples, > and > distribute a separate source zip? Well, including log4j/ant is a good idea. Who cares if it's 500K bigger? But regarding sources, the best thing to do is to make a zip of *everything* and distribute it. I think it's ok to also have sources and specially templates in the binary release but advice download of sources for any serious modification/patch/etc. > Andrew. > > Build errors: > [javac] > C:\development\JAVA\xdoclet\core\src\xdoclet\util\serialveruid\Executabl eM > emberDocImpl.java:8: > xdoclet.util.serialveruid.ExecutableMemberDocImpl should be declared > abstract; it does not define position() in > xdoclet.util.serialveruid.DocImpl > [javac] class ExecutableMemberDocImpl extends > xdoclet.util.serialveruid.MemberDocImpl implements > com.sun.javadoc.ExecutableMemberDoc > [javac] ^ > [javac] > C:\development\JAVA\xdoclet\core\src\xdoclet\util\serialveruid\ClassDocI mp > l.java:10: > xdoclet.util.serialveruid.ClassDocImpl should be declared abstract; it > does > not define position() in xdoclet.util.serialveruid.DocImpl > [javac] public class ClassDocImpl extends > xdoclet.util.serialveruid.ProgramElementDocImpl implements > com.sun.javadoc.ClassDoc > [javac] ^ > [javac] > C:\development\JAVA\xdoclet\core\src\xdoclet\util\serialveruid\FieldDocI mp > l.java:8: > xdoclet.util.serialveruid.FieldDocImpl should be declared abstract; it > does > not define constantValue() in xdoclet.util.serialveruid.FieldDocImpl > [javac] public class FieldDocImpl extends > xdoclet.util.serialveruid.MemberDocImpl implements > com.sun.javadoc.FieldDoc > [javac] ^ > [javac] > C:\development\JAVA\xdoclet\core\src\xdoclet\util\serialveruid\MethodDoc Im > pl.java:8: > xdoclet.util.serialveruid.MethodDocImpl should be declared abstract; it > does > not define overriddenMethod() in xdoclet.util.serialveruid.MethodDocImpl > [javac] public class MethodDocImpl extends > xdoclet.util.serialveruid.ExecutableMemberDocImpl implements > com.sun.javadoc.MethodDoc > [javac] ^ > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
