ruper2/src/java/core/org/krysalis/ruper2/util/xml XMLHandler.java,1.3,1.4

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv10190/src/java/core/org/krysalis/ruper2/util/xml

Modified Files:
	XMLHandler.java 
Log Message:
Working on ClassLoader (etc.) inside Eclipse...

Index: XMLHandler.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml/XMLHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** XMLHandler.java	9 Oct 2003 14:05:34 -0000	1.3
--- XMLHandler.java	20 Oct 2003 22:06:45 -0000	1.4
***************
*** 9,13 ****
  import org.krysalis.ruper2.impl.ReferenceManager;
  import org.krysalis.ruper2.log.Logger;
! import org.krysalis.ruper2.util.ClassLoaderHelper;
  import org.xml.sax.Attributes;
  import org.xml.sax.Locator;
--- 9,13 ----
  import org.krysalis.ruper2.impl.ReferenceManager;
  import org.krysalis.ruper2.log.Logger;
! import org.krysalis.version.util.envsafe.RelativelySafe;
  import org.xml.sax.Attributes;
  import org.xml.sax.Locator;
***************
*** 71,75 ****
  						Object currentTagObject = null;
  						Class clazz =
! 							ClassLoaderHelper.getClassForName(clazzName);
  
  						String tagId =
--- 71,75 ----
  						Object currentTagObject = null;
  						Class clazz =
! 							RelativelySafe.getClassForName(clazzName);
  
  						String tagId =
***************
*** 284,288 ****
  					// if there is a class name, load a class
  					Class attributeClass =
! 						ClassLoaderHelper.getClassForName(attributeClassName);
  
  					objectAttributeValue =
--- 284,288 ----
  					// if there is a class name, load a class
  					Class attributeClass =
! 					RelativelySafe.getClassForName(attributeClassName);
  
  					objectAttributeValue =




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.