You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/08/05 20:51:01 UTC

DO NOT REPLY [Bug 49271] xslt task no longer heeds classpath attribute

https://issues.apache.org/bugzilla/show_bug.cgi?id=49271

--- Comment #5 from Stefan Bodewig <bo...@apache.org> 2010-08-05 14:50:57 EDT ---
svn revision 982729 is along the lines of point 1 and 3 of comment #3

I extracted the loader creation into a method that is invoked from execute as
well as loadClass since loadClass may be invoked via the protected getLiaison
method and there wouldn't be any guarantee that execute has been called at all.

I've skipped point 2 since I don't think falling back to Class.forName(string)
likely doesn't do any harm (we shouldn't be getting there anyway).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.