RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
- Original-Nachricht Datum: Thu, 7 Dec 2006 08:58:35 -0800 Von: "Kenneth Litwak" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: OutofMemoryError during compile target > Does anyone have a suggestion for what I might try to figure out how > to resolve or figure o

RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
mpile target Original-Nachricht Datum: Thu, 7 Dec 2006 08:58:35 -0800 Von: "Kenneth Litwak" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: OutofMemoryError during compile target > Does anyone have a suggestion for what I might try to figure out ho

RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
e? I can't seem to locate the arguments to increase memory for javac... If I can find them I will reply back Kenneth Litwak wrote: > I don't know if this is related as such to ant, but I use ant to build > projects, so I'm posting here in case anyone has a suggestion. =20 &

OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
I don't know if this is related as such to ant, but I use ant to build projects, so I'm posting here in case anyone has a suggestion. =20 I have been building an application using ant on jdk 1.4.2 for about 2.5 years. No problem. Today I'm getting the error during compilation [javac] java.la

RE: Basic ant question

2005-08-22 Thread Kenneth Litwak
behavior. Does the "maxmemory" value determine how much memory the JVM uses to start, or how much it can acquire later? Thanks. Ken Hello Kenneth, yes, your format looks good. Do you have problems ? Cheers, Antoine Kenneth Litwak wrote: >Is this the correct format to in

Basic ant question

2005-08-19 Thread Kenneth Litwak
Is this the correct format to increase the default memory for the JVM and to pass command line arguments? Thanks. Ken Kenneth D. Litwak Software Engineer III IMT Azusa Pac

JVM parameters

2005-08-18 Thread Kenneth Litwak
I just want to know if I have this coded correctly for ant 1.6.0 in order to get a specific amount of memory for the JVM: Is this correct? I'm running a program that s

RE: Basic syntax problem

2004-05-11 Thread Kenneth Litwak
Thanks Jack and Peter. That fixed that problem. Now how about this. In the process of developing a project, I have code that I want to test, and code that is in development, i.e., it isn't done and doesn't compile. I still want to run my test. What do I do in my script to tell Ant to comp

Basic syntax problem

2004-05-11 Thread Kenneth Litwak
In spite of reading a book on Ant, I'm still having significant problems in understanding the pieces, particularly frustrating given what else I've done as a programmer (not meant as a boast, but if you can code a CMP EJB,a scripting language shouldn't be hard). My team ha a big Ant build scrip

RE: Suggestiosn for ANT-Java programming book

2004-03-24 Thread Kenneth Litwak
(based on the source code from the book) at: http://www.ehatchersolutions.com/JavaDevWithAnt Erik On Mar 23, 2004, at 3:08 PM, Kenneth Litwak wrote: > Hi Jim, > > > Thanks for the suggestion. The table of contents talks about > building > web services, bit I don&

RE: Suggestiosn for ANT-Java programming book

2004-03-24 Thread Kenneth Litwak
JavaDevWithAnt Erik On Mar 23, 2004, at 3:08 PM, Kenneth Litwak wrote: > Hi Jim, > > > Thanks for the suggestion. The table of contents talks about > building > web services, bit I don't see a chapter that specifically addresses > building servlets or JSPs. Do yo

RE: Basic setup question

2004-03-17 Thread Kenneth Litwak
Hi Rob. lib was EMPTY. I re-extraced apache-ant-1.6.1-bin.zip and the jar files showed up and ant works okay now. I've never seen anything like that before, and I've been unzipping files for years. Thanks for the help everyone. Duncan --

RE: Basic setup question

2004-03-17 Thread Kenneth Litwak
I'm afraid that moving the directory for ant to C and chanign the environment variables for that did nothing. Thaks. Duncan