Re: Digester Pattern Matching

2003-09-29 Thread robert burrell donkin
hi partha there is (limited) support for true regular expressions provided by RegexRules. you may need to do some work programmatically to create an adapter for your favourite java regex engine (if you go down this route). i think that there are alternatives. ExtendedBaseRule's does not

Re: [digester] Rule for processing instruction?

2003-09-29 Thread Matthijs Wensveen
robert burrell donkin wrote: On Friday, September 26, 2003, at 04:08 AM, Craig R. McClanahan wrote: robert burrell donkin wrote: On Thursday, September 25, 2003, at 09:36 PM, Craig R. McClanahan wrote: robert burrell donkin wrote: hi janek i don't see any reason why we shouldn't put

Re: [digester] Rule for processing instruction?

2003-09-29 Thread Janek Bogucki
On Mon, 2003-09-29 at 13:20, Matthijs Wensveen wrote: http://www.w3.org/TR/REC-xml#sec-pi says: PIs are not part of the document's character data http://www.w3.org/TR/REC-xml#dt-chardata, but must be passed through to the application. To me this means that you shouldn't catch PI's but send

Re: hardcoding log factory

2003-09-29 Thread robert burrell donkin
you could alter the commons-logging source locally and include a build of that rather than the actual commons-logging. - robert On Monday, September 29, 2003, at 01:03 AM, [EMAIL PROTECTED] wrote: Don't use commons logging. Just use Log4j! -- dIon Gillard, Multitask Consulting Blog:

RE: [DBCP][Pool] Ready for release

2003-09-29 Thread Vivian Fonger
Hi Dirk, Do you have a release date for DBCP and Pool?? Vivian Fonger -Original Message- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2003 3:09 PM To: Jakarta Commons Users List Subject: Re: [DBCP][Pool] Ready for release Your username with bad password

Telnet task doesn't seem to work

2003-09-29 Thread Artemis Ozten
In my ant telnet task, login / logout seems to work however, I do not see any effects of my shell commands. I tried, cd, mv, cp, chmod, ls ls.out and I see no results in the remote server. telnet userid=${distribution.userid} server=${remote.server} password=${distribution.passwd}