Re: Need Input to resolve error

2022-01-19 Thread Manjunath S
Hi, command zip -Tv ant-contrib-1.0b2.jar shows below error. here ant-contrib-1.0b2.jar is downloaded in MAC build node via Git. [image: image.png] Remote logged to build node (MAC), copied the ant-contrib-1.0b2.jar manually from local windows machine and run the command zip -Tv ant-contrib

Re: Need Input to resolve error

2022-01-14 Thread Manjunath S
Hi Jai, Mismatched jar file( i.e. b3.jar in xml and b2.jar in error output) is a paste mistake. I have tested the project build with the latest jar (i.e. b3.jar) thinking that it could solve the problem. >From now, we can analyze the issue with the point that we are using b3.jar for build

Re: Need Input to resolve error

2022-01-13 Thread Stefan Bodewig
On 2022-01-13, Manjunath S wrote: > Path to, File ant-contrib-1.0b3.jar file is valid and it is downloaded from > Git via jenkins script. The same is working on the Windows platform. could still be corrupted locally. Can you open it with your ZIP tool of choice (JARs are ZIPs after all). zip -Tv

Re: Need Input to resolve error

2022-01-13 Thread Jaikiran Pai
Hello Manjunath, Are you sure you are referring to the right jar and build.xml file? The error mentions b2.jar whereas your build.xml is referring to b3.jar. -Jaikiran On 13/01/22 4:00 pm, Manjunath S wrote: Issue was in Initiated mail ( https://markmail.org/thread/al5hvuxmpqtbg6xy) since

Need Input to resolve error

2022-01-13 Thread Manjunath S
Issue was in Initiated mail ( https://markmail.org/thread/al5hvuxmpqtbg6xy) since i did not mail when Stefan replied to my query, I will continue the query in this mail. Hi Stefan Bodewig, Path to, File ant-contrib-1.0b3.jar file is valid and it is downloaded from Git via jenkins script. The sa

Re: Need Input to resolve error

2022-01-12 Thread Stefan Bodewig
On 2022-01-12, Manjunath S wrote: > Hi, > Using ANT tool to build my project in MAC Platform. > Getting the following error > CLASSPATH element > /Users/rrr/workspace/_xxx_/_yyy_/ant-contrib-1.0b2.jar is not a JAR. > when below is executed. > > >

Need Input to resolve error

2022-01-12 Thread Manjunath S
Hi, Using ANT tool to build my project in MAC Platform. Getting the following error CLASSPATH element /Users/rrr/workspace/_xxx_/_yyy_/ant-contrib-1.0b2.jar is not a JAR. when below is executed. some details:- Apache Ant(TM) version 1.10.12 compiled

Re: more detail on patch-module error

2020-04-11 Thread Martin Gainty
: user@ant.apache.org Subject: Re: more detail on patch-module error On 2020-04-08, Martin Gainty wrote: > contents of build.xml > > > > > > > > source="1.9" target="1.9"> > > > locat

Re: more detail on patch-module error

2020-04-11 Thread Stefan Bodewig
-1.7.9.jar"/> > location="$USER_HOME/.m2/REPOSI~1/org/jvnet/SORCER~1/0.8/sorcerer-javac-0.8.jar"/> > > > > > the good news is that seems to be recognised by javac > the bad news is when running >> ant compile > build.x

more detail on patch-module error

2020-04-08 Thread Martin Gainty
contents of build.xml the good news is that seems to be recognised by javac the bad news is when running >ant compile build.xml:16: Error starting modern compiler javac -version 9.04 ant -version Apache Ant

AW: After the command is executed, the ant window opens with an error of 255

2019-10-04 Thread jhm
x.ru] > Gesendet: Montag, 30. September 2019 20:21 > An: user@ant.apache.org > Betreff: After the command is executed, the ant window opens with an > error of 255 > > My code is written in target: > > > > > After I close the terminal

After the command is executed, the ant window opens with an error of 255

2019-09-30 Thread Игорь Бобров
My code is written in target: After I close the terminal in ant it says that: Result: 255 How to remove this error? Mate-terminal command does not return code 255 - To unsubscribe, e-mail: user

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-29 Thread Martin Gainty
> From: dk0...@att.com > To: user@ant.apache.org > Subject: RE: Error about "Provider xx not a subtype" from using Ant XJC task > Date: Thu, 29 Jan 2015 17:54:40 + > > > -Original Message- > > From: KARR, DAVID > > Sent: Tuesday, Janua

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-29 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Tuesday, January 20, 2015 10:59 AM > To: Ant Users List > Subject: RE: Error about "Provider xx not a subtype" from using Ant XJC > task > > > -Original Message- > > From: KARR, DAVID

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-20 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, January 16, 2015 9:44 AM > To: user@ant.apache.org > Subject: Error about "Provider xx not a subtype" from using Ant XJC task > > I'm using the Ant XJC task, and attempting to load two JAXB exte

Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-16 Thread KARR, DAVID
I'm using the Ant XJC task, and attempting to load two JAXB extensions. One is a local copy of the "element wrapper" plugin, and the other the "fluent api". When I run this, I get the following error: Caused by: java.util.ServiceConfigurationError:

RE: Ant javac task - error doesn't fail the build

2014-05-15 Thread WebServices Development
So, this is my task definition And this is what I get in the output [javac] Compiling 255 source files to C:\temp\build\XYZ\classes [javac] Since fork is false, ignoring memoryMaximumSize setting. [javac] error: error

RE: Ant javac task - error doesn't fail the build

2014-05-13 Thread WebServices Development
So, this is my task definition And this is what I get in the output [javac] Compiling 255 source files to C:\temp\build\XYZ\classes [javac] Since fork is false, ignoring memoryMaximumSize setting. [javac] error: error

RE: Ant javac task - error doesn't fail the build

2014-05-03 Thread WebServices Development
The line that I had included in my initial question ( copied below again for reference ) - the error is generated by javac task - it is not just me saying "it is an error because the file size is zero". So, shouldn't the failonerror be triggered in that situation, by ant? 558

Re: UNS: RE: Ant javac task - error doesn't fail the build

2014-05-02 Thread Andreas Krey
On Fri, 02 May 2014 11:05:51 +, WebServices Development wrote: > But with this one, I don't get the build failure, Possiby because this is not really an error. If a zip file you specified is empty, then it is empty. If that does not cause any required classes to be missed, that

RE: Ant javac task - error doesn't fail the build

2014-05-02 Thread WebServices Development
mx.de] Sent: Friday, May 02, 2014 6:03 AM To: Ant Users List Subject: Re: Ant javac task - error doesn't fail the build On Fri, 02 May 2014 09:16:11 +, WebServices Development wrote: > We have an ANT javac task which generates an error like below, but the build > doesn't return

Re: Ant javac task - error doesn't fail the build

2014-05-02 Thread Andreas Krey
On Fri, 02 May 2014 09:16:11 +, WebServices Development wrote: > We have an ANT javac task which generates an error like below, but the build > doesn't return build failure. It shows successful completion. What change > do I have to make so that it will return failure? There

Ant javac task - error doesn't fail the build

2014-05-02 Thread WebServices Development
We have an ANT javac task which generates an error like below, but the build doesn't return build failure. It shows successful completion. What change do I have to make so that it will return failure? 558 4/28/14 1:09 PM EXEC[javac] error: error reading /view/dev_vie

Re: Error in eclipse: Valid manifest file to create ant build file

2013-11-08 Thread Andy Stevens
Hi Jane, If you run Ant from the command line do you still get the error? If you're not getting as far as running Ant, or even generating the build.xml, then it seems to me you have an Eclipse issue rather than an Ant problem, and would be better off asking on an Eiclipse list or

Error in eclipse: Valid manifest file to create ant build file

2013-11-06 Thread Jane Muse
Hi, I've been generating build.xml files for my eclipse plugin features from Eclipse. I've used Plugin Tools->Create Ant Build file with many versions of eclipse and versions of ant. Now when I go to generate a build.xml in the same workspace where it used to work, I get the erro

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Gröschke
On 19.07.2013, at 06:27, Stefan Bodewig wrote: > On 2013-07-18, Rene Groeschke wrote: > >> Just to understand this completely. Zip64Mode.Never was the default in >> earlier ant versions and this has changed with ant 1.9.0? > > Ant didn't support ZIP64 extensions at all prior to 1.9.0, so yes, in

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Stefan Bodewig
On 2013-07-18, Rene Groeschke wrote: > Just to understand this completely. Zip64Mode.Never was the default in > earlier ant versions and this has changed with ant 1.9.0? Ant didn't support ZIP64 extensions at all prior to 1.9.0, so yes, in a way "Never" was the default. In 1.9.0 "AsNeeded" was u

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Groeschke
ration tests is failing after updating to ant 1.9.0: > >> We're passing a jar created using ant 1.9.0 as a agent lib to a >> java process (java 1.5), the process fails with the following >> message: > >> Error opening zip file: >> /Users/Rene/github/gradle

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Stefan Bodewig
g ant 1.9.0 as a agent lib to a java > process (java 1.5), the process fails with the following message: > Error opening zip file: > /Users/Rene/github/gradle/gradle/subprojects/plugins/src/integTest/resources/org/gradle/testing/TestEnvironmentIntegrationTest/canRunTestsWithCust

After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Groeschke
using ant 1.9.0 as a agent lib to a java process (java 1.5), the process fails with the following message: Error opening zip file: /Users/Rene/github/gradle/gradle/subprojects/plugins/src/integTest/resources/org/gradle/testing/TestEnvironmentIntegrationTest/canRunTestsWithCustomSystemClassLoaderAn

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2012-11-23 Thread abhishek2803
You can try something like this as well. -- View this message in context: http://ant.1045680.n5.nabble.com/Error-message-while-using-ant-contrib-jar-taskdef-A-class-needed-by-class-net-sf-antcontrib-platform-tp1356639p5713690.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Scot P. Floess
7;t exist BUILD FAILED C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The following error occurred while executing this line: C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to create task or type if Cause: The name is undefined. Action: Check the spellin

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Carlos Araya
che.ant_1.7.1.v20100518-1145\etc > \tiaa.version.txt doesn't exist > > BUILD FAILED > C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The > following error occurred while executing this line: > C:\Documents and Settings\raora\.ant\build.xml:10: Problem: fai

Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Rao, Raghavendra Kunjoor
AV25A\implementation\build_config\build.xml:5: The following error occurred while executing this line: C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to create task or type if Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been dec

Javadoc Error

2012-08-20 Thread Jeffery Rancier
it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message, any attachments, and any copies thereof from your system.

Re: Stop as soon as target run into error or fail

2012-02-02 Thread Harold Putman
If you add failonerror="true" to the exec task it will die if your batch file fails. To show a custom error message, you'll need to set failonerror="false" then test the result property Something like this should work... (untested) > > > > On Thu,

Stop as soon as target run into error or fail

2012-02-01 Thread Anil
Hi, I have 5 different action in 5 target and what I want is if target1 run into error, stop the ANT /build at that point show error message on command window

Re: Ant execution error: "Files was unexpected at this time."

2011-12-02 Thread Scott Stark
Ah I figured it out -- ant.bat was pointing to the 32 bit version of Java; changing JAVA_HOME to the 64 bit version fixed it. Gotta love that error message! thanks, Scott Scott Stark/Oakland/IBM@IBMUS sst...@us.ibm.com 400 W. 15th Street, 12th floor Austin, TX 78722 1-512-469-6512 (T/L: 595

Re: Ant execution error: "Files was unexpected at this time."

2011-12-02 Thread Andy Stevens
16:32, "Scott Stark" wrote: > Hi, I've just installed Ant 1.8.2 on my new Windows 7 machine, and set > ANT_HOME to c:\apache-ant-1.8.2 > > When I run any Ant commands I get the message "Files was unexpected at > this time." Any idea what's wrong? I couldn't find anything useful on the > web about this error. > > thanks, > Scott > >

Ant execution error: "Files was unexpected at this time."

2011-12-02 Thread Scott Stark
Hi, I've just installed Ant 1.8.2 on my new Windows 7 machine, and set ANT_HOME to c:\apache-ant-1.8.2 When I run any Ant commands I get the message "Files was unexpected at this time." Any idea what's wrong? I couldn't find anything useful on the web about this error. thanks, Scott

sql syntax error

2011-11-04 Thread Piotr Gawłowski
Why this code SHOW DATABASES; gives me BUILD FAILED com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Plea

mysql error

2011-11-02 Thread Piotr Gawłowski
I have something like this But it give's me BUILD FAILED com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 even w

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
1/6/15 Csatári János > Hi there! > > I have ANT 1.8.2 and also JUnit installed. However, when I would like to use > the junit task in the build.xml, I get the following error: > > build.xml:188: The for must include junit.jar if not in > Ant's own classpath >

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread kasim ahmed
in your ant-home library include ant-junit.jar( if not avaialble) and run again. 2011/6/15 Csatári János > Hi there! > > I have ANT 1.8.2 and also JUnit installed. However, when I would like to > use the junit task in the build.xml, I get the following error: > > build.xml:1

ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
Hi there! I have ANT 1.8.2 and also JUnit installed. However, when I would like to use the junit task in the build.xml, I get the following error: build.xml:188: The for must include junit.jar if not in Ant's own classpath Here's the relevant parts of the

Re: Newbie question, error fetching dependences

2011-06-06 Thread wolfgang haefelinger
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22tomcat%22%20AND%20a%3A%22jasper-compiler%22 There is no POM for version 4.1.36 On Mon, Jun 6, 2011 at 11:50 AM, Fabio Souto wrote: > Hi, > > When I try to fetch the dependences with ant -f fetch.xml -Ddest=system I get > the fol

Newbie question, error fetching dependences

2011-06-06 Thread Fabio Souto
Hi, When I try to fetch the dependences with ant -f fetch.xml -Ddest=system I get the following error: ... jspc: [artifact:dependencies] Downloading: tomcat/jasper-compiler/4.1.36/jasper-compiler-4.1.36.pom [artifact:dependencies] [WARNING] Unable to get resource from repository remote (http

答复: javac task encountered a compiling error at the 'import' statement

2011-03-21 Thread 汪燕青
: Ant Users List 主题: 答复: javac task encountered a compiling error at the 'import' statement I've tried setting the classpath and sourcepath, still didn't work. But if I removed the problematic import statement, compiling ok, which means the classpath and sourcepath is right. I

答复: javac task encountered a compiling error at the 'import' statement

2011-03-21 Thread 汪燕青
fix. But I when using Eclipse, setting the project's java compiler's 'Compiler compliance level' to 1.3, it was ok. -邮件原件- 发件人: 汪燕青 [mailto:wangyanq...@gameabc.com] 发送时间: 2011年3月22日 10:20 收件人: Ant Users List 主题: 答复: javac task encountered a compiling error at the

Re: javac task encountered a compiling error at the 'import' statement

2011-03-21 Thread Scot P. Floess
Can we see your build.xml? Sounds like a classpath/srcpath issue... On Tue, 22 Mar 2011, 汪燕青 wrote: Hi everyone,   When I’m building a simple project with ANT 1.8.2, I encountered a compiling error at the import statement of the java code file. There only 2 java files: A.java and com

Re: error while using project helper

2011-03-17 Thread lindy512
Hi, seems this is an old issue here. It also occured to me from cmd .While it's ok from eclipse and hudson. I changed it to be ,and it works for me . thanks for your note. -- View this message in context: http://ant.1045680.n5.nabble.com/error-while-using-project-helper-tp1341859p3869623

Re: Invalid implementation Error

2011-03-13 Thread Sam Wootton
re, > without any dependencies on system libraries such as libc and friends. > > But it's your system, of course. :-) > > I'd then verify the error is from a pristine OpenSuse package and > then report the error to OpenSuse. > > Good luck, > > Michael > &g

Re: Invalid implementation Error

2011-03-13 Thread Michael Ludwig
ere it wants to. I don't see that danger at all given that Ant is pure Java software, without any dependencies on system libraries such as libc and friends. But it's your system, of course. :-) I'd then verify the error is from a pristine OpenSuse package and then report the

Re: Invalid implementation Error

2011-03-13 Thread Sam Wootton
Hi, Michael, Glenn, thank you for your help. Michael , i think with opensuse its a bad idea to ignore the repository / software management way of downloading and installing software. the system can get in a real mess. its far better to let it put the software where it wants to. Glenn, this is

Re: Invalid implementation Error

2011-03-13 Thread glenn opdycke-hansen
I wondered if there was a mismatch in the versions of ant components that were being installed. Core is 1.7.1 and optional is 1.4.1? Does opensuse package ant for the distribution? Perhaps that should be re-installed. Or it might be better to manually install the latest version of ant, as Micha

Re: Invalid implementation Error

2011-03-13 Thread Michael Ludwig
Sam Wootton schrieb am 13.03.2011 um 12:17 (+): > I am running opensuse 11.4. > > I am trying to use ant, but get: > > *Invalid implementation version between Ant core and Ant optional > tasks. Just download Ant (and why not the latest, 1.8.2?) from ant.apache.org and unpack it under /opt/a

Invalid implementation Error

2011-03-13 Thread Sam Wootton
e/ant/lib The error msg seems fairly clear, but i dont know how to fix it. ant -version: * * > > *Apache Ant version 1.7.1 compiled on February 19 2011* > ant -diagnostics: *--- Ant diagnostics report ---* > *Apache Ant version 1.7.1 compile

Re: Error parsing ivy.xml files using Jenkins

2011-02-25 Thread David Goblirsch
anders.jacobs...@gmail.com wrote: Hi! The Jenkins Ivy plugin uses Ivy 2.1 internally so yes, it would not allow version="2.2". Ivy 2.1 only allows "1.0", "1.1", "1.2", "1.3", "1.4" and "2.0". Good to know, but the manual doesn't say that the ivy-module version tracks the release number.

RE: Newbie question on ANT script error in the build.xml file in the Eclipse project

2011-02-23 Thread Savoy, Melinda
Thank you. I appreciate the quick reply and your help. Regards. -Original Message- From: Alexandre Priou [mailto:apr...@gmail.com] Sent: Wednesday, February 23, 2011 2:33 PM To: Ant Users List Subject: Re: Newbie question on ANT script error in the build.xml file in the Eclipse project

Re: Newbie question on ANT script error in the build.xml file in the Eclipse project

2011-02-23 Thread Alexandre Priou
7;Essonne 91000 Évry On Wed, Feb 23, 2011 at 9:20 PM, Savoy, Melinda < melindasa...@texashealth.org> wrote: > Currently I am working on my local XP box in Eclipse Helios. The version > of ANT that I have loaded is apache-ant-1.8.2 > > The error I am getting in the build.xml fi

Newbie question on ANT script error in the build.xml file in the Eclipse project

2011-02-23 Thread Savoy, Melinda
Currently I am working on my local XP box in Eclipse Helios. The version of ANT that I have loaded is apache-ant-1.8.2 The error I am getting in the build.xml file is: Default target dist does not exist in this project However, when I go to the Eclipse workspace where I have my project: C

Re: Installing Ant, BAD KEY error

2011-02-16 Thread Antoine Levy-Lambert
Hi, I have never used gpg4win. I have used gpg on the command line. May be this Status: BAD means actually something worrying ? Maybe not. You could try to check your download based upon the md5sum. If you have cygwin on your PC you can use a md5sum executable to check your download. here is

Installing Ant, BAD KEY error

2011-02-16 Thread IfElse
st this on the JGuru Ant forum- sorry if that's bad etiquette, but there did not seem to be much traffic there and I didn't see how to delete the post. -- View this message in context: http://ant.1045680.n5.nabble.com/Installing-Ant-BAD-KEY-error-tp3388117p3388117.html Sent from the Ant

Re: java script error in imported ant file

2011-01-19 Thread Michael Ludwig
ritchie schrieb am 19.01.2011 um 07:03 (-0800): > > I have a build file -A.xml which imports another build file -B.xml and > runs the targets in the imported file. File B has multiuple targets > and one of the targets has a java script. In the java script i have a > line of code which says " Bproj

java script error in imported ant file

2011-01-19 Thread ritchie
Is there a way to solve this? -- View this message in context: http://ant.1045680.n5.nabble.com/java-script-error-in-imported-ant-file-tp3347980p3347980.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: SplitClassLoader cast error

2011-01-12 Thread Antoine Levy Lambert
AM, David Rush wrote: I use ant from the command line for building my apps and running my tests. I'm trying to get testing working for a servlet that forwards to a .jsp page (using HttpUnit with ServletUnit), but I keep hitting a wall: [junit] Error testing ViewAllProjectsServlet

SplitClassLoader cast error

2011-01-12 Thread David Rush
I use ant from the command line for building my apps and running my tests. I'm trying to get testing working for a servlet that forwards to a .jsp page (using HttpUnit with ServletUnit), but I keep hitting a wall: [junit] Error testing ViewAllProjectsServlet, excepti

Re: Question with error: Unable to locate tools.jar

2010-12-30 Thread Antoine Levy-Lambert
On 12/30/2010 1:23 PM, Jeff Spence wrote: Thanks, I got rid of the Java part, but now it seems like ant can't find my build.xml file. error: Buildfile: build.xml does not exist! Build failed You need to create a build.xml in the current directory from which you are running ant, or sp

Re: Question with error: Unable to locate tools.jar

2010-12-30 Thread Jeff Spence
On 12/30/2010 12:45 PM, Michael Ludwig wrote: Jeff Spence schrieb am 30.12.2010 um 12:31 (-0500): "ant compile" and I get the error: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar Buildfile: build.xml does not exist! Build fail

Re: Question with error: Unable to locate tools.jar

2010-12-30 Thread Michael Ludwig
Jeff Spence schrieb am 30.12.2010 um 12:31 (-0500): > "ant compile" and I get the error: > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre6\lib\tools.jar > Buildfile: build.xml does not exist! > Build failed That's n

Re: Question with error: Unable to locate tools.jar

2010-12-30 Thread Nate Stoddard
You should be setting JAVA_HOME to your jdk installation directory. > Hello, >I'm studying J2EE with the Java Tutorial, and have run into some > trouble in my first attempt to compile using the following: > "ant compile" and I get the error: > >Unable

Question with error: Unable to locate tools.jar

2010-12-30 Thread Jeff Spence
Hello, I'm studying J2EE with the Java Tutorial, and have run into some trouble in my first attempt to compile using the following: "ant compile" and I get the error: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar Buildfile:

RE: AW: Unsupported class version error

2010-10-03 Thread Martin Gainty
urni. > Date: Sun, 3 Oct 2010 02:41:15 -0700 > From: ant_nab...@elaborategrove.com > To: user@ant.apache.org > Subject: Re: AW: Unsupported class version error > > > I have exactly the same problem that Lis has described > > Ant: version 1.8.1 compiled on April 3

Re: AW: Unsupported class version error

2010-10-03 Thread Chris Nicholls
ext: http://ant.1045680.n5.nabble.com/Unsupported-class-version-error-tp2255709p3074424.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional c

ICY GWT Compile error

2010-08-19 Thread Ben Cuthbert
All I had some ant scripts and decided to integrate ivy into them. After I have done that I am getting compliation errors when calling javac on the GWT code. But if I remove the ivy it all works fine. Is there any reference to anyone have any similar issues I am using ivy 2.2.0-rc1 error

Re: Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Jann Röder
; >>> >>> >>> >>> >>> >>> >>> >>> >>> The manual will be updated.. >>> Peter >>> >>> On Thu, Aug 19

Re: Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Peter Reilly
gt;> Peter >> >> On Thu, Aug 19, 2010 at 3:29 PM, Jann Röder wrote: >>> Hi, >>> I think I might have found an error in the documentation. On the page >>> about the jar task (http://ant.apache.org/manual/Tasks/jar.html) it says: >>>

Re: Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Jann Röder
> Peter > > On Thu, Aug 19, 2010 at 3:29 PM, Jann Röder wrote: >> Hi, >> I think I might have found an error in the documentation. On the page >> about the jar task (http://ant.apache.org/manual/Tasks/jar.html) it says: >> >> [quote] >> >

Re: Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Peter Reilly
Yes, tis is a known problem with the manual. Stefan Bodewig came up then the correct expression: The manual will be updated.. Peter On Thu, Aug 19, 2010 at 3:29 PM, Jann Röder wrote: > Hi, > I think I might have found an error in the documentation. On the page &

Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Jann Röder
Hi, I think I might have found an error in the documentation. On the page about the jar task (http://ant.apache.org/manual/Tasks/jar.html) it says: [quote] Creates an executable jar file with a main class

AW: Unsupported class version error

2010-07-27 Thread Jan.Materne
So try running with Java 1.5 or higher ... Jan >-Ursprüngliche Nachricht- >Von: leif.lan...@gmail.com [mailto:leif.lan...@gmail.com] Im >Auftrag von Leif Ershag >Gesendet: Dienstag, 27. Juli 2010 14:28 >An: Ant Users List >Betreff: Re: Unsupported class version

Re: Unsupported class version error

2010-07-27 Thread Leif Ershag
What java-version are you running ant with? It looks like the jsch-lib is compiled with a higher versionnr than you support? //Leif Ershag On Tue, Jul 27, 2010 at 1:31 PM, Lis Maria wrote: > Hi, > > I am trying to copy a zip file to a remote machine using the ant scp task. > The jar file requir

Unsupported class version error

2010-07-27 Thread Lis Maria
Hi, I am trying to copy a zip file to a remote machine using the ant scp task. The jar file required for this task jsch-0.1.43 is also put inside the ANT lib folder. But i get the below exception while this target gets triggered BUILD FAILED java.lang.UnsupportedClassVersionError: Bad version num

Re: Urgent Help: Strange Error During Build.

2010-07-01 Thread Stefan Bodewig
On 2010-07-01, Rajesh Kumar wrote: > Hi, > I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during build > process.. Any body can explain me or guide me what is going wrong? > [copy] Copying 1 file to > D:\WorkSpace\Perforce\Harrier9.01-branch\stg-dev\elance\temp

Re: Urgent Help: Strange Error During Build.

2010-07-01 Thread Michael Ludwig
Rajesh Kumar schrieb am 01.07.2010 um 16:25 (+0530): > > I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during > build process.. Any body can explain me or guide me what is going > wrong? > > I could not get any solution myself. > [copy] Infinite loop

Urgent Help: Strange Error During Build.

2010-07-01 Thread Rajesh Kumar
Hi, I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during build process.. Any body can explain me or guide me what is going wrong? I could not get any solution myself. filterTemplates: [mkdir] Created dir: D:\WorkSpace\Perforce\Harrier9.01-branch\stg-dev\elance\template-stg

AW: Ant error while running wsdl2java in loop

2010-04-26 Thread Jan.Materne
Include the AntContrib jar in your -lib path and it. Jan >-Ursprüngliche Nachricht- >Von: arvi [mailto:sarvi...@gmail.com] >Gesendet: Montag, 26. April 2010 08:19 >An: user@ant.apache.org >Betreff: Ant error while running wsdl2java in loop > > >I am trying

Ant error while running wsdl2java in loop

2010-04-25 Thread arvi
reatestubs", i get the following error createstubs: [echo] Invoking wsdl2java in a loop BUILD FAILED E:\jibx\23 Apr 2010\build\build.xml:95: Problem: failed to create task or type foreach Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/

Error in Ivy 2.1.0: missing class

2010-03-31 Thread Norbert Somlai
d:\source\platform\buildsystem\build_common.xml:120: java.lang.NoClassDefFoundError: fr/jayasoft/ivy/latest/LatestRevisionStrategy Is there a workaround for this? -- View this message in context: http://old.nabble.com/Error-in-Ivy-2.1.0%3A-missing-class-tp28096429p28096429.html Sent from the

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-24 Thread Ritu Ritu
That's some great information! Thanks a lot Gilbert! Ritu - Original Message - From: "Gilbert Rebhan" To: "Ant Users List" Sent: Wednesday, March 24, 2010 3:35:46 PM Subject: Re: Error message while using ant-contrib.jar - "ta

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-24 Thread Gilbert Rebhan
Original Message Subject: Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask" From: Ritu Ritu To: Ant Users List Date: 23.03.2010 22:00 > Thanks a lot Srikanth!

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-23 Thread Ritu Ritu
quot; Sent: Tuesday, March 23, 2010 4:00:53 PM Subject: Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask" Thanks a lot Srikanth! No luck even after specifying the taskdef in this ma

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-23 Thread Ritu Ritu
Thanks a lot Srikanth! No luck even after specifying the taskdef in this manner as well...sighs! Regards, Ritu - Original Message - From: "Srikanth Chakravarthy" To: "Ant Users List" Sent: Tuesday, March 23, 2010 4:14:11 AM Subject: RE: Error message while u

RE: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-23 Thread Chakravarthy, Srikanth
Regards, Srikanth -Original Message- From: Ritu Ritu [mailto:r...@cis.uab.edu] Sent: Tuesday, March 23, 2010 2:33 PM To: Ant Users List Subject: Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-23 Thread Ritu Ritu
Hi Christoph, Thanks a lot for the reply! Yes, I have tried specifying the complete path as well. I copied and pasted the that you mailed but that too didn't work for me. I get the same error message as before. Any more pointers on this one? Thanks again, Ritu **

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-23 Thread christoph . grothaus
> P.S. I have already tried the following: > > 1) copying ant-contrib.jar in the \apache-ant-1.8.0\lib folder > > 2) removing the namespace xmlns:ac="antlib:net.sf.antcontrib" and > specifying "for" instead of "ac:for" > > 3) specifying the complete path for "resource" in the "typedef" tag. >

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-22 Thread Ritu Ritu
Dear All, I heard from someone that the spaces in the classpath might be the reason behind the error message that I was getting while attempting to use the for task from ant-contrib. I, therefore, put the directories for ANT_HOME and ant-contrib directly under "C:". Despite doing

Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-22 Thread Ritu Ritu
; in the "typedef" tag. - Original Message - From: "Ritu Ritu" To: user@ant.apache.org Sent: Monday, March 22, 2010 5:04:52 AM Subject: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask canno

Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: ExecTask"

2010-03-22 Thread Ritu Ritu
Hi All, I am wanting to use for-loop task that is available through ant-contrib.jar but I am getting the error message that is pasted below. By reading the old threads on similar problem (http://www.mail-archive.com/user@ant.apache.org/msg23803.html), I feel that this could be a classpath

Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-08 Thread Bharath Vasudevan
: > Hello Bharath, > > I am intrigued by the class not def found error > "gnu/classpath/Configuration" > > Are you using a GNU JDK ? > > You might want to use a Sun JDK. Ant uses normally the JDK pointed to by > the environment variable JAVA_HOME. > > It is

  1   2   3   4   5   6   7   8   >