Re: Confused at build error

2009-06-24 Thread Dominique Devienne
On Wed, Jun 24, 2009 at 2:40 AM, dori wrote: > Hello, i have a small ant build file that i wrote a little while ago, it's > always worked fine but now it has started to give me errors. With the -debug > arg i get > > [javac]Compiling 2 source files > > [javac]     sourcefile1.java >    [javac]

Confused at build error

2009-06-24 Thread dori
ile to 3. What could be causing this? Thanks, -- View this message in context: http://www.nabble.com/Confused-at-build-error-tp24180102p24180102.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsub

AW: building ant from source and junit build error

2008-03-09 Thread Jan.Materne
http://ant.apache.org/manual/install.html#optionalTasks Jan > -Ursprüngliche Nachricht- > Von: qbnronin [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 8. März 2008 03:46 > An: user@ant.apache.org > Betreff: Re: building ant from source and junit build error > >

Re: building ant from source and junit build error

2008-03-07 Thread qbnronin
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/building-ant-from-source-and-junit-build-error-tp14603916p15910578.html Sent f

AW: building ant from source and junit build error

2008-01-07 Thread Jan.Materne
ROTECTED] > Gesendet: Donnerstag, 3. Januar 2008 20:39 > An: user@ant.apache.org > Betreff: building ant from source and junit build error > > all, > > > i am trying to build ant from source code on a rhel4 amd 64 > bit system. > > i get this message: > BUIL

building ant from source and junit build error

2008-01-03 Thread Kevin Tomasek
all, i am trying to build ant from source code on a rhel4 amd 64 bit system. i get this message: BUILD FAILED /tmp/ant/apache-ant-1.7.0/build.xml:1105: The following error occurred while executing this line: /tmp/ant/apache-ant-1.7.0/build.xml:911: We cannot build the test jar unless JUnit is

Re: build error

2007-05-03 Thread Peter Reilly
ava/jdk1.5.0_10/jre > > -- > > -Prashant > > Don't upload, just share : www.dekoh.com > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View th

Re: build error

2007-05-03 Thread Murtuza
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/build-error-tf3683054.html#a10304786 Sent from the Ant - Users mailing list archive at Nab

Re: build error

2007-05-03 Thread Prashant Reddy
On Wed, 2007-05-02 at 13:34 -0700, Murtuza wrote: > Although my java version is "1.5.0_09" I am getting the following > error. You could verify this assumption by starting ANT with -verbose switch. You would see output like : $ ant -verbose Apache Ant version 1.6.2 compiled on June 28 2005 Build

Re: build error

2007-05-02 Thread Murtuza
3. WARNING in >> /home/v884257/FinalAjaxFileUpload/src/be/telio/mediastore/ui/upload/UploadListener.java >> [javac] (at line 68) >> [javac] private long getDelta() >> [javac] ^^ >> [javac] The method getDelta() from the type

Re: build error

2007-05-02 Thread Scot P. Floess
Can you provide the javac target in your email? Looks like you may be setting the target to something other than JDK 1.5+ - something like: Murtuza wrote: Although my java version is "1.5.0_09" I am getting the following error. [javac] Compiling 3 source files to /home/v884257/FinalA

build error

2007-05-02 Thread Murtuza
elta() from the type UploadListener is never used locally [javac] -- [javac] 13 problems (12 errors, 1 warning) -- View this message in context: http://www.nabble.com/build-error-tf3683054.html#a10294172 Sent from the Ant - Users mailing list archive at Nabble.com. ---

RE: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-22 Thread Ferrer, Eric
Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 8:29 PM To: Ant Users List Subject: Re: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class > [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as > of release 1.5, '

Re: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-17 Thread Dominique Devienne
> [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as > of release 1.5, 'enum' is a keyword, and may not be used as an > identifier >[javac] (try -source 1.4 or lower to use 'enum' as an identifier) >[javac] import org.apache.commons.lang.enum.Enum; >[javac]

Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-06 Thread Ferrer, Eric
Hi, I have been porting our code to jdk 1.5 and ant 1.6.5 and when I run my current build (which works with jdk 1.4x) I get the following error [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier [ja

RE: ANT BUILD ERROR : suns class files not found

2003-06-25 Thread David Chow
: ANT BUILD ERROR : suns class files not found hi folks, last time I was able to build ant for an application, but that I did with another machine. I have installed Red Hat 9 on my laptop and also downloaded jdk needed from the java.sun.com. I have checkedout ant module via the CVS from the apache

ANT BUILD ERROR : suns class files not found

2003-06-25 Thread rebel student
hi folks, last time I was able to build ant for an application, but that I did with another machine. I have installed Red Hat 9 on my laptop and also downloaded jdk needed from the java.sun.com. I have checkedout ant module via the CVS from the apache-ant site. when I try to run, ./build.sh insta