cvs commit: jakarta-commons/httpclient/xdocs/images httpclient_logo.png logo.jpg

2003-01-24 Thread jsdever
jsdever 2003/01/24 22:48:53 Modified:httpclient project.xml httpclient/xdocs status.xml Added: httpclient/xdocs/images httpclient_logo.png Removed: httpclient/xdocs/images logo.jpg Log: New Groovy HttpClient Logo!! Revision ChangesPath 1.21

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
A few more questions: Where does the nice navigation bar on the left come from? There is one string I want to change (HTTP Client to HttpClient) and a few entries that should be removed (like Contributors which is redundant compared to Project Info -> Project Team). There are a few other thin

Re: help building commons with maven

2003-01-24 Thread Martin Cooper
On Sat, 25 Jan 2003, Jeffrey Dever wrote: > Yea, worked for me too. I have been making some changes in there, so > you need a clean checkout. (does maven do a checkout of the source > files, or just compiles what is already checkout and is local?) Maven will build whatever is on your local di

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
Yea, worked for me too. I have been making some changes in there, so you need a clean checkout. (does maven do a checkout of the source files, or just compiles what is already checkout and is local?) -jsd Martin Cooper wrote: On Sat, 25 Jan 2003, Henri Yandell wrote: On Fri, 24 Jan 2003,

Re: help building commons with maven

2003-01-24 Thread Martin Cooper
On Sat, 25 Jan 2003, Jeffrey Dever wrote: > I re-downloaded it and reinstalled in another location. Now it "just > works". Not sure what the root cause was, will investigate later. Too > busy with updating the httpclient xdocs to worry and am just happy I can > maven build. Maven is very coo

Re: help building commons with maven

2003-01-24 Thread Martin Cooper
On Sat, 25 Jan 2003, Henri Yandell wrote: > > > On Fri, 24 Jan 2003, Martin Cooper wrote: > > > > > > > On Fri, 24 Jan 2003, Henri Yandell wrote: > > > > > > > > I've done a cvs update on commons, and have successfully built [well it > > > fails on a test] httpclient with just: cd httpclient; m

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
On Fri, 24 Jan 2003, Martin Cooper wrote: > > > On Fri, 24 Jan 2003, Henri Yandell wrote: > > > > > I've done a cvs update on commons, and have successfully built [well it > > fails on a test] httpclient with just: cd httpclient; maven > > I just tried building HttpClient and it built and unit

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
I re-downloaded it and reinstalled in another location. Now it "just works". Not sure what the root cause was, will investigate later. Too busy with updating the httpclient xdocs to worry and am just happy I can maven build. -jsd Martin Cooper wrote: On Fri, 24 Jan 2003, Henri Yandell wrot

cvs commit: jakarta-commons/httpclient/xdocs news.xml status.xml contributors.xml

2003-01-24 Thread jsdever
jsdever 2003/01/24 21:07:58 Modified:httpclient project.xml httpclient/xdocs news.xml status.xml Removed: httpclient/xdocs contributors.xml Log: Prepare xdocs for release. Revision ChangesPath 1.20 +64 -32jakarta-commons/httpclient/project.xm

Re: help building commons with maven

2003-01-24 Thread Martin Cooper
On Fri, 24 Jan 2003, Henri Yandell wrote: > > I've done a cvs update on commons, and have successfully built [well it > fails on a test] httpclient with just: cd httpclient; maven > > So something weird is up. > > Maybe your b7 is damaged? You could try reinstalling and see if that fixes > it?

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpConnection.java

2003-01-24 Thread jsdever
jsdever 2003/01/24 20:46:39 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: Deprecation of constructors in favour of the Protocol versions. Revision ChangesPath 1.36 +14 -4 jakarta-commons/httpclient/sr

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java

2003-01-24 Thread jericho
jericho 2003/01/24 19:28:30 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Fix a bug not to set an escaped query. (The setQueryString method requires an escaped form) Reported by Joseph Artsimovich <[EMAIL PROTECTED]

[VOTE] JXPath 1.1 Release Plan

2003-01-24 Thread Dmitri Plotnikov
I am calling for a vote on the JXPath 1.1 Beta Release Plan. Rationale: 1. We released JXPath 1.0 in July 2002. Since then we have added some new features, fixed a significant number or problems, refactored and beefed up the JUnit test system. The package has been very stable for quite some ti

cvs commit: jakarta-commons/jxpath/xdocs release-notes-1.1.xml users-guide.xml

2003-01-24 Thread dmitri
dmitri 2003/01/24 17:50:37 Modified:jxpath/src/java/org/apache/commons/jxpath JXPathContext.java jxpath/src/java/org/apache/commons/jxpath/ri Compiler.java jxpath/src/java/org/apache/commons/jxpath/ri/compiler CoreFunction.java CoreO

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/multipart ByteArrayPartSource.java FilePart.java FilePartSource.java Part.java PartSource.java StringPart.java

2003-01-24 Thread jsdever
jsdever 2003/01/24 16:59:11 Modified:httpclient/src/java/org/apache/commons/httpclient/methods/multipart ByteArrayPartSource.java FilePart.java FilePartSource.java Part.java PartSource.java StringPart.java Log: E

[jelly] 'set' tag behaviour

2003-01-24 Thread Robert McIntosh
I'm getting more familar with the Jelly tags and I just came across a curious behavior. My script looks like this: where ${strings} is an ArrayList of strings. What I expect to happen is that the first j:set tag sets a variable called 'current' with the current st

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit AssertEqualsTag.java AssertTag.java AssertThrowsTag.java

2003-01-24 Thread morgand
morgand 2003/01/24 15:23:47 Modified:jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit AssertEqualsTag.java AssertTag.java AssertThrowsTag.java Log: converting junit tags from Exceptions to JellyTagExceptions Revi

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core ArgTag.java BreakTag.java CaseTag.java CatchTag.java ChooseTag.java DefaultTag.java ExprTag.java FileTag.java ForEachTag.java IfTag.java ImportTag.java IncludeTag.java InvokeTag.java JellyTag.java NewTag.java OtherwiseTag.java RemoveTag.java ScopeTag.java SetPropertiesTag.java SetTag.java SwitchTag.java ThreadTag.java UseBeanTag.java UseListTag.java WhenTag.java WhileTag.java WhitespaceTag.java

2003-01-24 Thread morgand
morgand 2003/01/24 14:53:35 Modified:jelly/jelly-tags/bean/src/java/org/apache/commons/jelly/tags/bean BeanPropertyTag.java BeanTag.java jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing ActionTag.java Borde

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java

2003-01-24 Thread costin
costin 2003/01/24 14:38:44 Modified:modeler/src/java/org/apache/commons/modeler/ant RegistryTask.java modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java Log: Small fix for Regis

[jelly] in EJBs

2003-01-24 Thread Robert McIntosh
I've thought about the uses of executing scripts via EJBs off and on in the past several months and wanted to toss the idea out to the developers for feedback. The basic idea is similar to using Jelly as a service in an Avalon container, but instead it would be implemented as a stateless sessio

RE: Converting groups of form elements to custom objects

2003-01-24 Thread Ramarao, Nagaraj
Hen, I am sorry I have just joined the mailing list. The form I was referring was DynaValidatorForm. Thanks. -R. Nagaraj -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:36 PM To: Jakarta Commons Developers List Subject: Re: Converting g

Re: Converting groups of form elements to custom objects

2003-01-24 Thread Henri Yandell
You might want to explain which Commons project this is relevant to. Would help people know what a 'form' is etc. Hen On Fri, 24 Jan 2003, Ramarao, Nagaraj wrote: > Hi, > Is there a way for associating a group of form elements as one unit? Is > there a way for these group of elements to be c

Converting groups of form elements to custom objects

2003-01-24 Thread Ramarao, Nagaraj
Hi, Is there a way for associating a group of form elements as one unit? Is there a way for these group of elements to be converted into one custom object. For example I have a form with 2 address elements (work & home). The address is object with addr lines 1-5, city, state, zip country. I

[net] FTP protocal, LIST command, and "dot" files

2003-01-24 Thread Jeff Barrett
I'm not clear on the capability of commons-net to list directories who's name begins w/ a period e.g. .svn, .ssh. A standard FTPClient.listFiles() sends a LIST which doesn't return said files. I know it's possible to get a detailed FTP listing w/ thos directories showing up, it's easy from a c

RE: [version] reflection-based [was:PROPOSAL Commons-Version]

2003-01-24 Thread Adam Jack
Adam wrote: > Nothing is to stop us from > allowing optional extras, such as Nick wrote: We also need to deal with ... Adam replies: I think any number of optional extensions will be want added, the import thing [IMHO] must be finding a concise

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly TagSupport.java

2003-01-24 Thread morgand
morgand 2003/01/24 11:27:26 Modified:jelly/src/java/org/apache/commons/jelly TagSupport.java Log: implementing JellyTagException as an script execution time version of JellyException Revision ChangesPath 1.23 +8 -8 jakarta-commons-sandbox/jelly/src/java/org/a

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
Doing that now ... thanks. Martin van den Bemt wrote: Looks like your xml is treated as text.. You better move this thread to maven-dev or maven-user.. :) Mvgr, Martin On Fri, 2003-01-24 at 19:54, Jeffrey Dever wrote: There is definately somthing wrong with my environment. When I run that

Re: [version] reflection-based [was:PROPOSAL Commons-Version]

2003-01-24 Thread Nick Chalko
Adam Jack wrote: I believe the convention ought be along the lines of: 1) The class naming convention: ( .version. keeps it separate/out of the way.) {primary package path}.version.Version.class Saves class loaders being inefficient as they search. 2) A single method or public field Strin

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/core TestArgTag.java

2003-01-24 Thread morgand
morgand 2003/01/24 11:03:25 Modified:jelly/src/java/org/apache/commons/jelly MissingAttributeException.java Script.java Tag.java TagSupport.java jelly/src/java/org/apache/commons/jelly/impl BreakExcept

Re: help building commons with maven

2003-01-24 Thread Martin van den Bemt
Looks like your xml is treated as text.. You better move this thread to maven-dev or maven-user.. :) Mvgr, Martin On Fri, 2003-01-24 at 19:54, Jeffrey Dever wrote: > There is definately somthing wrong with my environment. When I run that > i get: > > build: > glob="*/project.xml" ignoreFailu

RE: [version] reflection-based [was:PROPOSAL Commons-Version]

2003-01-24 Thread Adam Jack
Ola, Thanks for your input, it is good not to be talking completely to myself. ;-) > There are different use cases for versioning, and I think it would be foolish to meet them all in the same package. I assume this statement is not a generalization, but comes from my previous statement -- summar

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
There is definately somthing wrong with my environment. When I run that i get: build: BUILD SUCCESSFUL Total time: 31 seconds But it was completely unsuccessful, other than downloading the dependancies. Henri Yandell wrote: By the way, building commons itself seems to give: [ERROR] File..

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
By the way, building commons itself seems to give: [ERROR] File.. /usr/local/javalib/maven-1.0-beta-7/plugins/maven-reactor-plugin-1.0/plugin.jelly [ERROR] Element... reactor:reactor [ERROR] Line.. 32 [ERROR] Column 9 [ERROR] The content of elements must consist of well-formed charac

Re: help building commons with maven

2003-01-24 Thread Martin van den Bemt
Probably. Never looked at a solution though (using maven head from 31/12/2002 on windows and the latest maven-head on linux afaik). If I have time i'll see if maven head is usable for commons.. Mvgr, Martin On Fri, 2003-01-24 at 19:34, Henri Yandell wrote: > > So what you're saying is that a new

cvs commit: jakarta-commons/logging project.xml

2003-01-24 Thread bayard
bayard 2003/01/24 10:39:53 Modified:logging project.xml Log: Upgraded the dependency from 1.1.3 to 1.2.6. Possibly it ought to move to 1.2.7, but I'm unable to confirm if Maven has that in the repository at the moment. Revision ChangesPath 1.8 +1 -1 jakar

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
Of course, ibiblio.org/maven being down yet again does not help. Hen On Fri, 24 Jan 2003, Henri Yandell wrote: > > So what you're saying is that a new maven user cannot build, but an old > maven user can? Because us old users of maven have the snapshots, but the > new ones do not? > > So anothe

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
So what you're saying is that a new maven user cannot build, but an old maven user can? Because us old users of maven have the snapshots, but the new ones do not? So another way to solve it would be via a zipped patch the new user could overlay on their maven-home? Hen On 24 Jan 2003, Martin va

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
On Fri, 24 Jan 2003, Craig R. McClanahan wrote: > > > > I'm not a Maven guru, but it's not clear to me that the maven.xml and > project.xml files for all of the Commons projects have been kept up to > date (or even created in the first place), particularly for those > projects that started out w

Re: help building commons with maven

2003-01-24 Thread Martin van den Bemt
There are known problems with the b7 installation if you do that at present (as far as I understood), since maven is depending on snapshots and the snapshots are not currently anymore working on the b7 one.. So maybe you going to have to use maven-head because of that. If I am wrong, please corre

Re: help building commons with maven

2003-01-24 Thread Craig R. McClanahan
On Fri, 24 Jan 2003, Jeffrey Dever wrote: > Date: Fri, 24 Jan 2003 13:02:50 -0500 > From: Jeffrey Dever <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > Subject: Re: help building commons with maven >

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
I've done a cvs update on commons, and have successfully built [well it fails on a test] httpclient with just: cd httpclient; maven So something weird is up. Maybe your b7 is damaged? You could try reinstalling and see if that fixes it? [yes, I've been using Windows all week!] Hopefully a 3rd

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly JellyTagException.java

2003-01-24 Thread morgand
morgand 2003/01/24 10:12:54 Modified:jelly/src/java/org/apache/commons/jelly JellyTagException.java Log: added all JellyException constructors to JellyTagException Revision ChangesPath 1.2 +32 -5 jakarta-commons-sandbox/jelly/src/java/or

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
b7 $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path. I'm perplexed. -jsd Henri Yandell wrote: java:jar is afaik, the default goal to run. it's basically 'compile'. logging and lang both work for me. I'm on the latest stable maven, b7. What verison are you on? On Fri, 24 Jan 2

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
java:jar is afaik, the default goal to run. it's basically 'compile'. logging and lang both work for me. I'm on the latest stable maven, b7. What verison are you on? On Fri, 24 Jan 2003, Jeffrey Dever wrote: > I have tried running maven in a commons subdirectory, such as logging > and httpclie

Re: help building commons with maven

2003-01-24 Thread Jeffrey Dever
I have tried running maven in a commons subdirectory, such as logging and httpclient. maven does go away and download the dependancies, but then reports: [ERROR] BUILD FAILED [ERROR] Goal "java:jar" does not exist in this project. Total time: 14 seconds I don't see where this goal is defined.

Re: help building commons with maven

2003-01-24 Thread Henri Yandell
If you go into a particular component and type 'maven', it should build that project. I tend to use maven and maven site. However, how you do the big build of all components at the same time, I'm also clueless on. Hen On Fri, 24 Jan 2003, Jeffrey Dever wrote: > In my local checkout of jakarta-

help building commons with maven

2003-01-24 Thread Jeffrey Dever
In my local checkout of jakarta-commons, when I run *maven -g* I only the follwoing non documented goals: build build:start deploy-front-end-site site site-front-end When I run *maven build:start* I get: BUILD SUCCESSFUL Total time: 14 seconds But in reality it did nothing, no other outpu

[configuration][PATCH] multiple levels of interpolation + maven build fixes

2003-01-24 Thread Jeff Barrett
Here's my original message w/ a more informative subject line and patches split up into different files, zipped up. === I don't have much experience sending patches, so please let me know if I could have sent this in a better way. This patch d

RE: [dbutils] Test case approach

2003-01-24 Thread Henri Yandell
On Fri, 24 Jan 2003, Rodney Waldhoff wrote: > For what it's worth, commons-dbcp has pieces of this. > > Initially, the org.apache.commons.dbcp.DelegatingXXX classes were just > that--all they did was implement the XXX interface, take an XXX instance > in the constructor and delegate all calls to

RE: [dbutils] Test case approach

2003-01-24 Thread Henri Yandell
On Fri, 24 Jan 2003, Steven Caswell wrote: > Do you already have a TestDriver written? I can take a shot at an > initial cut if not. > > Have you put together a TestDriver scenario for the ResultSet wrapper? > If not, I can take a shot at that one also. I've not put pen to paper on anything. I

RE: [dbutils][OT]Test case approach

2003-01-24 Thread Dave . Derry
Darn!! ;-{ Henri Yandell

RE: [dbutils][OT]Test case approach

2003-01-24 Thread Henri Yandell
It's a hypothetical example of mine :) There are some 'bugs' in Oracle's driver. Ones I know of: TIMESTAMP fields in the db are painful to work with without using Oracle's specific timestamp class. This could be fixed to make the java.sql.Timestamp map to Oracle's TIMESTAMP properly. Getting P

RE: [dbutils][OT]Test case approach

2003-01-24 Thread Dave . Derry
Excuse me for butting in here, but I've seen a couple of references to OracleBugFixDriver and that has got my curiosity up. We are using Oracle 9i in a web environment with OJB for persistence. We are using the latest driver from Oracle (ojdbc14.jar) and we keep getting IO errors on our demo serve

RE: [dbutils] Test case approach

2003-01-24 Thread Rodney Waldhoff
For what it's worth, commons-dbcp has pieces of this. Initially, the org.apache.commons.dbcp.DelegatingXXX classes were just that--all they did was implement the XXX interface, take an XXX instance in the constructor and delegate all calls to that instance. Later, additional functionality was add

Re: [betwixt] site bug?

2003-01-24 Thread Martin van den Bemt
I'll ask my brother if he can think up a logo for betwixt.. It seems like the parent project.xml (in the root of jakarta-commons) is pointing to www.apache.org. Maybe we should change this one, so we don't have to override this (though I don't know if that was there for a reason though). Mvgr, Ma

RE: [dbutils] Test case approach

2003-01-24 Thread Steven Caswell
Sounds like option 4 could be written once and then configured for different test cases. I suspect option 3 with a Mock object would require more per-test effort. If this is the case, I'd definitely go for option 4. And for driver-specific tests (i.e., OracleBugFixDriver), I'd expect to have to wri

RE: [configuration][PATCH]

2003-01-24 Thread Shapira, Yoav
Howdy, Thank you very much for the contribution. ;) If you could please send each separate patched file as an attachment to your message, instead of one big file, that'd be great. Thanks again, Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jeff Barrett [mailto:[E

[configuration] [SUBMIT] ConfigurationUtils

2003-01-24 Thread Herve Quiroz
Hi, I needed some methods to display configuration options at startup of my application when running "verbose" so I was wondering if there was a place for it in the configuration package itself. IMHO such a static class is a nice place for miscellaneous methods. Regards, Herve PS: AFAIK ther

DO NOT REPLY [Bug 16394] New: - Enhance the IndexedListProperty to handle nested lists.

2003-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [configuration] HashCode, WAS: Configuration.equals() method

2003-01-24 Thread Shapira, Yoav
Howdy, >> Also, if you override equals() you should override hashCode(), which is >> a pain. > >It is less of a pain using HashCodeBuilder in [lang]. That would be useful for several other things I'm doing. Thanks for the note -- I'll go check that baby out right now ;) Yoav Shapira Millennium

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URI.java

2003-01-24 Thread jericho
jericho 2003/01/24 05:45:49 Modified:httpclient/src/java/org/apache/commons/httpclient URI.java Log: Fix a bug not to validate the escaped rel_path correctly... Reported by Armando_Anton <[EMAIL PROTECTED]> Thank you for reviewing. Revision ChangesPath 1.23 +7

Re: [configuration] [SUBMIT] ConfigurationComparator and relatedclasses

2003-01-24 Thread Herve Quiroz
Oups, I just noticed that even with 'set sw=4', vim does replace every 8 spaces occurrence by a tab (with my config anyway). So if you plan to commit it, maybe some search/replace will be necessary (or I can repost it clean if you want). Sorry. Herve. -- To unsubscribe, e-mail:

[configuration] [SUBMIT] ConfigurationComparator and related classes

2003-01-24 Thread Herve Quiroz
Hi, Here it is. If it's OK, it will become easier to test the various Configuration implementations. Herve On Thu, 23 Jan 2003, Shapira, Yoav wrote: > Howdy, > > >So what about that : > > > Perfect, AFAIK. Thanks again, > > Yoav Shapira > Millennium ChemInformatics > > -- > To unsubscribe, e

Re: [net] momentum for promotion?

2003-01-24 Thread Jeffrey D. Brekke
"Daniel F. Savarese" <[EMAIL PROTECTED]> writes: [SNIPPED] > In any case, I'm +1 on a promotion with the condition that unit tests will > be the first order of business before any major development initiative is > undertaken. i.e., we'll fix bugs but won't apply new functionality patches > unti