Re: Different indices not repected in Epub3 transformation with ant 1.9.8

2020-12-13 Thread Peter West
Have you asked on the oxygen users list? Over there they should be able to tell you what is being used (by the ant process) to actually do the work of transformation. -- Peter West p...@pbw.id.au “But to what shall I compare this generation? It is like children sitting in the marketplaces and

Re: Extracting individual tokens after using stringtokenizer

2015-05-25 Thread Peter West
Have a look at this and see if it helps. http://codepulsive.blogspot.com.au/2013/05/ant-process-elements-in-list.html Peter “…we hear them telling in our own tongues the might works of God." > On 25 May 2015, at 9:58 pm, WebServices Development > wrote: > > I am trying to extract individual

Re: Specify source file language in build.xml?

2015-02-17 Thread Peter West
27;ve worked out the encoding, you can bulk convert the files, or just bulk convert and copy to a working directory, and build from there. I assume these files were created on a windows system? Peter West And they ate, and were satisfied... > On 18 Feb 2015, at 7:35 am, Jeffrey Walton wrote:

Re: sshexec

2015-02-12 Thread Peter West
ng the ant task directly, without the intervening bash invocation. That is, instead of calling bash, call ant directly. Is your daughter Syro_Phoenician? In any case, I hope she is well now. Peter West "Yes, Lord; yet even the dogs under the table eat the children's crumbs."

Re: sshexec

2015-02-12 Thread Peter West
ript security violation error that's being reported. Peter West "Yes, Lord; yet even the dogs under the table eat the children's crumbs." > On 13 Feb 2015, at 2:46 am, Eric Fetzer wrote: > > Here it is with a successful finish Peter: [sshexec] [sshexec] main: >

Re: sshexec

2015-02-11 Thread Peter West
and what is it doing that causes a security violation? Peter West And he marvelled because of their unbelief. > On 12 Feb 2015, at 1:20 am, Eric Fetzer wrote: > > OK, seems to work one time, fail another, work one time, fail another... > Anyone even have a hint on how to trouble-sh

Re: How to override a property that was set in the command line via "-D..."

2014-07-31 Thread Peter West
Peter West "...the kingdom of heaven is like a merchant in search of fine pearls, who, finding one pearl of great value, sold all that he had and bought it." Just define "well-known" properties which can be used from the command line, or set from within a master file

Re: StarTeam Upgrade

2014-07-21 Thread Peter West
Something Peter West "...thou hast hidden these things from the wise and understanding and revealed them to babes." On 22 Jul 2014, at 12:10 am, Eric Fetzer wrote: > What is "sth" Jürgen? > >> On Jul 21, 2014, at 9:38 AM, Knuplesch, Jürgen >> wrote

Re: Ant on Mac OS X

2014-03-05 Thread Peter West
setenv "$1" } Anywhere below that in .profile, you can now define environment variables that will also be set for programs that run directly from the GUI. After your PATH environment variable has been set, add this: set_env_var ANT_HOME /Users/me/software/ant PATH="$PATH:$ANT_HO

Re: JAR dependencies for gnumail-providers.jar

2013-12-22 Thread Peter West
l/providers/mbox/*.java " gnu/mail/providers/maildir/*.java " The classpath is provider.classpath, mail.classpath ${gnumail.jar} So, for compilation, providers needs gnumail.jar, but not vice-versa. Peter West But Mary kept all these things, pondering them in her heart. On 23 De

Re: Slow connection operations with java fork=false

2013-12-10 Thread Peter West
Yes. Just to try to eliminate some of the variables in the situation. Peter West "For my yoke is easy, and my burden is light." On 11 Dec 2013, at 8:05 am, jotpe wrote: > Do you mean, establishing no Connection? > > Am Dienstag, 10. Dezember 2013 schrieb Peter West : &g

Re: Slow connection operations with java fork=false

2013-12-10 Thread Peter West
What happens if you use dummy values instead of actually setting up a database connection? Peter West "For my yoke is easy, and my burden is light." On 10 Dec 2013, at 8:43 pm, jotpe wrote: > Nobody with same experience? > > > 2013/12/3 jotpe > >> Hello

Re: appologies

2013-11-29 Thread Peter West
Thanks David. Peter West ...he saw a poor widow put in two copper coins. On 30 Nov 2013, at 4:23 pm, David Coleman wrote: > I apologize to Jan. > > I expressed my frustration with his troubleshooting approach inappropriately. > > It was unprofessional, and a horrible first

Re: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-23 Thread Peter West
t the problems of getting the ant xslt task to use Saxon. Peter West When the young man heard this, he went away sorrowful, for he had great possessions. On 24/08/2013, at 12:56 AM, Stefan Bodewig wrote: > On 2013-08-23, Kerry, Richard wrote: > >> Can I add this as a feature re

Re: getting information out of the source file and using it in apply tasks

2013-08-02 Thread Peter West
c/ant/editstring.xml and http://pbw.id.au/src/ant/listutils.xml All standard ant, no compiled components. Peter West "Ask and it will be given you; seek, and you will find; knock, and it will be opened to you." On 02/08/2013, at 6:35 AM, Graydon Saunders wrote: > Hi -- > > I&

Re: Malformed \uxxxx encoding in propertyfile task - \u in propertyfile

2013-06-11 Thread Peter West
Hello Michael, As far as I know, you can't edit arbitrary files with the propertyfile task. The files have to be valid Java property files. For the restrictions on property files, see java.util.Properties load(Reader reader) at http://docs.oracle.com/javase/7/docs/api/ Peter West &qu

Re: editstring macro

2013-05-15 Thread Peter West
section of the Apache Props Antlib webpage. Is it part of antunit? I couldn't see any indication of that in antunit jar. I was after a solution that did _not_ require any additional dependencies. Peter West "When the Spirit of truth comes, he will guide you into all the truth..." On

editstring macro

2013-05-14 Thread Peter West
ample build.xml is available at <http://pbw.id.au/editstring/build.xml>. Peter West "When the Spirit of truth comes, he will guide you into all the truth..." - To unsubscribe, e-mail: user-unsubscr...@ant.apac

Re: avoid duplicates with pathconvert and mappers

2013-04-15 Thread Peter West
Sorry Patrick, I misread you completely. Why not create a temp directory, and touch a file with each selected name in that directory? That would eliminate duplicates. You could then apply the fileset and filters to the temp directory. Peter West "Have you believed because you have se

Re: @classpath

2013-04-10 Thread Peter West
Thank you all. I see I was instantly swamped with responses. Sign of a good list. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." On 10/04/2013, at 11:37 PM, Peter West wrote: > Where can I find documentation f

Re: @classpath

2013-04-10 Thread Peter West
Ok, it's a macro expansion. When you forget things like this, they are extremely difficult to track down. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." On 10/04/2013, at 11:37 PM, Peter West wrote: >

@classpath

2013-04-10 Thread Peter West
Where can I find documentation for usage like ? Likewise for the other uses of "@"? Thanks. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." ---

Re: Changing my ant classpath

2013-02-25 Thread Peter West
what it is picking up as configuration. P.S. How are you finding clojure? Peter West Now Peter and those who were with him ... saw his glory and the two men who stood with him. On 26/02/2013, at 6:26 AM, "Carbonari, Katie - 0336 - MITLL" wrote: > I'm trying to run ant. It work

Re: How to exit ANT after starting a Windows program?

2012-10-09 Thread Peter West
Show us the relevant ant code. I'm not sure what your problem is. Peter West "And as you wish that men would do to you, do so to them." On 10/10/2012, at 7:08 AM, "Knell, Charles" wrote: > I’m using ANT as a general-purpose automation tool. The task I’m working on

Re: Trying to execute 'grep'

2012-08-15 Thread Peter West
It's not going through a shell, so "*.xml" is not being translated. Try execing sh with a -c arg containing the grep. Peter West "I am the bread of life; he who comes to me shall not hunger, and he who believes in me shall never thirst." On 16/08/2012, at 8:56 AM, Je

Re: How to Execute Groovy 2.0 Code from an Ant File that has Groovy 1.7 Classpath

2012-08-06 Thread Peter West
Failing that, define propertysets with the properties you need to propagate, then invoke ant via a java task with a fork, and the set of environment variables you want (including classpath.) Peter West "...you will find rest for your souls. For my yoke is easy, and my burden is light.&qu

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Don't use heppc1 _anywhere_. Replace every instance with the full domain name. heppc1 might be a local DNS convenience, or it might be in your /etc/hosts. Just don't use it. It IS an access problem. The error message is very specific about that. Peter West "Take my yoke upon

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Your authentication problem is with a different address: https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Note the server is heppc1, not heppc1.ft.uam.es The bogus address is probably specified somewhere in your build file. Peter West "Take my yoke upon you, and learn

Re: ant deploy BUILD FAILED

2012-07-27 Thread Peter West
How are you authenticating to the SVN repository? Peter West "Come to me, all who labour and are heavy burdened, and I will give you rest." On 27/07/2012, at 9:58 PM, Sofia Sayzhenkova wrote: > Hello all, > > I have a problem during "ant -debug --noconfig deploy&quo

Re: Classpath for taskdef'd tasks

2012-06-10 Thread Peter West
Thanks Rainer. I'll take a look. Peter West "Are not all these who are speaking Galileans?" On 11/06/2012, at 4:55 AM, Rainer Noack wrote: > Maybe you will take a look at > > http://enitsys.sourceforge.net/ant-classloadertask/ > > a little older, but works

Classpath for taskdef'd tasks

2012-06-10 Thread Peter West
to this problem? Peter West "Are not all these who are speaking Galileans?" - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org