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.
IndexProgramming Questions & HelpIntegration › Processing Ant Tasks
Page Index Toggle Pages: 1
Processing Ant Tasks? (Read 769 times)
Processing Ant Tasks?
Jan 12th, 2010, 7:55am
 
I'm currently working on a Continuous Integration Build Monitor using Processing. One of the tenets of CI is the ability to check out a project and be able to build it with a minimal number of dependencies outside the project, for example: not needing anything beyond a JDK on your local system to build a project you just checked out.

My limitation right now is that I need either PDE or the Proclipsing plug-in in order to export my application. What I'd really like is an Ant task that does the same.

I've started looking into writing my own and was curious if there were similar efforts or interests in the community?
Page Index Toggle Pages: 1