[embjopr-commits] EMBJOPR SVN: r172 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Feb 27 01:52:32 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-27 01:52:31 -0500 (Fri, 27 Feb 2009)
New Revision: 172

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DebugUtils.java
Log:


Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DebugUtils.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DebugUtils.java	2009-02-27 06:51:59 UTC (rev 171)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DebugUtils.java	2009-02-27 06:52:31 UTC (rev 172)
@@ -34,6 +34,9 @@
 
 	public static void writeFile( String sFilePath, String content ) throws FileNotFoundException, IOException{
 
+		// TODO: Do this better... Maven surely provides target path.
+		//sFilePath = "target/"+sFilePath;
+
 		new FileWriter(sFilePath).write(content);
 
 	}




More information about the embjopr-commits mailing list