Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DB.java

2001-09-04 Thread Daniel Rall
@@ * @author a href=mailto:[EMAIL PROTECTED];Jon S. Stevens/a * @author a href=mailto:[EMAIL PROTECTED];Brett McLaughlin/a * @author a href=mailto:[EMAIL PROTECTED];Daniel Rall/a - * @version $Id: DB.java,v 1.14 2001/09/01 16:18:40 dlr Exp $ + * @version $Id: DB.java,v 1.15 2001/09/04 20

[bugzilla@apache.org] DO NOT REPLY [Bug 11022] New: - [patch] CVS Maven compile failure (w2kSp2/cygwin/CVS ant 1.6a)

2002-07-21 Thread Daniel Rall
-mail: mailto:[EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] ---End Message--- -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Turbine 3 direction

2002-07-24 Thread Daniel Rall
, a common repository would be useful. How about a jakarta-avalon-components module in SVN/CVS? -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-maven build-bootstrap.xml

2002-07-24 Thread Daniel Rall
:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [patch] simple patches

2002-07-25 Thread Daniel Rall
)? -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: CryptoService, MD5 Algorithm and padding

2002-07-28 Thread Daniel Rall
Henning P. Schmiedehausen [EMAIL PROTECTED] writes: And the last posting on this subject. :-) The results are: The commons-codec is correct. According to various base64 pages and the RFC, base64 strings are always multiple of four bytes long and are padded with = signs if the input is

Re: Turbine 3 direction

2002-07-28 Thread Daniel Rall
. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: getRealPath Survey - please participate!

2002-07-28 Thread Daniel Rall
Henning's tests clearly demonstrate the need for configurable handling of calls to getRealPath() within Turbine. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Turbine 3 direction

2002-07-28 Thread Daniel Rall
together using the Commons Sandbox Resources package. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: getRealPath Survey - please participate!

2002-07-28 Thread Daniel Rall
Daniel Rall [EMAIL PROTECTED] writes: Henning's tests clearly demonstrate the need for configurable handling of calls to getRealPath() within Turbine. Or even better, elmination of most uses of getRealPath() in favor getResourceAsStream() (allowing Turbine to run from a packed WAR

Re: Jakarta Newsletter - June 2002

2002-07-30 Thread Daniel Rall
of this issue, but would first need see the infrastructure to support it (see tigris.org for a working example). Without proper infrastructure support, I think that this will lead to confusion. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Create new httpclient-dev list

2002-08-08 Thread Daniel Rall
, so that you can catch anything that 'slips through'? -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 12:03 PM To: Jakarta General List Subject: Re: Create new httpclient-dev list Scott Sanders [EMAIL PROTECTED] writes

Re: Bitten in the ass...

2002-08-08 Thread Daniel Rall
$ FOO=~/maven dlr@despot:xml-rpc$ echo $FOO /home/dlr/maven dlr@despot:xml-rpc$ FOO=~/maven dlr@despot:xml-rpc$ echo $FOO ~/maven If it's possible for ~ to get into Java-land, it might be worth performing the transformation s/^~/${user.home}/ in Java code. -- Daniel Rall [EMAIL PROTECTED

Re: Release 1.1

2002-08-08 Thread Daniel Rall
are from March 6. Can you build a 1.1.1 release and put up the JARs for download? I'm sure that I'm not the only one running into this problem. I'll see about doing a 1.2 release in the next couple weeks. In the mean time, CVS compiles just fine using Ant. -- Daniel Rall [EMAIL PROTECTED]

Re: Fulcrum + maven b5

2002-08-11 Thread Daniel Rall
. Where do I specify this sort of information so that it is provided to Maven each time? If this is already documented, a URL would be great. :-) -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: cvs commit: xml-rpc/src/java/org/apache/xmlrpc WebServer.java

2002-08-13 Thread Daniel Rall
Jim Redman [EMAIL PROTECTED] writes: I don't think that this is correct. If the only thread is the listener then the server should stay listening and not exit. With the thread set to daemon, if the only remaining thread in the application is the server, the application will exit. I think

Re: cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc/util AuthenticatedFileHandler.java FileTransfer.java

2002-08-14 Thread Daniel Rall
the other commits as well, of course). -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: project.xml, project-b5.xml and releases

2002-08-15 Thread Daniel Rall
configuration out of the box. I concur with these observations. Just go get coffee after you kick off a build. ;-) -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: WebServer.java

2002-08-15 Thread Daniel Rall
language bindings for Java, Python, Perl, C (and I think, Ruby). Now, if you need RPC, you have to build something on top of the MOM. Which is where XML-RPC could come in (let's not invent yet another custom wire protocol, UGH). -- Daniel Rall [EMAIL PROTECTED]

Re: building fulcrum

2002-08-15 Thread Daniel Rall
and do another release before you go making Fulcrum depend on a broken build system. Problem is fixed. Assuming the problem was within Maven, can we get another beta release? The improved perfomance you spoke of would also be a driving factor for another release. -- Daniel Rall [EMAIL

Re: Tomcat 4.0.4: /temp/ directory?

2002-08-19 Thread Daniel Rall
. It is definitely used by latter versions. Dunno about your specific version; check the README.txt file. Mine contains the following: temp/ Directory used by JVM for temporary files (java.io.tmpdir) -- Daniel Rall [EMAIL PROTECTED

Re: how to setDebug(true) on XmlRpcServer?

2002-08-19 Thread Daniel Rall
org.apache.velocity.runtime package. -- Daniel Rall [EMAIL PROTECTED]

Re: how to setDebug(true) on XmlRpcServer?

2002-08-19 Thread Daniel Rall
Adam Megacz [EMAIL PROTECTED] writes: Daniel Rall [EMAIL PROTECTED] writes: Since the debug field of the XmlRpc class is a class member (rather than an instance member) Whoops! Didn't see that. No problemo; the current architecture has issues. -- Daniel Rall [EMAIL PROTECTED]

Re: torque maven plugin

2002-08-20 Thread Daniel Rall
equivalent of a plug-in; you shouldn't get rid of that. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/manager AbstractBaseManager.java

2002-08-20 Thread Daniel Rall
PROTECTED] -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: torque maven plugin

2002-08-21 Thread Daniel Rall
of setting the properties up correctly (e.g. to read from the right dirs what not). Yeah, I understand what the plug-in does, but my appliation doesn't use Maven and shouldn't be required to. I'll adopt it when I'm (and it's) good and ready, and not before. ;) -- Daniel Rall [EMAIL PROTECTED

Re: cannot marshal ...

2002-09-27 Thread Daniel Rall
in your handler on the server side, or implement the new TypeFactory interface from Andrew Evers which I integrated into CVS today. -- Daniel Rall [EMAIL PROTECTED]

Re: cannot marshal ...

2002-09-27 Thread Daniel Rall
Stan Berka [EMAIL PROTECTED] writes: Daniel, At 01:28 PM 9/27/2002 -0700, Daniel Rall wrote: No need to hack! You can either send that integer data as a string and parse it appropriately in your handler on the server side, or implement the new TypeFactory interface from Andrew Evers

Re: xml-rpc encoding

2002-09-27 Thread Daniel Rall
John Wilson [EMAIL PROTECTED] writes: - Original Message - From: Daniel Rall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 27, 2002 9:05 PM Subject: Re: xml-rpc encoding [snip] John, should I make any changes to XmlWriter.chardata(String)? Daniel

Re: [VOTE] Commit access for Andrew Evers

2002-09-27 Thread Daniel Rall
Daniel Rall [EMAIL PROTECTED] writes: Andrew Evers has been providing many excellent and digestable patches lately, and backed them up with great discussion on the list. Seeing as how I'm not able to keep up with all the patches on my own, I propose that he be given commit access to the CVS

Re: Getting JVM version

2002-10-01 Thread Daniel Rall
for non-Sun JVMs. Not that it matters in the trenches, but aren't those properties part of the JLS? -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: karma for jakarta-site2

2002-10-04 Thread Daniel Rall
Jeff Dever [EMAIL PROTECTED] writes: I would like to add some info to the jakarta-site2 module. Could somone hit me with the karma? [EMAIL PROTECTED] is also a good address for requests like this. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Struts and Tomcat 4.0

2002-10-08 Thread Daniel Rall
implementation of. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Differences between Structs and Turbine ???

2002-10-09 Thread Daniel Rall
would never be able to convince the CEO that was the right choice, so the Quick and Dirty route was the choice--taking me twice as long to get it done. Depending on the situation, my response to something like that is my way or the highway. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e

Re: Adding Lists to EyeBrowse - how?

2002-10-30 Thread Daniel Rall
to this issue? Please ask if there is something I can do to better describe the problem, or get you more information. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:general-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:general-help;jakarta.apache.org

Re: Adding Lists to EyeBrowse - how?

2002-10-30 Thread Daniel Rall
Pier Fumagalli [EMAIL PROTECTED] writes: On 30/10/02 22:19, Pier Fumagalli [EMAIL PROTECTED] wrote: On 30/10/02 20:51, Daniel Rall [EMAIL PROTECTED] wrote: Andrew C. Oliver [EMAIL PROTECTED] writes: Yeah... Like POI... sniff... [EMAIL PROTECTED] wrote: EyeBrowse

3 new lists browsable @ archives.apache.org

2002-10-30 Thread Daniel Rall
poi-dev, poi-user, and commons-process are being archived starting today on nagoya. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:general-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:general-help;jakarta.apache.org

Re: source question...

2002-10-31 Thread Daniel Rall
John Wilson [EMAIL PROTECTED] writes: Daniel Rall wrote: Daniel Rall [EMAIL PROTECTED] writes: John Wilson [EMAIL PROTECTED] writes: I was under the impression that Apache code could include BSD licenced code (which is what MinML is). Yes, it certainly can. I was under

Re: Quite outdated docs

2002-10-31 Thread Daniel Rall
the specification from the JavaCC grammar using Anakia/DVSL? Seems like the appropriate way to go (intrestingly enough, PYTHON does the same thing ;). -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:velocity-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail

Re: Turbine community contributions

2002-10-31 Thread Daniel Rall
based on the code. However, that is unreasonable without an existing replacement in Apache CVS. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:turbine-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:turbine-dev-help;jakarta.apache.org

Re: cvs commit: jakarta-site2/xdocs/site mail2.xml

2002-11-06 Thread Daniel Rall
: mailto:site-cvs-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:site-cvs-help;jakarta.apache.org -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:general-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:general-help

Re: cvs commit: jakarta-site2/xdocs/site mail2.xml

2002-11-07 Thread Daniel Rall
Stefan Bodewig [EMAIL PROTECTED] writes: On 06 Nov 2002, Daniel Rall [EMAIL PROTECTED] wrote: Eyebrowse likes Ant: This is what I made the archive links point to, yes 8-). But I used the numeric list-ids as this is what my browser told me, I didn't know I could use the list names

Re: [scarab] problems with scarab server

2002-11-08 Thread Daniel Rall
Mahler Thomas [EMAIL PROTECTED] writes: Please excuse me if this is the wrong place to ask this question. I did not find any better place. p.s. [EMAIL PROTECTED] is a good place to direct nagoya-related questions, and John McNally is good place to direct Scarab-related questions. -- Daniel

Re: Unused imports compose only about 1% of the Jakarta source code....

2002-11-08 Thread Daniel Rall
Tom Copeland [EMAIL PROTECTED] writes: Fun, huh? This report took about 23 minutes to run, and was generated by PMD, JavaNCSS, Ruby, and the letter 'A'. Here's the Ruby script: Hi boys and girls! Today's episode was brought to you by the letter A. ;-) -- Daniel Rall [EMAIL PROTECTED

Re: Performance using included WebServer

2002-11-11 Thread Daniel Rall
Please refrain from sending HTML(-like) email to the mailing list. Thanks! -- Daniel Rall [EMAIL PROTECTED]

Re: CDATA leaks in XmlRpc client classes

2002-11-11 Thread Daniel Rall
://jakarta.apache.org/site/source.html -- Daniel Rall [EMAIL PROTECTED]

Re: Downloading xmlprc answer from server (progress),

2002-11-14 Thread Daniel Rall
? for example i try python xmlrpclib and org.apache.xmlrpc and also delphi codepunk component, but if you want to make progress in this way you should to tweek packages for yourself, why? It's possible that no one else had a need for it yet. -- Daniel Rall [EMAIL PROTECTED]

Re: [GUMP] Build Failure - jakarta-turbine-stratum

2002-11-15 Thread Daniel Rall
bite the bullet, move to avalon-framework, and toast this stuff? ojb needs torque torque needs stratum What in stratum does torque require? how can we solve this??? +1, I'd like to see Stratum go bye-bye. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:turbine

Re: project documentation

2002-11-15 Thread Daniel Rall
This is beautiful work! Do you have any ER diagrams of the entire database? Tom Schindl [EMAIL PROTECTED] writes: Well, looks nice. Still take a look at my solution which is now also creating ER-Diagrams (pngs). Using transformation from db-schema.xml = svg = png using cocoon. Everything is

Re: [SOURCE] Issue #TRQS63 - fixes problem with null keys in rc2

2002-11-15 Thread Daniel Rall
, absorbed into the business object layer. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:turbine-torque-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:turbine-torque-dev-help;jakarta.apache.org

Re: Error in toString() method of org.apache.torque.engine.database.model.Table

2002-11-15 Thread Daniel Rall
using our Scarab installation at http://issues.apache.org/scarab/issues. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:turbine-torque-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:turbine-torque-dev-help;jakarta.apache.org

Re: Could be a stupid question.......

2002-11-15 Thread Daniel Rall
Web Start http://argouml.tigris.org/ (scroll down to the Download section on the main page). -- Daniel Rall [EMAIL PROTECTED]

Re: New release of Apache XML-RPC

2002-11-22 Thread Daniel Rall
. -- Daniel Rall [EMAIL PROTECTED]

Re: XmlRpcClient Interface

2002-11-22 Thread Daniel Rall
Ryan Hoegg [EMAIL PROTECTED] writes: Daniel Rall wrote: Sounds like I'm not the only outsider interested in this code! How about a short-lived CLIENT_REFACTORING branch in CVS? We could give Ryan commit access, and you guys could proceed with the development from here on out in ASF CVS

Re: [VOTE] Commit access for Ryan Hoegg

2002-11-22 Thread Daniel Rall
Ryan, that's the requisite 3 votes. Is the (unix) user name rhoegg good for you, or would you like something else? -- Daniel Rall [EMAIL PROTECTED]

Re: [VOTE] Commit access for Ryan Hoegg

2002-11-26 Thread Daniel Rall
Ryan Hoegg [EMAIL PROTECTED] writes: rhoegg is my usual username, so that sounds good. Brian Behlendorf tells me that you should be all setup now. Let me know if you need any more info. -- Daniel Rall [EMAIL PROTECTED]

Re: IDE Developers' guide

2002-11-27 Thread Daniel Rall
Andrew C. Oliver [EMAIL PROTECTED] writes: Daniel Rall wrote: Andrew C. Oliver [EMAIL PROTECTED] writes: http://jakarta.apache.org/site/idedevelopers.html A pointer to [X/]Emacs (and perhaps even vim) documentation would be useful. For IDEDevelopers? Yes, Emacs is the original IDE

Re: [xdocs] Bug report (fwd)

2002-11-27 Thread Daniel Rall
. :-\ -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: xml-rpc /htts /proxy - problem

2002-11-27 Thread Daniel Rall
HTTP transaction, showing you color-coded request/response pairs. If you can see what the client is sending we'll have a better chance of knowing what's going on. -- Daniel Rall [EMAIL PROTECTED]

Re: IDE Developers' guide

2002-12-03 Thread Daniel Rall
Andrew C. Oliver [EMAIL PROTECTED] writes: Yes, Emacs is the original IDE -- I mean, its name stands for editor macros. This isn't a guide for those people. This is for the new breed of developers who think the command line is some obscure form of ancient scribe. BAH -- Daniel

Re: FESI package: Who's maintaining it?

2002-12-03 Thread Daniel Rall
I neither use nor maintain it. I suggest inquiring on the user list as well, and perhaps ping the FESI people, too. -- Daniel Rall [EMAIL PROTECTED]

Re: IDE Developers' guide

2002-12-04 Thread Daniel Rall
Allowance for Housing (replaces BAQ 1 Jan 98) Booz-Allen Hamilton, Inc. Business After Hours -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 3:36 PM To: Jakarta General List Subject: Re: IDE Developers' guide snip/ BAH http

Re: DO NOT REPLY [Bug 15049] New: - Add SSL session resumption to XmlRpcClientLite

2002-12-04 Thread Daniel Rall
Nice work, Ryan! -- Daniel Rall [EMAIL PROTECTED]

Re: TCP no-delay option

2002-12-04 Thread Daniel Rall
classes provide the + same interface, which includes methods for synchronous and + asynchronous calls. /p /section section name=Synchronous XML-RPC Calls -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 9

Re: AW: FESI extension

2002-12-05 Thread Daniel Rall
http://www.isisnetworks.net Daniel Rall wrote: If it's there, people expect us to support it. But no one with commit access seems to have any interest in it... I recommend keeping it in for the 1.2 release, and dropping support for it in the upcoming 2.0.

web sitea

2002-12-05 Thread Daniel Rall
Ryan Hoegg [EMAIL PROTECTED] writes: Daniel Rall wrote: It'll go live in the next web site update. Out of curiosity, how often does that happen? Not often, as I'm not a fan of how Maven works (though I do like its functionality very much). There are a few other committers here with access

Re: [PATCH] org.apache.xmlrpc.applet.SimpleXmlRpcClient.java

2002-12-05 Thread Daniel Rall
)) { // System.err.println (starting value); This will be a good one to get in, too. -- Daniel Rall [EMAIL PROTECTED]

Re: Internal logging API

2002-12-05 Thread Daniel Rall
: Tuesday, December 03, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: Re: Internal logging API Daniel Rall wrote: Ryan, I've been wanting more elegant handling logging since I started working with the package. Rather than make a little tweak here and a little tweak there, I think it's

Big Refactoring

2002-12-05 Thread Daniel Rall
not include your changes for getting a 1.2 final out the door. I tagged as follows: xml-rpc$ cvs up -D '2002-12-05' xml-rpc$ cvs tag -b XMLRPC_1_2_BRANCH I then reverted to HEAD: xml-rpc$ cvs up -A I'll review the refactoring when I can steal some time. -- Daniel Rall [EMAIL PROTECTED]

Re: returning void on xml-rpc methods

2002-12-06 Thread Daniel Rall
. What you can do instead is return a marker value known to represent void, or simply have your handler return true and ignore the return value entirely. -- Daniel Rall [EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-2/src/java/org/apache/turbine TurbineConstants.java

2002-12-09 Thread Daniel Rall
/a + * @version $Id$ */ public interface TurbineConstants { I'd rather that these CVS keywords were left out. They make merging between branches a PITA. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [vote] plans for turbine 2.3

2002-12-09 Thread Daniel Rall
for releasing more often, what would be the time frame for 2.3? 3 months? maybe ;-) If it's just a minimal set of changes, there's nothing stopping a fast release cycle. Martin, would you mind updating the todo.xml with your suggested changes (or just do it as a text doc if it's eaiser)? -- Daniel

Re: [vote] plans for turbine 2.3

2002-12-09 Thread Daniel Rall
as little from other projects (where we have no influence and vote) as possible. Indeed, I'm more likely to use Log4J than LogKit or the JDK 1.4 Logging API, but I would rather leave it up to the Turbine users to decide for themselves -- thus, Commons Logging is the perfect fit. -- Daniel Rall

Re: cvs commit: jakarta-turbine-2/src/java/org/apache/turbine TurbineConstants.java

2002-12-10 Thread Daniel Rall
Henning P. Schmiedehausen [EMAIL PROTECTED] writes: Daniel Rall [EMAIL PROTECTED] writes: I'd rather that these CVS keywords were left out. They make merging between branches a PITA. Hi, that's a little late now as we have them in all files. :-) So we have a few already, big deal

RE: TurbineSessionService

2003-02-05 Thread Daniel Rall
Quinton McCombs [EMAIL PROTECTED] writes: -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:50 PM To: Quinton McCombs Cc: [EMAIL PROTECTED] Subject: RE: TurbineSessionService On Tue, 4 Feb 2003, Quinton McCombs wrote

Re: Internal logging API

2003-02-08 Thread Daniel Rall
); +log.error(Exception in Benchmark client: +other); } int millis = (int)(System.currentTimeMillis () - start); checkout (calls, errors, millis); -- Daniel Rall [EMAIL PROTECTED]

Re: Possible fix for [Bug 14711]

2003-02-12 Thread Daniel Rall
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: stable version of jcs

2003-02-21 Thread Daniel Rall
is at a production ready state currently? Debatable. -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: stable version of jcs

2003-02-21 Thread Daniel Rall
Karl Baum [EMAIL PROTECTED] writes: Are they any specific aspects of JCS which need work before it is production ready? - Original Message - From: Daniel Rall [EMAIL PROTECTED] To: Turbine JCS Developers List [EMAIL PROTECTED] Cc: Karl Baum [EMAIL PROTECTED] Sent: Friday

Re: MultiPartMail has dependancy on Torque?????

2003-02-22 Thread Daniel Rall
of the few places left which abuses Criteria. Basically it needs an object to hold a few parameters. It's an abuse and I'd like to see it go. Ideally, decoupled turbine should compile without Torque. +1! -- Daniel Rall [EMAIL PROTECTED

Re: cvs commit: jakarta-turbine-2 project.xml

2003-02-22 Thread Daniel Rall
] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/util/upload FileItem.java MultipartStream.java

2003-02-22 Thread Daniel Rall
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Where isTRurbineResourceService WAS: Revamping Cactus Tests Ques tion

2003-02-22 Thread Daniel Rall
In 3.0, it's now TurbineResources, and is no longer itself a Service. [EMAIL PROTECTED] writes: I think my subject made this email get lost.. I am going to go ahead and remove from the tr.props the reference to teh TurbineResourceService, however, I would like to know where it has gone!

Re: cvs commit: jakarta-turbine-2 project.xml

2003-02-24 Thread Daniel Rall
not be by design. Hopefully some Maven peeps can speak up on this one. ... Why are maven plugins dependent on the project that they build? Shouldn't they use a different class path? I fully agree that it should. -- Daniel Rall [EMAIL PROTECTED

Re: Eric Pugh as a committer

2003-02-24 Thread Daniel Rall
on the Turbine project for a long time. -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TurbineSessionService

2003-02-24 Thread Daniel Rall
to Fulcrum, and send me a tarball with your work (it should be trivial)? -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: VelocityEmail Change Proposal

2003-02-26 Thread Daniel Rall
, all properties should be consolidated in the same place. -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/intake/xmlmodel AppData.java

2003-02-26 Thread Daniel Rall
PROTECTED] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JNDI Configuration (Was VelocityEmail Change Proposal)

2003-02-26 Thread Daniel Rall
, e-mail: [EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XML-RPC beta pending release

2003-02-27 Thread Daniel Rall
our web content into the requested format. -- Daniel Rall [EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-2/src/java/org/apache/turbine Turbine.java

2003-02-27 Thread Daniel Rall
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Turbine Properties (was: Re: VelocityEmail Change Proposal)

2003-02-27 Thread Daniel Rall
Henning P. Schmiedehausen [EMAIL PROTECTED] writes: Daniel Rall [EMAIL PROTECTED] writes: Couldn't that be said about all Turbine properties? TR.props pre-dated the addition of deployment descriptors to the spec by years. Please remember, that I did a shy proposal in January to rename

Re: Torque plugin

2003-02-27 Thread Daniel Rall
to hear it. -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/intake/xmlmodel AppData.java

2003-02-27 Thread Daniel Rall
wasn't mentioned in the log message, so I was curious. *pictures Bart Simpson at the chalk board scribbling diff before commit over and over* On Wed, 26 Feb 2003, Kurt Schrader wrote: On 26 Feb 2003, Daniel Rall wrote: Has a 3.0 version of Fulcrum been tagged final or branched? Did you

Re: AW: velocity 1.3.1 final?

2003-03-02 Thread Daniel Rall
is preventing you from using the stable or development branches of Velocity? -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: velocity 1.3.1 final?

2003-03-02 Thread Daniel Rall
some of the existing patches, address some of the existing bug reports, and become a committer to the Velocity project? -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Access to the velocity-tools CVS repository

2003-03-07 Thread Daniel Rall
Scott Chun [EMAIL PROTECTED] writes: I followed the instructions on the jakara-velocity websit and cvs couldn't find the cvs.apache.org server. Any hints? I'm using Putty and command-line cvs. Paste in the log of your transaction. -- Daniel Rall [EMAIL PROTECTED

Re: What say ye?

2003-03-07 Thread Daniel Rall
versions and milestones to for Velocity to Bugzilla http://issues.apache.org/bugzilla/, our current issue tracking system. -- Daniel Rall [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[dlr@apache.org] cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader FileResourceLoader.java

2003-03-07 Thread Daniel Rall
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Daniel Rall [EMAIL PROTECTED] ---End Message--- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: AW: velocity 1.3.1 final?

2003-03-07 Thread Daniel Rall
it, but no one reviewed the patch so the bug is still left in the code. IMHO that's not the right way to find some interested commiters. I agree! Code and action talks -- care to help out? ;-) -- Daniel Rall [EMAIL PROTECTED

  1   2   >