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 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 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 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 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 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 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 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 with Ant P4 Task

2008-09-30 Thread weiji
Hi, I am also in a similar situation. I found that the p4change task does not set the p4.change property when I run the build from a linux host, but it works fine when run from a Windows host. This causes the build to fail because we cannot checkin files without the property being set. Does an

RE: Problem with

2008-08-22 Thread Jim Showalter
That did it! Many thanks! Jim -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 11:07 AM To: Ant Users List Subject: Re: Problem with You may need to set the character encoding on the loadproperties. See: http://ant.apache.org/manual

Re: Problem with

2008-08-22 Thread Peter Reilly
You may need to set the character encoding on the loadproperties. See: http://ant.apache.org/manual/CoreTypes/filterchain.html#classconstants peter On Sun, Aug 10, 2008 at 3:10 PM, Jim Showalter <[EMAIL PROTECTED]> wrote: > I am having problems getting this to work as described. I am using Ant >

Re: Problem with mail task

2008-08-13 Thread Reeganz
This issue is because of the classpath: Add latest mail.jar & activation.jar to your ANT_HOME/lib and then run the ant task through command prompt, it will work Reply back if you face any issues... Petar Tahchiev wrote: > > On 07/01/06, Rhino <[EMAIL PROTECTED]> wrote: >> >> I have a fairly

RE: Problem with revConstraint

2008-08-06 Thread Foreman, Alex (IT)
rking. Thanks, Alex Foreman Morgan Stanley | Technology 20 Cabot Square | Canary Wharf | Floor 06 London, E14 4QW Phone: +44 20 7677-5732 [EMAIL PROTECTED] -Original Message- From: Xavier Hanin [mailto:[EMAIL PROTECTED] Sent: 04 August 2008 18:58 To: [EMAIL PROTECTED] Subject: Re: Problem

Re: Problem with revConstraint

2008-08-04 Thread Xavier Hanin
On Wed, Jul 30, 2008 at 3:34 PM, Foreman, Alex (IT) < [EMAIL PROTECTED]> wrote: > Hi, > > We use a custom version matcher that loads in default values from a > property file and when rev="default" we look for a property called > 'org.module.default' and use that value. > > E.g. > Apache.ivy.defaul

Re: Problem with the classpath embedding ant

2008-07-08 Thread chuchi
Hi again, If I comment the and the works fine. As you can see, the java task load the libraries correctly but the taskdef task not El mar, 08-07-2008 a las 17:36 +0200, chuchi escribió: > Hi all, > > I'm trying to embed ant into an application but I have a lot of > problems. I have t

Re: Problem with Javadoc task

2008-04-20 Thread Ma'moun Abu Hellu
Hi , I'm facing the same problem ,i get the following error the code: . Buildfile: C:\Users\Mamoun\workspace\ant\build.xml print message: [echo] Hello from Ant! [javadoc] Generating Javadoc [javadoc] Javadoc execution BUILD FAILED

Re: Problem with verbose attribute of axis-wsdl2java tag

2008-04-11 Thread supareno
Luiz Barbosa a écrit : Hi Supareno, Thank you for your answer! Yes, that's the problem. I put axis-ant.jar and axis.jar, but now I have another problem. One of the operations in my WSDL is the following: And, when the script cross through the line of verbose (that s

Re: Problem with verbose attribute of axis-wsdl2java tag

2008-04-11 Thread Luiz Barbosa
Hi Supareno, Thank you for your answer! Yes, that's the problem. I put axis-ant.jar and axis.jar, but now I have another problem. One of the operations in my WSDL is the following: And, when the script cross through the line of verbose (that same previous discussed li

Re: Problem with verbose attribute of axis-wsdl2java tag

2008-04-11 Thread supareno
Luiz Barbosa a écrit : Hi people, Please, I have the following problem: I wrote the following target: [...] When I run it, I get the following error message, on line Could not create task or type of type: axis-wsdl2java. Please, how could I fix this? Thanks in advance! Regards, Luiz

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-10 Thread Ken Turner
Well, in the face of the deafening silence from all you gurus, I've come up with a solution to the problem: The crucial bit is th

RE: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread Eric Chamberlain
:42 PM To: 'Ant Users List' Subject: RE: Problem with setting JAVA_HOME for Ant I had already done that. I have JAVA_HOME defined correctly defined as a user-level. I can see that JAVA_HOME is defined and defined correctly in the command prompt window in which I run ant.I just

RE: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread Eric Chamberlain
st Subject: Re: Problem with setting JAVA_HOME for Ant Hello, I have found the best thing to do with Windows is define JAVA_HOME in: My Computer/System Properties dialog. Click the Advance Tab Pane and click the button: Environment Variables. Don't do this as Administrator but just as the user y

Re: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread David Brown
Hello, I have found the best thing to do with Windows is define JAVA_HOME in: My Computer/System Properties dialog. Click the Advance Tab Pane and click the button: Environment Variables. Don't do this as Administrator but just as the user you are when you are running Ant at the command-line. HT

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Ken Turner
Dominique > You're not saying what you do if the two dirs differ. I wish to build and deploy the module, which simply involves making a call to another build.xml file which is included in the structure; if the two dirs are the same, I wish to do nothing. In plain English the problem could be s

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Dominique Devienne
On Mon, Apr 7, 2008 at 8:47 AM, Ken Turner <[EMAIL PROTECTED]> wrote: > My problem is very simple: I have two parallel directory structures, 'Old' > and 'New', which contain a variety of files and subdirectories. Normally > the contents are identical, but I want to know whether any file has be

Re: problem with copy task

2008-03-27 Thread Luca Ferrari
On Thursday 27 March 2008 Luca Ferrari's cat, walking on the keyboard, wrote: > Hi all, > I've got the following task in my ant build file: > > description="Copies all the jars this project depdends on contained in > ${src.lib.dir}" if="${src.lib.dir}"> > > >

Re: problem with copy task

2008-03-27 Thread Peter Reilly
if="${src.lib.dir}"> should be if="src.lib.dir" as the if attribute uses the presence or absence of the property and not on the value of the property. also, you may need to do **/*.jar instead of "*.jar" to get jars in sub-directories. Peer On Thu, Mar 27, 2008 at 12:48 PM, Luca Ferrari <[EMAIL

Re: problem with the fileset

2008-03-02 Thread Ramu Sethu
Property task is not mandatory. To narrow down the problem, just write a small build file which copies files from a local dir to another local dir with date selector On Thu, Feb 28, 2008 at 4:23 PM, sekhar18k <[EMAIL PROTECTED]> wrote: > > hi Ramu, > > Thanks for the reply.. > > Actually i am

Re: problem with the fileset

2008-02-28 Thread sekhar18k
hi Ramu, Thanks for the reply.. Actually i am trying to download the files from a server which resides at a remote location. But I tried the same script, but it is getting all the files with the *.out extension. And one more doubt, what is the use of this property tag here. Is it necessary to us

Re: problem with the fileset

2008-02-26 Thread Ramu Sethu
Hi shekar I tried the following snippet. Its working fine for me. I think this cannot be a issue with date selector ${lib.prop} Did u try ur build with -verbose or -debug option?? These would give more informations On Wed, Feb 27, 2008 at 11:26 AM, sekhar18k <[EMAIL

Re: problem with the fileset

2008-02-26 Thread sekhar18k
hi Ramu, the build file i have used is : * target name="init">

  1   2   3   >