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
-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:/
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
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
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
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
> 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(
>
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
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
9.4.
>
>
>
>
>
>
>
>
>
>
>
> Jan
>
> > -Ursprüngliche Nachricht-
> > Von: Ryan Payton [mailto:rpay...@tibco.com]
> > Gesendet: Freitag, 5. Dezember 2014 03:13
> > An:
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
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.
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
> ant-swing.jar (7547 bytes)
> > > >
> > > > ---
> > > > USER_HOME/.ant/lib jar listing
> > > > ---
> > > > user.home: /home/ernst
> > &
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
/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
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
/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.
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.
,
> > > > 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.
> > > >
> > > >
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
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/
//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
&
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
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
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
./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
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
>
>
>
>
>
>
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
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
. 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
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
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
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
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
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
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
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
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
--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
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
This ant script snippet:
Prints out:
[echo] $ $ $$ $$ $$$ $$$
I think its related to this PropertyExpander definition
org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR
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
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
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:
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
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
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
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
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-
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
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
> 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
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
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
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
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
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
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
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
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
)- 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-
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
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.
---
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
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.
>
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
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
://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
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
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
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
/o modification from above?
>>
>>
>>
>> Vielen Danke,
>> Martin
>> __
>> Verzicht und Vertraulichkeitanmerkung
>>
>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> Em
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
___
> 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
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
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
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
>
>
>
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
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
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/
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
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
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
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.
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
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
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
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
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
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
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
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.
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.
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
-
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:
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
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:
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
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 - 100 of 473 matches
Mail list logo