dion 2003/08/01 00:38:02
Modified: src/java/org/apache/maven/jelly JellyUtils.java
Log:
Fix bug in not performing same logic independent of params
Revision Changes Path
1.15 +2 -2 maven/src/java/org/apache/maven/jelly/JellyUtils.java
Index: JellyUtils.java
===================================================================
RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/JellyUtils.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- JellyUtils.java 29 Jul 2003 07:04:02 -0000 1.14
+++ JellyUtils.java 1 Aug 2003 07:38:02 -0000 1.15
@@ -153,7 +153,7 @@
JellyContext context )
throws Exception
{
- return context.compileScript( scriptFile.toURL() );
+ return compileScript( new FileInputStream(scriptFile), context );
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]