[PATCH] Add missing exec features to SSHExec: error, errorproperty, resultproperty

2013-06-17 Thread Gilbert Rebhan
Just uploaded a patch for https://issues.apache.org/bugzilla/show_bug.cgi?id=48478, which provides the following enhancements : + errorProperty + errorFile + appenderr + suppressSystemErr + resultProperty Regards, Gilbert Rebhan

[Ant Manual] Wrong link for jruby.jar

2011-08-14 Thread Gilbert Rebhan
The ant manual : http://ant.apache.org/manual/install.html#librarydependencies has the wrong link for jruby.jar : http://jruby.sourceforge.net/ When using that link you will be redirected to the right site, but it should be corrected to : http://www.jruby.org/ Gilbert -

[Announce] Flaka 1.2.2 released

2011-06-14 Thread Gilbert Rebhan
.com/files/flaka-javadoc-1.02.02.zip Sources http://flaka.googlecode.com/files/flaka-sources-1.02.02.zip Issues should be reported to http://code.google.com/p/flaka/issues/list More information on Flaka at http://code.google.com/p/flaka http://workbench.haefelinger.it/flaka Enjoy !!

Re: [PATCH] Ant faq.xml

2011-03-30 Thread Gilbert Rebhan
Original Message Subject: Re: [PATCH] Ant faq.xml From: Stefan Bodewig To: dev@ant.apache.org Date: Wed Mar 30 2011 17:54:47 GMT+0200 (CET) > On 2011-03-24, Gilbert Rebhan wrote: > >> Patchfile, see attached file : patchfile.txt > For some reasons my MUA

[Announce] Flaka 1.02.01 released

2011-03-24 Thread Gilbert Rebhan
formation on Flaka at http://code.google.com/p/flaka http://workbench.haefelinger.it/flaka Regards, Wolfgang Häfelinger Gilbert Rebhan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[PATCH] Ant faq.xml

2011-03-24 Thread Gilbert Rebhan
Second try, fixed a typo.. Patch contains a solution for nested Properties / Properties dereferencing with Ant Plugin Flaka (http://code.google.com/p/flaka/) How do i.. How can I do something like (double expanding the property)? Patchfile, see attached file : patchfile.txt Regards, Gilbert

[PATCH] Ant FAQ.xml

2011-03-23 Thread Gilbert Rebhan
Patch contains a solution for nested Properties / Properties dereferencing with Ant Plugin Flaka (http://code.google.com/p/flaka/) How do i.. How can I do something like (double expanding the property)? Patchfile, see attached file : patchfile.txt Regards, Gilbert --- faq.xml.orig2011-

Re: How to fail if property expansion failed...

2010-10-22 Thread Gilbert Rebhan
Original Message Subject: Re: How to fail if property expansion failed... From: mattf To: dev@ant.apache.org Date: 22.10.2010 23:39 > > I was hoping to avoid introducing additional requirements, such as antcontrib > or Ivy. [..] > Yes, sort of; a library property is a list of

[Manual] Wrong link#librarydependencies

2010-09-15 Thread Gilbert Rebhan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, http://ant.apache.org/manual/install.html#librarydependencies has a wrong link for judoscript = site has => http://www.judoscript.com/index.html should be => http://judoscript.org/home.html Regards, Gilbert -BEGIN PGP SIGNATURE- Versio

Re: ant+soap+ssl

2010-03-17 Thread Gilbert Rebhan
Original Message Subject: Re: ant+soap+ssl From: Antoine Levy-Lambert To: a...@schillbaer.de Date: 16.03.2010 02:12 > > Hi, > > > > in fact there is a document at this location > > http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.javadoc.

Re: ant+soap+ssl

2010-03-15 Thread Gilbert Rebhan
Original Message Subject: Re: ant+soap+ssl From: Paul King To: Ant Developers List Date: 15.03.2010 22:29 > > I'd probably use Groovy or whatever your favorite JVM scripting language > is. > Groovy-WS is the library you would need. It uses Apache CXF under the > covers. > If

ant+soap+ssl

2010-03-15 Thread Gilbert Rebhan
Hi, i want to access a IBM DataPower xml management interface from within ant to send status and configuration requests via soap messages. Has anyone experience with such a setting ? @IBM site only has an article that uses curl and openssl as external commands called with exec from ant = http://w

Re: Release of ant 1.8.0RC1

2010-01-12 Thread Gilbert Rebhan
Am 12.01.2010 19:14, schrieb Antoine Levy Lambert: > Hi, > > I have the pleasure to announce the release of Ant 1.8.0RC1. > The artifacts have just been uploaded and should be available soon. > > Regards, > > Antoine just tried several mirrors, but the link to release notes on http://ant.apache

[PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-04 Thread Gilbert Rebhan
Hi, Env = WinXP, WindowsServer 2003, jdk1.6.0_14, ant171 after switching from Sun jdk 1.5.0_11 to jdk 1.6.0_14 i noticed that property java.vm.version has changed, so the Manifest class should use java.runtime.version for the value of Created-By entry in MANIFEST.MF jdk 1.5.0_11, Manifest looks

Re: Ant usage

2009-07-25 Thread Gilbert Rebhan
reena321 schrieb: > thanks for the reply, > One more thing i wanted to know is, If i have many icons in a page and i > want select(click) on one particular icon. How can i achive this? > i believe your on the wrong path you didn't describe in detail what you want to achieve, but i already mention

Re: Ant usage

2009-07-23 Thread Gilbert Rebhan
reena321 schrieb: > Hello all, > > I am very much interested in Ant scripting language. I want to automate > Configuration of my project. like wise > windows->preferences->java->buildpath-> and set some value there and many > more of the same kind. Ant is NO scripting language !! - but you may us

ant 1.7.1 bug in with antcall !?

2009-06-09 Thread Gilbert Rebhan
Hi, after (finally) upgrading from ant 1.6.5 to ant 1.7.1 a teammate discovered some strange behaviour = He makes heavy use of antcall and uses the task. Now with ant 1.7.1 there are a lot of 0 byte lines in the logs, his editor jumps automatically in hexmode when opening such a logfile. Compa

Re: AW: Dynamic property names

2008-11-04 Thread Gilbert Rebhan
Remie Bolte schrieb: > Thanks for the input! > > I found a different way to deal with the problem, without hacks :) > Sometimes it is useful not to be able to find a solution, it allows you to > look back a couple of steps. hack != bad IMO i use that term for a tricky solution or workaround when

Re: AW: Dynamic property names

2008-11-04 Thread Gilbert Rebhan
[EMAIL PROTECTED] schrieb: >> I saw the FAQ, but the workaround deals with making a new >> property, which is >> not something that is desirable in my situation. >> Is there a reason that double expanding is not implemented? > > There is an implementation in the sandbox bundled as an AntLib. > Yo

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-04 Thread Gilbert Rebhan
that runs on all machines. So finally i doubt, the jar is corrupted. Therefore my question whether there's a difference ... but i'll try jar -tvf ... jar -tvf problem.jar didn't come up with any exception / extraordinary , just the usual listing of all files contained in the archive. is the

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-02 Thread Gilbert Rebhan
Stefan Bodewig schrieb: but different physical instances of the same jar file. yes, of course What does jar tf your-file.jar report - make sure to use the jar command of the same JDK that you are using to run Ant as well. i didn't try that, but wrote a test class that uses an InputStream as

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-01 Thread Gilbert Rebhan
Stefan Bodewig schrieb: I'm even more convinced that it is something with the ZIP archive itself. hm ,works fine on two machines, but failed on a third one. all run with the same version of jdk, ant and the same OS the error message = "Error reading project file: ... " occurs only in ProjectH

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-06-27 Thread Gilbert Rebhan
Hi, Stefan Stefan Bodewig schrieb: Error reading project file jar:file:/E:/SCM_Sync/tools/ant/lib/hukit13ant.jar!/de/huk/it13/ant/antl ib.xml: oversubscribed dynamic bit lengths tree sounds like an encoding issue, I agree. It did always run fine without any problems. I have an eclipse proje

[Fwd: Strange problem with taskdef and antlib.xml]

2008-06-26 Thread Gilbert Rebhan
(forwarded from the ant-user list...) Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames ... The jar lies under %ANT_HOME%/lib the taskdefs are imported via = Yesterday a workmate added