You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stuart Roebuck <st...@adolos.co.uk> on 2001/08/21 16:54:10 UTC

[C2][PATCH] JavaLanguage - Multiple Extension paths

Attached is a patch for JavaLanguage.java to cope with situations where:

	System.getProperty("java.ext.dirs")

returns a list of paths, and also to cope with situations where one or 
more of these paths point to directories that do not exist.  Both of these 
hold true for the standard extension path returned on Mac OS X.

Stuart.