Re: Exec Task Problem on Linux

2015-04-14 Thread Steve Schlaifer
ng -c before you tell /bin/sh that is an executable file that should be executed directly. That's what you would want for the original problem but apply is much cleaner. -- --Steve "It must not be forgotten that it is especially dangerous to enslave men in

Re: Exec Task Problem on Linux

2015-04-14 Thread Chris Barlock
Re: Exec Task Problem on Linux On Tue, Apr 14, 2015 at 2:21 PM, Chris Barlock wrote: > Thank you, Steve. If I make the executable="/bin/sh" and uncomment the > protoc command, I get: You need the -c option to /bin/sh to indicate it should execute the command that follows

Re: Exec Task Problem on Linux

2015-04-14 Thread Earl Hood
On Tue, Apr 14, 2015 at 2:21 PM, Chris Barlock wrote: > Thank you, Steve. If I make the executable="/bin/sh" and uncomment the > protoc command, I get: You need the -c option to /bin/sh to indicate it should execute the command that follows on the argument list. --ewh --

Re: Exec Task Problem on Linux

2015-04-14 Thread Chris Barlock
Re: Exec Task Problem on Linux On Tue, Apr 14, 2015 at 1:35 PM, Chris Barlock wrote: > I have the following Ant script: ... > Glob expansion is a shell function, hence the error you are getting since the file "*.proto" does not exist. Have a look at . It

Re: Exec Task Problem on Linux

2015-04-14 Thread Chris Barlock
of the command. [exec] /root/protoc/bin/protoc: /root/protoc/bin/protoc: cannot execute binary file [exec] Result: 126 Thoughts? Chris From: Steve Schlaifer To: Ant Users List Date: 04/14/2015 03:15 PM Subject:Re: Exec Task Problem on Linux

Re: Exec Task Problem on Linux

2015-04-14 Thread Earl Hood
On Tue, Apr 14, 2015 at 1:35 PM, Chris Barlock wrote: > I have the following Ant script: ... > Glob expansion is a shell function, hence the error you are getting since the file "*.proto" does not exist. Have a look at . It supports filesets. --ewh ---

Re: Exec Task Problem on Linux

2015-04-14 Thread Steve Schlaifer
On Tue, Apr 14, 2015 at 02:35:03PM -0400, Chris Barlock wrote: > I have the following Ant script: > > > > > value="/root/CCM/srcProtobufJava"/> > > > > > > > > > > >

Exec Task Problem on Linux

2015-04-14 Thread Chris Barlock
I have the following Ant script: When I run this, I get: [root@nc9042036240 ~]# /usr/apache-ant-1.9.4/bin/ant -v -f build.xml Apache Ant(TM) version 1.9.4 co

AW: Problem: failed to create task or type runtarget

2014-01-29 Thread Knuplesch , Jürgen
@ant.apache.org Betreff: Problem: failed to create task or type runtarget Hi, I am running into the following error when trying to run ant: Problem: failed to create task or type runtarget I am building on a mac 10.8.3. Prior research has suggested that I add ant-contrib-0.3.jar to my ANT_HOME

Problem: failed to create task or type runtarget

2014-01-28 Thread BryanBerg
Hi, I am running into the following error when trying to run ant: Problem: failed to create task or type runtarget I am building on a mac 10.8.3. Prior research has suggested that I add ant-contrib-0.3.jar to my ANT_HOME installation directory, which I have done (that had actually gotten

AW: AW: AW: problem with ftp

2013-11-30 Thread jhm
p.s.: Thanks Scot for your aid ;) Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Samstag, 30. November 2013 10:52 > An: 'Ant Users List' > Betreff: AW: AW: AW: problem with ftp > > If someone comes with a pr

AW: AW: AW: problem with ftp

2013-11-30 Thread jhm
If someone comes with a problem and points to place where he think the sticking point is, I usually want to make my own picture. Maybe I see the same problem, maybe not. But there is a reason why someone stops at a certain point. And often enough I had seen that the real problem is "some

RE: AW: AW: problem with ftp

2013-11-29 Thread David Coleman
re information. Honestly, I'm sure he has helped many people. But I think that just because I'm new doesn't mean he can condescend me. Date: Sat, 30 Nov 2013 00:51:36 -0500 From: sflo...@nc.rr.com To: user@ant.apache.org Subject: RE: AW: AW: problem with ftp David, I&

RE: AW: AW: problem with ftp

2013-11-29 Thread Scot P. Floess
this list seeking free help and responding in such an ungrateful manor deserves to be ignored in the future. I'm thankful now I didn't have any free time to bother looking into your problem. Perhaps some etiquette such as "thank you" but the problem was "fill in the blan

RE: AW: AW: problem with ftp

2013-11-29 Thread David Coleman
own a different error, since NO PROPERTIES were actually involved. like i said. thank you again. hopefully this will teach you to not dismiss people so casually. > From: apa...@materne.de > To: user@ant.apache.org > Subject: AW: AW: problem with ftp > Date: Fri, 29 Nov 2013

AW: AW: problem with ftp

2013-11-28 Thread jhm
. > > trust me the ONLY call to the task is the code you see below. Then again - strip your code to the absolute minimum. In my own maintenance script of a homepage I use Jan > > > From: apa...@materne.de > > To: user@ant.apache.org > > Subj

RE: AW: problem with ftp

2013-11-28 Thread David Coleman
omplaining about a ${***GARBAGE*** property. trust me the ONLY call to the task is the code you see below. > From: apa...@materne.de > To: user@ant.apache.org > Subject: AW: problem with ftp > Date: Fri, 29 Nov 2013 06:54:00 +0100 > > My first thought is that you are settin

AW: problem with ftp

2013-11-28 Thread jhm
t happens there (or in the target from where you call deployHoftest). Jan > -Ursprüngliche Nachricht- > Von: David Coleman [mailto:david_coleman_...@hotmail.com] > Gesendet: Donnerstag, 28. November 2013 20:35 > An: user@ant.apache.org > Betreff: problem with ftp > > h

problem with ftp

2013-11-28 Thread David Coleman
a login error if i change the password, and i get my problem if i put the right password. I also connect via filezilla all the time. it is not an issue of concurrent connections, because i have no limit. when i run this task i get the following output: f:\var\projects\hof\svn2

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

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

Problem with GPG plugin from Ant task

2013-01-29 Thread Lewis John Mcgibbney
Hi, Having looked high and low for a resolution, I've been unable to find one. I'm in the process of pushing a release on a small project which uses ant tasks + maven for the build lifecycle. I am attempting to deploy to sonatype staging repository with the following configuration ...

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
> > > > > > thanks in advance! > > > > -- > View this message in context: > http://ant.1045680.n5.nabble.com/problem-trying-to-set-individual-tests-timeout-tp5713544.html > Sent from

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Scot P. Floess
7;t exist BUILD FAILED C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The following error occurred while executing this line: C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to create task or type if Cause: The name is undefined. Action: Check the spellin

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Carlos Araya
che.ant_1.7.1.v20100518-1145\etc > \tiaa.version.txt doesn't exist > > BUILD FAILED > C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The > following error occurred while executing this line: > C:\Documents and Settings\raora\.ant\build.xml:10: Problem: fai

Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Rao, Raghavendra Kunjoor
AV25A\implementation\build_config\build.xml:5: The following error occurred while executing this line: C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to create task or type if Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been dec

problem trying to set individual tests timeout

2012-09-12 Thread vale
: thanks in advance! -- View this message in context: http://ant.1045680.n5.nabble.com/problem-trying-to-set-individual-tests-timeout-tp5713544.html Sent from the Ant - Users mailing list archive at Nabble.com

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

Problem with filemode Attribute of tarfileset

2012-07-25 Thread Pepersack, Bob G
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 server and unzip them with this command: tar -xvf mytarfile.tar

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

problem with the installation

2012-06-17 Thread Jorge Escudero
When I type "ant": root@debian6:~# ant Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.launch.Launcher at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at

ant encoding problem

2011-12-11 Thread Songlin Wei
Hello Everyone, I have problem with character encoding. My build.xml is like following. Display an unicode characters like: 魏松林 When I execute "ant" in my command line terminal. I get question marks where the Chinese characters are supposed to be shown. And I also

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
ect value should be as below *set TEST_DIR=C:\home\dir2* .. i am using this command in my ant build file.. " " .. ..PLZ help -- View this message in context: http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
e in context: http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: us

problem using "" when using with DIRECTORY location

2011-10-25 Thread himanshu
correct value should be as below *set TEST_DIR=C:\home\dir2* .. i am using this command in my ant build file.. " " .. ..PLZ help -- View this message in context: http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.html Sen

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

Problem deleting a file

2011-07-14 Thread andy . ling
Hi, I'm using ant 1.8.2 on Windows 7/64 bit 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 fi

ant java task debugging problem

2011-07-11 Thread deeputs606
hi am using core ant java task to start application.It is not allowing for remote debugging.plz giv me some suggestions. code Reply With Quote -- View this message in context: http://ant.1045680.n5.nabble.com/ant-java-task-debugging-problem-tp4574739p4574739.html

ant publish problem?

2011-03-28 Thread adrian.p.smith
If I have Everything works fine: publish-local: [ivy:publish] :: delivering :: bt#pal;working@adrian-small-laptop :: 20110328142739 :: integration :: Mon Mar 28 14:27:39 BST 2011 [ivy:publish] delivering ivy file to /home/adrian/work/svn/smit-pal/trunk/

Re: ant problem

2011-02-18 Thread Stefan Bodewig
On 2011-02-18, shaffic wrote: > Thanks can u tel me how i can use the if condition in my ant. > I am callin one ant2 script from another ant1 script,while calling ant2 i > don want to run all the targets.but when i run the ant2 alone it should run > all the targets. You use unless on all targets

ant problem

2011-02-18 Thread shaffic
context: http://ant.1045680.n5.nabble.com/ant-problem-tp3391003p3391003.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail

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

Problem with a Maven Repo with trustStore

2010-11-30 Thread Neil Hart
and I still get the problem with the retrieve. Is there something else I should be doing? Thanks Neil

Cache problem?

2010-10-25 Thread James Poli
Hello, I'm evaluating moving to Ivy 2.2.0 from 2.0.0 for our builds. I've noticed one of our integration tests on Windows started failing at 2.2.0. It's finding a module in the cache now when it didn't before. I've included the pseudo code below. Note we do some special processing of the mod

Re: AW: Conditional target problem

2010-08-19 Thread Niklas Matthies
On Thu 2010-08-19 at 09:59h, Vimil Saju wrote on user: > I read about the new macrodef task which can be used create a custom > composite task by combining other tasks together. Using the macrodef > task instead of antcall cant we overcome the performance overhead > and the property visibility issu

Re: AW: Conditional target problem

2010-08-19 Thread Matt Benson
; visibility issues with antcall? > Certainly, aside from the fact that macrodef is not really that new, having been released with Ant 1.6 IIRC. ;) -Matt > --- On Thu, 8/19/10, Knuplesch, Juergen wrote: > > From: Knuplesch, Juergen > Subject: AW: Conditional target problem >

Re: AW: Conditional target problem

2010-08-19 Thread Vimil Saju
wrote: From: Knuplesch, Juergen Subject: AW: Conditional target problem To: "Ant Users List" Date: Thursday, August 19, 2010, 8:03 AM Antcallback gives back some props you define -Ursprüngliche Nachricht- Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch,

AW: Conditional target problem

2010-08-19 Thread Knuplesch, Juergen
Antcallback gives back some props you define -Ursprüngliche Nachricht- Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch, 18. August 2010 15:55 An: Ant Users List Betreff: Re: Conditional target problem On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user: > I k

Re: Conditional target problem

2010-08-18 Thread Niklas Matthies
I filed an enhancement request related to this topic: http://issues.apache.org/bugzilla/show_bug.cgi?id=49776 -- Niklas Matthies - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...

Re: Conditional target problem

2010-08-18 Thread Niklas Matthies
On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user: > I know ant is supposed to be declarative language as opposed to a > procedural one, but whats wrong with using the 'if' task provided > with ant-contrib along with "ant-call" task? AntCall effectively creates a new Ant instance. Properties a

AW: Conditional target problem

2010-08-18 Thread Knuplesch, Juergen
Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch, 18. August 2010 00:35 An: user@ant.apache.org Betreff: Conditional target problem We have something like the following (target bodies omitted):

Re: Conditional target problem

2010-08-17 Thread Vimil Saju
Vimil Saju Subject: Re: Conditional target problem To: "Ant Users List" Date: Tuesday, August 17, 2010, 4:20 PM I know ant is supposed to be declarative language as opposed to a procedural one, but whats wrong with using the 'if' task provided with ant-contrib along with &qu

Re: Conditional target problem

2010-08-17 Thread Vimil Saju
wrote: From: Niklas Matthies Subject: Conditional target problem To: user@ant.apache.org Date: Tuesday, August 17, 2010, 3:35 PM We have something like the following (target bodies omitted):                                                 The problem: "ant -Drelease.number=...

Conditional target problem

2010-08-17 Thread Niklas Matthies
We have something like the following (target bodies omitted): The problem: "ant -Drelease.number=... target1" causes checkout-sources (and its dependencies) to be executed although there is no need for it, as release.number

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/manua

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 with Ant pathconvert and paths with spaces

2010-07-23 Thread Bailey, Darragh
I've been trying to run my ant builds within eclipse and I've been running into a slight problem with the path generated by the pathconvert task. After some testing, it seems that it's a problem in general with spaces appear in paths. The project that I have needs to pick up

AW: problem while using enviroment attributes

2010-07-19 Thread Jan.Materne
010 04:03 >An: user >Betreff: problem while using enviroment attributes > >hi > >thx for answering my question > >I was wondering how to judge whether a enviroment attribute is >set or not, I tried the task, but I can't find a >proper nested element t

problem while using enviroment attributes

2010-07-18 Thread gengyun
hi thx for answering my question I was wondering how to judge whether a enviroment attribute is set or not, I tried the task, but I can't find a proper nested element to do the right work. for example I 've tried: but the property "java.enviroment" will be set no matter th

Re: fileset problem

2010-07-12 Thread Nick Leaton
Thanks. Obvious in the end. Nick On Mon, Jul 12, 2010 at 4:09 PM, Stefan Bodewig wrote: > On 2010-07-12, Nick Leaton wrote: > >> However, I want to exclude the .hg directory (mercurial) apart from >> the .hg/hgrc file which contains the configuration for the repository. > >> I can't get the file

Re: fileset problem

2010-07-12 Thread Stefan Bodewig
On 2010-07-12, Nick Leaton wrote: > However, I want to exclude the .hg directory (mercurial) apart from > the .hg/hgrc file which contains the configuration for the repository. > I can't get the fileset working properly. This is my attempt. You don't say what your attempt results in 8-) >

fileset problem

2010-07-12 Thread Nick Leaton
I'm trying to create a zip file to archive source. However, I want to exclude the .hg directory (mercurial) apart from the .hg/hgrc file which contains the configuration for the repository. I can't get the fileset working properly. This is my attempt.

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Alex Foreman
lex 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 version 1.8.0 compiled on February 1 2010 >> windows: >> C:\&g

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 > Apa

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Stephen Connolly
; > On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman > <.alexander.fore...@morganstanley.com> > 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 -versi

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: >>  a

Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Alex Foreman
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 version 1.8.0 compiled on February 1 2010 windows: C:\> ant -version Apache Ant version 1.8.0 compiled on February 1 2010 With Ant 1.8.1: unix:

Re: Scp Task problem

2010-06-09 Thread Michael Ludwig
Andrzejewski Adam schrieb am 08.06.2010 um 08:50 (+0200): > BUILD FAILED > /hudson/hudson1.313/jobs/Hudson_config_backup/workspace/build.xml:6: > com.jcraft.jsch.JSchException: Auth cancel > file="${zip-src-file}" todir="${zip-src-scp-dest}" trust="true" > verbose="true"/> > The scp key auth is

Re: xslt task problem (xpath expression)

2010-05-25 Thread Scot P. Floess
I believe the builtin XPath/XSLT is 1.0 only - not 2.0. You will have to enable Saxon to use it... On Tue, 25 May 2010, Jakob Fix wrote: Hi, any idea why the following xpath expressions are not understood by ant's builtin xsl task? Doesn't seem out-of-spec to me, and saxon groks it, the st

xslt task problem (xpath expression)

2010-05-25 Thread Jakob Fix
Hi, any idea why the following xpath expressions are not understood by ant's builtin xsl task? Doesn't seem out-of-spec to me, and saxon groks it, the stylesheet is version 2.0. elt1[elt2[matches(text(), '^[\d]+$')]] elt1[elt2[matches(., '^[\d]+$')]] elt1[elt2[matches(., '^\d+$')]] elt1[matches(.

RE: encoding problem with tokens (on Linux)

2010-05-20 Thread Alec Fernandez
spect the target file be affected by this? >> -Original Message- >> From: Brian C. Hill [mailto:bch...@bch.net] >> Sent: Wednesday, May 19, 2010 8:11 PM >> To: user@ant.apache.org >> Subject: encoding problem with tokens (on Linux) >> >> I am h

encoding problem with tokens (on Linux)

2010-05-19 Thread Brian C. Hill
I am having a weird problem with the encoding during token replacement (ant code below). Details: CentOS 5, SunOS 5, Darwin 9 // ant 1.6/1.7 // java 1.3/1.5/1.6 I have a simple token file with a simple variable ('A') and a single Chinese character (广 or cat -v: M-eM-9M-?). The t

AW: ant compile problem

2010-05-14 Thread Jan.Materne
>i create ant build.xml file and i can compile it from jdeveloper. Build is >successful and classess aare copied to classess directory. But if i run the >same ant build.xml file from console i get message build is successful but >no classess are copied to class folder. After compiling in jdeveloper

ant compile problem

2010-05-14 Thread senzacionale2004
get some warnings, here no warning is shown. Any idea why the same build.xml file works in jdeveloper but not in console? -- View this message in context: http://old.nabble.com/ant-compile-problem-tp28557049p28557049.html Sent from the Ant - Users mailing list archive at Nabble.com.

Escaped unicode properties problem under Mac

2010-05-10 Thread Panayotis Katsaloulis
Hello all! I am struggling for some time to find a solution, on how to properly load unicode escaped properties with ant. I have checked exactly the same files under linux and work as expected, but I need this script to work under Mac. To demonstrate this problem, I have created the minimum

Packaging problem with tar and tarfilesets

2010-05-06 Thread Jörg Schmitz-Linneweber
Hello all! I'just hit a problem with the following code: --- snip- > ant -version Apache Ant version 1.8.0 compiled on February 1 2010 --- snip- -->

ivy problem with branch attribute

2010-03-04 Thread Ruault Gaetan
hi, I have a problem when i try to resolve dependancies with branch. Here i explain my case. if have in an Artifactory repository theses revisions for an "Entity" module like this: Entity rev =1.1.21-snapshot-2010030212 branch=DEV Entity rev =1.1.21-snapshot-201003021400

AW: Logging problem using Ant

2010-02-23 Thread Knuplesch, Juergen
Hello, I dont know what the problem is, but I know this kind of problems. I would try the following things: 1.Check the different classpaths (e.g. there might be a different version of a jar in ANT than on the classpath of your program etc...) 2.Increase the loglevel to verbose and see what

Re: Nested import task problem / anttask problem

2010-02-23 Thread Brian Repko
iginal message - From: "Gopala Krishna" To: user@ant.apache.org Date: Tue, 23 Feb 2010 17:48:06 +0530 Subject: Nested import task problem / anttask problem Hi, I am trying to execute an ant target through program. I have used import task and those are nested in each build file. Thi

Re: AW: Nested import task problem / anttask problem

2010-02-23 Thread Brian Repko
Brian - Original message - From: "Brian Repko" To: "Ant Users List" Date: Tue, 23 Feb 2010 07:03:11 -0600 Subject: Re: AW: Nested import task problem / anttask problem I'm in the process of fixing a similar bug related to imports and extensionOf/extension-point.

Logging problem using Ant

2010-02-23 Thread Rhino
Hi, I am having an odd problem using Ant. Whenever my Java program tries to create a new instance of java.util.logging.FileHandler, I get a java.io.IOException that says "Couldn't get lock for log2\baz.log.xml". The weird part of this problem is that I get this error when I

Re: AW: Nested import task problem / anttask problem

2010-02-23 Thread Brian Repko
- Original message - From: jan.mate...@rzf.fin-nrw.de To: user@ant.apache.org Date: Tue, 23 Feb 2010 13:53:40 +0100 Subject: AW: Nested import task problem / anttask problem Not sure about the in b.xml ... Jan >-Ursprüngliche Nachricht- >Von: Gopala Krishna [mailto:go

AW: Nested import task problem / anttask problem

2010-02-23 Thread Jan.Materne
Not sure about the in b.xml ... Jan >-Ursprüngliche Nachricht- >Von: Gopala Krishna [mailto:gopalakrishna.tani...@applabs.com] >Gesendet: Dienstag, 23. Februar 2010 13:18 >An: user@ant.apache.org >Betreff: Nested import task problem / anttask problem > >Hi, &

Nested import task problem / anttask problem

2010-02-23 Thread Gopala Krishna
Hi, I am trying to execute an ant target through program. I have used import task and those are nested in each build file. This is working fine when executed via command line and throwing error when I execute target-a using ProjectHelper. The below are my ant build files. Has anyone tried t

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 sp

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
Server 2008, the compilation target >bpp-actual-compilation fails (others targets like package or >deploy work without problem): javac aborts because it cannot find >C:\Documents and Settings directory > - when I run javac directly by hand it runs fine > - I have n

Re: Problem with javac target on Windows server

2010-02-10 Thread Stefan Bodewig
ows Server 2008, the compilation target > bpp-actual-compilation fails (others targets like package or > deploy work without problem): javac aborts because it cannot find > C:\Documents and Settings directory > Here is the target: > >

Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
bpp-actual-compilation fails (others targets like package or deploy work without problem): javac aborts because it cannot find C:\Documents and Settings directory - when I run javac directly by hand it runs fine - I have no reference to C:\Documents and Settings in classpath Here is

Re: ivy + jsch on CentOS problem (class loader)

2010-01-26 Thread -dk-
jsch on CentOS problem (class loader) Hi, I have positive experience of using ivy with shared repository accessed via ssh (using jsch-0.1.42.jar). But trying to repeat this on CentOS 5.4 I've got the problem. CentOS has /usr/share/java/jsch-0.1.28.jar installed in standard location (required

  1   2   3   4   5   6   7   8   9   10   >