You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/09/27 14:12:00 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swing run.jelly

jstrachan    2002/09/27 05:12:00

  Modified:    jelly/src/test/org/apache/commons/jelly/swing run.jelly
  Log:
  Patched a minor bug in JellyRunner that was not correctly using the value of the script text field to determine the right script to run.
  Now the script can be typed in the text field or chosen via the fileChooser.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swing/run.jelly
  
  Index: run.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swing/run.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.jelly	26 Sep 2002 18:07:36 -0000	1.2
  +++ run.jelly	27 Sep 2002 12:12:00 -0000	1.3
  @@ -49,7 +49,7 @@
   			        <button>
   			          <action name="Run Script">
   									<log:info>about to run ${file}</log:info>	
  -									<j:include uri="${file.toURL().toString()}"/>
  +									<j:include uri="${scriptField.text}"/>
   								</action>
   			        </button>
   						</panel>				        
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>