http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2144
*** shadow/2144 Wed Jun 13 01:04:21 2001 --- shadow/2144.tmp.13425 Wed Jun 13 01:04:21 2001 *************** *** 0 **** --- 1,36 ---- + +============================================================================+ + | Classpath and style task | + +----------------------------------------------------------------------------+ + | Bug #: 2144 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Other | + | Severity: Enhancement OS/Version: Other | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + [Copy of a mail I sent to ant-dev, where I was asked to put it here] + + + I've been trying to add a style task to our ant build process. + Much to my surprise, the style task doc states : + + � processor : name of the XSLT processor to use [...] The + first one found in your class path is the one that is used. � + + But there is no provision at all for specifying the + classpath, like in � javac �. + + I don't want to set up a specific system-wide classpath on + all our stations just for � style � (and btw how am I supposed to + set up the classpath so Forte passes it to ant under Windows + ?). More to the point, I don't want to rely on the users + classpath at all. + + So could you please consider adding a nested � classpath � + element to the � style � one ? I'm really surprised no one + else asked for this before. \ No newline at end of file
