Re: Build tool for Python

2008-07-30 Thread Tim Arnold
"Terry Reedy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Hussein B wrote: >> Hi. >> Apache Ant is the de facto building tool for Java (whether JSE, JEE >> and JME) application. >> With Ant you can do what ever you want: compile, generate docs, >> generate code, packing, depl

Re: Build tool for Python

2008-07-30 Thread Sion Arrowsmith
Hussein B <[EMAIL PROTECTED]> wrote: >Apache Ant is the de facto building tool for Java (whether JSE, JEE >and JME) application. >With Ant you can do what ever you want: [ ... ] ... bash your head against your desk for hours trying to make sense of its classloader system, struggle for days on end

Re: Build tool for Python

2008-07-29 Thread Matthew Woodcraft
Paul Boddie <[EMAIL PROTECTED]> wrote: > I do understand that it can be awkward to work out which object files > need recompiling due to changes in source files, for example, and > that one doesn't want to see the logic involved reproduced all over > the place, but I do wonder whether the machiner

Re: Build tool for Python

2008-07-29 Thread Terry Reedy
Hussein B wrote: Hi. Apache Ant is the de facto building tool for Java (whether JSE, JEE and JME) application. With Ant you can do what ever you want: compile, generate docs, generate code, packing, deploy, connecting to remote servers and every thing. Do we have such a tool for Python projects

Re: Build tool for Python

2008-07-29 Thread Paul Boddie
On 29 Jul, 17:08, Hussein B <[EMAIL PROTECTED]> wrote: > Apache Ant is the de facto building tool for Java (whether JSE, JEE > and JME) application. > With Ant you can do what ever you want: compile, generate docs, > generate code, packing, deploy, connecting to remote servers and every > thing. >

Re: Build tool for Python

2008-07-29 Thread Tim Henderson
On Jul 29, 11:08 am, Hussein B <[EMAIL PROTECTED]> wrote: > Hi. > Apache Ant is the de facto building tool for Java (whether JSE, JEE > and JME) application. > With Ant you can do what ever you want: compile, generate docs, > generate code, packing, deploy, connecting to remote servers and every >

Re: Build tool for Python

2008-07-29 Thread Diez B. Roggisch
Hussein B wrote: > Hi. > Apache Ant is the de facto building tool for Java (whether JSE, JEE > and JME) application. > With Ant you can do what ever you want: compile, generate docs, > generate code, packing, deploy, connecting to remote servers and every > thing. > Do we have such a tool for Pyth

Build tool for Python

2008-07-29 Thread Hussein B
Hi. Apache Ant is the de facto building tool for Java (whether JSE, JEE and JME) application. With Ant you can do what ever you want: compile, generate docs, generate code, packing, deploy, connecting to remote servers and every thing. Do we have such a tool for Python projects? Thank you. -- http: