ruper2/src/java/core/org/krysalis/ruper2/util/xml XMLParser.java,1.1,1.2

[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-serv25787/src/java/core/org/krysalis/ruper2/util/xml

Modified Files:
	XMLParser.java 
Log Message:
Some doc tweaks...

Index: XMLParser.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml/XMLParser.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLParser.java	29 Sep 2003 18:09:16 -0000	1.1
--- XMLParser.java	14 Oct 2003 20:48:07 -0000	1.2
***************
*** 13,16 ****
--- 13,17 ----
  import javax.xml.parsers.SAXParserFactory;
  
+ import org.krysalis.ruper2.util.io.FileUtils;
  import org.xml.sax.InputSource;
  import org.xml.sax.XMLReader;
***************
*** 92,96 ****
  			String uri = null;
  			if (buildFile != null) {
! 				uri = buildFile.toURI().toString();
  				inputStream = new FileInputStream(buildFile);
  			}
--- 93,97 ----
  			String uri = null;
  			if (buildFile != null) {
! 				uri = FileUtils.toURI(buildFile.getPath());
  				inputStream = new FileInputStream(buildFile);
  			}




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
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.