Bugs item #471256, was opened at 2001-10-15 02:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=471256&group_id=31602
Category: None Group: None Status: Open Resolution: None Priority: 1 Submitted By: Andrew Stevens (stevensa) Assigned to: Nobody/Anonymous (nobody) Summary: clean build target not deleting jars Initial Comment: The 'clean' build target isn't cleaning up the core/samples/lib directory as well as it might - there's a bunch of jar files copied in there by the 'jar' target that don't get removed. ---------------------------------------------------------------------- >Comment By: Aslak Helles�y (rinkrank) Date: 2001-10-15 03:56 Message: Logged In: YES user_id=49846 In my opinion there is no need to copy the jars in the first place. Why not just refer to the original jars in the classpath? 1) Don't have xdoclet/core/scripts/build.xml/jar copy the jars 2) Let xdoclet/core/samples/scripts/build.xml use jars from xdoclet/lib (as well as the special ones in xdoclet/core/samples/lib) <aslak/> ---------------------------------------------------------------------- Comment By: Konstantin Pribluda (ko5tik) Date: 2001-10-15 03:35 Message: Logged In: YES user_id=91100 Not sure this is a good idea. Shall cleaning of "xdoclet" affect compiling of examples? I think not. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=471256&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
