Message2340

Author sghattu
Recipients
Date 2005-08-16.18:56:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2008-02-20 17:18:23adminlinkissue874632 messages
2008-02-20 17:18:23admincreate