Message2340
 
            
            
            
 
   
   
 
 
  
      Logged In: YES 
user_id=642752
Just wondering if the Task should also support executing a
script snippet embedded in the build script itself. For example,
target name="runjython">
<jython pythonFile="foo.py">
<defvar name="var1" value="123" />
<script>
print 'Hello Jython Ant Task'
print var1
</script>
</jython>
</target>    
This way, if you would not like to have py scripts along
with your build scripts, you can just embed the script
itself in your build.xml. 
my 2 cents,
-satya  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2008-02-20 17:18:23 | admin | link | issue874632 messages |  
| 2008-02-20 17:18:23 | admin | create |  |  
 
 
 |