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
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
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
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
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
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.
>
>
>
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
: 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
-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
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
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
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
> 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
> -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
> -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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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,
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
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
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
>
>
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
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
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
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
>
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
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
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
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
: 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
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
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
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,
> 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
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
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
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
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
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
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.
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
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
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
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
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
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
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.
---
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
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
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
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
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
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
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:
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
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
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
;
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> The manual will be updated..
>>> Peter
>>>
>>> On Thu, Aug 19
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:
>>>
> 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]
>>
>
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
&
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
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
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
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
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
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
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
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
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/
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
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
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!
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
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
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
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
**
> 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.
>
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
; 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
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
:
> 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 - 100 of 764 matches
Mail list logo