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 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 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 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