--- "Rupp,Heiko" <[EMAIL PROTECTED]> wrote: > Hi, > > I got the xdoclet-src-120b2 distribution and want to > build it > by just typing ant, as suggested on the web site. > > Unfortunately the compiler complains about missing > xjavadoc: > > compile: > [copy] Copying 58 files to > D:\JBoss\xdoclet-src-120b2\modules\build\all-src > > [javac] Compiling 58 source files to > D:\JBoss\xdoclet-src-120b2\core\build\c > lasses > [javac] > D:\JBoss\xdoclet-src-120b2\modules\build\all-src\xdoclet\DocletTask. > java:19: cannot resolve symbol > [javac] symbol : class XJavadocTask > [javac] location: package ant > [javac] import xjavadoc.ant.XJavadocTask; > [javac] ^ > > and so on. So: where do I get xjavadoc (in a version > that is suitable for > 1.2b2) > from and where do I put it in the source tree?
just checkout xdoclet-all instead of xdoclet. Then xjavadoc will be placed near xdoclet directory and also built. 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! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
