I have this working for Apache Cassandra, as they didn't want to switch to
Maven. Please take a look at their build.xml, as that shows it is possible
-Stephen
On Tuesday, 29 January 2013, Lewis John Mcgibbney wrote:
> Hi,
> Having looked high and low for a resolution, I've been unable to find on
ent et n'aura pas
> n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>> Date: Wed, 30 Jan 2013 19:08:33 -0800
>> Sub
orisée ou la copie de ceci est
interdite. Ce message sert à l'information seulement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
Hi Antoine,
Thank you very much for your suggestion. I need to be honest with you
though and say that we ended up changing the entire build to Maven to fix
the problem and now everything works fine. It was sapping hours of my time
looking for an answer so we made the decision to shift :0(
Thank you
Hello Lewis,
there is a project in the commons sandbox at Apache with which you can PGP sign
artifacts in an Ant build
The source code is there [1]
There is an example of usage of this here [2]
We use that when producing releases of Ant.
Maybe this can help you ?
Regards,
Antoine
[1] htt
to have people pay attention to meB FrankNewton MA
> Date: Fri, 14 Sep 2012 09:17:43 -0400
> Subject: Re: problem trying to set individual tests timeout
> From: lgd...@cyrusinnovation.com
> To: user@ant.apache.org
>
> As I read it, that's the expected behavior:
>
As I read it, that's the expected behavior:
When running multiple tests inside the same Java VM (see forkMode),
timeout applies to the time that all tests use together, not to an
individual test.
http://ant.apache.org/manual/Tasks/junit.html
You have forkMode set to once, which means
On Jul 25, 2012, at 10:59 AM, Pepersack, Bob G wrote:
> I'm using the tar task with tarfilesets to create tar files on Windows 7.
> I'm using the filemode attribute of the tarfileset type to set the UNIX
> permissions on the files contained by the tar. Then, I upload the tars to
> our UNIX s
please try with different ANT_HOME and PATH:
export ANT_HOME=/usr/ant/apache-ant-1.8.4
export PATH=${PATH}:${ANT_HOME}/bin
I would also run
ant -diagnostics
--glenn
On Sun, Jun 17, 2012 at 8:30 PM, Jorge Escudero wrote:
> When I type "ant":
>
> root@debian6:~# ant
> Exception in thread "main
Sorry no trailing 'D':
replace="TEST_DIR=C:homedir2" byline="true" />
On Tue, 25 Oct 2011, Scot P. Floess wrote:
Try this:
replace="TEST_DIR=C:homedir2" byline="true" />D
On Tue, 25 Oct 2011, himanshu wrote:
hi,
i am having trouble in doing this..
there is 1 batch
Try this:
replace="TEST_DIR=C:homedir2" byline="true" />D
On Tue, 25 Oct 2011, himanshu wrote:
hi,
i am having trouble in doing this..
there is 1 batch file(MY_FILE) with this line in it..
*set TEST_DIR=C:\temp\dir1*
i just want to set some new value to *TEST_DIR*
but when
Stefan Bodewig wrote on 15/07/2011 04:24:46:
> Is Quentin.jar on the CLASSPATH or loaded via or similar
> measures during the build process? If so Java's classloader probably
> still has a lock on it and Windows won't delete it until Ant exits.
>
I thought I'd been round that, but you're righ
On 2011-07-14, wrote:
> One of the tasks in my build script deletes a target file before it is
> rebuilt. The trouble is the file doesn't actually seem to get deleted
> until after ant exits. This causes ant to generate an error when it
> tries to create the new version of the file.
> Below is
Did you try using the ANT_OPTS environment variable?
set ANT_OPTS=-Djavax.net.ssl.trustStore=~/.m2/trust.jks
regards,
Maarten
- Original Message
From: Neil Hart
To: ivy-u...@ant.apache.org
Sent: Tue, November 30, 2010 8:08:43 PM
Subject: Problem with a Maven Repo with trustStore
I a
> -Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 23 July 2010 16:43
> To: Ant Users List
> Subject: Re: Problem with Ant pathconvert and paths with spaces
>
> On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh
> wrote:
> >
On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh wrote:
> I've also done some additional testing and have found that the following will
> eliminate the problem for a single space.
>
>
>
>
>
Take a look at this:
http://ant.apache.org/manual/Types/mapper.html#filter-ma
How about ?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 11:01 AM
To: Ant Users List
Subject: RE: Problem with Ant pathconvert and p
> -Original Message-
> From: Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 23 July 2010 15:43
> To: 'Ant Users List'
> Subject: RE: Problem with Ant pathconvert and paths with spaces
>
> What happens if you run the build outside of
What happens if you run the build outside of Eclipse?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 9:51 AM
To: Ant Users List
Subject: Problem w
HI,
Thanks for your input. What had actually happened is that I generated
a Source jar (ant.src.jar) and placed it next to ant.jar inorder that
eclipse could attach the source intellegently.
I did not realise that this included the versions.txt file which has
not been instrumented.
Tor some rea
Alex Foreman schrieb am 15.06.2010 um 13:58 (+0100):
> There seems to be a problem with 1.8.1 reporting the correct version.
> With Ant 1.8.1:
> unix:
> > ant -version
> Apache Ant version ${project.version} compiled on ${TODAY}
> windows:
> C:\> ant -version
> Apache Ant version 1.8.0 compiled
I'm wondering if there is an ANT_HOME left pointing to a 1.8.0 ANT or if the
1.8.0 ANT is first on the Path
-Stephen
On 15 June 2010 14:21, Peter Reilly wrote:
> I get
> > ant -version
> Apache Ant version 1.8.1 compiled on April 30 2010
> on linux.
>
> Peter
>
>
> On Tue, Jun 15, 2010 at 1:58
I get
> ant -version
Apache Ant version 1.8.1 compiled on April 30 2010
on linux.
Peter
On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman
wrote:
> There seems to be a problem with 1.8.1 reporting the correct version.
>
> With Ant 1.8.0 on the classpath:
>
> unix:
>> ant -version
> Apache Ant versi
>"RP" == Rez P writes:
RP> You could always hard code
RP> user.home=c:\docume~1\rest\of\the\path to avoid spaces
On Windows server 2008 user's home is in C:\Users\... There is no
reference to C:\Documents and Settings. I don't think the problem comes
from spaces in a path.
--
Pascal Ques
You could always hard code user.home=c:\docume~1\rest\of\the\path to avoid
spaces
> From: quessev...@abaksystemes.fr
> To: user@ant.apache.org
> Subject: Re: Problem with javac target on Windows server
> Date: Wed, 10 Feb 2010 17:37:19 +0100
>
> >"SB" == Stefan
>"JB" == Jean-Baptiste BRIAUD <-- Novlog > a écrit :
JB> Try ant -diagnostics for that, it will dump all the properties.
I didn't knew that option. It looks very interesting and I will try it
next time I will work on the server (see my other post). source arg is for
source version. Its value is
>"SB" == Stefan Bodewig a écrit :
Thanks for your suggestions.
SB> what does the defintion of classpath look like (the Ant element with
SB> id="classpath").
I have only very limited access to the server. The server is not at my
office and when I work on the server I have no mean to connect
Hi,
Check that none of the variables like ${default.javac.source} point to the
C:\Documents and Settings directory
Try ant -diagnostics for that, it will dump all the properties.
Also not sure about differences between srcdir and source ...
On Feb 10, 2010, at 16:13 , Pascal Quesseveur wrote:
[slightly re-shuffled]
On 2010-02-10, Pascal Quesseveur wrote:
> Hello,
> I am using ANT (version 1.7.0) to manage the development of a
> Glassfish application. The project targets are very common. I use the
> command-line-ant-task.xml provided by SUN.
> - when used on Windows Server 2008, t
You might have better luck if you use the and as
subclauses. It makes it easier to see what you're doing:
[]
You realize that excludes actually override your includes in this
manner? That is, *.java files in **/xpush/**" will be excluded. Is
this what
Hi Stefan,
Original-Nachricht
> Von: Stefan Bodewig
> On 2009-10-12, Christian Möller wrote:
> >
> > Hello from target 'init'
> >
> >
> >
>
> >
> >
> > Hello from target 'test'
> >
> >
>
> > This is purposing the follwing: Adding execut
On 2009-10-12, Christian Möller wrote:
>
> Hello from target 'init'
>
>
>
>
>
> Hello from target 'test'
>
>
> This is purposing the follwing: Adding execution of additional targets
> (here "extra-pre-test" and "extra-post-test") to some other targets
> (
I just tried but it seems that is not valid for the javah task:
javah doesn't support the nested "jvmarg" element.
Bill
On Thu, Oct 15, 2009 at 9:53 AM, Francis GALIEGUE wrote:
> On Thu, Oct 15, 2009 at 15:37, Bill Au wrote:
> > I have a need to limit the max heap size of the javah task. S
On Thu, Oct 15, 2009 at 15:37, Bill Au wrote:
> I have a need to limit the max heap size of the javah task. So I am using a
> :
>
> classpath="${build.classes}"
> destdir="${build.native}/src/org/apache/hadoop/io/compress/zlib"
> force="yes"
> verbose="yes"
Bill Au wrote:
I have a need to limit the max heap size of the javah task. So I am using a
:
When I invoke javah directly with the same argument it actually works
without error:
javah -J-Xmx512m -classpath build/classes
org.apache.hadoop.io.compress.
On 2009-10-07, Edumudi Viswanath wrote:
> basedir="${build}/classes"
>includes="${build}/classes/a/b/c/d/e/**"
> />
the includes pattern should be relative to your basedir.
includes="a/b/c/d/e/**"
BTW, the recommended approach is not to use basedir at all but rather a
Hi Troy,
Have you tried the "exclude" tag:
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/exclude.html
?
Regards,
Gareth
On Mon, Oct 5, 2009 at 4:10 PM, Troy Bull wrote:
> I have a project where I use ivy to manage dependencies. The issue I
> am having is that it includes 2 jar fi
I was definitely referring to removing the env variable. The issue you
are encountering is that java tends to favor the env. variable. I
would suggest telling all your developers to remove the variable as
well as editing the ant script to clear out the variable prior to
invoking ant. Someth
Hello Brian,
The problem is exactly that: we don't want to use the environment variable.
In fact, we want it to be ignored by Ant, which is proving to be difficult.
What I'm trying to achieve is that Ant always picks up the jars defined in
the classpath **attribute** on the build.xml rather than
I would definitely avoid the environment variable if possible. In 12
years of Java work, I've never used that variable. Try to be very
explicit about the classpath for each thing you are doing and very
very specific about versions of all the JARs on the classpath. Once
you have removed the
Cole, Derek E wrote:
I don't think this will be possible really. The filesystem is actually
a clearcase snapshot view on that NAS...it gets a set of default
permissions when the view is created/updated.
Clearcase is not a normal FS, wierd things happen. I fear it. If
anything misbehaves, reb
I got ur point.. thank u very much.
Regards,
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 5:34 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
The only real exploration I did was to review your code ;)
When I
ssage-
From: Alexey N. Solofnenko [mailto:alexey.solofne...@symyx.com]
Sent: Tuesday, July 28, 2009 2:02 PM
To: Ant Users List
Subject: Re: Problem with zip task
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed wit
ly 28, 2009 2:02 PM
To: Ant Users List
Subject: Re: Problem with zip task
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed with "no
such file" error. To fix it you will need to recursively set "7
Yes, they are.
-Original Message-
From: Greg Roodt [mailto:gro...@gmail.com]
Sent: Tuesday, July 28, 2009 5:51 PM
To: Ant Users List
Subject: Re: Problem with zip task
Out of interest, are archive.dir and staging.dir on the same filesystem?
On Tue, Jul 28, 2009 at 7:29 PM, Scot P
Java" fork="yes">
Thanks & Regards,
vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 2:37 AM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Oh your welcome - I hope it w
>
>
>
>
>
>
>
>
Thanks & Regards,
vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 2:37 AM
To: Ant Us
On 2009-07-28, Cole, Derek E wrote:
> Has anyone encountered a problem when running a zip task, the log will
> say something like
> [zip] Building zip: /path-to/some.war
> [zip] adding directory
> Then getting an exception that says
> Problem creating zip:
> /path-to/someotherdir/.nfs
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed with "no
such file" error. To fix it you will need to recursively set "777" file
permission and correct owner user and group.
- Alexey.
Cole, Derek E wrote:
H
manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Tue, 28 Jul 2009 22:51:27 +0100
> Subject: Re: Problem with zip task
> From: gro...@gmail.com
> To: user@ant.apache.org
>
> Out of interest, are archive.dir and staging.dir on the same fil
>> -Original Message-
>> From: Cole, Derek E
>> Sent: Tuesday, July 28, 2009 2:11 PM
>> To: Ant Users List
>> Subject: RE: Problem with zip task
>>
>> I am not sure what is considered relevant...here is the target that is
>> being run...
rom Scot P. Floess
Sent Tue 7/28/2009 7:58 PM
To Ant Users List
Subject RE: problem with macrodef in ant
No you miss my point completely...
I don't think you need to set a property at all :)
Look below. Specifically where I comment in your call to the task.
I list the comment as &quo
Hi Scot P. Floess,
thank you very much for your extended cooperation.
i will change code according to your suggestion & will u know the result.
Thanks & Regards,
vishy
-Original Message-
>From Scot P. Floess
Sent Tue 7/28/2009 7:58 PM
To Ant Users List
Subject RE: p
Scot P. Floess
Sent Tue 7/28/2009 4:49 PM
To Ant Users List
Subject RE: problem with macrodef in ant
Actually, why don't you just use this:
Or some other kind of variant? Is there some reason you are trying to
store that in a property?
On Tue, 28 Jul 2009, edumudi.viswan...@oracle.com w
build, and it is successful the next time.
Derek
-Original Message-
From: Cole, Derek E
Sent: Tuesday, July 28, 2009 2:11 PM
To: Ant Users List
Subject: RE: Problem with zip task
I am not sure what is considered relevant...here is the target that is being
run...
2:11 PM
To: Ant Users List
Subject: RE: Problem with zip task
I am not sure what is considered relevant...here is the target that is being
run...
In the build log, it says right before the [zip] out put
[mkdir] Skipping /path-to//archi
to make sure that staging.dir actually existed
as well
-Original Message-
From: Greg Roodt [mailto:gro...@gmail.com]
Sent: Tuesday, July 28, 2009 2:04 PM
To: Ant Users List
Subject: Re: Problem with zip task
H, looks a bit suspicious. Could you please include the relevant parts
of
as u know, i used only one microdef for 2 different targets. will i try with
different macrodef for every target?
-Original Message-
>From Scot P. Floess
Sent Tue 7/28/2009 4:49 PM
To Ant Users List
Subject RE: problem with macrodef in ant
Actually, why don't you just
tes that
> over NFS), process a will get a stale file handle.
>
>
> Could something like this be happening as part of a simple zip task?
>
>
> -Original Message-
> From: Scot P. Floess [mailto:sflo...@nc.rr.com]
> Sent: Tuesday, July 28, 2009 1:56 PM
> To: Ant
.
Could something like this be happening as part of a simple zip task?
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 1:56 PM
To: Ant Users List
Subject: Re: Problem with zip task
Interesting looks like an nfs issue... Are you automounting
Interesting looks like an nfs issue... Are you automounting or anything?
On Tue, 28 Jul 2009, Cole, Derek E wrote:
Has anyone encountered a problem when running a zip task, the log will
say something like
[zip] Building zip: /path-to/some.war
[zip] adding directory
Then getting
oogle. I tried but no use. Any
suggestions?
Thanks
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 8:38 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Double check your setting of bindingarg:
n for that?
Can u say how I need to search for that in google. I tried but no use. Any
suggestions?
Thanks
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 8:38 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Double
t;>> value="${cxf.etc.dir}/logging.properties"/>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
> -Original Message-
> From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com]
> Sent: Tuesday, July 28, 20
]
Sent: Tuesday, July 28, 2009 8:16 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Below I proded the exception related information. I used the same code which I
provided to you. Please check it.
generate.service:
[echo] Generating code using wsdl2java...
[java] Loading
ogging.properties"/>
>
>
>
>
>
>
>
>
>
>
-Original Message-
From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com]
Sent: Tuesday, July 28, 2009 8:16 PM
To: A
essage-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 7:39 PM
To: Ant Users List
Subject: Re: problem with macrodef in ant
I tried your example but cutting down on everything in wsdl2java - meaning
just used some statements...
It worked fine for me:
ant
I tried your example but cutting down on everything in wsdl2java - meaning
just used some statements...
It worked fine for me:
ant generate.service generate.service1
Buildfile: build.xml
generate.service:
[echo] file[wsdlfile1]
[echo] bindingfile [buildingfile1]
generate
If you don't use MIME encoding, you don't need any additional jars for mail.
However, if you use MIME encoding, you need the following jars:
mail.jar Mail task with Mime encoding, and the MimeMail task
http://java.sun.com/products/javamail/ jsse.jar Support for SMTP over
TLS/SSL
in the Mail task
Ajit Dusane schrieb:
> Hi,
>
> I want to send one file as an attachment while sending mail through ANT.
> But I am getting one error while sending mail. Could you please tell me the
> way it can be resolved???
>
> I am using Ant version 1.7.1
>
> Error:
> Email:
> [mail] Failed to initiali
Hi Dominique,
Sorry for the extremely late reply...
Thanks to your inputs, I was able to pull it off :)
Thank You,
Mithun Gonsalvez
On Wed, Jun 24, 2009 at 7:38 PM, Dominique Devienne wrote:
> On Wed, Jun 24, 2009 at 5:46 AM, Mithun
> Gonsalvez wrote:
> >> This adds a nested tag, while you add
On Wed, Jun 24, 2009 at 5:46 AM, Mithun
Gonsalvez wrote:
>> This adds a nested tag, while you add a one.
>> You need to have an add() method instead. I don't recall the exact rules
>> though.
> The tag when evaluated to true, will set a property [which i
> want to avoid]
> Instead i would lik
Hi Dominique,
Thank You for the reply.
> Why derive from MacroDef rather than simply Task?
I want the functionality of MacroDef 'attribute' as well as sequence.
Thought that this might be way by which I do not have to write everything
:)
> This adds a nested tag, while you add a one.
> You n
On Tue, Jun 23, 2009 at 7:55 AM, Mithun
Gonsalvez wrote:
> public class TestCheck extends MacroDef {
Why derive from MacroDef rather than simply Task?
> public static class MySingleArgument {
>
> List conditions = new ArrayList();
>
> public void addConfiguredCondition(Condition
Michael
Wroopy wrote:
>
> Hi!
>
> I've problem with excludes when creating a zip file.
> I want to create a zip files containing all files in current
> directory, but exclude two directories.
>
>
>
>
>
>
> excludes="${dist}, ${build}"/>
>
>
> /Andreas
>
> --
Thanks, I upgraded my JAVA SDK to the SR 8a version and it works now.
Thanks
Troy
-Original Message-
From: Eric Fetzer [mailto:elstonk...@yahoo.com]
Sent: Tuesday, May 12, 2009 3:48 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
Error description
Error Message
is updated to autoFlush on '\n' on ASCII
platform according to the specification.
.
To obtain the fix:
Install build 20071118 or later
From: "Richard, Troy"
To: Ant Users List
Sent: Tuesday, May 12, 2009 2:47:05 PM
Subject: RE: Problem wit
0060501_AA)
JCL - 20060511a
-Original Message-
From: Eric Fetzer [mailto:elstonk...@yahoo.com]
Sent: Tuesday, May 12, 2009 2:45 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
What version of Java are you using?
http://www-01.ibm.com/support/docview.wss?
What version of Java are you using?
http://www-01.ibm.com/support/docview.wss?uid=swg1IZ08156
From: "Richard, Troy"
To: "user@ant.apache.org"
Sent: Tuesday, May 12, 2009 2:09:09 PM
Subject: Problem with Ant and MailLogger
I'm getting the following error me
-Original Message-
From: Francis Galiegue [mailto:f...@one2team.com]
Sent: Tuesday, May 12, 2009 2:25 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
Le Tuesday 12 May 2009 22:20:19 Francis Galiegue, vous avez écrit :
> Le Tuesday 12 May 2009 22:09:09 Richard, T
Le Tuesday 12 May 2009 22:20:19 Francis Galiegue, vous avez écrit :
> Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit :
> > I'm getting the following error message:
> >
> > MailLogger failed to send e-mail!
> > java.io.IOException: Unexpected reply to command: HELO L00113: 451 4.7.0
:20 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit :
> I'm getting the following error message:
>
> MailLogger failed to send e-mail!
> java.io.IOException: Unexpected reply to command: HELO
Le Tuesday 12 May 2009 22:09:09 Richard, Troy, vous avez écrit :
> I'm getting the following error message:
>
> MailLogger failed to send e-mail!
> java.io.IOException: Unexpected reply to command: HELO L00113: 451 4.7.0
> Timeout waiting for client input
This is an IOException. What's more, you g
sure if it has
something to do with the java environment or if it is ANT.
Thanks
Troy
-Original Message-
From: Cole, Derek E [mailto:derek.e.c...@lmco.com]
Sent: Tuesday, May 12, 2009 2:12 PM
To: Ant Users List
Subject: RE: Problem with Ant and MailLogger
I am only slightly familiar with
I am only slightly familiar with this, but don't you have to have a
MailLogger.properties file defined and passed to the mail logger with
-DMailLogger.properties.file=
-Original Message-
From: Richard, Troy [mailto:troy.rich...@blackhillscorp.com]
Sent: Tuesday, May 12, 2009 4:09 PM
To: u
>i test your files and my output is:
>[echo] component name is vti
>Test in Eclipse.
>I have attached an zip-file containing my test.
Henning, it is working now, thank you. I must have had the syntax wrong.
Scott
Hello Scott,
look at:
http://ant.apache.org/manual/CoreTasks/property.html
Section "Property Files".
your property file syntax is wrong.
in your case the file vti-new.properties must look like this:
component=vti
Scott Stark schrieb:
> I'm trying to import a set of properties from a property f
Solved my own problem. I installed the RPM package ant-nodeps
yum install ant-nodeps
As it turns out it does in fact install into the /usr/share/java/ant
directory instead of /usr/share/ant/lib directory as one would expect.
-Original Message-
I have an Openbravo build process
bmilbr...@outstart.com schrieb:
> Worked great. Thanks gilbert. I had used ant-contrib's looping before,
> but felt surely ant offered a 'native' way to solve this problem, just
> that I hadn't mastered dirset/fileset/pathconvert, etc. I intuited wrong.
>
> a suggestion for the ant-team:
> The doc
> |---bad
> |--Bad.class (from patch02)
FWIW, fileset/dirset have an undefined order so it's difficult to
predict for sure that Bad.class will always come from patch02 rather
than patch01. Might work on one OS but not another. The new resource
collection may allow more contro
Worked great. Thanks gilbert. I had used ant-contrib's looping before,
but felt surely ant offered a 'native' way to solve this problem, just
that I hadn't mastered dirset/fileset/pathconvert, etc. I intuited wrong.
a suggestion for the ant-team:
The documentation is very helpful. To increase it's
-Original Message-
From: bmilbr...@outstart.com [mailto:bmilbr...@outstart.com]
Sent: Monday, January 19, 2009 6:55 PM
To: user@ant.apache.org
Subject: problem: how to copy multiple directories in ant
/*
Hi,
I have a well-defined problem I can easily solve via a shell script, but
want
-Original Message-
From: bmilbr...@outstart.com [mailto:bmilbr...@outstart.com]
Sent: Monday, January 19, 2009 6:55 PM
To: user@ant.apache.org
Subject: problem: how to copy multiple directories in ant
/*
Hi,
I have a well-defined problem I can easily solve via a shell script, but
want t
AIL PROTECTED]> wrote:
>
>
> -Original Message-
> From: Ziggy [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2008 2:03 PM
> To: user@ant.apache.org
> Subject: Re: problem with "excludes" in javac target.
>
> /*
> Hi,
>
> I forgot to m
Hi,
I forgot to mention that i am using ANT v2.7.2
Many thanks
On Mon, Nov 24, 2008 at 12:18 PM, Ziggy <[EMAIL PROTECTED]> wrote:
> Can anyone see why "excludes" in this code snippet does not work?
>
> [code]
>
> Compiling java sources:
> ${junit.path}**
> destdir="${c
-Original Message-
From: Ziggy [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 2:03 PM
To: user@ant.apache.org
Subject: Re: problem with "excludes" in javac target.
/*
Hi,
I forgot to mention that i am using ANT v2.7.2
Many thanks
*/
ant version 2.7.2 !?
Yo
Try splitting up the -o and the output filename as two separate You
probably have an with two arguments which won't work since ANT
quotes the contents of the line combining them into one. Either
change to two tags or change what you have to an
---
Shawn Castrianni
-Original Message
buzzterrier wrote:
I publish milestone and release status artifacts to the same Ivysvn
repository using the ivy buildnumber feature. Below is the milestone ant
task I use (note that the release task is identical, but has a "release"
status):
On Fri, Oct 31, 2008 at 01:40:56AM -0700, azajac wrote:
> I've several aliases defind in ~/.cshrc file
>
> when I'am trying to execute dem from sshexec it allways returns a message
> then my command was not found i'am trying to do something like this :
>
>
>
> trust="
Which version of IvyDE do you use?
Maarten
- Original Message
From: "St. Denis, David" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Thursday, October 9, 2008 5:55:43 PM
Subject: problem using properties in ivysettings with IvyDE
When I use an ivy settings fil
1 - 100 of 442 matches
Mail list logo