Re: Problems with ftp download

2023-03-04 Thread Stefan Bodewig
On 2023-03-03, Frank Tornack wrote: > I am trying to build apache ant from source and unfortunately have a > problem. > -fetch-netrexx-no-commons-net: > Getting: ftp://ftp.software.ibm.com/software/awdtools/netrexx/NetRexx.zip > To: /root/.ant/tempcache/NetRexx.zip > Error getting > ftp://ftp.so

Problems with ftp download

2023-03-03 Thread Frank Tornack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all I am trying to build apache ant from source and unfortunately have a problem. - -fetch-netrexx-no-commons-net: Getting: ftp://ftp.software.ibm.com/software/awdtools/netrexx/NetRexx.zip To: /root/.ant/tempcache/NetRexx.zip Error getting ftp:/

Re: AW: AW: Problems with ANTLR

2013-08-20 Thread Matt Benson
> ant-swing.jar (7547 bytes) > > > > > > > > --- > > > > USER_HOME/.ant/lib jar listing > > > > --- > > > > user.home: /home/ernst > > &

Re: AW: AW: Problems with ANTLR

2013-08-20 Thread Ernst Reissner
nt.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar: > > > /usr/share/java/antlr.jar: > > > > > > /usr/share/java/ant/ant-antlr.jar:/usr/share/java/ant/ant-javamail.jar:/usr/share/java/jdepend.jar:/usr/share/jav

Re: AW: AW: Problems with ANTLR

2013-08-19 Thread Matt Benson
/java/jsch.jar:/usr/share/java/ant/ant-jsch.jar:/usr/share/java/junit.jar:/usr/share/java/ant/ant-junit.jar:/usr/share/java/ant/ant-swing.jar:/usr/share/java/ant/ant-testutil.jar:/usr/lib64/jvm/java/lib/tools.jar:/usr/share/ant/lib/ant-jmf.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/a

AW: AW: AW: Problems with ANTLR

2013-08-19 Thread jhm
One side note: you are using 1.8.2 (Dec 2010) and I suggest updating to 1.9.1 (Jul 2013). http://ant.apache.org/faq.html#history > Ok, got one step further: > now i have: > > > > > > > > classname="org.apache.tools.ant.antlr.ANTLR3" > classpathref

Re: AW: AW: Problems with ANTLR

2013-08-19 Thread Ernst Reissner
/share/ant/lib/ant-antlr.jar:/usr/share/ant/lib/ant-swing.jar > > I am not an expert, but it looks fine for me. > > What could be the problem? > > Ernst > > > > > > > -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-ANTLR-tp1349074p5714358.html Sent from the Ant - Users mailing list archive at Nabble.com.

Re: AW: AW: Problems with ANTLR

2013-08-19 Thread Ernst Reissner
his message in context: http://ant.1045680.n5.nabble.com/Problems-with-ANTLR-tp1349074p5714357.html Sent from the Ant - Users mailing list archive at Nabble.com.

Re: AW: Problems with ANTLR

2013-08-19 Thread Ernst Reissner
, > > > > you mean that ant-antlr3.jar is not in place? > > > > I have it in /usr/share/ant/lib > > > > and even if I provide ant -lib /home/ernst/Software/jars, where it > > > is as > > > > well, it does not work. > > > > > > > >

AW: AW: Problems with ANTLR

2013-08-18 Thread jhm
issner [mailto:rei3...@arcor.de] > Gesendet: Montag, 19. August 2013 00:44 > An: user@ant.apache.org > Betreff: Re: AW: Problems with ANTLR > > H, > what I read is > http://www.antlr.org/wiki/display/ANTLR3/How+to+use+ant+with+ANTLR3 > > They suggest a test > |$ ant

Re: AW: Problems with ANTLR

2013-08-18 Thread Matt Benson
rs, where it > > is as > > > well, it does not work. > > > > > > Ernst > > > > > > > Maybe the antlib is not on the classpath? > > > > For loading antlibs via namespaces from custom classpath see > > > > http://ant.apache.org/

Re: AW: Problems with ANTLR

2013-08-18 Thread Ernst Reissner
//ant.apache.org/manual/Types/antlib.html#loadFromInside > > > > > > Jan > > > > > > > -Ursprüngliche Nachricht- > > > > Von: Ernst Reissner [mailto:[hidden email] > > > ] > > > > Gesendet: Mittwoch, 7. August 2013 15:16 &

Re: AW: Problems with ANTLR

2013-08-18 Thread Matt Benson
from custom classpath see > > http://ant.apache.org/manual/Types/antlib.html#loadFromInside > > > > Jan > > > > > -Ursprüngliche Nachricht- > > > Von: Ernst Reissner [mailto:[hidden email] > > ] > > > Gesendet: Mittwoch, 7. August 20

Re: AW: Problems with ANTLR

2013-08-18 Thread Ernst Reissner
sspath see > http://ant.apache.org/manual/Types/antlib.html#loadFromInside > > Jan > > > -Ursprüngliche Nachricht- > > Von: Ernst Reissner [mailto:[hidden email] > ] > > Gesendet: Mittwoch, 7. August 2013 15:16 > > An: [hidden email] > > Betreff: R

AW: Problems with ANTLR

2013-08-11 Thread jhm
013 15:16 > An: user@ant.apache.org > Betreff: RE: Problems with ANTLR > > Hi all, > I have a similar problem receiving > /home/ernst/Software/build.xml:352: Problem: failed to create task or > type > antlib:org/apache/tools/ant/antlr:ant-antlr3 > Cause: The name is und

RE: Problems with ANTLR

2013-08-11 Thread Ernst Reissner
./java/ant/ant-swing.jar lrwxrwxrwx 1 root root 31 Apr 21 02:05 ant-testutil.jar -> ../../java/ant/ant-testutil.jar I cannot figure out what my problem is. can you help??? Greetings, Ernst -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-ANTLR-tp1349074p571

Re: Problems with exec task on Windows machine

2012-04-12 Thread ivadim
It is works good.:) Thank you Harold. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-exec-task-on-Windows-machine-tp5627489p5635806.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Problems with exec task on Windows machine

2012-04-12 Thread Harold Putman
. But > nothing changed :( > > I found that new invoke_targets list saving old information > > Setting ro project property: ant.project.invoked-targets -> > run,clean,clean,clean,clean,clean,clean,clean,clean > > > -- > View this message in context: > http://a

Re: Problems with exec task on Windows machine

2012-04-11 Thread ivadim
ro project property: ant.project.invoked-targets -> run,clean,clean,clean,clean,clean,clean,clean,clean -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-exec-task-on-Windows-machine-tp5627489p5633602.html Sent from the Ant - Users mailing list archive

Re: [SPAM] Problems with exec task on Windows machine

2012-04-11 Thread Harold Putman
update my ant package in some reasons. And it would be good to find > workaround > > -- > View this message in context: > http://ant.1045680.n5.nabble.com/Problems-with-exec-task-on-Windows-machine-tp5627489p5630671.html > Sent from the Ant - Users mailing list archive at Nabble

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread ivadim
of "ant run -d" http://ant.1045680.n5.nabble.com/file/n5630671/log.txt log.txt I can't update my ant package in some reasons. And it would be good to find workaround -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-exec-task-on-Windows-machine-tp56

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread Harold Putman
On Tue, Apr 10, 2012 at 2:54 AM, Jarek Czekalski wrote: > On 1.8.2 and same windows it runs fine. > > W dniu 2012-04-09 16:54, ivadim pisze: > > Hello. >> I hav

Re: [SPAM] Problems with exec task on Windows machine

2012-04-09 Thread Jarek Czekalski
On 1.8.2 and same windows it runs fine. W dniu 2012-04-09 16:54, ivadim pisze: Hello. I have some problems with exec task. I have build.xml: When I run

Problems with exec task on Windows machine

2012-04-09 Thread ivadim
Hello. I have some problems with exec task. I have build.xml: When I run "ant run" command I expected to see CLEAN message. But actualy this is r

Re: Problems with ant compilation

2011-12-12 Thread Scot P. Floess
in C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender>ant -version Apache Ant(TM) version 1.8.2 compiled on December 20 2010 Can anyone help me solve these problems? Thanks. peppe. -- View this message in context: http://ant.1045680.n5.nabble

Problems with ant compilation

2011-12-12 Thread PeppePegasus
Software x Packege RS\recommender_hosvd_src\Recommender>ant -version Apache Ant(TM) version 1.8.2 compiled on December 20 2010 Can anyone help me solve these problems? Thanks. peppe. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-ant-compilation-tp5068238p506823

Re: Problems with classloader

2011-07-29 Thread Rainer Noack
Hi, depends on how you launch ant from java. ant-style classpath reordering/resolution ("-lib option", ANT_HOME and so on) is done in the Launcher. If you just call Ant's Main class, you have to add the required jars in your application's (system-)classpath. Cheers Rainer Am 29.07.2011 16

Problems with classloader

2011-07-29 Thread Markus
Hi all, I am launching ant within Java Code. To be more precise I launch it from a Servlet which is invoked from the Servlet Engine Jetty. I want to launch the "mail" task and I obtain the following error: Failed to initialise MIME mail: org.apache.tools.ant.taskdefs.email.MimeMailer This is

Re: Problems with apache.

2011-03-14 Thread Tiago Veloso
gt;> >> export ANT_HOME=[install location of ANT 1.8.2] >> export PATH=$ANT_HOME/bin:$PATH >> >> changing the path may not be absolutely necessary but setting ANT_HOME >> certainly. >> >> Regards, >> >> Antoine >> >> On 3/14/2011 10:

Re: Problems with apache.

2011-03-14 Thread wolfgang haefelinger
T_HOME=[install location of ANT 1.8.2] > export PATH=$ANT_HOME/bin:$PATH > > changing the path may not be absolutely necessary but setting ANT_HOME > certainly. > > Regards, > > Antoine > > On 3/14/2011 10:12 AM, Tiago Veloso wrote: >> >> An error with the sub

Re: Problems with apache.

2011-03-14 Thread Antoine Levy-Lambert
path may not be absolutely necessary but setting ANT_HOME certainly. Regards, Antoine On 3/14/2011 10:12 AM, Tiago Veloso wrote: An error with the subject, it should read "Problems with apache ant" On Mar 14, 2011, at 14:08 , Tiago Veloso wrote: Hi everyone, I am running Mac

Re: Problems with apache.

2011-03-14 Thread Tiago Veloso
An error with the subject, it should read "Problems with apache ant" On Mar 14, 2011, at 14:08 , Tiago Veloso wrote: > Hi everyone, > > I am running Mac OS 10.6.6. Here I have apache ant 1.7.0 installed. > > I am trying to update to ant 1.8.2. > > But every

Problems with apache.

2011-03-14 Thread Tiago Veloso
Hi everyone, I am running Mac OS 10.6.6. Here I have apache ant 1.7.0 installed. I am trying to update to ant 1.8.2. But every way I have tried to install ant 1.8.2 I always get ant 1.7.0. I have even tried installing through MacPorts without success. Tiago Veloso ti.vel...@gmail.com

Re: Problems with

2011-01-14 Thread Kevin Jackson
Hi, >> Or generate the classpath of your jar using manifestclasspath and remove the >> nested classpath element on java. Eventually this is what worked - thanks for the help. Kev - To unsubscribe, e-mail: user-unsubscr...@ant.a

Re: Problems with

2011-01-11 Thread Kevin Jackson
> what about trying to remove the classpath attribute from the manifest of the > jar that you are building ? > > Also, the manifestclasspath source code tells me that a classpath attribute > in a manifest is separated by spaces, > not semicolons. > > Or generate the classpath of your jar using mani

Re: Problems with

2011-01-11 Thread Antoine Levy-Lambert
Hello Kevin, what about trying to remove the classpath attribute from the manifest of the jar that you are building ? Also, the manifestclasspath source code tells me that a classpath attribute in a manifest is separated by spaces, not semicolons. Or generate the classpath of your jar using

Problems with

2011-01-10 Thread Kevin Jackson
Hi all, Not sure if this is user error (suspect it's me being dumb) or an issue in the trunk/HEAD of core. My build works on debian, but here I'm stick on XP and for some reason the classpath is simply not being set I'm building a small parser and I'm using antlr. When I compile the code, the c

Re: Problems with and - (directory path issues)

2011-01-10 Thread Gilbert Rebhan
Original Message Subject: Re: Problems with and - (directory path issues) From: Laurence To: user@ant.apache.org Date: 01.01.2011 21:31 Hi, Laurence > Gilbert, > > I was basically having the same problem you were (I discovered your post > when I was trying to f

Re: Problems with and - (directory path issues)

2011-01-02 Thread Laurence
bat files and shell scripts to try and keep things simple. My ANT directory problem was on a Windows Vista machine, I have not yet tried the same build on OS X yet. Laurence -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-ant-antfile-and-java-tp2849976p3324419.ht

Re: Problems with and

2010-09-23 Thread Gilbert Rebhan
Original Message Subject: Re: Problems with and From: Stefan Bodewig To: user@ant.apache.org Date: 23.09.2010 06:16 > On 2010-09-22, Gilbert Rebhan wrote: > >> My workflow (Env : ant1.7.1,sun jdk1.6.0_17,windows) >> dynamically creates an antfile. >

Re: Problems with and

2010-09-22 Thread Stefan Bodewig
On 2010-09-22, Gilbert Rebhan wrote: > My workflow (Env : ant1.7.1,sun jdk1.6.0_17,windows) > dynamically creates an antfile. > The antfile has nothing special, only a task and > some for logging purposes. > resultproperty=".." failonerror="true"> > > > > > > > > > fooba

Problems with and

2010-09-22 Thread Gilbert Rebhan
My workflow (Env : ant1.7.1,sun jdk1.6.0_17,windows) dynamically creates an antfile. The antfile has nothing special, only a task and some for logging purposes. foobar.xsd resides under path/to/generated/antfile, means = /path/to/generated/antfile antfile.xml foobar.xsd

RE: Problems with ANTLR

2010-06-18 Thread #
/o modification from above? >> >> >> >> Vielen Danke, >> Martin >> __ >> Verzicht und Vertraulichkeitanmerkung >> >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene >> Em

RE: Problems with ANTLR

2010-06-10 Thread #
ns. >> If you still have questions, I will try to answer them. >> >> Kind regards, Jürgen >> > > Please, change the reference from antlr:antl3 to antlr:antlr-antlr3 as described below: I have to f

RE: Problems with ANTLR

2010-06-10 Thread #
___ > Verzicht und Vertraulichkeitanmerkung > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient ledig

RE: Problems with ANTLR

2010-06-10 Thread Martin Gainty
ustausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Wed, 9 Jun 2010 13:40:22 -0700 > From: nlap...@yahoo.com > To: user@ant.apache.org > Sub

RE: Problems with ANTLR

2010-06-09 Thread NancyL
wer them. > > Kind regards, Jürgen > -- View this message in context: http://old.nabble.com/Problems-with-ANTLR-tp23287211p28835592.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: us

Re: Problems with telnet task during an ant migration

2010-04-19 Thread Thomas Burdairon
Maybe it was the wrong mailing list. Should I send a mail to the dev mailing list or file a bug directly? 2010/4/15 Thomas Burdairon > We are in a migration from ant 1.6.2 to 1.8.0 and are encountering troubles > using telnet task : > > > > > > > >> >ls > > >

Problems with telnet task during an ant migration

2010-04-15 Thread Thomas Burdairon
We are in a migration from ant 1.6.2 to 1.8.0 and are encountering troubles using telnet task : > ls throws an OOM Distant server is Sun OS 5.8 (Solaris 8) This simple script is OK with 1.6.2, but not with 1.8.0 : java.lang.OutOfMemoryError: Java heap spa

Re: Ant 1.8 problems with Eclipse

2010-04-13 Thread garyh6
he problem. Commenting out the dummy assignment allows it to work fine with Eclipse/Ant 1.8: Entering master.masterTarget Entering common.commonTarget -- View this message in context: http://old.nabble.com/Ant-1.8-problems-with-Eclipse-tp28224770p28235538.html Sent fr

Ant 1.8 problems with Eclipse

2010-04-12 Thread Gary Hirschhorn
I just upgraded from Ant 1.7 to 1.8 and my build files run fine from the command line. However, when using Eclipse (3.4.1 - Ganymede), my build files don't run because of this error: The following error occurred while executing this line: jar:file:/C:/Projects/fetchsoftware/runtime/thirdparty/

problems with empty directories and copy task

2010-03-01 Thread Sascha Ernst
Hello, I have a problem with a fileset/patternset and a copy task. In the structure I'd like to copy there are (besides "normal" folders and files) - Empty directories - OS-specific folders I'd like to copy everything (incl. the empty directories) but NOT the OS-specific fol

RE: Problems with ANTLR

2009-05-08 Thread #
ersion 3, > so if your grammer's version 3, this won't work. > > Felix > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > > -- View

RE: Problems with ANTLR

2009-04-30 Thread Felix Dorner
> > Reason: /scratch2/nemer/test/build.xml:47: Problem: failed > to create > > task or type antlr > > Cause: the class > org.apache.tools.ant.taskdefs.optional.ANTLR was not > > found. Did you even look at this: http://ant.apache.org/manual/OptionalTasks/antlr.html ? Note that this refers to An

AW: Problems with ANTLR

2009-04-29 Thread Jan.Materne
üngliche Nachricht- >Von: David Nemer [mailto:davidne...@gmail.com] >Gesendet: Donnerstag, 30. April 2009 01:17 >An: Ant Users List >Betreff: Re: Problems with ANTLR > >Anyone??? > >-- >David Nemer >Sent from Kaiserslautern, RP, Germany > >On Wed, Apr 29, 200

Re: Problems with ANTLR

2009-04-29 Thread David Nemer
Anyone??? -- David Nemer Sent from Kaiserslautern, RP, Germany On Wed, Apr 29, 2009 at 12:18 AM, David Nemer wrote: > Hey Everyone, > > I'm trying to build my project with ANT, and I'm getting the following > error: > > Reason: /scratch2/nemer/test/build.xml:47: Problem: failed to create task >

Problems with ANTLR

2009-04-28 Thread David Nemer
Hey Everyone, I'm trying to build my project with ANT, and I'm getting the following error: Reason: /scratch2/nemer/test/build.xml:47: Problem: failed to create task or type antlr Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found. This looks like one of Ant's opt

Re: Problems with versions 1.7.1 bin and src

2009-02-03 Thread Stefan Bodewig
On 2009-02-03, Luis Alberto Domínguez wrote: > Today i get the last release for ant (1.7.1) and i have some problems with > the execution of my build.xml. I'm trying to use the zip tag, but it crash > with a NoSuchMethodException for FileUtils. This sounds as if you had more than

Problems with versions 1.7.1 bin and src

2009-02-03 Thread Luis Alberto Domínguez
Hello everybody, Today i get the last release for ant (1.7.1) and i have some problems with the execution of my build.xml. I'm trying to use the zip tag, but it crash with a NoSuchMethodException for FileUtils. Is there a problem with the repository? Best regards,

Re: problems with partial dependency and eviction

2008-11-10 Thread Mitch Gitman
Shawn, forgive me for steering you in another direction. Rather than mess around with dependency/include--if I control the dependency itself--I would find it simpler, both practically and conceptually, to create two different configurations of the dependency: - One whose publication is part1.ja

Problems with symlinks

2008-04-29 Thread Justin Patrin
I've been trying to add what should be trivial to an ant build file. I want to create a symlink if it doesn't already exist. My environment: Apache Ant version 1.7.0 compiled on September 23 2007 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237) Java HotSpot(TM) Client VM

Re: Problems with ANT in WINDOWS :(

2008-02-04 Thread Armin Garcia
ot;de" as your target. > > Your best bet is to install Java in a directory with no spaces in it. > Something like "C:\Java". > > On Feb 4, 2008 1:38 AM, Armin Garcia <[EMAIL PROTECTED]> wrote: > > hi there i have problems with ANT on windows... > > >

Re: Problems with ANT in WINDOWS :(

2008-02-04 Thread David Weintraub
4, 2008 1:38 AM, Armin Garcia <[EMAIL PROTECTED]> wrote: > hi there i have problems with ANT on windows... > > i download and try to use the apache-ant-1.7.0 and apache-ant-1.6.5 > I configured the system variables > > set ANT_HOME=c:\ant > set JAVA_HOME=c:\jdk-1.5.0.05 >

Re: Problems with ANT in WINDOWS :(

2008-02-04 Thread Steve Loughran
Armin Garcia wrote: hi there i have problems with ANT on windows... take a look at http://wiki.apache.org/ant/InstallTroubleshooting i download and try to use the apache-ant-1.7.0 and apache-ant-1.6.5 I configured the system variables set ANT_HOME=c:\ant set JAVA_HOME=c:\jdk-1.5.0.05 set

Problems with ANT in WINDOWS :(

2008-02-03 Thread Armin Garcia
hi there i have problems with ANT on windows... i download and try to use the apache-ant-1.7.0 and apache-ant-1.6.5 I configured the system variables set ANT_HOME=c:\ant set JAVA_HOME=c:\jdk-1.5.0.05 set PATH=%PATH%;%ANT_HOME%\bin the problem is when i try tu run ant by this way ant -version

Re: problems with zip task

2007-11-16 Thread David Weintraub
Yes. Use a subtask to specify what files you want in your Zipfile. On Nov 16, 2007 6:47 AM, Roman Agapkin <[EMAIL PROTECTED]> wrote: > Hello Experts, > > i've got a question on ant's zip task: > > i would like to create a zip file: > > take file file.xy from folder A and put them int

problems with zip task

2007-11-16 Thread Roman Agapkin
Hello Experts, i've got a question on ant's zip task: i would like to create a zip file: take file file.xy from folder A and put them into the zip file into a new folder B/file.xy is that possible? or another problem: i would like to zip a subtree e.g. i've got a path A/B/C/D/file.xy i want

Re: Headless Ant: problems with loggers and listeners

2007-11-06 Thread Darin Swanson
I have been working with Gab within the Eclipse newsgroups. Eclipse had a bug in its 3.0 release (3 yrs ago) that caused problems with the XMLLogger. https://bugs.eclipse.org/bugs/show_bug.cgi?id=80435 This is fixed in Eclipse 3.1 and newer. You can add additional listeners, just not change the

Re: Headless Ant: problems with loggers and listeners

2007-11-06 Thread Steve Loughran
Gabriele Bodda wrote: Hi, I've found one more element. I got exactly the same error if I launch Ant through Eclipse with ANY listener, even with "-listener org.apache.tools.ant.XmlLogger" that happens to be cited even in the Ant manual. To be more precise: it seems like the parameter -listener

Re: Headless Ant: problems with loggers and listeners

2007-11-03 Thread Gabriele Bodda
me is Gabriele, I'm trying to automate my build process using > CruiseControl but I'm currently experiencing some critical problems with the > Ant command it generates. > > Our project is developed using WebSphere Integration Developer (you know, > IBM-enhanced Eclipse), under Wind

Headless Ant: problems with loggers and listeners

2007-11-02 Thread Gabriele Bodda
Hi all, my name is Gabriele, I'm trying to automate my build process using CruiseControl but I'm currently experiencing some critical problems with the Ant command it generates. Our project is developed using WebSphere Integration Developer (you know, IBM-enhanced Eclipse), under

RE: problems with ant optional tasks

2007-09-27 Thread Stephen Wilkinson
NT_HOME but still no dice. Hopefully I can squeeze an hour in today to try to trouble shoot it a bit further. Thanks again Stephen -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: September 26, 2007 12:45 PM To: Ant Users List Subject: Re: problems with ant optional

Re: problems with ant optional tasks

2007-09-26 Thread Peter Reilly
usr/share/ant/lib so I tried copying them there but didn't help. > > > > I tried forcing the library with ant -lib /path but same result. > > Any other suggestions? > > Thanks again for your time > > Stephen > > > > > > -Original Message- >

Re: problems with ant optional tasks

2007-09-26 Thread David Weintraub
n for your time > Stephen > > > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: September 26, 2007 6:08 AM > To: Ant Users List > Subject: Re: problems with ant optional tasks > > > > Stephen Wilkinson wrote: > > Hi there,

RE: problems with ant optional tasks

2007-09-26 Thread Stephen Wilkinson
ECTED] Sent: September 26, 2007 6:08 AM To: Ant Users List Subject: Re: problems with ant optional tasks Stephen Wilkinson wrote: > Hi there, I'm pretty much totally new to linux and am having some build > problems with Dspace which I believe is because I don't have my Ant > optio

Re: problems with ant optional tasks

2007-09-26 Thread Steve Loughran
Stephen Wilkinson wrote: Hi there, I'm pretty much totally new to linux and am having some build problems with Dspace which I believe is because I don't have my Ant optional tasks working. aah DSpace. Basics I'm using Suse Linux Enterprise Server version 10 with sp 1 I

problems with ant optional tasks

2007-09-25 Thread Stephen Wilkinson
Hi there, I'm pretty much totally new to linux and am having some build problems with Dspace which I believe is because I don't have my Ant optional tasks working. Basics I'm using Suse Linux Enterprise Server version 10 with sp 1 I downloaded and installed java - jdk-6u2-linux-i5

Re: Problems with loading from ant.

2007-08-10 Thread Steve Loughran
o use . All main servers support deploy-by-copy; just the war into the right directory. works every time. srikrishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 12:49 PM To: user@ant.apache.org Subject: RE: Problems with loading

RE: Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
Steve If I use ant 1.6.5 then it works . I don't know why ? Will it be a bug or something different has to be done. srikrishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 12:49 PM To: user@ant.apache.org Subject: RE: Pro

RE: Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
Thanks for your response. Still it is not loading definitions..same problem.I don't know.I don't get the I/o exception...as it had the bad password. C:\projects\springapp>ant -verbose install Apache Ant version 1.7.0 compiled on December 13 2006 Buildfile: build.xml Detected Java version: 1.5 in:

Re: Problems with loading from ant.

2007-08-09 Thread Steve Loughran
[EMAIL PROTECTED] wrote: We are using Ant 1.7 and BEA's jdk version . I am getting the following when I run a particular target . Any pointers on why this is happening ...or any quick workaround ? you are getting a 401 response from a server. Not an ant problem, more one of server security

Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
We are using Ant 1.7 and BEA's jdk version . I am getting the following when I run a particular target . Any pointers on why this is happening ...or any quick workaround ? Eagerly looking forward for responses. C:\projects\springapp>ant -verbose install Apache Ant version 1.7.0 compiled

Re: Problems with calling an ant java task programatically

2007-04-13 Thread Ninju Bohra
't think you need to go through all the code you wrote (though it is wonderfully written) Good Luck Ninju - Original Message From: "Balasubramanian, Ravi Shankar" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Friday, April 13, 2007 3:21:43 AM Subject: Problems wi

Problems with calling an ant java task programatically

2007-04-13 Thread Balasubramanian, Ravi Shankar
Hi , I am using ant 1.6.5 and My ant script is as follows: " " I am trying to call this target programmatically from a java appli

Re: Ant 1.7.1 Alpha problems with BSF

2007-01-09 Thread Jack J. Woehr
I had copied over my lib/optional dir to Ant 1.7.1 current build dir and reported that after successfully building Ant, a macro task threw: Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager) I verified that I had BSF 2.4.0 js 1.6R5 commons-

Re: Ant 1.7.1 Alpha problems with BSF

2007-01-03 Thread Peter Reilly
On 1/3/07, Jack J. Woehr <[EMAIL PROTECTED]> wrote: A month ago with 1.7.0RC1 my BSF problems ended when Jacob Kjome wrote: > On Dec 6, 2006, at 5:33 PM, Peter Reilly wrote: > > > You can use bsf 2.4.0 and rhino 1.5r4 but > > I definitely have Rhino 1.6.5. I *theenk* I have the 2.4.0 of >

Ant 1.7.1 Alpha problems with BSF

2007-01-03 Thread Jack J. Woehr
A month ago with 1.7.0RC1 my BSF problems ended when Jacob Kjome wrote: > On Dec 6, 2006, at 5:33 PM, Peter Reilly wrote: > > > You can use bsf 2.4.0 and rhino 1.5r4 but > > I definitely have Rhino 1.6.5. I *theenk* I have the 2.4.0 of > BSF but I'll download again to be sure ... that is, I shall

Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Steve Loughran
Thomas Voigt wrote: Original-Nachricht Datum: Thu, 07 Dec 2006 11:39:55 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 Thomas Voigt wrote: (2) The command hangs if I try to acc

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 07 Dec 2006 11:39:55 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > Thomas Voigt wrote: > > (2) The command hangs if I try to access an oracle

Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Steve Loughran
Thomas Voigt wrote: Hi, we tried to upgrade our system to Java 1.5 (jdk1.5.0_09) and Ant 1.7.0 RC1. Sadly we ran into several problems. We also use svnant 1.1.0 RC2 and ant-contrib 1.0b2. I would like to know if any of you ran into similar problems - I'm moderately experienced with fiddling

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Wed, 6 Dec 2006 23:04:57 + Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > On 12/5/06, Thomas Voigt <[EMAIL PROTECTED]> wrote:

Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-06 Thread Peter Reilly
First thanks for testing with ant 1.7rc1. On 12/5/06, Thomas Voigt <[EMAIL PROTECTED]> wrote: Hi, we tried to upgrade our system to Java 1.5 (jdk1.5.0_09) and Ant 1.7.0 RC1. Sadly we ran into several problems. We also use svnant 1.1.0 RC2 and ant-contrib 1.0b2. I would like to know if any o

Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-05 Thread Thomas Voigt
Hi, we tried to upgrade our system to Java 1.5 (jdk1.5.0_09) and Ant 1.7.0 RC1. Sadly we ran into several problems. We also use svnant 1.1.0 RC2 and ant-contrib 1.0b2. I would like to know if any of you ran into similar problems - I'm moderately experienced with fiddling with ant, but not an e

Re: More problems with ANT zip results

2006-10-27 Thread Peter Reilly
On 10/27/06, Danny Vint <[EMAIL PROTECTED]> wrote: I've brought my files on to a local machine to see if there was anything I could discover. In my first attempt, Ant zip, created a file but the build failed due to memory. The file it actually built was ok - it at least opened and looked fine. W

More problems with ANT zip results

2006-10-27 Thread Danny Vint
I've brought my files on to a local machine to see if there was anything I could discover. In my first attempt, Ant zip, created a file but the build failed due to memory. The file it actually built was ok - it at least opened and looked fine. What we discovered was it was missing some files.

AW: Problems with exec tag

2006-09-03 Thread Jan.Materne
Von: Daniel Camara [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 1. September 2006 21:57 >An: Ant Users List >Betreff: Re: Problems with exec tag > >Thanks I will try that :) > > Best regards... > > Daniel > >On 9/1/06, Gilbert Rebhan <[EMAIL PROTECTED]>

Re: Problems with exec tag

2006-09-01 Thread Daniel Camara
Thanks I will try that :) Best regards... Daniel On 9/1/06, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: Hi, Daniel ah, yes, i think your problem is the declaration of antcontrib taskdefs. if you go via the properties file (which is meant for prior versions of ant, < 1.6) you won't get no t

Re: Problems with exec tag

2006-09-01 Thread Gilbert Rebhan
Hi, Daniel ah, yes, i think your problem is the declaration of antcontrib taskdefs. if you go via the properties file (which is meant for prior versions of ant, < 1.6) you won't get no task as this mapping is commented out = J:\ant-contrib-src\src\net\sf\antcontrib\antcontrib.properties : # Ta

Re: Problems with exec tag

2006-09-01 Thread Gilbert Rebhan
Hi, Daniel that's because the task is not part of vanilla ant, it's part of a bunch of contributions for ant called "ant-contrib". There are also mny other tasks around and you may also roll your own. see (and get those tasks from there ...) http://ant-contrib.sourceforge.net/ Regards, Gil

Re: Problems with exec tag

2006-09-01 Thread Daniel Camara
Thanks Jan, I am a newbie with ant, two days new :), I couldn't execute your second script (Actually Good work, very impressive :), the script gives me the below error message. --- BUILD FAILED C:\Temp\Ant\TESTES\MyProject\MyProject.xml:34: Could not create task or type of type: antlib:net/sf/ant

  1   2   3   >