Re: newbie question regarding setting environment variables

2008-07-07 Thread Henning Bredel
> I expect that I have to set JAVA_HOME, but for the life of me I can not > figure out where or how. For a session you can type JAVA_HOME= Note that you have to set the path to your JDK, not the JRE. Setting the path permanent, you can alter your ~/.profile (in your /home/ dir). Type here at

Re: Seeking help regarding webinf nested element of war ant target.

2008-06-25 Thread Henning Bredel
> > > > > > > > try (untested) regards Henning signature.asc Description: This is a digitally signed message part.

Re: Best practises for Ant Memory usage

2008-06-22 Thread Henning Bredel
On Friday 20 June 2008 15:24:56 Ravi Roy wrote: > Hi, > Thanks for your reply Henning. Yes, javac causes memory error, > following is the error message. I am using Sun JDK 1.6.0_03-b05. > ___ >__ compile: > [javac] Comp

Re: Best practises for Ant Memory usage

2008-06-20 Thread Henning Bredel
> From time to time, I get Out-Of-Memory errors in Ant (Ant 1.7.0), I > would like to know the best practises from the people who have > experience with Ant Memory Management. Some set of tips & tricks.. > would help every one here.. Are you sure, that ant causes the memory error? For example it c

Re: unable to execute JAR file

2008-06-18 Thread Henning Bredel
On Wednesday 18 June 2008 09:25:42 [EMAIL PROTECTED] wrote: > Hi All, > > > > I have 10 java files and I have written Ant build.xml to compile and > create JAR file which contains the .class files. Now my requirement is > that I need to execute/install the JAR file but unfortunately I can't do > th

Re: problem

2008-06-15 Thread Henning Bredel
On Sunday 15 June 2008 09:43:54 Guy Catz wrote: > Hi. > > I want to run an exec and I want its output to be directed to /dev/null. > But, when I run "myexec -r -a > /dev/null" I get an error saying that > the engine tried to run 3 lines - myexec -r -a > > > /dev/null > > and not all in one line. >

increase heap size

2008-06-15 Thread Henning Bredel
hi, I receive a Java Heap space error when executing the Deploy task from the catalina-ant.jar. Referring to Environment Variables at ant.apache.org/manual/running.html it is said "ANT_OPTS - command-line arguments that should be passed to the JVM. For example, you can define system pr