RE: java exception when task executed with ant but not manually

2007-05-15 Thread David Wood
thanks Prashant, indeed! They are executing different java binaries: Ant: [java] Executing '/usr/java/jdk1.5.0_11/jre/bin/java' with arguments: Manual: [EMAIL PROTECTED] apache-ant-1.6.5]$ which java /usr/java/jdk1.5.0_11/bin/java So I guess I need to set ANT to use /usr/java/jdk1.5.0_11/bin/ja

RE: java exception when task executed with ant but not manually

2007-05-15 Thread Prashant Reddy
Hi david, You could try running the target 'testApp' in verbose mode. This will print the java command used to launch the tests. You can then compare this with the setup which is working fine to figure out which configuration is missing. Hope this helps. -Prashant On Wed, 2007-05-16 at 12:34 +1

glob mapping propertyset

2007-05-15 Thread Mark C. Stafford
I want to remap some variables and I'm not having any luck with my debugging. My script and results are below. Can you see what I'm doing wrong? Buildfile: C:\work\data\worksps\scratch\scratch\build.xml globular: [echo] foo

RE: java exception when task executed with ant but not manually

2007-05-15 Thread David Wood
Hi Martin, I've actually made a few changes to the code and was getting new exceptions. I was testing these changes with ant, and believe I have fixed them in the code as the app works fine when executed from the command line but ant is still producing run time errors. Even though, I added in you

Re: java exception when task executed with ant but not manually

2007-05-15 Thread Martin Gainty
Dave..what happens when you specify the dir, fork, failonerror and boost the memory used to 128MB? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received

Process Fork Failed

2007-05-15 Thread Sean Tiley
Hi there, I have successfully been using ant(1.6.5) to run a number of test suites for months. I use the JAVA_HOME is set to the IBM JDK and ANT_HOME is set, All of a sudden I try and I see the following error and I have no idea what has happened C:\build\build.xml:562: Process fork failed

java exception when task executed with ant but not manually

2007-05-15 Thread David Wood
Hello users, I am getting different results when executing a java program with ant than when I execute it manually. When ant is used the program throws a null pointer exception eg: [EMAIL PROTECTED] ant testApp Buildfile: build.xml init: compile: testApp: [java] getting frontpage [j

Build/Release Engineer-ANT-San Diego and Mountain View

2007-05-15 Thread Cox, Chris
This is sent on behalf of a team member of mine here at Intuit. The position is located in San Diego. Intuit is also still looking to fill an opening in Mt. View w/ the same background. Intuit, maker of Quicken, Turbo Tax and QuickBooks, is looking for a software developer with a strong technical

RE: Overwrite files at the remote site.

2007-05-15 Thread Chun Ji
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:44 AM To: Ant Users List Subject: Re: Overwrite files at the remote site. Importance: Low Chun Ji wrote: > Hi there, > I am using the "FTP" task in ANT to update a group of files at a remote

Re: Overwrite files at the remote site.

2007-05-15 Thread Steve Loughran
Chun Ji wrote: Hi there, I am using the "FTP" task in ANT to update a group of files at a remote site, but sometimes, some files at the remote site are read-only, and my ANT will fail because of that. Is that any way I can do a chmod of these read-only files. the ftp task lets you do a chmod o