RE: ANT visions and best practices

2003-02-27 Thread Chappell, Simon P
I'll second that. Also, let this list know what manner of project you are building for and perhaps someone here might have a suitable build.xml that you can use as a starting point. I know that I have one for building a Struts based WAR file that I could donate to a good cause. Simon -

RE: ANT visions and best practices

2003-02-27 Thread Dominique Devienne
I'd advise to read the Hatcher & Loughran as fast as you can to become an Ant expect in no time ;-) --DD -Original Message- From: Matthias P. [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:13 AM To: [EMAIL PROTECTED] Subject: ANT visions and best practices Hi, I am new t

ANT visions and best practices

2003-02-27 Thread Matthias P .
Hi, I am new to ANT but need to work with it as the responsible configuration manager (Please dont ask why someone who has never worked with ANT was appointed as configuration manager. I hope my manager knows what is best for his project ;-)) Until now i started to do the tutorials, compile some

Re: xsl script to generate graphical representation of build.xml

2003-02-27 Thread kriss
Thanks. I didn't find it before, the project is http://sourceforge.net/projects/vizant/ for the graphics. Kriss - Original Message - From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 4:47 PM Subject: RE: xsl script

RE: javac out of memory error

2003-02-27 Thread Dominique Devienne
See the maxmemory attribute of . Note that you must set fork="true" as well, which is often a good idea anyway, especially for big compiles with pre-1.4.1 JDK (Javac leaks memory quite a bit, and forking forces to release of it after the compile). --DD -Original Message- From: Dave Barkan

RE: javac out of memory error

2003-02-27 Thread Urbano, Daniel
Pass in -Xmx###MB where ### is the number of mega-bytes the Java VM will use. ...or if you're using the ant task javac: ...for 128 MB. D -Original Message- From: Dave Barkan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:44 AM To: [EMAIL PROTECTED] Subject: javac out

RE: Error while setting up environment for the application

2003-02-27 Thread Dominique Devienne
You need to upgrade to 1.5x to support Windows XP. This upgrade to 1.5.1 (or 1.5.2beta2) is strongly recommended. --DD -Original Message- From: Keppel Yin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:36 AM To: [EMAIL PROTECTED] Subject: Error while setting up environment

Re: javac out of memory error

2003-02-27 Thread Jesse Stockall
On Thursday, February 27, 2003, at 11:43 AM, Dave Barkan wrote: Hi, I'm running ant 1.5 on Linux. I'm compiling a large number of java source files (1200 or so at once) with the task. I get this error: export ANT_OPTS=-Xmx256 Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp. --

javac out of memory error

2003-02-27 Thread Dave Barkan
Hi, I'm running ant 1.5 on Linux. I'm compiling a large number of java source files (1200 or so at once) with the task. I get this error: [javac] Compiling 1290 source files to [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] j