<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Jython Ant Wrapper Examples</title>
	<link>http://myarch.com/jython-ant-wrapper-examples</link>
	<description>Builds and bytes</description>
	<pubDate>Thu, 28 Aug 2008 08:06:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Godin</title>
		<link>http://myarch.com/jython-ant-wrapper-examples#comment-25625</link>
		<pubDate>Wed, 09 Apr 2008 07:52:30 +0000</pubDate>
		<guid>http://myarch.com/jython-ant-wrapper-examples#comment-25625</guid>
					<description>Hi Alexander,
i'am not in the process off building an artifact in multiple phase(not a build file), but more to create rich admin  shell,
in fact i combines the powerful python cmd module and you pant module to do some install script and admin console
ex(download template conf file from svn,install tomcat+apache,apply filter to template)
or from the shell (start the server,stop a cluster branch etc..)

it looks like more the WAS6 jython scripting shell wsadmin , but cost 0 and work with tomcat ;)
for my compilation i use maven for now
i migrate from ivy to maven recently (pressure of the market) and now i regret....

regards
Marc</description>
		<content:encoded><![CDATA[<p>Hi Alexander,<br />
i&#8217;am not in the process off building an artifact in multiple phase(not a build file), but more to create rich admin  shell,<br />
in fact i combines the powerful python cmd module and you pant module to do some install script and admin console<br />
ex(download template conf file from svn,install tomcat+apache,apply filter to template)<br />
or from the shell (start the server,stop a cluster branch etc..)</p>
<p>it looks like more the WAS6 jython scripting shell wsadmin , but cost 0 and work with tomcat ;)<br />
for my compilation i use maven for now<br />
i migrate from ivy to maven recently (pressure of the market) and now i regret&#8230;.</p>
<p>regards<br />
Marc
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alexander Ananiev</title>
		<link>http://myarch.com/jython-ant-wrapper-examples#comment-25618</link>
		<pubDate>Wed, 09 Apr 2008 02:52:54 +0000</pubDate>
		<guid>http://myarch.com/jython-ant-wrapper-examples#comment-25618</guid>
					<description>Hi Godin, 
I'm glad you liked it. I'm wondering how are you dealing with targets. From my experience, creating coarse-grained targets and then invoking PAnt script from those targets (as opposed to using Jython to drive Ant, which you can certainly do) gives the best of both world - declarative nature of Ant targets and the power of Python. 

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Godin,<br />
I&#8217;m glad you liked it. I&#8217;m wondering how are you dealing with targets. From my experience, creating coarse-grained targets and then invoking PAnt script from those targets (as opposed to using Jython to drive Ant, which you can certainly do) gives the best of both world - declarative nature of Ant targets and the power of Python. </p>
<p>Cheers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Godin</title>
		<link>http://myarch.com/jython-ant-wrapper-examples#comment-25603</link>
		<pubDate>Tue, 08 Apr 2008 16:15:39 +0000</pubDate>
		<guid>http://myarch.com/jython-ant-wrapper-examples#comment-25603</guid>
					<description>Hi, 
i love you pant module !!, i have added 
this lines from the groovy antbuilder
def createDummyProject():
        project =Project();
        project.init();
        logger =  DefaultLogger();
        logger.setOutputPrintStream( System.out );
        logger.setErrorPrintStream( System.out );
        logger.setMessageOutputLevel( Project.MSG_INFO );
        project.addBuildListener( logger );
        return project;

and now i'am able to do ant without a single xml line ;)
Regards an thanks for youir blog</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i love you pant module !!, i have added<br />
this lines from the groovy antbuilder<br />
def createDummyProject():<br />
        project =Project();<br />
        project.init();<br />
        logger =  DefaultLogger();<br />
        logger.setOutputPrintStream( System.out );<br />
        logger.setErrorPrintStream( System.out );<br />
        logger.setMessageOutputLevel( Project.MSG_INFO );<br />
        project.addBuildListener( logger );<br />
        return project;</p>
<p>and now i&#8217;am able to do ant without a single xml line ;)<br />
Regards an thanks for youir blog
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
