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: Lots of problems resolving maven dependencies in Ant

2020-05-22 Thread Rick Mann
sitory-group >> (https://repository.jboss.org/nexus/content/groups/public-jboss/) >> [artifact:dependencies] >> [artifact:dependencies] Path to dependency: >> [artifact:dependencies] 1) org.apache.maven:super-pom:pom:2.0 >> ``` >> >> Honestly the r

Re: Lots of problems resolving maven dependencies in Ant

2020-05-21 Thread Davide Grandi
https instead of failing with a 501. So, giving up on Maven Ant Task. Trying with Ivy, well, it has its own problems: it will try to download a dependency scoped as "provided" in the POM, which I'm fairly certain it should not do. So, I'd love to try the newer org.apach

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
with a 501. So, giving up on Maven Ant Task. Trying with Ivy, well, it has its own problems: it will try to download a dependency scoped as "provided" in the POM, which I'm fairly certain it should not do. So, I'd love to try the newer org.apache.maven.resolver.ant, but jus

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Davide Grandi
Sorry, but this ant "corner" is out of my paths. Your idea is worth trying: -- [artifact:dependencies] from the specified remote repositories: [artifact:dependencies] maven-group (https://repo1.maven.org/maven2/), [artifact:dependencies] central (http://repo1.maven.org/maven2), [artifact:dep

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
> On May 18, 2020, at 21:15 , Davide Grandi wrote: > > Just my 2 Euro cent: > - there's an address hardcoded here > -- > \maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java > (1 hit) > Line 55: remoteRepository.setUrl( >

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Davide Grandi
Just my 2 Euro cent: - there's an address hardcoded here   -- \maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java (1 hit)   Line 55: remoteRepository.setUrl( "http://repo1.maven.org/maven2"; );   --   so :   a) recompile   b) bi

Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
Hi there. If anyone can help with the following, I'd sure appreciate it: • Get Ivy to set a classpath (cachepath) • Get Maven Artifact Resolver Ant Tasks installed macOS 10.15.4, Java 11 Details --- I have this really old ant-based server project I'm trying to update. It uses the org.apach

Re: Problems parsing @@

2014-12-05 Thread Ryan Payton
9.4. > > > > > > > > > > > > Jan > > > -Ursprüngliche Nachricht- > > Von: Ryan Payton [mailto:rpay...@tibco.com] > > Gesendet: Freitag, 5. Dezember 2014 03:13 > > An:

AW: Problems parsing @@

2014-12-04 Thread jhm
gt; An: user@ant.apache.org > Betreff: Problems parsing @@ > > Hello, > > I am running into an issue using @@ in a .properties file. The variable > is a database password (I also tried using it in the username and still > didn't work), and fails our build since Ant

RE: Problems parsing @@

2014-12-04 Thread Martin Gainty
file a bug I'll follow up if nobody else will Thanks Ryan Martin > From: rpay...@tibco.com > Date: Thu, 4 Dec 2014 18:13:25 -0800 > Subject: Problems parsing @@ > To: user@ant.apache.org > > Hello, > > I am running into an issue using @@ in a .properties file.

Problems parsing @@

2014-12-04 Thread Ryan Payton
Hello, I am running into an issue using @@ in a .properties file. The variable is a database password (I also tried using it in the username and still didn't work), and fails our build since Ant is unable to connect to the database. However, when I enter @@@ in the .properties file, and leave the

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 using URL tasks

2012-09-14 Thread Harold Putman
s/B2Development/LINF-test.war&clean=true&available=true > > > > Since it appears that the semi-colon can be added without causing problems > on the remote server, I tried adding it per the error message but I still > get the same error. > > Any ideas? > > > Thanks, > Rob > > > > > >

Problems using URL tasks

2012-09-14 Thread Rob Tanner
rameter part of the URL is: fileName=c:/Users/marvin/Documents/B2Development/LINF-test.war&clean=true&available=true Since it appears that the semi-colon can be added without causing problems on the remote server, I tried adding it per the error message but I still get the same error. Any ideas? Thanks, Rob

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 using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
--Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: 17 August 2011 17:32 To: Ant Users List Subject: Re: Problems using properties containing multiple dollar signs. On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snip

Re: Problems using properties containing multiple dollar signs.

2011-08-17 Thread David Weintraub
On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snippet: >       >       > > Prints out: >     [echo] $ $ $$ $$ $$$ $$$ > Interestingly, I ran the following test: So, the value of the variable seems correct, bu

Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
This ant script snippet: Prints out: [echo] $ $ $$ $$ $$$ $$$ I think its related to this PropertyExpander definition org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR

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 while migrating from ant 1.7.1 to ant 1.8.2

2011-02-14 Thread Mohan
I'm using Proguard 4.5 jar in the Ant lib path. I think that the problem is with including Proguard 4.5 jar. Could you please suggest the solution for this? Thanks, Mohan. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-while-migrating-from-ant-1-7-1-to-ant-

Re: Problems while migrating from ant 1.7.1 to ant 1.8.2

2011-02-14 Thread Mohan
I have not set either of the environment variables ANT_HOME or CLASSPATH. What could be the reason for this failure? Thanks, Mohan. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-while-migrating-from-ant-1-7-1-to-ant-1-8-2-tp3325519p3384540.html Sent from the Ant

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 while migrating from ant 1.7.1 to ant 1.8.2

2011-01-03 Thread Michael Ludwig
Mohan schrieb am 03.01.2011 um 01:38 (-0800): > > I'm new to using ant. But we already have a process in place which > makes use of ant 1.7.1. > > I'm now working on that and migrating it from ant 1.7.1 to ant 1.8.2. > > But I get a strange error when I'm using ant 1.8.2 (which doesn't > occur

Problems while migrating from ant 1.7.1 to ant 1.8.2

2011-01-03 Thread Mohan
Could someone help me how to fix this problem? Thanks, Mohan. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-while-migrating-from-ant-1-7-1-to-ant-1-8-2-tp3325519p3325519.html Sent from the Ant - Users mailing list a

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 creating my own ant task

2010-11-04 Thread Dominique Devienne
On Thu, Nov 4, 2010 at 3:09 PM, abridgel wrote: > We need to write our own tasks because of portability issues. So I need to be > able to source in the task somehow > > I created the jar and put the classes and antlib.xml in the same directory > however when I try to pull it in it is complainning

Re: Problems creating my own ant task

2010-11-04 Thread Alexey N. Solofnenko
Well, I am still adding custom tasks the old way: - Alexey. On 11/4/2010 1:09 PM, abridgel wrote: We need to write our own tasks because of portability issues. So I need to be able to source in the task somehow I created the jar and put the classes and antlib.xml in the same directory h

Re: Problems creating my own ant task

2010-11-04 Thread abridgel
)- its very simple. import java.io.*; import java.util.*; import org.apache.tools.ant.Task; public class Diff extends Task{ public void execute() { System.out.println("Hello"); } } -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-creating-

Re: Problems creating my own ant task

2010-11-04 Thread Alexey N. Solofnenko
With it is now rare that you need to write a task in Java. Have you tried it? Maybe also in conjunction with . - Alexey. On 11/4/2010 12:53 PM, abridgel wrote: I'm desperate can anybody help? === Notice: This e-mail message, together with any attachments, contains information of Symyx

Re: Problems creating my own ant task

2010-11-04 Thread abridgel
I'm desperate can anybody help? -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-creating-my-own-ant-task-tp3248855p3250761.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Problems creating my own ant task

2010-11-04 Thread abridgel
ruggling with this all morning. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-creating-my-own-ant-task-tp3248855p3248855.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsu

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: AW: Problems in installing APACHE ANT

2010-08-17 Thread harsha.hariharan
://ant.1045680.n5.nabble.com/Problems-in-installing-APACHE-ANT-tp1438623p2638603.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e

Re: Problems in installing APACHE ANT

2010-07-18 Thread Rajesh Kumar
Hi Mukul, You need to make sure following things... 1. Make sure you Java is installed and set in path (JAVA_HOME should be added in evn var && JAVA_HOME/bin should be added in PATH) 2. Make sure you have Installed Ant as you have done below 3. To use on command prompt, you need to added this in

AW: Problems in installing APACHE ANT

2010-07-18 Thread Knuplesch, Juergen
Is Java installed? Show us your Console! ANT is now at version 1.8! Do you really want 1.6.5? -Ursprüngliche Nachricht- Von: Mukul Gupta [mailto:guptamukul...@gmail.com] Gesendet: Montag, 19. Juli 2010 06:14 An: user@ant.apache.org Betreff: Problems in installing APACHE ANT Hi, I have

Problems in installing APACHE ANT

2010-07-18 Thread Mukul Gupta
Hi, I have downloaded Apache ANT 1.6.5 and installed in my C drive under the folder C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 (it is full path). And, set ANT_HOME as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 and, path as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5\bin but still my ANT is not working

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
I found a workaround. The specific problem we had seemed to be because we were importing common build.xml files into our project-specific build files, but the import was having problems when it is the first line in our project-specific build file. However, if I put a property task before the

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/

Re: Problems while Installing Ant in fedora 9

2010-03-20 Thread Scot P. Floess
D'oh - you said install ;) I have never installed ant in this fashion (meaning runant.pl). Have you considered just using the tar.bz2 download (or is it tar.gz) - heck or even the zip file? All you have to do is stand in the directory where you want to install...and unzip or untar/gunzip/bu

Re: Problems while Installing Ant in fedora 9

2010-03-19 Thread Ankuj Gupta
Hi!! Even after changing the path to export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH I am getting the following error when I try to install ant using runant.pl But I received following error. java -classpath /usr/local/ant/lib/ant-launcher.jar -Dant.home=/usr/local/ant org.apache.tools.ant.laun

Re: Problems while Installing Ant in fedora 9

2010-03-19 Thread Scot P. Floess
I note from your PATH - you aren't adding $JAVA_HOME/bin to it... For example, export ANT_HOME=/usr/local/ant export JAVA_HOME=/usr/java/jdk1.6.0_18 export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH Note: the PATH statement includes both $JAVA_HOME/bin -and- $ANT_HOME/bin Might that be your prob

Problems while Installing Ant in fedora 9

2010-03-19 Thread Ankuj Gupta
Hi!!! I was trying to install Ant in Fedora 9 . I had set the following environment variables export ANT_HOME=/usr/local/ant # export JAVA_HOME=/usr/java/jdk1.6.0_18/ # export PATH=${PATH}:${ANT_HOME}/bin # runant.pl But I received following error. java -classpath /usr/local/ant/lib/ant-launcher.

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: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
Ouch. You are right of course. Good thing is that I learned about the difference about "value" and "location", even If I had to learn it the hard way through public humiliation. Thanks for taking the time. Am 03.03.2010 um 17:01 schrieb Antoine Levy Lambert: > Hello Oliver, > > on mac, becaus

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
Hello Oliver, on mac, because mac is a UNIX like system, gets expanded to /acme/servlet/messages.properties because of the leading slash, ant thinks that /acme/servlet/messages.properties is an absolute path and should not be resolved. In fact your error is to use the attribute location ins

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
I solved my problem by using two properties, one for "file" and one for "tofile" I wonder though why the original approach works on Mac platform but not on windows. There are different two behaviours: 1.MAC: multiple properties in "tofile" are first resolved, concatenated and then converted to

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
Oliver Schrenk wrote: Here is an excerpt from the build file: ... Is this a known issue, expected behavior or just bland misuse of properties on my part? change just this line when you use the idiom, the property is converted to an absolute path. ${classes} is a

Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
Hi, I use an Ant script that shows different behavior on the Mac and Windows platform. Both Ant are used from within Eclipse Mac: Eclipse 3.5 (Build-id, 20090621-0832) with Ant 1.7.1.v20090120-1145 Windows: Eclipse 3.5 (Build id: 20100218-1602) with Ant 1.7.1.v20090120-1145 In particular it fail

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 importing table...

2009-10-14 Thread EetieD
Oops.. :-P thanks again! EetieD wrote: > > I got some problems importing with an imp statement. I am trying to see a > dump while importing one table, but unfortunately, I got the message: << > Table "ADDRESS" not found in export file >>. The 'blah.

Re: problems importing table...

2009-10-13 Thread Francis GALIEGUE
On Tue, Oct 13, 2009 at 17:04, EetieD wrote: > > I got some problems importing with an imp statement. I am trying to see a > dump while importing one table, but unfortunately, I got the message: << > Table "ADDRESS" not found in export file >>.  The 'blah.

problems importing table...

2009-10-13 Thread EetieD
I got some problems importing with an imp statement. I am trying to see a dump while importing one table, but unfortunately, I got the message: << Table "ADDRESS" not found in export file >>. The 'blah.dmp' is not exported by 'user1'. What can be t

Re: path problems in build.xml

2009-09-10 Thread Kerry Scott
- From: Greg Roodt Reply-to: "Ant Users List" To: Ant Users List , kerry.sc...@talktalk.net Subject: Re: path problems in build.xml Date: Thu, 10 Sep 2009 01:28:54 +0100 Ok, my last guess would be you need JAVA_HOME= /usr/lib/jvm/java. On Wed, Sep 9, 2009 at 11:02 PM, Kerry Scott wrote:

Re: path problems in build.xml

2009-09-09 Thread Greg Roodt
Reply-to: "Ant Users List" > To: Ant Users List , kerry.sc...@talktalk.net > Subject: Re: path problems in build.xml > Date: Wed, 9 Sep 2009 22:19:00 +0100 > > Hi > > I think you've answered your own question. Its looking for a JDK, but your > JAVA_HOME r

Re: path problems in build.xml

2009-09-09 Thread Kerry Scott
Thanks Greg but.. when I do that it can't find tools.jar which is in /usr/lib/jvm/java/lib -Original Message- From: Greg Roodt Reply-to: "Ant Users List" To: Ant Users List , kerry.sc...@talktalk.net Subject: Re: path problems in build.xml Date: Wed, 9 Sep 2009 22:19:

Re: path problems in build.xml

2009-09-09 Thread veena pandit
for a JDK, but your > JAVA_HOME references the JRE. > > Try setting JAVA_HOME to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0 > > Greg > > > > > > On Wed, Sep 9, 2009 at 10:20 PM, Kerry Scott >wrote: > > > Hi > > I have problems running Ant and I am sure t

Re: path problems in build.xml

2009-09-09 Thread Greg Roodt
Hi I think you've answered your own question. Its looking for a JDK, but your JAVA_HOME references the JRE. Try setting JAVA_HOME to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0 Greg On Wed, Sep 9, 2009 at 10:20 PM, Kerry Scott wrote: > Hi > I have problems running Ant and I am sure

  1   2   3   4   5   >