We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Using Ant to compile PDE files (Read 2200 times)
Using Ant to compile PDE files
Mar 3rd, 2007, 6:42pm
 
Hi everyone,

I'm a student in computer science and I want to do some things with Processing.
Personally, I don't really like the Processing IDE because you don't have enough control and I'm using extensively SciTE as code editor.
To compile Processing code I searched this forum about ant and found a build file that I modified a lot (in fact, only few lines are common to both files).

The files can be downloaded here :
http://speps.free.fr/p5/

What it does :
- compile the converter (pde to java)
- use the converter
- compile java files
- make the jar (self-contained, runnable)
- generate xhtml 1.0 strict files, source zip (pde + data)

It requires Java 6 and Ant 1.7.0.
This is the first version, I only tested it under Windows XP.

I need your comments and tests about it. Thank you.

speps.
Page Index Toggle Pages: 1