Re: Problem with GPG plugin from Ant task

2013-02-01 Thread Stephen Connolly
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

Re: Problem with GPG plugin from Ant task

2013-01-31 Thread Antoine Levy Lambert
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

RE: Problem with GPG plugin from Ant task

2013-01-31 Thread Martin Gainty
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.

Re: Problem with GPG plugin from Ant task

2013-01-30 Thread Lewis John Mcgibbney
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

Re: Problem with GPG plugin from Ant task

2013-01-30 Thread Antoine Levy Lambert
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

RE: problem trying to set individual tests timeout

2012-09-14 Thread Martin Gainty
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: >

Re: problem trying to set individual tests timeout

2012-09-14 Thread Laura Dean
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

Re: Problem with filemode Attribute of tarfileset

2012-07-25 Thread Rick Genter
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

Re: problem with the installation

2012-06-17 Thread glenn opdycke-hansen
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

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
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

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
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

Re: Problem deleting a file

2011-07-15 Thread andy . ling
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

Re: Problem deleting a file

2011-07-14 Thread Stefan Bodewig
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

Re: Problem with a Maven Repo with trustStore

2010-11-30 Thread Maarten Coene
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

RE: Problem with Ant pathconvert and paths with spaces [Solved]

2010-07-23 Thread Bailey, Darragh
> -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: > >

Re: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread David Weintraub
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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Bailey, Darragh
> -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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
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

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Alex Foreman
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

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Michael Ludwig
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

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Stephen Connolly
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

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Peter Reilly
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

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"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

RE: Problem with javac target on Windows server

2010-02-10 Thread Rez P
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

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"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

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"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

Re: Problem with javac target on Windows server

2010-02-10 Thread Jean-Baptiste BRIAUD -- Novlog
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:

Re: Problem with javac target on Windows server

2010-02-10 Thread Stefan Bodewig
[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

Re: problem with Excludes in the Ant.

2009-11-24 Thread David Weintraub
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

Re: Problem regarding adding antcall task to some target via JavaScript and script task

2009-10-19 Thread Christian Möller
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

Re: Problem regarding adding antcall task to some target via JavaScript and script task

2009-10-15 Thread Stefan Bodewig
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 > (

Re: problem with using with the javah task

2009-10-15 Thread Bill Au
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

Re: problem with using with the javah task

2009-10-15 Thread Francis GALIEGUE
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"

Re: problem with using with the javah task

2009-10-15 Thread Steve Loughran
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.

Re: problem while creating jar file using ant task

2009-10-07 Thread Stefan Bodewig
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

Re: Problem with ivy

2009-10-05 Thread Gareth Western
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

Re: Problem with the classpath

2009-08-11 Thread Brian Pontarelli
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

Re: Problem with the classpath

2009-08-11 Thread espinha
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

Re: Problem with the classpath

2009-08-10 Thread Brian Pontarelli
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

Re: Problem with zip task

2009-08-04 Thread Steve Loughran
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

Re: problem with macrodef in ant

2009-07-30 Thread edumudi.viswan...@oracle.com
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

Re: Problem with zip task

2009-07-29 Thread Alexey N. Solofnenko
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

RE: Problem with zip task

2009-07-29 Thread Cole, Derek E
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

RE: Problem with zip task

2009-07-29 Thread Cole, Derek E
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

RE: problem with macrodef in ant

2009-07-29 Thread Scot P. Floess
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

RE: problem with macrodef in ant

2009-07-29 Thread edumudi.viswan...@oracle.com
> > > > > > > > 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

Re: Problem with zip task

2009-07-28 Thread Stefan Bodewig
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

Re: Problem with zip task

2009-07-28 Thread Alexey N. Solofnenko
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

RE: Problem with zip task

2009-07-28 Thread Martin Gainty
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

Re: Problem with zip task

2009-07-28 Thread Greg Roodt
>> -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...

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
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

RE: problem with macrodef in ant

2009-07-28 Thread Edumudi Viswanath
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

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
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

RE: Problem with zip task

2009-07-28 Thread Scot P. Floess
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...

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
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

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
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

RE: problem with macrodef in ant

2009-07-28 Thread Edumudi Viswanath
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

Re: Problem with zip task

2009-07-28 Thread Greg Roodt
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

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
. 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

Re: Problem with zip task

2009-07-28 Thread Scot P. Floess
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

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
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:

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
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

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
t;>> value="${cxf.etc.dir}/logging.properties"/> >> >> >> >> >> >> >> >> >> >> > > -Original Message- > From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com] > Sent: Tuesday, July 28, 20

RE: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
] 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

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
ogging.properties"/> > > > > > > > > > > -Original Message- From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com] Sent: Tuesday, July 28, 2009 8:16 PM To: A

RE: problem with macrodef in ant

2009-07-28 Thread edumudi.viswan...@oracle.com
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

Re: problem with macrodef in ant

2009-07-28 Thread Scot P. Floess
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

Re: Problem while sending Mail through ANT

2009-07-23 Thread David Weintraub
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

Re: Problem while sending Mail through ANT

2009-07-23 Thread Gilbert Rebhan
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

Re: Problem Reusing Condition API

2009-07-03 Thread Mithun Gonsalvez
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

Re: Problem Reusing Condition API

2009-06-24 Thread Dominique Devienne
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

Re: Problem Reusing Condition API

2009-06-24 Thread Mithun Gonsalvez
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

Re: Problem Reusing Condition API

2009-06-23 Thread Dominique Devienne
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

Re: Problem with excludes

2009-05-29 Thread alsen
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 > > --

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
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

Re: Problem with Ant and MailLogger

2009-05-12 Thread Eric Fetzer
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

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
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?

Re: Problem with Ant and MailLogger

2009-05-12 Thread Eric Fetzer
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

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
-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

Re: Problem with Ant and MailLogger

2009-05-12 Thread Francis Galiegue
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

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
: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

Re: Problem with Ant and MailLogger

2009-05-12 Thread Francis Galiegue
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

RE: Problem with Ant and MailLogger

2009-05-12 Thread Richard, Troy
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

RE: Problem with Ant and MailLogger

2009-05-12 Thread Cole, Derek E
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

Re: Problem with using the property task

2009-03-14 Thread Scott Stark
>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

Re: Problem with using the property task

2009-03-13 Thread Henning Lötsch
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

RE: Problem installing regexp option

2009-03-05 Thread John Martin
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

Re: problem: how to copy multiple directories in ant

2009-01-20 Thread Gilbert Rebhan
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

Re: problem: how to copy multiple directories in ant

2009-01-20 Thread Dominique Devienne
> |---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

Re: problem: how to copy multiple directories in ant

2009-01-20 Thread bmilbr...@outstart.com
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

RE: problem: how to copy multiple directories in ant

2009-01-20 Thread Rebhan, Gilbert
-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

RE: problem: how to copy multiple directories in ant

2009-01-20 Thread Rebhan, Gilbert
-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

Re: problem with "excludes" in javac target.

2008-11-24 Thread Ziggy
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

Re: problem with "excludes" in javac target.

2008-11-24 Thread Ziggy
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

RE: problem with "excludes" in javac target.

2008-11-24 Thread Rebhan, Gilbert
-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

RE: problem with exec

2008-11-05 Thread Shawn Castrianni
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

Re: problem resolving "latest" artifact

2008-11-03 Thread Adrian Woodhead
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):

Re: Problem with executing aliases

2008-10-31 Thread Tyler Roscoe
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="

Re: problem using properties in ivysettings with IvyDE

2008-10-09 Thread Maarten Coene
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   2   3   4   5   >