Re: [logging] Current Status and Release Planning

2004-02-29 Thread robert burrell donkin
open bug report against [logging]. Please download tonight's (20040229) nightly build and help me test the new bits to make sure I didn't break anything along the way. This is the last call for any issues you'd like to see addressed in a 1.0.4 maintenance release of [logging]. The best way

[all] how does website generation work?

2004-02-29 Thread robert burrell donkin
the build.xml script in the base of the jakarta-commons directory no longer runs now that all of the documentation sources have been moved into commons-build. what's the new plan for generating the web site? this is actually quite a pressing issue since there's a new commons-logging release

Re: [logging] work needed for 1.0.4 [WAS Re: [logging] Are we ready for 1.0.4?]

2004-02-29 Thread robert burrell donkin
On 28 Feb 2004, at 19:37, Dennis Lundberg wrote: Here is a status for bugs regarding logging: #10818 [logging] Add method enter() and exit() methods to public Log API this means breaking the Log interface. there is some utility in this proposal but i think that log is so widely used that

Re: [all] how does website generation work?

2004-02-29 Thread Stephen Colebourne
I got around this by directly editing the generated files in the docs folder. Mark is the expert on the plan for this. Stephen - Original Message - From: robert burrell donkin [EMAIL PROTECTED] the build.xml script in the base of the jakarta-commons directory no longer runs now that

cvs commit: jakarta-commons/logging project.xml

2004-02-29 Thread rdonkin
rdonkin 2004/02/29 01:37:09 Modified:logging project.xml Log: Moved license below xml declaration. Contributed by Dennis Lundberg. Revision ChangesPath 1.14 +2 -2 jakarta-commons/logging/project.xml Index: project.xml

cvs commit: jakarta-commons/logging/xdocs proposal.xml

2004-02-29 Thread rdonkin
rdonkin 2004/02/29 01:37:37 Modified:logging/xdocs proposal.xml Log: Added missing end tags. Contributed by Dennis Lundberg. Revision ChangesPath 1.4 +3 -3 jakarta-commons/logging/xdocs/proposal.xml Index: proposal.xml

Re: [logging] Current Status and Release Planning

2004-02-29 Thread robert burrell donkin
against [logging]. Please download tonight's (20040229) nightly build and help me test the new bits to make sure I didn't break anything along the way. This is the last call for any issues you'd like to see addressed in a 1.0.4 maintenance release of [logging]. The best way to raise such issues

[logging] contributors list

2004-02-29 Thread robert burrell donkin
maven's project.xml supports a list of contributors (as well as developers). this list is published to the website. when i mavenized logging, i left this empty. i think that there are probably a few different options: 1. leave it empty 2. find all past contributors (from the cvs commit

cvs commit: jakarta-commons/validator LICENSE.txt

2004-02-29 Thread scolebourne
scolebourne2004/02/29 01:43:47 Modified:validator LICENSE.txt Log: Change to Apache License 2.0 Revision ChangesPath 1.6 +202 -20 jakarta-commons/validator/LICENSE.txt Index: LICENSE.txt ===

cvs commit: jakarta-commons/validator/xdocs index.xml community.xml tasks.xml faq.fml resources.xml navigation.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 01:48:28 Modified:validator build.properties.sample build.xml PROPOSAL.html project.xml maven.xml project.properties STATUS.html validator/xdocs index.xml community.xml tasks.xml faq.fml

cvs commit: jakarta-commons/pool/xdocs/guide sequencediagrams.xml classdiagrams.xml index.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 01:50:58 Modified:pool checkstyle.xml build.properties.sample project.xml project.properties STATUS.html PROPOSAL.html build.xml pool/xdocs navigation.xml index.xml examples.xml

[logging] improved exception diagnostics [WAS Re: [logging] work needed for 1.0.4]

2004-02-29 Thread robert burrell donkin
(new thread to discuss these issues.) On 28 Feb 2004, at 19:37, Dennis Lundberg wrote: #25156 [logging] Enhance error message for org.apache.commons.logging.impl.Log4JLogger does not implement Log - This seems to me to be similar to #26598 #26598 [logging]

Re: [logging] contributors list

2004-02-29 Thread Stephen Colebourne
FYI, collections and lang took route 2 from @author. Stephen - Original Message - From: robert burrell donkin [EMAIL PROTECTED] maven's project.xml supports a list of contributors (as well as developers). this list is published to the website. when i mavenized logging, i left this

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/util ListenerList.java

2004-02-29 Thread scolebourne
scolebourne2004/02/29 02:26:57 Modified:net/src/test/org/apache/commons/net/ftp/parser OS2FTPEntryParserTest.java EnterpriseUnixFTPEntryParserTest.java UnixFTPEntryParserTest.java

cvs commit: jakarta-commons/net/xdocs navigation.xml migration.xml faq.xml code-standards.xml changes.xml tasks.xml download.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 02:27:30 Modified:net LICENSE.txt project.properties maven.xml project.xml build.xml net/xdocs navigation.xml migration.xml faq.xml code-standards.xml changes.xml tasks.xml

Re: [digester] relicensing to apache2.0

2004-02-29 Thread robert burrell donkin
On 29 Feb 2004, at 02:21, Simon Kitching wrote: On Sun, 2004-02-29 at 03:38, robert burrell donkin wrote: snip one day soon (probably once the betwixt branch is merged into HEAD) i'm going to go through and change all my @author tags to credit the ASF instead. (i'm not really trying to push

cvs commit: jakarta-commons anakia-project.xml

2004-02-29 Thread dirkv
dirkv 2004/02/29 04:23:01 Added: .anakia-project.xml Log: project file for anakia site generation move from xdocs/stylesheets Revision ChangesPath 1.1 jakarta-commons/anakia-project.xml Index: anakia-project.xml

cvs commit: jakarta-commons .cvsignore

2004-02-29 Thread dirkv
dirkv 2004/02/29 04:23:42 Modified:..cvsignore Log: ignore site.vsl Revision ChangesPath 1.5 +1 -0 jakarta-commons/.cvsignore Index: .cvsignore === RCS file:

cvs commit: jakarta-commons build.xml

2004-02-29 Thread dirkv
dirkv 2004/02/29 04:24:15 Modified:.build.xml Log: xdocs were move into commons-build Revision ChangesPath 1.14 +4 -4 jakarta-commons/build.xml Index: build.xml === RCS file:

Re: [all] how does website generation work?

2004-02-29 Thread Dirk Verbeeck
I have adjusted the paths in build.xml to point to the new location of the xdocs menu directories. You should be able to generate the main web site now. -- Dirk robert burrell donkin wrote: the build.xml script in the base of the jakarta-commons directory no longer runs now that all of the

Re: [logging] Current Status and Release Planning

2004-02-29 Thread Dennis Lundberg
I've been diffing the 1.0.3 release and the nightly from 20040229. I thought that I would try the Lumberjack logging, but I can't see how it could possibly work. Here's a code snippet from LogFactoryImpl: /** * Is emJDK 1.3 with Lumberjack/em logging available? */ protected boolean

cvs commit: jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/ri/model/dom TestDOMFactory.java DOMModelTest.java

2004-02-29 Thread scolebourne
scolebourne2004/02/29 06:17:46 Modified:jxpath/src/java/org/apache/commons/jxpath/xml DocumentContainer.java XMLParser2.java JDOMParser.java XMLParser.java DOMParser.java jxpath PROPOSAL.html project.xml

cvs commit: jakarta-commons/digester project.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 06:28:47 Modified:digester project.xml Log: Remove myself as a developer I was only included due to an imported class Revision ChangesPath 1.20 +0 -5 jakarta-commons/digester/project.xml Index: project.xml

Bug report for Commons [2004/02/29]

2004-02-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: jakarta-commons/jexl/src/test/org/apache/commons/jexl/junit AsserterTest.java

2004-02-29 Thread Geir Magnusson Jr
On Feb 28, 2004, at 8:45 AM, [EMAIL PROTECTED] wrote: yoavs 2004/02/28 05:45:22 Modified:jexl LICENSE.txt [SNIP] Thank you! geir -- Geir Magnusson Jr 203-247-1713(m) [EMAIL PROTECTED]

Re: [HttpClient] Moving to Jakarta

2004-02-29 Thread Geir Magnusson Jr
Go for it... +1 (supportive non-participant) :) geir On Feb 28, 2004, at 2:51 PM, Martin Cooper wrote: On Sat, 21 Feb 2004, Michael Becke wrote: Below is a message I recently posted to commons-httpclient-dev. The input of other commons developers would be greatly appreciated. I look

cvs commit: jakarta-commons-sandbox/id/xdocs downloads.xml index.xml navigation.xml

2004-02-29 Thread psteitz
psteitz 2004/02/29 08:06:34 Modified:id build.xml checkstyle.xml project.properties id/src/java/org/apache/commons/id AbstractLongIdentifierGenerator.java DefaultIdentifierGeneratorFactory.java

cvs commit: jakarta-commons-sandbox/id HEADER.txt

2004-02-29 Thread psteitz
psteitz 2004/02/29 08:07:39 Added: id HEADER.txt Log: Added HEADER.txt for checkstyle header check. Revision ChangesPath 1.1 jakarta-commons-sandbox/id/HEADER.txt Index: HEADER.txt

[GUMP@lsd]: jakarta-commons-sandbox/commons-jjar failed

2004-02-29 Thread Ted Husted
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jjar has an issue affecting it's community integration. The

cvs commit: jakarta-commons-sandbox/id/src/test/org/apache/commons/id/uuid UUIDSystemClockTest.java

2004-02-29 Thread psteitz
psteitz 2004/02/29 08:14:26 Modified:id/src/test/org/apache/commons/id/uuid UUIDSystemClockTest.java Log: Comment out currently failing system clock range test. Revision ChangesPath 1.3 +3 -2

Re: [configuration] problems with commas in string properties

2004-02-29 Thread Henri Yandell
Agreed. I've found that repeated elements are the best way to do a list. [to commons-config developers] So in .properties: foo.name=fred foo.name=jim creates a List In .xml: foo namefred/name namejim/name /foo Though I do currently have a problem with: ... foonamefred/name/foo

DO NOT REPLY [Bug 27135] - [logging] SimpleLog log method should defer writing for better reuse!

2004-02-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/id project.xml

2004-02-29 Thread psteitz
psteitz 2004/02/29 08:22:14 Modified:id project.xml Log: Added copyright notice and 2.0 license reference. Revision ChangesPath 1.5 +17 -0 jakarta-commons-sandbox/id/project.xml Index: project.xml

[releases] lacking releases for .... Was: [sandbox] report

2004-02-29 Thread Henri Yandell
In addition, we have commons-proper projects without a release: IO Jelly Jexl Launcher Math Does anyone have estimated release dates for these? and who is release manager for each one? [something we should probably make a clause of sandbox-proper promotion]. If the release manager then

Re: [releases] lacking releases for .... Was: [sandbox] report

2004-02-29 Thread Mark R. Diggory
In Math we have Phil and myself working on various aspects of the release process. My efforts have primarily been in automation of the release process and site generation (thus benefiting the whole commons as well) while Phil has been focused on task management to get the sourcecode upto

cvs commit: jakarta-commons-sandbox/id project.properties project.xml

2004-02-29 Thread psteitz
psteitz 2004/02/29 09:01:21 Modified:id project.properties project.xml Log: Cleaned up project extension from sandbox-build. Revision ChangesPath 1.5 +1 -1 jakarta-commons-sandbox/id/project.properties Index: project.properties

cvs commit: jakarta-commons/math/xdocs/userguide analysis.xml index.xml linear.xml overview.xml random.xml special.xml stat.xml utilities.xml

2004-02-29 Thread psteitz
psteitz 2004/02/29 10:50:10 Modified:math/xdocs/userguide analysis.xml index.xml linear.xml overview.xml random.xml special.xml stat.xml utilities.xml Log: Eliminated author tags. Revision ChangesPath 1.8 +1 -2

Re: [sandbox] report

2004-02-29 Thread Rob Oxspring
The sandbox cli project should be safe to remove now, it was being used for some experimentation prior to v2 but all work has been moved to a branch on cli proper which has been 2.0'd already (HEAD hasn't but no release is expected there) Rob Henri Yandell wrote: SANDBOX-PLAY

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex ComplexFormat.java

2004-02-29 Thread tobrien
tobrien 2004/02/29 11:40:39 Modified:math/src/java/org/apache/commons/math/complex ComplexFormat.java Log: Added Javadoc to the ComplexFormat class Revision ChangesPath 1.3 +35 -4

[all] LICENSE vs LICENSE.txt (was: [GUMP@lsd]: jakarta-commons-sandbox/commons-jjar failed)

2004-02-29 Thread Michael Davey
Gump 'bot (pretending to be Ted Husted) wrote: [snip] Project commons-jjar has an issue affecting it's community integration. The current state is 'Failed', for reason 'Build Failed' [snip] BUILD FAILED /data3/gump/jakarta-commons-sandbox/jjar/build.xml:173: Warning: Could not find file

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex Complex.java

2004-02-29 Thread tobrien
tobrien 2004/02/29 11:52:01 Modified:math/src/java/org/apache/commons/math/complex Complex.java Log: Added JavaDoc to the Complex class, still more work to be done. Revision ChangesPath 1.7 +30 -8

Re: [all] LICENSE vs LICENSE.txt (was: [GUMP@lsd]: jakarta-commons-sandbox/commons-jjar failed)

2004-02-29 Thread Henri Yandell
My fault, I thought it was the other way around for Commons. Hen On Sun, 29 Feb 2004, Michael Davey wrote: Gump 'bot (pretending to be Ted Husted) wrote: [snip] Project commons-jjar has an issue affecting it's community integration. The current state is 'Failed', for reason 'Build

Re: [all] LICENSE vs LICENSE.txt (was: [GUMP@lsd]: jakarta-commons-sandbox/commons-jjar failed)

2004-02-29 Thread Adam R. B. Jack
It doesn't matter to Gump which you chose, the main thing is that if the Gump descriptor for a project references a license filename, and that filename is missing, it'll complain. That has caught us on few LICENSE - LICENSE.txt changes recently. regards Adam - Original Message - From:

Re: [all] LICENSE vs LICENSE.txt (was: [GUMP@lsd]: jakarta-commons-sandbox/commons-jjar failed)

2004-02-29 Thread Stephen Colebourne
I thought that the idea was that the prefered name is without an extension: quote href=http://apache.org/dev/apply-license.html; *Can the LICENSE and NOTICE files be called LICENSE.txt and NOTICE.txt?* This is permitted. However the preference is that the files be called LICENSE and

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java PoolableConnectionFactory.java

2004-02-29 Thread dirkv
dirkv 2004/02/29 12:18:25 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java PoolableConnectionFactory.java Log: Bugzilla Bug 27320: DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...)) - Allow 3 values for the

DO NOT REPLY [Bug 27320] - DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...))

2004-02-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27320. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/mapper project.xml

2004-02-29 Thread bayard
bayard 2004/02/29 12:41:31 Modified:mapper project.xml Log: updated to use the sandbox-build Revision ChangesPath 1.4 +2 -64 jakarta-commons-sandbox/mapper/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/xo project.xml

2004-02-29 Thread bayard
bayard 2004/02/29 12:41:40 Modified:xo project.xml Log: updated to use the sandbox build Revision ChangesPath 1.13 +1 -26 jakarta-commons-sandbox/xo/project.xml Index: project.xml ===

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io/output LockableFileWriterTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 13:07:14 Modified:io/src/test/org/apache/commons/io/output LockableFileWriterTest.java Log: cleans up after itself now, rather than leaving lockfiles Revision ChangesPath 1.2 +18 -6

cvs commit: jakarta-commons/beanutils/xdocs proposal.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:17:52 Modified:beanutils build.xml maven.xml project.properties build.properties.sample PROPOSAL.html STATUS.html beanutils/xdocs proposal.xml Log: Change to Apache License 2.0 Revision ChangesPath 1.58

cvs commit: jakarta-commons/beanutils project.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:18:08 Modified:beanutils/xdocs navigation.xml index.xml beanutils project.xml Log: Update to new website design Revision ChangesPath 1.5 +22 -3 jakarta-commons/beanutils/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/commons-build project.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:25:07 Modified:commons-build project.xml Log: Better set of default reports Revision ChangesPath 1.22 +5 -2 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build incl_nav.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:25:20 Modified:commons-build incl_nav.xml Log: Complete mavenized commons Revision ChangesPath 1.21 +1 -1 jakarta-commons/commons-build/incl_nav.xml Index: incl_nav.xml

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io EndianUtilsTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 13:34:14 Modified:io/src/test/org/apache/commons/io EndianUtilsTest.java Log: added all readSwapped(InputStream) methods Revision ChangesPath 1.11 +26 -9 jakarta-commons/io/src/test/org/apache/commons/io/EndianUtilsTest.java Index:

Re: [HIVEMIND] The hive in Tapestry 3.0

2004-02-29 Thread Geoff Longman
So I've created a bunch of hivemind services and I'm impressed in how how easy it is. Especially w/regards to unit testing! We used to have a terrible setup using Singletons and static references to helper beans. Not anymore. We now have a module of terrific loosely coupled services. Next step is

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io EndianUtilsTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 13:46:17 Modified:io/src/test/org/apache/commons/io EndianUtilsTest.java Log: added all writeSwapped(OutputStream) methods Revision ChangesPath 1.12 +52 -11 jakarta-commons/io/src/test/org/apache/commons/io/EndianUtilsTest.java Index:

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io EndianUtilsTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 13:47:07 Modified:io/src/test/org/apache/commons/io EndianUtilsTest.java Log: added newlines before ByteArrayInputStreams Revision ChangesPath 1.13 +8 -1 jakarta-commons/io/src/test/org/apache/commons/io/EndianUtilsTest.java Index:

cvs commit: jakarta-commons/io/xdocs tasks.xml

2004-02-29 Thread bayard
bayard 2004/02/29 13:47:23 Modified:io/xdocs tasks.xml Log: EndianUtils tests done Revision ChangesPath 1.24 +2 -2 jakarta-commons/io/xdocs/tasks.xml Index: tasks.xml === RCS file:

cvs commit: jakarta-commons/betwixt/xdocs powered.xml tasks.xml community.xml faq.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:58:36 Modified:betwixt/xdocs/guide integration.xml binding.xml writing.xml tutorial.xml start.xml examples.xml derived.xml reading.xml betwixt build-legacy.xml gump.xml checkstyle.xml build.xml

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io/input SwappedDataInputStreamTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 13:58:47 Modified:io/src/test/org/apache/commons/io/input SwappedDataInputStreamTest.java Log: added test for the unsigned methods, though bit unsure that 0201 is right for readUnsignedShort, would have expected different to reading a

cvs commit: jakarta-commons/betwixt/xdocs index.xml navigation.xml

2004-02-29 Thread scolebourne
scolebourne2004/02/29 13:59:06 Modified:betwixt/xdocs index.xml navigation.xml Log: Update to new website design Revision ChangesPath 1.7 +17 -2 jakarta-commons/betwixt/xdocs/index.xml Index: index.xml

[all] Which website entity?

2004-02-29 Thread Stephen Colebourne
As I started looking at updating some of the websites, I realised that we have two competing approaches: - incl_nav.xml - menus.dtd I have been updating everything to use the former, but I suspect others may be updating towards the latter. Have we agreed on which to use? If so, can we mark the

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io/input SwappedDataInputStreamTest.java

2004-02-29 Thread bayard
bayard 2004/02/29 14:03:45 Modified:io/src/test/org/apache/commons/io/input SwappedDataInputStreamTest.java Log: readFully tested Revision ChangesPath 1.9 +8 -4

cvs commit: jakarta-commons/io/xdocs tasks.xml

2004-02-29 Thread bayard
bayard 2004/02/29 14:04:27 Modified:io/xdocs tasks.xml Log: unit tests written! Revision ChangesPath 1.25 +0 -9 jakarta-commons/io/xdocs/tasks.xml Index: tasks.xml === RCS file:

cvs commit: jakarta-commons/io/xdocs tasks.xml

2004-02-29 Thread bayard
bayard 2004/02/29 14:04:59 Modified:io/xdocs tasks.xml Log: 1.0 todo removed as I think it is ready Revision ChangesPath 1.26 +0 -4 jakarta-commons/io/xdocs/tasks.xml Index: tasks.xml ===

Re: [all] Which website entity?

2004-02-29 Thread Henri Yandell
Heh. Looks like Dirk created/moved the menus.dtd the other day. Any reason why we should be using menus.dtd Dirk? Betwixt, Pool, Launcher and DBCP are using it. Hen On Sun, 29 Feb 2004, Stephen Colebourne wrote: As I started looking at updating some of the websites, I realised that we have

Re: [all] Which website entity?

2004-02-29 Thread Mark R. Diggory
Yes, right now the direction we've been taking is to include the common navigation using the following Entity Reference strategy: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE project [ !ENTITY commons-nav SYSTEM ../../commons-build/incl_nav.xml ] project name=Math titleMath/title

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/hivemind HiveMindMessages.properties

2004-02-29 Thread hlship
hlship 2004/02/29 17:08:03 Modified:hivemind/framework/src/test/hivemind/test/config TestConfigurationPoint.java hivemind/xdocs descriptor.xml rules.xml hivemind/framework/src/java/org/apache/hivemind/schema/rules

cvs commit: jakarta-commons/commons-build/xdocs navigation.xml

2004-02-29 Thread mdiggory
mdiggory2004/02/29 17:12:29 Added: commons-build/xdocs navigation.xml Log: Shared Commons Navigation for Top level site. Simply just the navigation.xml wrapper around the same entity include as the subprojects use. Revision ChangesPath 1.1

Re: [all] how does website generation work?

2004-02-29 Thread Mark R. Diggory
I see why you'll need to regenerate the old top level site, the link to logging will end up pointing in the wrong location. http://jakarta.apache.org/commons/logging.html We need to get together some status on the top level site conversion, I know a large amount of documentation has been

[configuration] problems with commas in string properties

2004-02-29 Thread Basil James Whitehouse III
I've been using a commons-configuration nightly build from February 15, 2004 rather successfully. Recently I have run into a problem with strings containing a comma , in them. I'm using XML to store properties, here's an example of the XML that is causing me grief. configuration

cvs commit: jakarta-commons/jelly/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz example.jelly

2004-02-29 Thread dion
dion2004/02/29 17:40:01 Modified:jelly/jelly-tags/junit maven.xml project.xml project.properties build.xml jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit runSuite.jelly suite.jelly

[commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Mark R. Diggory
http://jakarta.apache.org/commons-mavenized Please feel free to point out any problems. -Mark -- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Tim O'Brien
Mark R. Diggory wrote: http://jakarta.apache.org/commons-mavenized Please feel free to point out any problems. -Mark +1, that looks great. I think that this page: http://jakarta.apache.org/commons-mavenized/sandbox.html, needs some updating. I'll get on it, and commit a newer version in

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Henri Yandell
[These are not all for attention right now] For one, the 'Sandbox' link on the front page [rather than nav] does not link to it, but instead jumps down to a small blurb. One thing that Maven does, that I can't understand, is seem to make the lines under the links go on for a space extra. It's

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Mark R. Diggory
Henri Yandell wrote: [These are not all for attention right now] For one, the 'Sandbox' link on the front page [rather than nav] does not link to it, but instead jumps down to a small blurb. I'm not sure of what our plans are for this, where do you want it to go to? One thing that Maven does,

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Mark R. Diggory
Great thanks for looking into it. Tim O'Brien wrote: Mark R. Diggory wrote: http://jakarta.apache.org/commons-mavenized Please feel free to point out any problems. -Mark +1, that looks great. I think that this page: http://jakarta.apache.org/commons-mavenized/sandbox.html, needs some

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Martin Cooper
What Hen said. ;-) In addition, if we're really not going to have the sandbox components in the navigation bar, then the sandbox page needs to reference, and link to, all of them. (At least, I can't find any other way to get to sandbox components than though this page.) -- Martin Cooper On

cvs commit: jakarta-commons/commons-build/xdocs sandbox.xml

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:06:01 Modified:commons-build/xdocs sandbox.xml Log: Updated the sandbox.xml to reflect sandbox status Revision ChangesPath 1.30 +370 -99 jakarta-commons/commons-build/xdocs/sandbox.xml Index: sandbox.xml

cvs commit: jakarta-commons/commons-build/xdocs index.xml

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:11:09 Modified:commons-build/xdocs index.xml Log: Linking the sandbox link on index.xml to the sandbox page Revision ChangesPath 1.14 +1 -1 jakarta-commons/commons-build/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons/commons-build/xdocs index.xml

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:12:54 Modified:commons-build/xdocs index.xml Log: Removed the redundant welcome message, refactored it into a page section name Revision ChangesPath 1.15 +1 -2 jakarta-commons/commons-build/xdocs/index.xml Index: index.xml

DO NOT REPLY [Bug 27325] - Provide a link to download validator source or binary distributions.

2004-02-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27325. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/commons-build/src - New directory

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:25:16 jakarta-commons/commons-build/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/commons-build/src/media - New directory

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:25:20 jakarta-commons/commons-build/src/media - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/commons-build project.properties

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:26:00 Modified:commons-build project.properties Log: Removed the docs for 1.0 on the nav bar Revision ChangesPath 1.8 +2 -3 jakarta-commons/commons-build/project.properties Index: project.properties

cvs commit: jakarta-commons/commons-build/xdocs/images logo.png

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:26:42 Modified:commons-build project.xml Added: commons-build/src/media logo.xcf commons-build/xdocs/images logo.png Log: Updated the logo to match the standard logo for mavenized projects Revision ChangesPath 1.24 +1 -1

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Tim O'Brien
Martin Cooper wrote: What Hen said. ;-) In addition, if we're really not going to have the sandbox components in the navigation bar, then the sandbox page needs to reference, and link to, all of them. (At least, I can't find any other way to get to sandbox components than though this page.) I

Re: [commons-build][all] Mavenized top level site generation example.

2004-02-29 Thread Tim O'Brien
Henri Yandell wrote: [These are not all for attention right now] For one, the 'Sandbox' link on the front page [rather than nav] does not link to it, but instead jumps down to a small blurb. Addressed, I checked in an updated sandbox.xml which I cannabalized from your state of the sandbox entry.

Re: [HiveMind] ThreadLocal snafu / karma please

2004-02-29 Thread Harish Krishnaswamy
Thanks Craig! Craig R. McClanahan wrote: Quoting Harish Krishnaswamy [EMAIL PROTECTED]: So I finally fixed the ThreadLocalStorage problem, I guess! Howard, can I have karma to the sandbox cvs? Karma granted on jakarta-commons-sandbox. -Harish Craig

Re: [HiveMind] ThreadLocal snafu / karma please

2004-02-29 Thread Harish Krishnaswamy
Howard, I am planning commit the ThreadLocalStorage and test changes tomorrow (its a small change). Let me know if I should put it to vote before commiting. -Harish Craig R. McClanahan wrote: Quoting Harish Krishnaswamy [EMAIL PROTECTED]: So I finally fixed the ThreadLocalStorage

Re: [HttpClient] Moving to Jakarta

2004-02-29 Thread dion
Martin Cooper [EMAIL PROTECTED] wrote on 29/02/2004 06:51:01 AM: On Sat, 21 Feb 2004, Michael Becke wrote: Below is a message I recently posted to commons-httpclient-dev. The input of other commons developers would be greatly appreciated. I look forward to hearing from you. There

Re: cvs commit: jakarta-commons/math build.xml

2004-02-29 Thread dion
[EMAIL PROTECTED] wrote on 29/02/2004 06:43:40 AM: psteitz 2004/02/28 11:43:40 Modified:math build.xml Log: Modified jar goal to include Apache License and notice in the jar. Fixed copyright notices. Reformatted xml. You know this is a generated file, right? -- dIon

Re: [jelly] Moving to ASL v2 - Help wanted!

2004-02-29 Thread dion
robert burrell donkin [EMAIL PROTECTED] wrote on 29/02/2004 01:52:50 AM: On 27 Feb 2004, at 04:39, [EMAIL PROTECTED] wrote: robert burrell donkin [EMAIL PROTECTED] wrote on 27/02/2004 07:44:13 AM: hey dIon i've been working on a jelly tag library for JaxMe (and i might later

Re: cvs commit: jakarta-commons/commons-build maven.xml

2004-02-29 Thread dion
[EMAIL PROTECTED] wrote on 29/02/2004 01:44:23 AM: dirkv 2004/02/28 06:44:23 Modified:commons-build maven.xml Log: patched maven-jar-plugin-1.3 maven-dist-plugin-1.3 to include NOTICE.txt Can't this be done using a resources block? -- dIon Gillard, Multitask Consulting

Re: cvs commit: jakarta-commons/jelly NOTICE.txt

2004-02-29 Thread dion
[EMAIL PROTECTED] wrote on 29/02/2004 12:44:05 AM: yoavs 2004/02/28 05:44:05 Added: jellyNOTICE.txt Log: Added NOTICE.txt per ASF directive, http://www.apache.org/dev/apply-license.html. Revision ChangesPath 1.1

Re: NOTICE.txt's in jars Was: [All] License change

2004-02-29 Thread dion
Henri Yandell [EMAIL PROTECTED] wrote on 28/02/2004 03:21:44 AM: Doing resources resource Add: targetPathMETA-INF/targetPath includes includeNOTICE.txt/include /includes /resource /resources in the build kind of works. You get a

Re: [HttpClient] Moving to Jakarta

2004-02-29 Thread Tim O'Brien
Another uninvolved +1 for this move. Tim [EMAIL PROTECTED] wrote: Martin Cooper [EMAIL PROTECTED] wrote on 29/02/2004 06:51:01 AM: On Sat, 21 Feb 2004, Michael Becke wrote: Below is a message I recently posted to commons-httpclient-dev. The input of other commons developers would be greatly

Re: cvs commit: jakarta-commons/jelly NOTICE.txt

2004-02-29 Thread Simon Kitching
On Mon, 2004-03-01 at 18:35, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 29/02/2004 12:44:05 AM: yoavs 2004/02/28 05:44:05 Added: jellyNOTICE.txt Log: Added NOTICE.txt per ASF directive, http://www.apache.org/dev/apply-license.html. Revision

Re: cvs commit: jakarta-commons/jelly NOTICE.txt

2004-02-29 Thread Martin Cooper
On Mon, 1 Mar 2004 [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 29/02/2004 12:44:05 AM: yoavs 2004/02/28 05:44:05 Added: jellyNOTICE.txt Log: Added NOTICE.txt per ASF directive, http://www.apache.org/dev/apply-license.html. Revision Changes

Re: cvs commit: jakarta-commons/jelly NOTICE.txt

2004-02-29 Thread dion
Martin Cooper [EMAIL PROTECTED] wrote on 01/03/2004 04:45:44 PM: On Mon, 1 Mar 2004 [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 29/02/2004 12:44:05 AM: yoavs 2004/02/28 05:44:05 Added: jellyNOTICE.txt Log: Added NOTICE.txt per ASF directive,

  1   2   >