You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by to...@jpmchase.com on 2007/10/29 15:24:51 UTC

Newbie Question About Wrapping A Python Script

I would like to use Ant to "orchestrate" a process that includes
converting documents written in a markup language (restructured text) 
to html.  Here are my requirements:

1. I would like to convert all of the documents in a particular folder
from rst to html.

2. I would only like ant to convert the rst documents if they have
changed since the last time they were converted to html.

If the convert were written in Java, then I'm sure this process would be
pretty straightforward; create a custom Ant task that wraps your
conversion script.  However, the script that converts rst to html
(rst2html.py) is written in Python.

So, in the end, what's the smartest way to do what I want to do? 

Thanks in advance!

Tom Purl

-----------------------------------------
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.

RE: Newbie Question About Wrapping A Python Script

Posted by "Rebhan, Gilbert" <Gi...@huk-coburg.de>.
 


-----Original Message-----
From: tom.x.purl@jpmchase.com [mailto:tom.x.purl@jpmchase.com] 
Sent: Monday, October 29, 2007 3:25 PM
To: user@ant.apache.org
Subject: Newbie Question About Wrapping A Python Script

/*

I would like to use Ant to "orchestrate" a process that includes
converting documents written in a markup language (restructured text) 
to html.  Here are my requirements:

1. I would like to convert all of the documents in a particular folder
from rst to html.

2. I would only like ant to convert the rst documents if they have
changed since the last time they were converted to html.

If the convert were written in Java, then I'm sure this process would be
pretty straightforward; create a custom Ant task that wraps your
conversion script.  However, the script that converts rst to html
(rst2html.py) is written in Python.

So, in the end, what's the smartest way to do what I want to do? 

*/

Maybe you can simply run your Python script via <script> task and
Jython, there's a new version = Jython 2.2.1 from 14th October 2007

see =
http://jython.sourceforge.net/Project/index.html

Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org