RE: ant-user OutOfMemoryException

2005-12-08 Thread Ferrer, Eric
I have tried to set the JVM arguments for each project but have not been able to locate JRE arguments for each project successfully. Basically following your instructions under external tools I have a master-build\build.xml and I set its JRE VM arguments to -Xmx640m. It invokes each projects buil

Ant log message levels for output of Exec-like tasks

2005-12-08 Thread Jim Doyle
Hi, We've just added our Ant build to CruiseControl and are working to make it as usable as possible. One of our issues is the interpretation of Ant log messages by CruiseControl. CruiseControl captures all log messages issued by the Ant build and captures the messages' levels (DEBUG, INFO,

Re: Problem with Locale and SQL task

2005-12-08 Thread Ivan Ivanov
Hello Paul, task has "encoding" attribute. You may find it helpful. I understand from your message that your database uses UTF-8. What is the encoding, however, of the system on which you start the build script? Is there a difference between the encoding of the file containing the sql commands

Problem with Locale and SQL task

2005-12-08 Thread Paul Keeble
I am having some problems loading unicode using the SQL task with Ant 1.6.5 on JDK 1.4.on Linux. The database is MS SQL. When the scripts are run from the linux the internaitionl characters (sample below) are replaced with a ?. The database is set to use utf-8 encoding. When connecting via the Ent

Re: AW: How to use ANT as a command shell

2005-12-08 Thread Matt Benson
I haven't seen it mentioned on this thread yet, but are we all aware of commons-exec in the sandbox, which was ported from a 1.6.x version of Ant's code? We had this discussion before... one idea was that if Ant switched over we would probably depend on commons-exec, but that our build process wou

RE: ant-user OutOfMemoryException

2005-12-08 Thread Mikael Petterson (KI/EAB)
Sorry I did not know tht you were using ant within eclipse. The lines that I gave you were if you were building with ant from cli. But as said by Jonnalagadda, Sumithra increase Xms and Xmx for JRE. If that does not work you can alway increase heap for eclipse ( let me know on the mailing list

Setting Project.MSG_ERR for compiler error messages

2005-12-08 Thread Matthias Halfmann
Hello, I am using ant 1.6.3 under Windows to build several MSVC projects using jTaskdefs. The combination of ant and jTaskdefs is overall working very well. I am also using cruisecontrol to perform continuous integration on the MSVC projects. Cruisecontrol uses ant to perform builds when ever a c

Re: AW: How to use ANT as a command shell

2005-12-08 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Mmh, so we tune the ant-launcher.jar and that´s all. Other could just reuse that jar with a different configuration? no,. nothing to do with ant-launcher. its the stuff behind Exec and Java that people want. Ant has the most debugged process execution logic out the

AW: How to use ANT as a command shell

2005-12-08 Thread Jan.Materne
>>>While I agree with everything in this doc, it shows the >pent-up demand >>>for a decent command-line app launcher from Java, above and >beyond the >>>classic "java -jar somejar args" technique. >>> >>>If/when we refactor Ant's / logic into a jakarta-commons >>>project (the maven people, amo

Re: How to use ANT as a command shell

2005-12-08 Thread Steve Loughran
Antoine Levy-Lambert wrote: Steve Loughran wrote: While I agree with everything in this doc, it shows the pent-up demand for a decent command-line app launcher from Java, above and beyond the classic "java -jar somejar args" technique. If/when we refactor Ant's / logic into a jakarta-commons

Re: AW: Installing ant on AIX 5.2

2005-12-08 Thread Arnault BELLINA
Hello Antoine, I found where the problem is. On AIX there is a limitation of the argument list Size. What i had to do is on AIX 5, to change the size of my command line buffer: smitty chgsys and look at the end of the list for "ARG/ENV list size". Default us