Hi Jesse, >From: Jesse Stockall <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Xdoclet-devel] Problems building from cvs >Date: 29 Jan 2002 09:53:00 -0500 > >Hi > >I'm trying to build xdoclet, xdocletgui & xjavadoc from CVS. I've run >into a few problems. > >xdoclet builds fine once I make build.sh executable > >xdocletgui compiles the code, builds the jar, but fails when trying to >invoke ant on samples/build.xml. The samples directory does not exist in >CVS. >
I'm not 100% sure if I understand what you mean, but I think you're referring to xdocletgui/build.xml's dist target. The <ant> task in this target shouldn't be there, and I'll remove it. Just invoke xdocletgui/build.xml's default target (It's called xdocletgui). There is no need to execute the dist/dist-zip/dist-tgz targets in order to run xdocletgui. >xjavadoc needed some work on build.sh (I've included a patch) It also >fails when trying to invoke ant on samples/build.xml for the same reason >as xdocletgui. > > Same answer as above. > >-- > Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 > CRYPTOCard Corporation | Fax: 1+ 613.599.2442 > Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] > Ottawa, ON, Canada K2K 2E2 | web: www.cryptocard.com >--------------------------------------------------------------------- ><< build.sh.patch >> The short instructions are: 1) check out xdoclet, xjavadoc and xdocletgui in sibling folders, so you get +-xdoclet +-xjavadoc +-xdocletgui 2) cd xjavadoc build (you might get some log4j errors. ignore them) 3) cd xdocletgui build (you might get some log4j errors. ignore them) This should pop up XDoclet GUI and display the classes from XDoclet's samples. Hope this helps, Aslak _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
