Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 82950 invoked from network); 27 May 2003 21:50:11 -0000 Received: from relay1.tiscali.de (HELO webmail.tiscali.de) (62.27.55.1) by daedalus.apache.org with SMTP; 27 May 2003 21:50:11 -0000 Received: from DJ0X820J (80.128.230.146) by webmail.tiscali.de (6.7.008) id 3ECE6DE300200CC9 for user@ant.apache.org; Tue, 27 May 2003 23:33:11 +0200 Message-ID: <005201c3249a$0e83fb80$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: Subject: Re: NullPointerException error on the To: "'Ant Users List'" Sent: Tuesday, May 27, 2003 11:14 PM Subject: RE: NullPointerException error on the > > Could you try ant -verbose -buildfile lee.xml > Also, do you know if you are not accidentally using ant classes delivered by > BEA, which would be ahead of the "real" ant classes in your classpath ? > Cheers, > Antoine > ----- Original Message ----- > From: "Thomas, Lee E" > To: "'Ant Users List'" > Sent: Tuesday, May 27, 2003 10:54 PM > Subject: NullPointerException error on the line (see examples below). This is > > only occurring on a new windows XP machine I have received at work. My old > > Windows 2000 machine does not have this problem. I can get around the > > problem if I set my JAVA_HOME directory to bea7/jdk131-03. Unfortunately, > > this is not the release that I need to be using. I need service pack 2. > > > > I am hoping someone out there will have seen a similar > > problem. > > > > Thank you. > > > > Lee Thomas > > Lthomas2@erac.com > > > > > > > > EXAMPLES: > > > > > > ************************************************************ > > Failed Test with JAVA_HOME set to bea70sp2/jdk131-06 > > ************************************************************* > > > > > > C:\temp_test>ant -buildfile lee.xml > > > > Buildfile: lee.xml > > > > > > > > BUILD FAILED > > > > > > > > C:\temp_test\lee.xml:8: java.lang.NullPointerException > > > > > > > > Line 8, the line in error is > > > > > > > > Total time: 1 second > > > > C:\temp_test> > > > > > > > > > > *************************************************************** > > Successful Test with JAVA_HOME set to bea7/jdk131-03 > > **************************************************************** > > > > > > > > > > C:\temp_test>ant -buildfile lee.xml > > > > Buildfile: lee.xml > > > > > > > > one: > > > > [echo] entering one > > > > > > > > BUILD SUCCESSFUL > > > > > > > > Total time: 0 seconds > > > > C:\temp_test> > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > >