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 extensions. > One is a local copy of the "e

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 forum... Regards

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: 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.html S

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: Error in documentation (zipfileset, single argument resource collection)

2010-08-19 Thread Jann Röder
Well you can use the usual includes excludes parameters in . One problem though is, that if you include files with a common directory in their path such as org/github and org/postgresql only one of them will end up in the jar file unless you specify duplicate="preserve" in the task. Jann Am 19.0

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

2010-08-19 Thread Peter Reilly
Brilliant! That does exactly what I want. Only issue is that I cannot see how to exclude classes/resources from the jars. However, that does not affect my build file. Peter On Thu, Aug 19, 2010 at 4:38 PM, Jann Röder wrote: > I discovered that one can also use > > Am 19.08.10 17:10, schrieb

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

2010-08-19 Thread Jann Röder
I discovered that one can also use Am 19.08.10 17:10, schrieb 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

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 > about 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
oader AntClassLoader[C:\apache-ant-1.8.0\lib\ant-contrib.jar] - Original Message - From: "christoph grothaus" To: "Ant Users List" Sent: Tuesday, March 23, 2010 2:09:35 AM 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-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
-1.8.0\bin - Original Message - From: "Ritu Ritu" To: "Ant Users List" Sent: Monday, March 22, 2010 5:34:14 AM Subject: Re: Error message while using ant-contrib.jar - "taskdef A class needed by class net.sf.antcontrib.platform.ShellScriptTask cannot be found: Exe

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
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. - Original M

Re: Error in Junit whennI amn testing My Application in Selenium Server

2009-12-08 Thread Antoine Levy Lambert
No idea. Maybe you should post to a forum of OpenQA ? Regards, Antoine Ronyk45 wrote: com.thoughtworks.selenium.SeleniumException: ERROR: Element USERNAME not found at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)

Re: Error using Ant

2009-10-15 Thread Stefan Bodewig
On 2009-10-14, Donald McLean wrote: > I'm using 1.7.1 and got this error message: > Could not load definitions from resource > org/apache/tools/ant/antlib.xml. It could not be found. Looks like either an incomplete or mixed up installation. Try running "ant -diagnostics" to see what Ant itself

Re: Error using Ant

2009-10-14 Thread Francis GALIEGUE
On Wed, Oct 14, 2009 at 16:23, Donald McLean wrote: > I'm using 1.7.1 and got this error message: > > Could not load definitions from resource org/apache/tools/ant/antlib.xml. It > could not be found. > > The build that I'm trying to run is failing for no reason that I can find. > The error messag

Re: Error: Unable to Open

2009-01-30 Thread Mark Salter
Sunils_82 wrote: > I have a build.xml file in Folder_A > and another build.xml file in Folder_B > [snip] > I'm not getting FileNotFoundException, its an "Unable to open" Error. What is the *exact* error please? ant -verbose will show you the files being used and a more of what is happening, p

RE: Error in org.apache.ivy plugin MANIFEST?

2009-01-22 Thread Daffin, Miles (IDEAS PRACTICE AREAS)
Message- From: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] Sent: 22 January 2009 13:58 To: ivy-u...@ant.apache.org Subject: Re: Error in org.apache.ivy plugin MANIFEST? On jeudi 22 janvier 2009 12:08:54 Daffin, Miles (IDEAS PRACTICE AREAS) wrote: > Nicolas, > > When I install Apa

Re: Error in org.apache.ivy plugin MANIFEST?

2009-01-22 Thread Nicolas Lalevée
inal Message- > From: Nicolas Lalevée [mailto:nicolas.lale...@anyware-tech.com] > Sent: 21 January 2009 09:51 > To: ivy-u...@ant.apache.org > Subject: Re: Error in org.apache.ivy plugin MANIFEST? > > On mardi 20 janvier 2009 14:51:40 Daffin, Miles (IDEAS PRACTICE AREAS) wrote: > >

Re: error with example hello-ivy encountered

2008-10-22 Thread Maarten Coene
This is a known problem and has been fixed in current SVN and in the upcoming RC2 version. You can workaround it by manually specifying the retrieve pattern to something like "${ivy.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" Maarten - Original Message From: metopia <[EMAIL

Re: Error returned using task

2008-07-25 Thread Krzysieq
d in this message. If you are not > the intended recipient, you are hereby notified that any disclosure, > copying, distribution or reliance upon the contents of this email is > strictly prohibited. If you receive this email in error, please notify the > sender immediately. > > &

Re: Error returned using task

2008-07-25 Thread ray . harper
il is strictly prohibited. If you receive this email in error, please notify the sender immediately. Krzysieq <[EMAIL PROTECTED]> 07/25/2008 10:33 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: Error returned using task The

Re: Error returned using task

2008-07-25 Thread Krzysieq
The code pieces You pasted are quite lenghty, and most of my experience comes from unix boxes, but I guess there might be a similarity. > This has no right to do whatever it is You want it to - at least on linux it wouldn't. There's an explanation on the ant website some

Re: Error when using 'ant install' command

2008-04-06 Thread James Abley
On 05/04/2008, Paolo Futre <[EMAIL PROTECTED]> wrote: > > I'm new to using Ant and am having a problem when using the 'ant install' > command. I've devloped a servlet and am attempting to deploy it onto Apache > Tomcat. I've compiled it successfully using the 'ant' command but when I > try an

RE: Error message when using different settings

2008-03-06 Thread Jim Adams
Didn't we already get a jira issue from the original poster of the problem? > -Original Message- > From: Gilles Scokart [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2008 3:32 AM > To: [EMAIL PROTECTED] > Subject: Re: Error message when using different settin

RE: Error message when using different settings

2008-03-05 Thread Jim Adams
Are you suggesting that the use of the dual resolver should be minimized if you want the more efficient searching? > -Original Message- > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 10:29 AM > To: [EMAIL PROTECTED] > Subject: Re: Err

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2008-01-01 Thread Ravi Roy
to any party other than > intended recipient. Sender does not necessarily endorse content contained > within this transmission.> From: [EMAIL PROTECTED]> To: user@ant.apache.org; > [EMAIL PROTECTED]> Subject: RE: Error running > C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler>

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2008-01-01 Thread Martin Gainty
ates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> From: [EMAIL PROTECTED]> To: user@ant.apa

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-31 Thread Ravi Roy
new BuildException("Error running " + args[0] + " compiler", e, location); Thanks a lot for your help and support! Regards. Ravi. -Original Message- From: Ravi Roy [mailto:[EMAIL PROTECTED] Sent: Sunday, December 23, 2007 5:14 PM To:

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-23 Thread Ravi Roy
seen. I have to investigate further what is actully causing this. Thanks for your the time... Regards Ravi -Original Message- From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] Sent: Sunday, December 23, 2007 1:17 PM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: Error running C

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread FREEMAN FIREFOX
e to the problem! > > Regards > Ravi > > -Original Message- > From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 22, 2007 10:12 PM > To: Ant Users List > Subject: Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler > > > Hi Pet

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread Ravi Roy
classpath itself.. I m investigating in this direction now. Thanks again for giving time to the problem! Regards Ravi -Original Message- From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] Sent: Saturday, December 22, 2007 10:12 PM To: Ant Users List Subject: Re: Error running C:\toos\Java

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread FREEMAN FIREFOX
Hi Peter, Sorry I apologize. It was mistake the correct path is as follows. This is how I have set the path & it works. Type the following the in the Command Prompt: set ANT_HOME=C:\ant1.7 set JAVA_HOME=C:\jdk1.4 set PATH=%PATH%;%ANT_HOME%\bin This will work. If you create a bat file you don't

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread Peter Reilly
JAVA_HOME should not be the bin directory of the java installation. It should be the jdk installation directotry - in your case: C:\tools\Java\jdk1.6.0_03 This does *not* the same as the java.home system/ant property (which points to the jre). Use ant -diagnostics so see what ant thinks of the

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread FREEMAN FIREFOX
Hi Ravi, Set the JAVA_HOME as: C:\tools\Java\jdk1.6.0_03\bin and also the ANT_HOME should be set to the bin of the ANT. Setting the path to C:\toos\Java\jdk1.6.0_03 will result in compiler error. Path should be set to bin Regards Sumudu On Dec 21, 2007 3:07 PM, Ravi Roy <[EMAIL PROTECTED]> wro

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread Ravi Roy
Sorry, that was a typo in path, actually it is C:\tools\Java\jdk1.6.0_03 Regards Ravi On 12/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > so JAVA_HOME is set to C:\toos\Java\jdk1.6.0_03 > instead of > C:\tools\Java\jdk1.6.0_03 > > ? > M- > - Original Message - > Wrom: YFMYXOEAIJJP

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread mgainty
so JAVA_HOME is set to C:\toos\Java\jdk1.6.0_03 instead of C:\tools\Java\jdk1.6.0_03 ? M- - Original Message - Wrom: YFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZ To: Sent: Friday, December 21, 2007 4:37 AM Subject: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler > Hi All, > > I have s

Re: Error starting modern compiler

2007-12-17 Thread jiechu
I have resolved this. Please check the enviroment settings of your machine nad make sure if the JDK version matchs tools.jar. To a norther word, sometimes you can leave %CLASSPATH% empty and point it in a bat file. Jacky-9 wrote: > > Hi guys, > > I encounter this error when trying to build my

Re: Error list for tasks

2007-12-04 Thread Xavier Outhier
Thanks that's a very useful answer. :) --- Steve Loughran <[EMAIL PROTECTED]> wrote: > Xavier Outhier wrote: > > Hi all, > > > > I was not successful searching a resource where would be listed the > > possible error when > running an > > ant task. > > For instance when running cvs task error=2

Re: Error list for tasks

2007-12-04 Thread Steve Loughran
Xavier Outhier wrote: Hi all, I was not successful searching a resource where would be listed the possible error when running an ant task. For instance when running cvs task error=2 mean that cvs.exe is not in the path. There's no easy way to predict these, as they come from the OS, not Ant

Re: Error starting modern compiler

2007-03-16 Thread Steve Loughran
Jacky wrote: Hi James, First of all, thanks for replying. I do stand from your point of view and look at this matter. One would obviously question me on what has been changed. However, the system environment has not been changed in anyway before it started to fail in building my project. What

Re: Error starting modern compiler

2007-03-15 Thread Jacky
Hi James, First of all, thanks for replying. I do stand from your point of view and look at this matter. One would obviously question me on what has been changed. However, the system environment has not been changed in anyway before it started to fail in building my project. What has been chang

Re: Error starting modern compiler

2007-03-15 Thread James Abley
You say it worked previously. The obvious question would be what has changed? Jacky wrote: Hi guys, Any luck for me? Anything that i can provide to help you guys to help me? Hope that i can solve this fast. Thanks. Warm regards, Jacky Wong Jacky wrote: Hi guys, I encounter this error wh

Re: Error starting modern compiler

2007-03-14 Thread Jacky
Hi guys, Any luck for me? Anything that i can provide to help you guys to help me? Hope that i can solve this fast. Thanks. Warm regards, Jacky Wong Jacky wrote: Hi guys, I encounter this error when trying to build my project (it works fine previously): BUILD FAILED /www/dist/production

Re: Error with consecutive web service tasks

2006-11-21 Thread Steve Loughran
Peter Neu wrote: Hello, I'm facing a strange error with some tasks which involve web service building. This is the error. java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration The target which runs all sub targets is here:

RE: Error - Could not create task of type: condition

2006-11-15 Thread RADEMAKERS Tanguy
Hello Sergio, "Condition" is a built-in task (no need to add any jars anywhere), but you are running a really old version of ant, so that's probably the issue here. First things first: upgrade ant to 1.6.5 (latest stable). There is no built-in way to upgrade ant, so just go to http://ant.apache

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
r way : Thanks, Tom. -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 11:00 To: Ant Users List Subject: RE: Error 43 if jar already exists? Sorry, I think I now need the images directory to be packaged in the jar under the com/trilogycomms dire

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
ailto:[EMAIL PROTECTED] Sent: 15 November 2006 09:54 To: Ant Users List Subject: RE: Error 43 if jar already exists? Sounds like not be doing this the right way? The below has the effect of packaging the whole directory , which is at the same level as , shoes contents I want in the jar (not the dire

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
Sounds like not be doing this the right way? The below has the effect of packaging the whole directory , which is at the same level as , shoes contents I want in the jar (not the directory classes). Is there a better way to do it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

Re: error loading a mysqldump file

2006-10-24 Thread Martin Gainty
Sent: Tuesday, October 24, 2006 10:03 AM Subject: Re: error loading a mysqldump file > Can you elaborate more on the error? > > Some years ago I was using the sql task and had a file full of SQL > statements... When I tried to use the sql task I was getting errors as > well.

Re: error loading a mysqldump file

2006-10-24 Thread Scot P. Floess
More specifically if I had multiple SQL statements, I had to do this: create table foo \ ( \ bar as int \ ); create table alpha \ ( \ beta as int \ ); Note that the \ is used until the ; Scot P. Floess wrote: Can you elaborate more on the error? Some years ago I was using the sql task and ha

Re: error loading a mysqldump file

2006-10-24 Thread Scot P. Floess
Can you elaborate more on the error? Some years ago I was using the sql task and had a file full of SQL statements... When I tried to use the sql task I was getting errors as well. The solution, if memory serves, is that I had to use a \ character at the end of each line until SQL terminati

Re: error while using exec rsync

2006-08-15 Thread Dominique Devienne
[exec] rsync: Failed to exec ssh: No such file or directory (2) Probably a Path issue. You use an absolute path for the rsync executable, but this one simply exec's ssh with no path, and can't find it. Adjust your Path (or PATH) to find all cygwin's executable, From outside the build, or inside

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-04 Thread glenn opdycke-hansen
It appears that a combination of and should/could/might work. Has anyone tried that?

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread Scot P. Floess
Why don't you macrodef the check-resource-test and perform a internal to it? You could make the url and value as attributes for the macrodef... Then you could do something like (assuming you name the macrodef check-resource-test): glenn opdycke-hansen wrote: the antcall is needed to test

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread glenn opdycke-hansen
How do you create a resource? On 8/3/06, Mathew Delong <[EMAIL PROTECTED]> wrote: I've done this in the past by making all of my tests create a resource if they fail, and after all the tests are completed, check if that resource exists. I am sure there are better ways to do this, though.

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread glenn opdycke-hansen
the antcall is needed to test different urls. But I suspect it prevents the called target from updating a common property. I did use concat to create an errors.log file. If that file exists then the script fails. It tested ok, but is a bit awkward. On 8/3/06, Scot P. Floess <[EMAIL PROTECTED]

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread Scot P. Floess
Sorry, maybe I am misunderstanding... Do you want it to fail immediately or run to completion then fail if an error arose? Scot P. Floess wrote: How about instead of using antcall, have a target that has a depends on them all? So replace the ant-calls with a depends="xxx yyy xxx" Mathew Del

Re: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread Scot P. Floess
How about instead of using antcall, have a target that has a depends on them all? So replace the ant-calls with a depends="xxx yyy xxx" Mathew Delong wrote: I've done this in the past by making all of my tests create a resource if they fail, and after all the tests are completed, check if that

RE: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread Mathew Delong
I've done this in the past by making all of my tests create a resource if they fail, and after all the tests are completed, check if that resource exists. I am sure there are better ways to do this, though. -Original Message- From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Sent: Thur

Re: Error using ant under cygwin like environment

2006-07-20 Thread Martin Gainty
out making a copy. Thank you. - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, July 20, 2006 12:25 PM Subject: RE: Error using ant under cygwin like environment Not sure. Ant sets up it's

RE: Error using ant under cygwin like environment

2006-07-20 Thread Anderson, Rob (Global Trade)
ant Does it work? -Rob A > -Original Message- > From: Mayuresh Kshirsagar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 19, 2006 10:02 PM > To: Ant Users List > Subject: RE: Error using ant under cygwin like environment > > I solved the problem by specifying th

RE: Error using ant under cygwin like environment

2006-07-19 Thread Mayuresh Kshirsagar
I solved the problem by specifying the class path relatively. How does that affect? -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 12:08 AM To: Ant Users List Subject: RE: Error using ant under cygwin like environment This

RE: Error using ant under cygwin like environment

2006-07-19 Thread Anderson, Rob (Global Trade)
[EMAIL PROTECTED] > Sent: Wednesday, July 19, 2006 4:16 AM > To: Ant Users List > Subject: RE: Error using ant under cygwin like environment > > As I pasted. The path is set correctly. > > -Original Message- > From: Rich Goldman [mailto:[EMAIL PROTECTED] > Sent

RE: Error using ant under cygwin like environment

2006-07-19 Thread Mayuresh Kshirsagar
As I pasted. The path is set correctly. -Original Message- From: Rich Goldman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 10:27 PM To: Ant Users List Subject: Re: Error using ant under cygwin like environment Should your path say "ant" instead of "ants"?

Re: Error using ant under cygwin like environment

2006-07-18 Thread Rich Goldman
Should your path say "ant" instead of "ants"? Mayuresh Kshirsagar wrote: >I am trying to use ant with cygwin. But I am always getting the error: > > > >mayuresh% ant > >Exception in thread "main" java.lang.NoClassDefFoundError: >org/apache/tools/ant/launch/Launcher > > > >I have set the ANT_HOM

Re: error while using project helper

2006-04-20 Thread Petar Tahchiev
On 20/04/06, shree vinayakh <[EMAIL PROTECTED]> wrote: > hi, > > Im able to view the generated ANT file. Also that im able to execute the ant > file using eclipse or from command line. but executing it from my java > program is the only problem. > > contents of the xml ant file > > > > > > >

Re: error while using project helper

2006-04-19 Thread shree vinayakh
hi, Im able to view the generated ANT file. Also that im able to execute the ant file using eclipse or from command line. but executing it from my java program is the only problem. contents of the xml ant file regards, shreevinayakh On 4/20/06, Stephen McConnell <[EMAIL PROTEC

Re: error while using project helper

2006-04-19 Thread Antoine Levy-Lambert
shree vinayakh wrote: > hi, > > im using a java standalone app to write another java source file and ant > build file when i try to execute the ant build file from the same > standalone java app i get error > "Content is not allowed in prolog." > > Hello Shree, this means that your build fi

RE: error while using project helper

2006-04-19 Thread Stephen McConnell
> -Original Message- > From: shree vinayakh [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 April 2006 2:43 PM > To: user@ant.apache.org > Subject: error while using project helper > > hi, > > im using a java standalone app to write another java source > file and ant build file wh

Re: error msg for incorrect jar/basedir value

2006-01-22 Thread glenn opdycke-hansen
Document the dirname/windows "feature". If this cannot be resolved, it would be good to document the behavior. Can the following be considered for the Ant user manual? http://ant.apache.org/manual/CoreTasks/jar.html Note that if the basedir value has space character(s) appended to it, then some

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Ken Gentle
At 16:30 2006-01-16, you wrote: I have a copy of DirectoryScanner. I do not see any calls to trim in that code. I will prepare a patch that quotes the directory name in question. This might help others that get the error. I do know think it would be safe to modify the file name, I would not wa

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Matt Benson
I already committed to HEAD the change to quote the directory name in the log message. The problem is with Windows. e.g. see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp -Matt --- glenn opdycke-hansen <[EMAIL PROTECTED]> wrote: > I have a copy of

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread glenn opdycke-hansen
I have a copy of DirectoryScanner. I do not see any calls to trim in that code. I will prepare a patch that quotes the directory name in question. This might help others that get the error. I do know think it would be safe to modify the file name, I would not want to break something else. -

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Ken Gentle
It sounds like either Ant Core or Java is performing a "trim" in one path of execution that is not being performed on the other. (On a second read, sounds like java.io.File is ignoring the trailing blank while DirectoryScanner thinks it is significant). I don't have this source in front of me

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread glenn opdycke-hansen
Yes, I was running on windows. We build on windows and deploy to unix. I just tested it on aix 5.2 and got the following msgs [echo] jar destfile="output/out2.jar" [echo] basedir="jar-root " BUILD FAILED /app/tibcoems/deployment/ant-jar-filespec-prob/build-basedir-space.xml:67: /app/

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Matt Benson
Are you running on windows? Testing on windows I do see the same problem, but it appears to me that directories with trailing spaces are clipped at the OS level. Nothing we can do here... if you or anyone else has a nice idea of where in the manual we could make mention of this little tidbit that'

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread glenn opdycke-hansen
Ant script to recreate problem is attached. jar.root.dir.exists=${jar.root.dir.exists} jar.root.dir.dir1.exists=${jar.root.dir.dir1.exists} jar destfile="${out.dir}/${out1.jar}" basedir="${jar.root.dir}" jar.root.dir.space.exists=${jar.root.dir.space.exists}

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Matt Benson
--- glenn opdycke-hansen <[EMAIL PROTECTED]> wrote: > I did make a modification to DirectoryScanner.java. > The additional output confirms that File.exists() > thinks that the > directory with an extra space exists. The change > that could help is > to quote the directory name so the space is mor

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread glenn opdycke-hansen
I did make a modification to DirectoryScanner.java. The additional output confirms that File.exists() thinks that the directory with an extra space exists. The change that could help is to quote the directory name so the space is more promentent. See below: [jar] go-get abs path abspath="C

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread glenn opdycke-hansen
This is going to be a challenge to patch. The error is BUILD FAILED C:\src\ant-jar-filespec-prob\build-basedir-space.xml:58: IO error scanning directory C:\src\ant-jar-filespec-prob\jar-root at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1038) at org.apache

Re: error msg for incorrect jar/basedir value

2006-01-16 Thread Jeffrey E Care
If you are going to submit a bug report I would advise you to submit a patch along with it. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) glenn opdycke-hansen <[EMAIL PROTECTED]> wrote on 01/16/2006 08:27:38 AM: > We have se

RE: Error establishing socket from task?

2005-12-07 Thread Rick Genter
ineer Silverlink Communications -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 3:06 PM To: Ant Users List Subject: Re: Error establishing socket from task? Hello Rick, I am not sure what this is. Try to set the jars of the mssql driv

Re: Error establishing socket from task?

2005-12-07 Thread Antoine Levy-Lambert
Hello Rick, I am not sure what this is. Try to set the jars of the mssql driver in the CLASSPATH env var before starting ant. Maybe this helps. Try also to find out if there are bugs reported against this driver under linux independently of ant ? Maybe try to make a HelloWorldJDBC program running

Re: Error executing RSH from ANT script

2005-08-31 Thread Antoine Levy-Lambert
Hello Michael, not exactly sure why there is this handle problem. you might want to try - supposing you are working with ant 1.6 and that there is a ssh daemon on the host where you want to execute something remotely - the sshexec task. Otherwise, there are a and a task in ant. Cheers, Antoi

RE: Error message

2005-06-27 Thread Shatzer, Larry
What are you trying to accomplish? > -Original Message- > From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] > Sent: Monday, June 27, 2005 11:23 AM > To: Ant Users List > Subject: RE: Error message > > > Yes obviously I do misunderstand as t

RE: Error message

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
M To: 'Ant Users List' Subject: RE: Error message You misunderstand how works. It is used to call another ant script, and execute it. In your example, it is calling the same ant script that is running, and default target, which I guess is 'build'. Whatever you have set

RE: Error message

2005-06-27 Thread Shatzer, Larry
You misunderstand how works. It is used to call another ant script, and execute it. In your example, it is calling the same ant script that is running, and default target, which I guess is 'build'. Whatever you have set as basedir="" in your will be ${basedir}, and by default, it is '.' Then you

Re: Error in replaceregexp example

2005-06-24 Thread Michael Giroux
On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > - > + > I'm pretty sure that the patch needs to be " + should be + - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Error output from javac compiles being blocked

2005-04-14 Thread Kristian Perkins
it works OK for me, maybe its ants logging 'adornments' which is wrapping the output and throwing you. try running ant with -emacs or logging output to a file. It can be hard to decipher what the ^ is pointing to when lines are longer than the console width. Asfand Yar Qazi wrote: Hi, I like

Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Peter Reilly
ant xml build file). Side question: Loading same sources in Eclipse raises the error. Thx /Ahmed -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: mercredi 16 février 2005 12:51 To: user@ant.apache.org Subject: Re: Error not detected in ANT 1.6.1 compile task On Wed

RE: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
. (source location is supplied in the ant xml build file). Side question: Loading same sources in Eclipse raises the error. Thx /Ahmed -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: mercredi 16 février 2005 12:51 To: user@ant.apache.org Subject: Re: Error not

Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Stefan Bodewig
On Wed, 16 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: > To clarify, > this is normal commandline and ant task javac behaviour. Even more than that. I once worked on a(n open source) project[1] that kept all source files in the same directory, even though they belonged to different Java pa

  1   2   >