Re: Troubles: Concat & Filterchain

2010-10-26 Thread Stefan Bodewig
On 2010-10-26, Mischler Adrian wrote: > I like to modify the Trace.txt to Filter.txt (The attached Filter.txt > file is handmade). It does not work to use more then one value="blabla"/> in the linecontains. But if I use negate="TRUE"> then I can use more then one > in the linecontains. Sounds

Troubles: Concat & Filterchain

2010-10-26 Thread Mischler Adrian
Hello... I work whit Apache Ant version 1.7.0 compiled on December 13 2006 Situation: I like to modify the Trace.txt to Filter.txt (The attached Filter.txt file is handmade). It does not work to use more then one in the linecontains. But if I use then I can use more then one in the linecontain

AW: Xslt troubles

2009-03-25 Thread Knuplesch, Juergen
xslt 1.1... -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Stefan Krause [mailto:stefan.kra...@editura.de] Gesendet: Mittwoch, 25. März 2009 10:39 An: Ant Users List Betreff: Re: Xslt troubles -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It looks to me more

Re: Xslt troubles

2009-03-25 Thread Stefan Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It looks to me more like a bug in the stylesheet than like an ant issue. Have you tried to run the stylesheet in a debugger or from the command line? Stefan Krause Knuplesch, Juergen schrieb: > Hello, > > I am using Saxon to run a special XSLT. > Th

Xslt troubles

2009-03-25 Thread Knuplesch, Juergen
Hello, I am using Saxon to run a special XSLT. This XSLT has run well using saxon9.jar. Now it had to be changed and now I get the following error: [xslt] Processing D:\Temp\xsltPRL\install.dsf to D:\Temp\xsltPRL\Ergebnis.html [xslt] Loading stylesheet D:\Entwicklung\Build\DopeBuildSe

RE: Troubles with task

2007-02-22 Thread Anderson, Rob (Global Trade)
I have tried this on Win2k and WinXP, but I cannot reproduce your issue. -Rob A > -Original Message- > From: Dave Brosius [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 22, 2007 5:40 AM > To: Ant Users List > Subject: Troubles with task > > I have cases

Troubles with task

2007-02-22 Thread Dave Brosius
I have cases where i have an input task such as and when run I get (with shown input) [input] Enter Info: Something [input]More Info: That is, i enter some value for the first input, hit enter, and ant doesn't proceed. I have to hit enter two more times, and then it proceeds, with

Re: Troubles with indexjar ...

2006-12-28 Thread Clemens Eisserer
Ok, sorry about that. I forgot that indexjar_s_ are more than a single once;) 2006/12/28, Clemens Eisserer <[EMAIL PROTECTED]>: Hello, I am trying to index my jar-files to replace my self-rolled plugin system with the great new index-support Webstart got with java-1.6. As far as I understood c

Troubles with indexjar ...

2006-12-28 Thread Clemens Eisserer
Hello, I am trying to index my jar-files to replace my self-rolled plugin system with the great new index-support Webstart got with java-1.6. As far as I understood creating a jar with an index should look like this: However while building I get the following mes

AW: Troubles with Ant's configuration

2006-02-16 Thread Jan.Materne
>What should i do..?? Provide more information :-) What do "ant -v" and "ant -diagnostics" say? What are your environment variables PATH, CLASSPATH, ANT_HOME, JAVA_HOME? What is the error message? Jan - To unsubscribe, e-mail: [

Re: Troubles with Ant's configuration

2006-02-16 Thread KoloSSo
Thank you Alexey... I will chek immediately everything what you say to me in this mail Deyner - Original Message - From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, February 16, 2006 4:49 PM Subject: Re: Troubles with Ant

Re: Troubles with Ant's configuration

2006-02-16 Thread Alexey N. Solofnenko
The word "sometimes" hints on a third party software that breaks the system. There are few candidates to look for - antiviruses and software firewalls. I have seen them affecting Java application (and only them!) in very strange ways. Personally I always disable them and for a long time I have

Re: Troubles with Ant's configuration

2006-02-16 Thread Conor MacNeill
Hi Deyner, KoloSSo wrote: > Hi!!! > > My name is Deyner López Fernández, i´m new in this list and i´m new using Ant > too. I download Ant(binary version) from it´s home page and read the manual. > I follow all the steps to configure Ant as the Manual said but Ant sometimes > works and sometime

Re: Troubles with Ant's configuration

2006-02-16 Thread Ninju Bohra
-version return) Help us help you , Ninju - Original Message From: KoloSSo <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Thursday, February 16, 2006 11:40:52 AM Subject: Troubles with Ant's configuration Hi!!! My name is Deyner López Fernández, i´m new in this list

Troubles with Ant's configuration

2006-02-16 Thread KoloSSo
Hi!!! My name is Deyner López Fernández, i´m new in this list and i´m new using Ant too. I download Ant(binary version) from it´s home page and read the manual. I follow all the steps to configure Ant as the Manual said but Ant sometimes works and sometimes not works in the same computersom

RE: troubles

2004-10-21 Thread Matt Benson
t: October 21, 2004 09:30 > To: Ant Users List > Subject: Re: troubles > > --- Jeff Davidson <[EMAIL PROTECTED]> wrote: > > I'm having a most puzzling problem with the > task. What I am > > failing to understand is: What directory is used > as the base f

RE: troubles

2004-10-21 Thread Jeff Davidson
Argh! Thanks Matt. The resolveexecutable="true" attribute was all I needed. Humbly, ~Jeff -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: October 21, 2004 09:30 To: Ant Users List Subject: Re: troubles --- Jeff Davidson <[EMAIL PROTECTED]> wrote

Re: troubles

2004-10-21 Thread Matt Benson
--- Jeff Davidson <[EMAIL PROTECTED]> wrote: > I'm having a most puzzling problem with the > task. What I am > failing to understand is: What directory is used as > the base for > executing a command if the executable is specified > relatively instead of > absolutely? Without rehashing your enti

troubles

2004-10-21 Thread Jeff Davidson
Ant-users, I'm having a most puzzling problem with the task. What I am failing to understand is: What directory is used as the base for executing a command if the executable is specified relatively instead of absolutely? Take, for example, this very simple .. example: