Cannot use Antelope tasks into my build file: PLEASE HELP!

2011-01-24 Thread tibuserAnt
lass ise.antelope.tasks.IfTask cannot be found using the classloader AntClassLoader[] How can I use this task into my ant build file please? thank you for your answer! S+ -- View this message in context: http://ant.1045680.n5.nabble.com/Cannot-use-Antelope-tasks-into-my-build-file-PLEASE-HELP-tp

AW: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Jan.Materne
t Users List > Betreff: AW: AW: Ant xmlproperty question,Please help me > > Hello, > > I dont know what Xmltask is. We talk about ant, do we? > Is xmltask a task in ANT or what is it? > > So why shouldnt you use XMLtask and ant4eclip

Re: Ant xmlproperty question,Please help me

2010-03-26 Thread wolfgang haefelinger
quot;*.jar" /> >                         >                 >         > > In ant script. I must update my ant script manul, because > > /> > > > often change following the .classpath file. > > So I want to know how can i do this auto following .class

AW: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
@ant.apache.org Betreff: Re: AW: Ant xmlproperty question,Please help me Can you get me some script about ant4eclipse? and I want to use XmlTask! Would you have some suggestion? Thank you Knuplesch, Juergen wrote: > > Hello, > > I use ant4eclipse a lot and encourage as we

Re: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
Knuplesch > -Ursprüngliche Nachricht- > Von: amasha [mailto:amasha_z...@hotmail.com] > Gesendet: Freitag, 26. März 2010 09:49 > An: user@ant.apache.org > Betreff: Ant xmlproperty question,Please help me > > > I have a .classpath: &

Re: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
Gesendet: Freitag, 26. März 2010 09:49 >> An: user@ant.apache.org >> Betreff: Ant xmlproperty question,Please help me >> >> >> I have a .classpath: >> >> >> >> > excluding="com/orange/homescreen/pil/android21impl >>

AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
Hello, I use ant4eclipse a lot and encourage as well to use it. Greetings Jürgen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: amasha [mailto:amasha_z...@hotmail.com] Gesendet: Freitag, 26. März 2010 09:49 An: user@ant.apache.org Betreff: Ant xmlproperty question,Please help me

AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Jan.Materne
Have you tried Ant4Eclipse? http://www.ant4eclipse.org/ Jan > -Ursprüngliche Nachricht- > Von: amasha [mailto:amasha_z...@hotmail.com] > Gesendet: Freitag, 26. März 2010 09:49 > An: user@ant.apache.org > Betreff: Ant xmlproperty question,Please help me > >

Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
auto following .classpath by ant script? Please help me Thank you -- View this message in context: http://old.nabble.com/Ant-xmlproperty-question-tp27714461p28039514.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Ivy + hudson CI - problems downloading artifacts, please, help

2010-03-04 Thread Matt Benson
again with the latest Ivy code from trunk to see if the problem has been fixed? thanks, Maarten - Original Message From: David Goblirsch To: ivy-u...@ant.apache.org Sent: Fri, February 26, 2010 12:28:30 AM Subject: Re: Ivy + hudson CI - problems downloading artifacts, pl

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-15 Thread Mark Salter
Phani Kumar wrote: > this is the result of ant verbose Now all you had to do was read the output, as far as... > > C:\test1>ant -verbose > Apache Ant version 1.6.5 compiled on June 2 2005 ...the first line of output. It appears you have an older version of ant on your PATH. Track this down and

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-14 Thread Phani Kumar
this is the result of ant verbose C:\test1>ant -verbose Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.5 in: C:\Program Files\Java\jdk1.5.0_16\jre Detected OS: Windows XP parsing buildfile C:\test1\build.xml with URI = file:///C:/test1/build.xml Proj

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Mark Salter
Phani Kumar wrote: > report: > > BUILD FAILED > java.lang.NoSuchMethodError: > org.apache.tools.ant.taskdefs.TempFile.bindToOwner(Lorg/apache/tools/ant/Task;)V > Ok, you seem to have moved on? Can you please check you are using ant 1.7 (ant -verbose) please? This method is commented as added in

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Prashant Reddy
Phani Kumar wrote: I removed from target and test runs fine, i got result.xml file .. but could not able to get the reports.. is there anything wrong in this report Target code? i have put the jar file outside of Ant\lib still getting same result i am using jdk 15 and Ant 1.7, installed xalan a

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Phani Kumar
I removed from target and test runs fine, i got result.xml file .. but could not able to get the reports.. is there anything wrong in this report Target code? i have put the jar file outside of Ant\lib still getting same result i am using jdk 15 and Ant 1.7, installed xalan also below is the res

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Mark Salter
Phani Kumar wrote: > I am trying to generate html report through ant build.xml file, in that > process i am able to run my test successfully but it fails to generate html > report and it giving me error "java.lang.NoSuchMe > thodError:org.apache.tools. ant.types. resources. Resources. > dieOnCircu

Re: JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Prashant Reddy
How about : 1. Rename xalan.jar from ANT/lib (Rename to something like xalan.jar1) 2. Run ANT with JDK 1.6 set in the path. My guess is that the Xalan that ANT ships is giving you problem, and by following the above steps Xalan shipped with Sun JDK will be picked up. But obviously this soluti

JUnit Report (Please help me, i am trying this from past two weeks)

2008-12-12 Thread Phani Kumar
Hi, I am trying to generate html report through ant build.xml file, in that process i am able to run my test successfully but it fails to generate html report and it giving me error "java.lang.NoSuchMe thodError:org.apache.tools. ant.types. resources. Resources. dieOnCircularRef erence()V" i am g

Re: Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Carlos Ortiz
gt; > We are using Maven 1.02 for building, and not willing to upgrade to Maven > 2.0 in near future. > > > > TeamCity only supports Maven 2 and ANT. > > > > I would like to embed our Maven job in ANT build.xml file so that TeamCity > can track the building

Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Prasad Nakarikanti
TeamCity can track the building process. Please help me with example, how to achieve this. Thanking you in Advance. Nageswara. P. Nakarikanti Programmer/Analyst Institute of Information Technology, Inc. 5910 FM 1488 Rd. Magnolia, TX 77354 Office: 713-559-4249 Fax: 713-559

WG: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Jan.Materne
FYI Jan -Ursprüngliche Nachricht- Von: Lars Eilebrecht [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. November 2008 17:27 An: [EMAIL PROTECTED] Betreff: [Urgent] Please help promote ApacheCon video streaming! Wichtigkeit: Hoch Hi, please help promote the ApacheCon live video

Fwd: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Matt Benson
--- Lars Eilebrecht <[EMAIL PROTECTED]> wrote: > Date: Tue, 4 Nov 2008 10:27:25 -0600 > From: Lars Eilebrecht <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Urgent] Please help promote ApacheCon > video streaming! > > Hi, > > please help promote

RE: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-19 Thread UCU
EMAIL PROTECTED] >> Sent: Friday, June 15, 2007 4:00 PM >> To: user@ant.apache.org >> Subject: Re: ANT Build script for J2EE projects(in RAD) with >> cyclic dependancies! Urgent please help! >> >> >> Ideally I would like to have 1 build script and mul

Re: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-15 Thread Martin Gainty
ic dependancies! Urgent please help! Ideally I would like to have 1 build script and multiple jars for each project. The way I reference the other classes is through the javabuild path. That is I right click on the ejb project in RAD..and go to the Java Build path, where I see the rest of the ej

RE: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-15 Thread Lewis, Cory (Genworth)
/tantworkspacebuild.html > -Original Message- > From: UCU [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 4:00 PM > To: user@ant.apache.org > Subject: Re: ANT Build script for J2EE projects(in RAD) with > cyclic dependancies! Urgent please help! > > > Ide

Re: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-15 Thread UCU
> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > http://www.nabble.com/file/p11146758/workspace-2.jpeg -- View this message in context: ht

Re: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-15 Thread Scot P. Floess
So, you want one build script or many? Additionally, how do each project refer to the classes in the other? Do you do something with the source path? How do you want to compile this thing? Different jars...one jar? UCU wrote: Hello all! I have about 8 J2EE/ejb projects in a RAD environmen

ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-15 Thread UCU
in advance!! UCU -- View this message in context: http://www.nabble.com/ANT-Build-script-for-J2EE-projects%28in-RAD%29-with-cyclic-dependancies%21-Urgent-please-help%21-tf3929508.html#a11144903 Sent from the Ant - Users mailing list archive at Nabble.com

Re: Ant deploy, build failed - please help

2007-01-19 Thread Scot P. Floess
Well, just looking at the compile problem...it seems failure is on the javac target... If I read this correctly the class GenericDataSource does not implement the isWrapperFor() method. My guess is GenericDataSource extends (in some fashion) Wrapper and GenericDataSource is being used by the

Ant deploy, build failed - please help

2007-01-19 Thread Timothy Haroutunian
Hello, I am trying to compile uPortal and I am getting a build failed error. I am getting the following error: [javac] /usr/local/uPortal/source/org/jasig/portal/RDBMServices.java:559: org.jasig.portal.RDBMServices.GenericDataSource is not abstract and does not override abstract method isW

RE: Please help....Urgent..Using inside the script

2006-02-10 Thread Srikrishna_Parthasarathy
t: Friday, February 10, 2006 4:10 PM To: Ant Users List Subject: Re: Please helpUrgent..Using inside the script Sorry, I don't think you are providing enough information for anyone to help you; I certainly can't understand your scenario, as you seem to have two build.xml files yo

Re: Please help....Urgent..Using inside the script

2006-02-10 Thread Jeffrey E Care
Sorry, I don't think you are providing enough information for anyone to help you; I certainly can't understand your scenario, as you seem to have two build.xml files you're working with, but you've only provided one that I can see. In any case, here is some helpful advice: http://www.catb.org/~es

Please help....Urgent..Using inside the script

2006-02-10 Thread Srikrishna_Parthasarathy
One build file is calling another build file to do the build .But for the actual build to happen , I have to do ant -lib .\lib. How to accomplish this inside the 2nd target. -Original Message- From: Parthasarathy, Srikrishna - Information Technology <[EMAIL PROTECTED]> Sent: Friday, Fe

Re: Please Help

2006-02-02 Thread Sujeet Banerjee
Well, this looks like a Weblogic configuration problem. Did you contact Weblogic Support? -Sujeet - Original Message - From: Guruprasad R To: Ant Users List Sent: Thursday, February 02, 2006 3:44 PM Subject: Please Help Hi I am using an ant build script generated by

Please Help

2006-02-02 Thread Guruprasad R
Hi I am using an ant build script generated by weblogic workshop 8.1.3. I am using ant packaged with the weblogic installation(Apache Ant version 1.5.3).We are using java version 1.4.2_04.The ant script is copied below.

AW: Different version of ant _ Please help

2005-12-20 Thread Jan.Materne
>How to use the weblogic version of ant . set PATH and ANT_HOME according to the wl-ant installation path. >C:\testwebservice\build.xml:78: Could not create task or type of type: >wlappc. But maybe just adding that jar and taskdef´ing the task would be enough. Jan -

Different version of ant _ Please help

2005-12-20 Thread Srikrishna_Parthasarathy
How to use the weblogic version of ant . I am trying to build a webservice using the following build file but it is complaining for wlappc. I am using weblogic version 8.1 sp2 BUILD FAILED C:\testwebservice\build.xml:78: Could not create task or type of type: wlappc. Ant could not find

Re: Urgent help with FTP task.....please help

2005-12-15 Thread Jakob Fix
On 15/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > There is an issue of password being in clear text while using the ftp > task. Is there a way around it . > http://ant.apache.org/manual/OptionalTasks/scp.html ? - To uns

RE: Urgent help with FTP task.....please help

2005-12-15 Thread Ivan Ivanov
t; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Original Message- > From: Ivan Ivanov > [mail

RE: Urgent help with FTP task.....please help

2005-12-15 Thread Srikrishna_Parthasarathy
gt; > > > > > > > > > > > > > > > -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 7:20 PM To: Ant Users List Subject: RE: Urgent help with FTP task.please help

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
] Sent: Wednesday, December 14, 2005 7:20 PM To: Ant Users List Subject: RE: Urgent help with FTP task.please help Hello --- [EMAIL PROTECTED] wrote: > Thanks for your email > > I am using ant 1.6.5. I am not sure you are using ant 1.6.5. From your first message I see: > C:\an

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
Hello --- [EMAIL PROTECTED] wrote: > Thanks for your email > > I am using ant 1.6.5. I am not sure you are using ant 1.6.5. From your first message I see: > C:\antscripts>ant -verbose -f generalftp.xml > > Apache Ant version 1.6.2 compiled on August 5 2004 ^^ Here it s

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
user@ant.apache.org Subject: RE: Urgent help with FTP task.please help No offlist emails, please. See google for ftp servers on windows [1]. Microsoft FTP server is part of their IIS. Also they say WS_FTP is a nice ftp server. Regards Ivan [1]http://www.google.com/search?hl=en&lr=&q

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
y, December 14, 2005 6:22 PM > To: Ant Users List > Subject: RE: Urgent help with FTP task.please > help > > Hello > > --- [EMAIL PROTECTED] wrote: > > > I am trying from my laptop to my desktop. > Fine, but is there a running ftp server on your > desktop?

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
gt; Do you know on how to install it ? > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 14, 2005 6:51 PM > To: Ant Users List > Subject: RE: Urgent help with FTP task.please > help > > > > --- [EM

Re: Urgent help with FTP task.....please help

2005-12-14 Thread Alexey N. Solofnenko
, 2005 6:14 PM To: Ant Users List Subject: Re: Urgent help with FTP task.please help Hello, Are you aure you have ftp server up and running on 10.187.218.183? Can you access the ftp server using ordinary command line client like C:\> ftp 10.187.218.183 Regards Ivan --- [EMAIL PROTECTED] wr

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
inal Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 6:22 PM To: Ant Users List Subject: RE: Urgent help with FTP task.please help Hello --- [EMAIL PROTECTED] wrote: > I am trying from my laptop to my desktop. Fine, but is there a running ftp

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
PM > To: Ant Users List > Subject: Re: Urgent help with FTP task.please > help > > Hello, > > Are you aure you have ftp server up and running on > 10.187.218.183? Can you access the ftp server using > ordinary command line client like > C:\> ftp 10.187.218.183 &

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
.please help Hello, Are you aure you have ftp server up and running on 10.187.218.183? Can you access the ftp server using ordinary command line client like C:\> ftp 10.187.218.183 Regards Ivan --- [EMAIL PROTECTED] wrote: > I downloaded the required jarfile from ant site for > ftp

Re: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
Hello, Are you aure you have ftp server up and running on 10.187.218.183? Can you access the ftp server using ordinary command line client like C:\> ftp 10.187.218.183 Regards Ivan --- [EMAIL PROTECTED] wrote: > I downloaded the required jarfile from ant site for > ftp task . I get the > follo

Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I downloaded the required jarfile from ant site for ftp task . I get the following error. C:\antscripts>ant -verbose -f generalftp.xml Apache Ant version 1.6.2 compiled on August 5 2004 Buildfile: generalftp.xml Detected Java version: 1.5 in: C:\bea9\JROCKI~1\jre Detected OS: Windows XP pa

SOLVED Classpath problem on a unix system: PLEASE HELP NEEDED

2005-10-27 Thread hind.lwahhabi
fool me... the ant-contrib-jar did not have the read and execute permissions. Hind Lwahhabi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 10/27/2005 1:35 PM To: user@ant.apache.org Subject: FW: Classpath problem on a unix system: PLEASE HELP NEEDED

FW: Classpath problem on a unix system: PLEASE HELP NEEDED

2005-10-27 Thread hind.lwahhabi
5 10:44 AM To: user@ant.apache.org Subject: Classpath problem on a unix system: PLEASE HELP NEEDED Hello , thanks for your help but i still can't sort it out:( I have written a test target to echo the properties and here is what i get(note that the lib with all the bsf jars etc.. seems to

Classpath problem on a unix system: PLEASE HELP NEEDED

2005-10-27 Thread hind.lwahhabi
Hello , thanks for your help but i still can't sort it out:( I have written a test target to echo the properties and here is what i get(note that the lib with all the bsf jars etc.. seems to be there!). My problem seems to get worse:it does not event recognise the task! Reminder : i am on aix 5

RE: :Please help is needed:installing ant on aix 5.2

2005-10-12 Thread hind.lwahhabi
From: Nicolas Vervelle [mailto:[EMAIL PROTECTED] Sent: Wed 10/12/2005 10:36 AM To: Ant Users List Subject: Re: :Please help is needed:installing ant on aix 5.2 Hi, A few more precisions could be helpful : - what have you downloaded ? - what are you using to untar it ? You need GNU tar if you

Re: :Please help is needed:installing ant on aix 5.2

2005-10-12 Thread Nicolas Vervelle
Hi, A few more precisions could be helpful : - what have you downloaded ? - what are you using to untar it ? You need GNU tar if you have downloaded .tar.gz, otherwise you can use jar for the .zip - have you verified your download with pgp or md5 ? [EMAIL PROTECTED] wrote: Hello the list, I

:Please help is needed:installing ant on aix 5.2

2005-10-12 Thread hind.lwahhabi
Hello the list, I am forwarding this again... Please it is a very urgent matter.Has someone on the list ever installed ant on AIX? Thanks! Hind Lwahhabi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 10/11/2005 4:50 PM To: user@ant.apache.org Subject

Re: Problem with ANT build - Please help

2004-12-27 Thread Ivan Ivanov
Muhammad, from your email I understand that you are setting on a linux box and you are using ant-1.5.2, that is preinstalled in your linux distribution. I would suggest you remove that version since it is fairly old. On Red Hat you can find it with the command rpm -qa | grep ant and uninstall it w

Problem with ANT build - Please help

2004-12-27 Thread Muhammad Naufal
Hello, I am having some troubles with ANT Build. Here is the dump of the same. Appreciate if someone can help me rectify the same. I have been struggling with ANT for about 2 days now. I am not a hi-tech guy, just trying to learn downl

Re: Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
rephrasing point# 3) I have *compiled* these 2 java files succesfully. can somebody please help me with my problem ? Shailesh Sharma <[EMAIL PROTECTED]> wrote: Hi, can somebody please help me with this problem: 1) I have created a simple scsmail.xml build file like this: This file jus

Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
Hi, can somebody please help me with this problem: 1) I have created a simple scsmail.xml build file like this: This file just echo message. 2) I have created 2 java files like this: import org.apache.tools.ant.taskdefs.Ant; import

RE: Unable to compile packages that use log4J.logger - Please Help

2004-02-26 Thread Ben Doku
[mailto:[EMAIL PROTECTED] >> Sent: Thursday, February 26, 2004 1:57 PM >> To: [EMAIL PROTECTED] >> Subject: Unable to compile packages that use log4J.logger - >> Please Help >> >> >> Hi All, >> >> Today is my first day using ant, so apologies if this

incorrect package name in .java files Re: Please help with Ant/Junit

2004-01-19 Thread Baz
- From: "Baz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 17, 2004 1:44 AM Subject: Please help with Ant/Junit > All, > > I am a newbie and would like to use junit in my build.xml. However, it keep > giving me the following errors... Pleas

Re: repost: JavaDoc task and "empty" packages (please help?)

2003-11-03 Thread Stefan Bodewig
On Fri, 31 Oct 2003, Christopher Schultz <[EMAIL PROTECTED]> wrote: > Do you think there would be sufficient interest in (selectively) > modifying that behavior that a patch would be accepted? As long as your patch doesn't modify the default behavior, yes, I think so. > I'm happy to look into ho

RE: Please help: ant suddenly failing

2003-10-21 Thread Conelly, Luis (EM, DDEMESIS)
Ant Users List; [EMAIL PROTECTED] Subject: Re: Please help: ant suddenly failing sounds like you have an override somewhere for $JAVA_HOME possibly java.home property is defined to something other than JAVA_HOME env var? Are you using Anthill Pro? -M - Original Message - From: <[EMAIL P

Re: Please help: ant suddenly failing

2003-10-21 Thread Jing Xue
Quoting Bill Chmura <[EMAIL PROTECTED]>: > I am not sure if it uses JAVA_HOME to find the java executable... It may > be checking the path for it. > > Not sure if that is the case, but it could explain it... Ant does honor JAVA_HOME, if there is one set. It's all in the shell scripts (ant or an