Feature Requests item #453663, was opened at 2001-08-21 02:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=453663&group_id=31602 Category: None Group: None Status: Open Priority: 5 Submitted By: Mikael St�ldal (mikaelstaldal) Assigned to: Nobody/Anonymous (nobody) Summary: Ant tasks should allow nested <src> Initial Comment: The ant tasks (e.g. <ejbdoclet>) should allow nested <src> element to pass several directories as -sourcepath to javadoc. Like the <javac> Ant task. ---------------------------------------------------------------------- >Comment By: Mikael St�ldal (mikaelstaldal) Date: 2001-08-21 12:36 Message: Logged In: YES user_id=92749 Another workaround is to use <ejbdoclet sourcepath="foo;bar" ...> or <ejbdoclet sourcepath="foo:bar" ...> But then you loose portability between Windows and UNIX. ---------------------------------------------------------------------- Comment By: Andrew Stevens (stevensa) Date: 2001-08-21 06:44 Message: Logged In: YES user_id=247081 As a workaround, you could use several <fileset> elements e.g. <ejbdoclet ...> <fileset dir="firstdirectory"> <include .../> </fileset> <fileset dir="seconddirectory"> </fileset> <remoteinterface/> ... </ejbdoclet> ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=453663&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/xdoclet-devel
