DO NOT REPLY [Bug 33101] - [lang] add generic length function to ArrayUtils, for object.getClass().isArray()

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33101


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 08:56 ---
java.lang.reflect.Array.getLength(Object) will do the same just fine.  Closing 
bug.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33131] - [configuration] HeirarchicalXML save unsupported not documented

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33131


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33131] - [configuration] HeirarchicalXML save unsupported not documented

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33131


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33131] - [configuration] HeirarchicalXML save unsupported not documented

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33131


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Summary|HeirarchicalXML save|[configuration]
   |unsupported not documented  |HeirarchicalXML save
   ||unsupported not documented




--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 08:45 ---
In the actual CVS version the classes XMLConfiguration and
HierarchicalXMLConfiguration have been merged. The resulting class
XMLConfiguration supports saving XML documents.

I hope there will soon be a 1.1 release, which includes these new features.

Oliver

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33131] New: - HeirarchicalXML save unsupported not documented

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33131

   Summary: HeirarchicalXML save unsupported not documented
   Product: Commons
   Version: unspecified
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Configuration
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


It should be documented that the HeirachicalXML.save method will throw an
UnsupportedOperationException
When choosing the apache commons configuration classes, I was specifically
looking for a way to load and save configurations.
Having read the howto's on the main site and the javadoc for
HeirachicalXMLConfiguration, it is not indicated anywhere that this class does
not support being saved, which is counter intuitive since it has a save method.

The javadoc for this class should clearly state that the save operations do not
work.
It would also be desirable for the superclass's declaration of save to note that
it is possible that some subclasses may throw an UnsupportedOperationException

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [configuration] Time for a new release?

2005-01-16 Thread Emmanuel Bourg
Oliver Heger wrote:
Our list of changes since the initial release has grown quite long and 
it contains some nice new features like reloading facilities or optional 
configurations. So I think this would justify a 1.1 release.

In bugzilla ATM there are only enhancement requests, no evil bug 
reports. Emmanuel, is there anything you are working on you'd like to 
finish before another release? What about with the file based 
configurations, can you live with the actual implementation?
Hello, I have a partial implementation of INIConfiguration but I don't 
have much time to finish it right now, I don't mind releasing it later. 
Regarding the file based configurations I'd like to reintroduce the 
internal URL, but I don't consider this as a blocking point for a new 
release. So I'm +1 for the new release :)

Emmanuel Bourg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 33129] - [digester] Add usage example to ExtendedBaseRules javadoc

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33129





--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 07:15 ---
Also, I'm unable to build the javadoc locally with Ant, I get the following
error, apparently due to the quotes around "AS IS" in build.xml:


[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-01-16 Thread commons-dev
   Date: 2005-01-16T22:12:14
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: CodeConPresentation
   URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation

   no comment

Change Log:

--
@@ -1,4 +1,4 @@
-This is the outline for the CodeCon presentations on FeedParser I'm giving in 
January.
+This is the outline for the CodeCon presentations on FeedParser I'm giving in 
February.
 
 == Outline ==
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-01-16 Thread commons-dev
   Date: 2005-01-16T22:11:59
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: CodeConPresentation
   URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation

   no comment

Change Log:

--
@@ -2,6 +2,12 @@
 
 == Outline ==
 
+ * Introduction
+
+* Based on the NewsMonster parser infrastructure (XSLT)
+* Designed for use within Rojo.
+* Event based not DOM based
+
  * Challenges with building a feed parser
 
 * Too many standards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-01-16 Thread commons-dev
   Date: 2005-01-16T22:03:31
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: CodeConPresentation
   URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation

   no comment

Change Log:

--
@@ -1,3 +1,6 @@
+This is the outline for the CodeCon presentations on FeedParser I'm giving in 
January.
+
+== Outline ==
 
  * Challenges with building a feed parser
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] New: CodeConPresentation

2005-01-16 Thread commons-dev
   Date: 2005-01-16T22:02:59
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: CodeConPresentation
   URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation

   no comment

New Page:


 * Challenges with building a feed parser

* Too many standards
* RSS (0.9, 0.91, 0.92, 1.0, 2.0)
* Atom (0.3 and all draft specs)
* OPML
* FOAF 
* RDF
* Modules (dc, aggregation, content, etc)

* Semantic confusion:
* rss:entry vs atom:item
* title issues across specifications (dc, rss, atom, etc)

* Encoding issues
* Invalid entity references
* XML prefix prior to  (usually XML comments)

* Date encoding issues: 

* RFC822 (RSS 2.0)
* ISO8601 (RSS 1.0 and Atom)

 * Feed Event Model

* FeedParserListener:
* init()
* onChannel( state, title, link description ): void
* onItem( state, title, link description ): void
* onItemEnd(): void

 * HTTP issues:

* Timeouts
* ETags (If-None-Modified)
* If-Modified-Since
* UserAgent

 * Problems with DOM models:

* Namespace matching doesn't line up correctly. 

* Doesn't support ad-hoc schema updates with extenions

* Plugin API to pass events with vendor specific interfaces. 

  * mod_bigcompany
  * BigCompanyEventListener
  * Totally isolated development.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] New: FeedParser

2005-01-16 Thread commons-dev
   Date: 2005-01-16T22:02:21
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: FeedParser
   URL: http://wiki.apache.org/jakarta-commons/FeedParser

   no comment

New Page:

== Overview ==

Jakarta FeedParser  is a Java RSS/Atom parser designed to elegantly support
all versions of RSS (0.9, 0.91, 0.92, 1.0, and 2.0), Atom 0.3 (and future
versions) as well as easy ad hoc extension and RSS 1.0 modules capability.

The API uses a Feed Event Model (FEM) to abstract away the differences between
feed versions.  For example all dates are stored as internal Java dates when
ISO8601 and RFC 822 date formats are used in specific revisions of RSS and Atom
specs.

== Resources ==

CodeConPresentation

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: FrontPage

2005-01-16 Thread commons-dev
   Date: 2005-01-16T21:59:38
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: FrontPage
   URL: http://wiki.apache.org/jakarta-commons/FrontPage

   no comment

Change Log:

--
@@ -33,6 +33,7 @@
  * [:Resources] - A lightweight framework for defining and looking up 
internationalized message strings.
  * [:Transaction] - Transaction provides utility classes commonly used in 
transactional programming
  * [:Validator] - Validator provides components for user input validation
+ * [:FeedParser] - RSS and Atom parsing infrastructure
 
 
 On the commons site:

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33129] - [digester] Add usage example to ExtendedBaseRules javadoc

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33129





--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 06:54 ---
Created an attachment (id=14029)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14029&action=view)
Suggestion for usage example in Javadoc

Re-writes welcome, this could probably be clearer, but the code example gets
the point across.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33129] New: - [digester] Add usage example to ExtendedBaseRules javadoc

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33129

   Summary: [digester] Add usage example to ExtendedBaseRules
javadoc
   Product: Commons
   Version: Nightly Builds
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Digester
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Other than the package documentation (which I didn't find until after I figured
this out) there is no example of using an alternate 'matching policy' such as
ExtendedBaseRules with Digester.  It's a simple thing to do, but it wasn't
obvious to me, so here's a suggestion for the Javadoc.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33101] - [lang] add generic length function to ArrayUtils, for object.getClass().isArray()

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33101





--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 03:05 ---
What about just using java.lang.reflect.Array.getLength(Object)?



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33067] - [lang] EqualsBuilder.append(Object[], Object[]) crashes with a NullPointerException if an element of the first array is null

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33067


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-01-17 03:00 ---
This appears to be already fixed in CVS and should be in the nightly build. I've
added the test case in a new method testNpeForNullElement().

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/builder EqualsBuilderTest.java

2005-01-16 Thread ggregory
ggregory2005/01/16 17:59:52

  Modified:lang/src/test/org/apache/commons/lang/builder
EqualsBuilderTest.java
  Log:
  Add test from http://issues.apache.org/bugzilla/show_bug.cgi?id=33067.
  
  Revision  ChangesPath
  1.13  +12 -1 
jakarta-commons/lang/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java
  
  Index: EqualsBuilderTest.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- EqualsBuilderTest.java16 Jan 2005 19:34:34 -  1.12
  +++ EqualsBuilderTest.java17 Jan 2005 01:59:52 -  1.13
  @@ -945,4 +945,15 @@
   assertTrue(new EqualsBuilder().append(y, x).isEquals());
   }
   
  +/**
  + * Test from http://issues.apache.org/bugzilla/show_bug.cgi?id=33067
  + */
  +public void testNpeForNullElement() {
  +Object[] x1 = new Object[] { new Integer(1), null, new Integer(3) };
  +Object[] x2 = new Object[] { new Integer(1), new Integer(2), new 
Integer(3) };
  +
  +// causes an NPE in 2.0 according to:
  +// http://issues.apache.org/bugzilla/show_bug.cgi?id=33067
  +new EqualsBuilder().append(x1, x2);
  +}
   }
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33125] - [collections] Typo in user documentation

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33125


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Typo in user documentation  |[collections] Typo in user
   ||documentation




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33125] - Typo in user documentation

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33125





--- Additional Comments From [EMAIL PROTECTED]  2005-01-16 23:35 ---
Created an attachment (id=14027)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14027&action=view)
fixes typo


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33125] New: - Typo in user documentation

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33125

   Summary: Typo in user documentation
   Product: Commons
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: P5
 Component: Collections
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Will attach patch momentarily.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] New: Modeler

2005-01-16 Thread commons-dev
   Date: 2005-01-16T13:10:46
   Editor: DirkVerbeeck
   Wiki: Jakarta Commons Wiki
   Page: Modeler
   URL: http://wiki.apache.org/jakarta-commons/Modeler

   no comment

New Page:

##language:en
= Component Overview =

|| http://jakarta.apache.org/commons/modeler/images/modeler-logo-white.png || 
[http://jakarta.apache.org/commons/modeler/ Commons-Modeler] provides 
mechanisms to create Model MBeans  compatible with the Java Management 
Extensions (JMX) specification.[[BR]] A lot of information is available on the 
[http://jakarta.apache.org/commons/modeler/ Modeler website]. If you don't find 
the information you need you can always contact us using one of the 
[http://jakarta.apache.org/site/mail2.html#Commons mailing lists]. ||

= External Resources =

 ||Do you have a good example, add it here!||

= FAQ =

 ||Add your questions/answers here.||

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/launcher/xdocs release-notes-1.2.xml

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:39:46

  Added:   launcher/xdocs release-notes-1.2.xml
  Log:
  add releasenotes for upcoming 1.2
  
  Revision  ChangesPath
  1.1  jakarta-commons/launcher/xdocs/release-notes-1.2.xml
  
  Index: release-notes-1.2.xml
  ===
  
  
  
 
Release notes for Commons-Launcher 1.1
Commons Documentation 
Team
$Id: release-notes-1.2.xml,v 1.1 2005/01/16 20:39:46 dirkv 
Exp $
 
  
 
   
 There were no mayor changes since the 1.1 release.
 The following issues were resolved since v1.1:
   
 Add exec, waitfor and taskdef tasks (enhancement)
 Use the minimizedwindowicon attribute of the launcher task but 
the icon does not show up. (fixed)
   
 
   
 
  
  
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/launcher/src/java/org/apache/commons/launcher ChildMain.java

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:39:10

  Modified:launcher/src/java/org/apache/commons/launcher ChildMain.java
  Log:
  Use the minimizedwindowicon attribute of the launcher task but the icon does 
not show up.
  issue report + fix by Frederic Borry
  
  Revision  ChangesPath
  1.6   +1 -1  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/ChildMain.java
  
  Index: ChildMain.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/ChildMain.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ChildMain.java16 Jan 2005 20:16:06 -  1.5
  +++ ChildMain.java16 Jan 2005 20:39:10 -  1.6
  @@ -201,7 +201,7 @@
   if (title != null)
   frame.setTitle(title);
   frame.setState(Frame.ICONIFIED);
  -String icon = 
System.getProperty(ChildMain.MINIMIZED_WINDOW_TITLE_PROP_NAME);
  +String icon = 
System.getProperty(ChildMain.MINIMIZED_WINDOW_ICON_PROP_NAME);
   if (icon != null) {
   Image iconImage = 
Toolkit.getDefaultToolkit().createImage(icon);
   if (iconImage != null)
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/launcher/src/java/org/apache/commons/launcher Launcher.java

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:38:10

  Modified:launcher/src/java/org/apache/commons/launcher Launcher.java
  Log:
  Add exec, waitfor and taskdef tasks
  - enhancement implemented
  (requested & reviewed by Frederic Borry)
  
  Revision  ChangesPath
  1.9   +7 -1  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/Launcher.java
  
  Index: Launcher.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/Launcher.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Launcher.java 16 Jan 2005 20:16:06 -  1.8
  +++ Launcher.java 16 Jan 2005 20:38:10 -  1.9
  @@ -34,11 +34,14 @@
   import org.apache.tools.ant.taskdefs.Available;
   import org.apache.tools.ant.taskdefs.CallTarget;
   import org.apache.tools.ant.taskdefs.ConditionTask;
  +import org.apache.tools.ant.taskdefs.ExecTask;
   import org.apache.tools.ant.taskdefs.Exit;
   import org.apache.tools.ant.taskdefs.Property;
   import org.apache.tools.ant.taskdefs.Mkdir;
   import org.apache.tools.ant.taskdefs.Copy;
   import org.apache.tools.ant.taskdefs.Delete;
  +import org.apache.tools.ant.taskdefs.Taskdef;
  +import org.apache.tools.ant.taskdefs.WaitFor;
   import org.apache.tools.ant.types.Description;
   import org.apache.tools.ant.types.FileList;
   import org.apache.tools.ant.types.FileSet;
  @@ -131,7 +134,10 @@
   "property", Property.class,
   "mkdir", Mkdir.class,
   "delete", Delete.class,
  -"copy", Copy.class
  +"copy", Copy.class,
  +"exec", ExecTask.class,
  +"waitfor", WaitFor.class,
  +"taskdef", Taskdef.class
   };
   
   /**
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/launcher/src/java/org/apache/commons/launcher/types ConditionalVariable.java

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:16:06

  Modified:launcher/src/java/org/apache/commons/launcher ChildMain.java
LaunchTask.java Launcher.java
   launcher/src/java/org/apache/commons/launcher/types
ConditionalVariable.java
  Log:
  fix javadoc
  
  Revision  ChangesPath
  1.5   +1 -3  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/ChildMain.java
  
  Index: ChildMain.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/ChildMain.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ChildMain.java28 Feb 2004 11:52:20 -  1.4
  +++ ChildMain.java16 Jan 2005 20:16:06 -  1.5
  @@ -141,12 +141,10 @@
   
   /**
* Invoke the target application.
  - *
  - * @param args command line arguments
*/
   public void run() {
   
  -// If there are no arguments, do nothing
  +// If there are no command line arguments, do nothing
   if (args == null || args.length == 0)
   return;
   
  
  
  
  1.6   +2 -2  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/LaunchTask.java
  
  Index: LaunchTask.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/LaunchTask.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LaunchTask.java   28 Feb 2004 11:52:20 -  1.5
  +++ LaunchTask.java   16 Jan 2005 20:16:06 -  1.6
  @@ -844,7 +844,7 @@
   /**
* Set the filter class' classpath.
*
  - * @param classpath the classpath for the filter class
  + * @param filterClasspath the classpath for the filter class
*/
   public void setFilterclasspath(Path filterClasspath) {
   
  @@ -940,7 +940,7 @@
* JRE. Setting this flag to false explicitly allows the user to use
* a JRE.
*
  - * @param redirect true if a JDK is required and false if only a JRE
  + * @param requireTools true if a JDK is required and false if only a JRE
*  is required
*/
   public void setRequiretools(boolean requireTools) {
  
  
  
  1.8   +2 -2  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/Launcher.java
  
  Index: Launcher.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/Launcher.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Launcher.java 24 Jul 2004 22:02:22 -  1.7
  +++ Launcher.java 16 Jan 2005 20:16:06 -  1.8
  @@ -486,7 +486,7 @@
   /**
* Print a detailed error message and exit.
*
  - * @param message the exception whose stack trace is to be printed.
  + * @param t the exception whose stack trace is to be printed.
*/
   public static void error(Throwable t) {
   
  @@ -850,7 +850,7 @@
   /**
* Set the PrintStream that all output should printed to.
*
  - * @param a PrintStream instance to print output to
  + * @param log PrintStream instance to print output to
*/
   public static synchronized void setLog(PrintStream log) {
   
  
  
  
  1.7   +3 -3  
jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalVariable.java
  
  Index: ConditionalVariable.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalVariable.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ConditionalVariable.java  28 Feb 2004 12:43:31 -  1.6
  +++ ConditionalVariable.java  16 Jan 2005 20:16:06 -  1.7
  @@ -103,7 +103,7 @@
   /**
* Set the value to a [EMAIL PROTECTED] File}.
*
  - * @param value the [EMAIL PROTECTED] File} for this variable
  + * @param file the [EMAIL PROTECTED] File} for this variable
*/
   public void setFile(File file) {
   
  @@ -114,7 +114,7 @@
   /**
* Set the value to a [EMAIL PROTECTED] Path}.
*
  - * @param value the [EMAIL PROTECTED] Path} for this variable
  + * @param path the [EMAIL PROTECTED] Path} for this variable
*/
   public void setPath(Path path) {
   
  @@ -154,7 +154,7 @@
   /**
* Set the value to a [EMAIL PROTECTED] Path}.
*
  - * @param value the [EMAIL PROTECTED] Path} for this variable
  + * @param path the [EMAIL PROTECTED] Path} for this variable
*/
   public void setFile(Path path) {
   
  
  
  

-
To unsubscribe,

cvs commit: jakarta-commons/launcher/xdocs downloads.xml

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:14:43

  Modified:launcher/xdocs downloads.xml
  Log:
  there is a release available
  
  Revision  ChangesPath
  1.6   +1 -3  jakarta-commons/launcher/xdocs/downloads.xml
  
  Index: downloads.xml
  ===
  RCS file: /home/cvs/jakarta-commons/launcher/xdocs/downloads.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- downloads.xml 22 Aug 2004 11:22:16 -  1.5
  +++ downloads.xml 16 Jan 2005 20:14:43 -  1.6
  @@ -23,8 +23,6 @@
   
  
 
  - There are no releases available.
  -
The following releases are available:

  Release 1.1 - 22 August 2003 - (release notes)
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/launcher build.xml

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:13:42

  Modified:launcher build.xml
  Log:
  start new dev cycle
  
  Revision  ChangesPath
  1.10  +3 -2  jakarta-commons/launcher/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/launcher/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 22 Aug 2004 11:33:41 -  1.9
  +++ build.xml 16 Jan 2005 20:13:42 -  1.10
  @@ -58,7 +58,7 @@
 
   
 
  -  
  +  
   
 
 
  @@ -212,6 +212,7 @@
bottom="Copyright (c) 2001-2002 - Apache Software 
Foundation">
 
 
  +  http://java.sun.com/j2se/1.4.2/docs/api"/>
   
 
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build/parts sandbox-table.ent

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:11:45

  Modified:commons-build/parts sandbox-table.ent
  Log:
  add javaflow & jci
  
  Revision  ChangesPath
  1.12  +12 -0 jakarta-commons/commons-build/parts/sandbox-table.ent
  
  Index: sandbox-table.ent
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/parts/sandbox-table.ent,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- sandbox-table.ent 25 Nov 2004 23:17:21 -  1.11
  +++ sandbox-table.ent 16 Jan 2005 20:11:45 -  1.12
  @@ -70,6 +70,18 @@
   
   
   
  +http://jakarta.apache.org/commons/sandbox/javaflow/";>Javaflow
  +
  + Continuation implementation to capture the state of the application.
  +
  +
  +
  +http://jakarta.apache.org/commons/sandbox/jci/";>JCI
  +
  + Java Compiler Interface
  +
  +
  +
   http://jakarta.apache.org/commons/sandbox/jjar/";>JJar
   
Jakarta JAR Archive Repository
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build/menus sandbox-items.ent

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:11:20

  Modified:commons-build/menus sandbox-items.ent
  Log:
  add javaflow & jci
  
  Revision  ChangesPath
  1.11  +2 -0  jakarta-commons/commons-build/menus/sandbox-items.ent
  
  Index: sandbox-items.ent
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/sandbox-items.ent,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sandbox-items.ent 25 Nov 2004 23:17:21 -  1.10
  +++ sandbox-items.ent 16 Jan 2005 20:11:20 -  1.11
  @@ -8,6 +8,8 @@
   http://jakarta.apache.org/commons/sandbox/functor/"/>
   http://jakarta.apache.org/commons/sandbox/i18n/"/>
   http://jakarta.apache.org/commons/sandbox/id/"/>
  +http://jakarta.apache.org/commons/sandbox/javaflow/"/>
  +http://jakarta.apache.org/commons/sandbox/jci/"/>
   http://jakarta.apache.org/commons/sandbox/jjar/"/>
   http://jakarta.apache.org/commons/sandbox/mapper/"/>
   http://jakarta.apache.org/commons/sandbox/messenger/"/>
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox buildall.sh

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:10:34

  Modified:.buildall.sh
  Log:
  add javaflow & jci
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-commons-sandbox/buildall.sh
  
  Index: buildall.sh
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/buildall.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- buildall.sh   4 Jan 2005 22:20:22 -   1.5
  +++ buildall.sh   16 Jan 2005 20:10:34 -  1.6
  @@ -18,7 +18,7 @@
   ROOT=`pwd`
   LOGDIR=$ROOT/logs
   SITEDIR=$ROOT/site
  -COMPONENTS="cache clazz compress contract convert events feedparser functor 
id i18n jjar mapper messenger pipeline scaffold sql threadpool vfs workflow 
xmlio"
  +COMPONENTS="cache clazz compress contract convert events feedparser functor 
id i18n javaflow jci jjar mapper messenger pipeline scaffold sql threadpool vfs 
workflow xmlio"
   
   rm -rf $LOGDIR
   mkdir -p $LOGDIR
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/modeler project.xml

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:09:06

  Modified:modeler  project.xml
  Log:
  remove nagoya reference + add logo
  
  Revision  ChangesPath
  1.10  +4 -4  jakarta-commons/modeler/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/modeler/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   9 Apr 2004 19:58:06 -   1.9
  +++ project.xml   16 Jan 2005 20:09:06 -  1.10
  @@ -27,7 +27,7 @@
 
   Commons Modeler
 
  -  
  +  /images/modeler-logo-white.png
 
 
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
 org.apache.commons.${pom.artifactId.substring(8)}
  @@ -35,7 +35,7 @@
 
   The Apache Software Foundation
   http://jakarta.apache.org
  -http://jakarta.apache.org/images/original-jakarta-logo.gif
  +http://jakarta.apache.org/images/jakarta-logo.gif
 
   
 
  @@ -62,13 +62,13 @@
 Commons Dev List
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]
   
   
 Commons User List
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]
   
 
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/modeler project.properties

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:08:15

  Modified:modeler  project.properties
  Log:
  commons website build
  
  Revision  ChangesPath
  1.2   +39 -2 jakarta-commons/modeler/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/modeler/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties18 Feb 2004 04:11:34 -  1.1
  +++ project.properties16 Jan 2005 20:08:15 -  1.2
  @@ -1,2 +1,39 @@
  -# commons site L&F
  -maven.xdoc.jsl=../commons-build/commons-site.jsl
  \ No newline at end of file
  +#   Copyright 2002-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#   http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
  +#maven.checkstyle.properties = checkstyle.xml
  +
  +# uncomment the next line to work in offline mode (no jar download & no 
linkcheck)
  +#maven.mode.online=
  +
  +maven.javadoc.author=false
  +maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api
  +
  +maven.xdoc.jsl=../commons-build/commons-site.jsl
  +maven.xdoc.date=bottom
  +maven.xdoc.version=${pom.currentVersion}
  
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +maven.xdoc.poweredby.image=maven-feather.png
  +
  +maven.compile.debug=on
  +maven.compile.deprecation=off
  +maven.compile.optimize=off
  +
  +maven.jarResources.basedir=src/java
  +maven.jar.excludes=**/package.html
  +maven.junit.fork=true
  +maven.junit.sysproperties=org.xml.sax.driver
  +org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  +
  +clover.excludes=**/Test*.java
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/modeler/xdocs/images modeler-logo-white.png modeler-logo-white.xcf

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:07:34

  Modified:modeler/xdocs index.xml navigation.xml
  Added:   modeler/xdocs downloads.xml
   modeler/xdocs/images modeler-logo-white.png
modeler-logo-white.xcf
  Log:
  update website: logo, download links, etc
  
  Revision  ChangesPath
  1.3   +12 -21jakarta-commons/modeler/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/modeler/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 12 Aug 2003 13:16:27 -  1.2
  +++ index.xml 16 Jan 2005 20:07:34 -  1.3
  @@ -30,34 +30,25 @@
   Modeler provides a factory mechanism to create the actual Model MBean 
instances
   themselves.
   
  -For further information, see the package description in the
  -http://jakarta.apache.org/commons/modeler/docs/api/index.html";>
  -JavaDocs for the Modeler package.
  -
  -
  -
  -
  -
  -
  -The http://jakarta.apache.org/commons/modeler/RELEASE-NOTES-1.1.txt";>
  -Release Notes document the new features and bug fixes that have been
  -included in this release.
  -
  -The http://jakarta.apache.org/commons/modeler/docs/api/index.html";>
  -JavaDoc API documents for the current version are available online.
  +For further information, see the 
  +http://jakarta.apache.org/commons/modeler/docs/api/org/apache/commons/modeler/package-summary.html";>
  +package description for the Modeler package.
   
   
   
   
   
  -
  -
  -http://www.apache.org/dist/jakarta/commons/modeler";>Version 
1.1
  -http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/";>Version
 1.0
  -
  -
  +
  +   See the downloads page for information 
on obtaining releases.
  +
  +
   
   
  +
  +  
  + The JavaDoc API documents are 
available online.
  +  
  +
   
   
   
  
  
  
  1.2   +11 -6 jakarta-commons/modeler/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  RCS file: /home/cvs/jakarta-commons/modeler/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml2 Mar 2004 02:36:17 -   1.1
  +++ navigation.xml16 Jan 2005 20:07:34 -  1.2
  @@ -15,10 +15,15 @@
 limitations under the License.
   -->
   
  -
  -  Modeler
  -  http://jakarta.apache.org/images/jakarta-logo.gif";>Jakarta
  -  
  -&common-menus;
  -  
  +
  +  Commons Modeler
  +
  +
  +
  +
  +
  +http://wiki.apache.org/jakarta-commons/Modeler"/>
  +
  +&common-menus;
  +
   
  
  
  
  1.1  jakarta-commons/modeler/xdocs/downloads.xml
  
  Index: downloads.xml
  ===
  
   
  
 
Downloads
Commons Documentation 
Team
$Id: downloads.xml,v 1.1 2005/01/16 20:07:34 dirkv Exp 
$
 
  
 

   There are no releases available.
  
   The following releases are available:
   
 Release 1.1 - 10 Aug 2003 - http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/modeler/RELEASE-NOTES-1.1.txt";>(release
 notes)
 Release 1.0 - 27 Dec 2002 - http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/modeler/RELEASE-NOTES.txt";>(release
 notes)
   
   
   
  The latest binary release is always available on the 
  http://jakarta.apache.org/site/binindex.cgi#commons-modeler";>
  Jakarta Binary Downloads page,
  its source is available from 
  http://jakarta.apache.org/site/sourceindex.cgi#commons-modeler";>
  Jakarta Source Downloads page.
   
   
  Older releases are retained by the Apache Software Foundation but 
are 
  moved into a
  http://archive.apache.org/dist/jakarta/commons/modeler/";>
  special archive area.
   
   
 http://cvs.apache.org/builds/jakarta-commons/nightly/commons-modeler/";>
 Nightly source and binary drops are available.
   
   
  Access to the source tree to see the latest and greatest code is 
possible
  through anonymous CVS access.
   

  
 
  
  
  
  
  1.1  
jakarta-commons/modeler/xdocs/images/modeler-logo-white.png
  
<>
  
  
  1.1  
jakarta-commons/modeler/xdocs/images/modeler-logo-white.xcf
  
<>
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/modeler/xdocs/images - New directory

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:04:58

  jakarta-commons/modeler/xdocs/images - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:04:24

  Modified:jci  project.properties project.xml
  Log:
  commons website build
  
  Revision  ChangesPath
  1.2   +26 -0 jakarta-commons-sandbox/jci/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/jci/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties3 Jan 2005 23:54:18 -   1.1
  +++ project.properties16 Jan 2005 20:04:24 -  1.2
  @@ -1,3 +1,29 @@
  +#maven.checkstyle.properties = checkstyle.xml
  +
  +# uncomment the next line to work in offline mode (no jar download & no 
linkcheck)
  +#maven.mode.online=
  +
  +maven.javadoc.author=false
  +maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  +
  +maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
  +maven.xdoc.date=bottom
  +maven.xdoc.poweredby.image=maven-feather.png
  +maven.xdoc.version=${pom.currentVersion}
  
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
  +maven.compile.debug=on
  +maven.compile.deprecation=off
  +maven.compile.optimize=off
  +
  +maven.jarResources.basedir=src/java
  +maven.jar.excludes=**/package.html
  +maven.junit.fork=true
  +maven.junit.sysproperties=org.xml.sax.driver
  +org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  +
  +clover.excludes=**/Test*.java
  +
   # 
   # M A V E N  J A R  O V E R R I D E
   # 
  
  
  
  1.2   +20 -34jakarta-commons-sandbox/jci/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/jci/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   3 Jan 2005 23:54:18 -   1.1
  +++ project.xml   16 Jan 2005 20:04:24 -  1.2
  @@ -1,43 +1,23 @@
   
   
  -  3
  -  jci
  -  jci
  -  commons
  -  0.1-dev
  +  ../sandbox-build/project.xml
  +  Commons JCI
  +  commons-jci
  +  /images/jci-logo-white.png
  +  http://jakarta.apache.org/commons/sandbox/jci/
 2004
  +  Commons JCI
  +  Commons JCI (java compiler interface)
   
  -  /images/logo.gif
  -
  -  java compiler interface
  +  0.1-dev
  +  
  +  
  +  
  +  
   
  -  
  -  
  +  
  +  org.apache.jci.*
   
  -  http://
  -  
  -  /
  -
  -  
  -
  -  ${pom.name} Dev List
  -
  -
  -  ${pom.name} User List
  -
  -  
  -
  -  
  -src/java
  -
  -  
   
 
   
  @@ -68,6 +48,12 @@
commons-lang
commons-lang
2.0
  +   
  +
  +   
  + commons-logging
  + commons-logging
  + 1.0.4
  
   
  
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:04:15

  Modified:javaflow project.properties project.xml
  Log:
  commons website build
  
  Revision  ChangesPath
  1.2   +26 -0 jakarta-commons-sandbox/javaflow/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/javaflow/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties3 Jan 2005 23:54:17 -   1.1
  +++ project.properties16 Jan 2005 20:04:15 -  1.2
  @@ -1,3 +1,29 @@
  +#maven.checkstyle.properties = checkstyle.xml
  +
  +# uncomment the next line to work in offline mode (no jar download & no 
linkcheck)
  +#maven.mode.online=
  +
  +maven.javadoc.author=false
  +maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  +
  +maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
  +maven.xdoc.date=bottom
  +maven.xdoc.poweredby.image=maven-feather.png
  +maven.xdoc.version=${pom.currentVersion}
  
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
  +maven.compile.debug=on
  +maven.compile.deprecation=off
  +maven.compile.optimize=off
  +
  +maven.jarResources.basedir=src/java
  +maven.jar.excludes=**/package.html
  +maven.junit.fork=true
  +maven.junit.sysproperties=org.xml.sax.driver
  +org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  +
  +clover.excludes=**/Test*.java
  +
   # 
   # M A V E N  J A R  O V E R R I D E
   # 
  
  
  
  1.2   +20 -15jakarta-commons-sandbox/javaflow/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/javaflow/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   3 Jan 2005 23:54:17 -   1.1
  +++ project.xml   16 Jan 2005 20:04:15 -  1.2
  @@ -1,23 +1,22 @@
   
   
  -  3
  -  javaflow
  -  javaflow
  -  commons
  -  0.1-dev
  +  ../sandbox-build/project.xml
  +  Commons Javaflow
  +  commons-javaflow
  +  /images/javaflow-logo-white.png
  +  http://jakarta.apache.org/commons/sandbox/javaflow/
 2004
  -  /images/logo.gif
  -  java continuation
  +  Commons Javaflow
  +  Commons Javaflow
   
  -  
  -
  -  ${pom.name} Dev List
  -
  -
  -  ${pom.name} User List
  -
  -  
  +  0.1-dev
  +  
  +  
  +  
  +  
   
  +  
  +  org.apache.javaflow.*
   
 
   
  @@ -54,6 +53,12 @@
jci
jci
20041213
  +   
  +
  +   
  + commons-logging
  + commons-logging
  + 1.0.4
  
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/javaflow/xdocs/images javaflow-logo-white.png javaflow-logo-white.xcf

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:02:10

  Added:   javaflow/xdocs downloads.xml index.xml navigation.xml
   javaflow/xdocs/images javaflow-logo-white.png
javaflow-logo-white.xcf
  Log:
  add website
  
  Revision  ChangesPath
  1.1  jakarta-commons-sandbox/javaflow/xdocs/downloads.xml
  
  Index: downloads.xml
  ===
  
  
 
Downloads
Commons Documentation 
Team
$Id: downloads.xml,v 1.1 2005/01/16 20:02:10 dirkv Exp 
$
 
  
 

   There are no releases available.
  
  
   
  Access to the source tree to see the latest and greatest code is 
possible
  through anonymous CVS access.
   

  
  
 
  
  
  
  
  1.1  jakarta-commons-sandbox/javaflow/xdocs/index.xml
  
  Index: index.xml
  ===
  
  
  
  
   
Overview
Commons Documentation 
Team
   
  
   
  
  
  
  
 Sometimes it is usefull if we can capture the state of the application, 
its 
 stack of function calls, which includes local variables, the global 
variables 
 and the program counter, and save them into an object. If this object 
would 
 give us the ability to restart the processing from the point stored in it.
  
  
 A continuation is exactly the type of object that we need. Think of a 
 continuation as an object that, for a given point in your program, contains
 a snapshot of the stack trace, including all the local variables, and the 
 program counter. You can not only store these things in the continuation 
 object, but also restore the execution of the program from a continuation 
 object. This means that the stack trace and the program counter of the 
 running program become the ones stored in a continuation.
  
  
 Continuations are powerful concepts from the world of functional languages,
 like Scheme, but they are becoming popular in other languages as well.
  
  
  
  
  
  
 See the downloads page for information on 
obtaining releases.
  
  
  
  

   The JavaDoc API documents are available 
online.

  
  
  
  
  
  
  
  1.1  jakarta-commons-sandbox/javaflow/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  
  
  
  Commons Javaflow
  
  
  
  
  
  
  &common-menus;
  
  
  
  
  
  1.1  
jakarta-commons-sandbox/javaflow/xdocs/images/javaflow-logo-white.png
  
<>
  
  
  1.1  
jakarta-commons-sandbox/javaflow/xdocs/images/javaflow-logo-white.xcf
  
<>
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/jci/xdocs/images jci-logo-white.png jci-logo-white.xcf

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:01:59

  Added:   jci/xdocs downloads.xml index.xml navigation.xml
   jci/xdocs/images jci-logo-white.png jci-logo-white.xcf
  Log:
  add website
  
  Revision  ChangesPath
  1.1  jakarta-commons-sandbox/jci/xdocs/downloads.xml
  
  Index: downloads.xml
  ===
  
  
 
Downloads
Commons Documentation 
Team
$Id: downloads.xml,v 1.1 2005/01/16 20:01:59 dirkv Exp 
$
 
  
 

   There are no releases available.
  
  
   
  Access to the source tree to see the latest and greatest code is 
possible
  through anonymous CVS access.
   

  
  
 
  
  
  
  
  1.1  jakarta-commons-sandbox/jci/xdocs/index.xml
  
  Index: index.xml
  ===
  
  
  
  
   
Overview
Commons Documentation 
Team
   
  
   
  
  
  
  JCI is a java compiler interface featuring a compiling classloader.
  
  The current implementation includes a EclipseJavaCompiler and 
GroovyJavaCompiler.
  
  
  
  
  
 See the downloads page for information on 
obtaining releases.
  
  
  
  

   The JavaDoc API documents are available 
online.

  
  
  
  
  
  
  
  1.1  jakarta-commons-sandbox/jci/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  
  
  
  Commons JCI
  
  
  
  
  
  
  &common-menus;
  
  
  
  
  
  1.1  
jakarta-commons-sandbox/jci/xdocs/images/jci-logo-white.png
  
<>
  
  
  1.1  
jakarta-commons-sandbox/jci/xdocs/images/jci-logo-white.xcf
  
<>
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/javaflow .cvsignore NOTICE.txt

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:01:31

  Added:   javaflow .cvsignore NOTICE.txt
  Log:
  add notice & cvsignore
  
  Revision  ChangesPath
  1.1  jakarta-commons-sandbox/javaflow/.cvsignore
  
  Index: .cvsignore
  ===
  build.properties
  dist
  .classpath
  .project
  .checkstyle
  target
  maven.log
  velocity.log
  eclipse_classes
  
  
  
  1.1  jakarta-commons-sandbox/javaflow/NOTICE.txt
  
  Index: NOTICE.txt
  ===
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/jci .cvsignore NOTICE.txt

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:01:16

  Added:   jci  .cvsignore NOTICE.txt
  Log:
  add notice & cvsignore
  
  Revision  ChangesPath
  1.1  jakarta-commons-sandbox/jci/.cvsignore
  
  Index: .cvsignore
  ===
  build.properties
  dist
  .classpath
  .project
  .checkstyle
  target
  maven.log
  velocity.log
  eclipse_classes
  
  
  
  1.1  jakarta-commons-sandbox/jci/NOTICE.txt
  
  Index: NOTICE.txt
  ===
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33124] - [VFS] directories in tar file don't have last modified date

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33124


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-01-16 21:00 ---
There are no directory entries in this archive. Thus it is not possible to
determine the correct lastmoddate.
Insted of throwing a NPE I changed the code to return a lastmoddate of 0 in that
case.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/javaflow/xdocs/images - New directory

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:00:28

  jakarta-commons-sandbox/javaflow/xdocs/images - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/javaflow/xdocs - New directory

2005-01-16 Thread dirkv
dirkv   2005/01/16 12:00:23

  jakarta-commons-sandbox/javaflow/xdocs - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/tar TarFileObject.java

2005-01-16 Thread imario
imario  2005/01/16 11:58:27

  Modified:vfs/src/java/org/apache/commons/vfs/provider/tar
TarFileObject.java
  Log:
  PR: 33124
  Return 0 for size and lastmoddate if the directory entry is missing in the 
archive
  
  Revision  ChangesPath
  1.3   +10 -0 
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/tar/TarFileObject.java
  
  Index: TarFileObject.java
  ===
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/tar/TarFileObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarFileObject.java11 Jan 2005 16:07:13 -  1.2
  +++ TarFileObject.java16 Jan 2005 19:58:26 -  1.3
  @@ -111,6 +111,11 @@
*/
   protected long doGetContentSize()
   {
  +if (entry == null)
  +{
  +return 0;
  +}
  +
   return entry.getSize();
   }
   
  @@ -119,6 +124,11 @@
*/
   protected long doGetLastModifiedTime() throws Exception
   {
  +if (entry == null)
  +{
  +return 0;
  +}
  +
   return entry.getModTime().getTime();
   }
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33069] - [lang] EqualsBuilder.append(Object[], Object[]) incorrectly checks that rhs[i] is instance of lhs[i]'s class

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33069


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33069] - [lang] EqualsBuilder.append(Object[], Object[]) incorrectly checks that rhs[i] is instance of lhs[i]'s class

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33069


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33069] - [lang] EqualsBuilder.append(Object[], Object[]) incorrectly checks that rhs[i] is instance of lhs[i]'s class

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33069


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2005-01-16 20:37 ---
This issue is already fixed in CVS and should be the current nightly build. I
have added a unit test EqualsBuilderTest.testUnrelatedClasses() which is almost
identical to the example in this ticket.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/builder EqualsBuilderTest.java

2005-01-16 Thread ggregory
ggregory2005/01/16 11:34:34

  Modified:lang/src/test/org/apache/commons/lang/builder
EqualsBuilderTest.java
  Log:
  No bug fix but add a test like 
http://issues.apache.org/bugzilla/show_bug.cgi?id=33069.
  
  Revision  ChangesPath
  1.12  +73 -2 
jakarta-commons/lang/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java
  
  Index: EqualsBuilderTest.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- EqualsBuilderTest.java26 Aug 2004 05:46:45 -  1.11
  +++ EqualsBuilderTest.java16 Jan 2005 19:34:34 -  1.12
  @@ -15,6 +15,8 @@
*/
   package org.apache.commons.lang.builder;
   
  +import java.util.Arrays;
  +
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
  @@ -110,7 +112,7 @@
   return b;
   }
   }
  -
  +
   static class TestEmptySubObject extends TestObject {
   public TestEmptySubObject(int a) {
   super(a);
  @@ -873,5 +875,74 @@
   array1[1] = true;
   assertTrue(!new EqualsBuilder().append(obj1, obj2).isEquals());
   }
  +
  +public static class TestACanEqualB {
  +private int a;
   
  +public TestACanEqualB(int a) {
  +this.a = a;
  +}
  +
  +public boolean equals(Object o) {
  +if (o == this)
  +return true;
  +if (o instanceof TestACanEqualB)
  +return this.a == ((TestACanEqualB) o).getA();
  +if (o instanceof TestBCanEqualA)
  +return this.a == ((TestBCanEqualA) o).getB();
  +return false;
  +}
  +
  +public int getA() {
  +return this.a;
  +}
  +}
  +
  +public static class TestBCanEqualA {
  +private int b;
  +
  +public TestBCanEqualA(int b) {
  +this.b = b;
  +}
  +
  +public boolean equals(Object o) {
  +if (o == this)
  +return true;
  +if (o instanceof TestACanEqualB)
  +return this.b == ((TestACanEqualB) o).getA();
  +if (o instanceof TestBCanEqualA)
  +return this.b == ((TestBCanEqualA) o).getB();
  +return false;
  +}
  +
  +public int getB() {
  +return this.b;
  +}
  +}
  +
  +/**
  + * Tests two instances of classes that can be equal and that are not 
"related". The two classes are not subclasses
  + * of each other and do not share a parent aside from Object.
  + * See http://issues.apache.org/bugzilla/show_bug.cgi?id=33069
  + */
  +public void testUnrelatedClasses() {
  +Object[] x = new Object[]{new TestACanEqualB(1)};
  +Object[] y = new Object[]{new TestBCanEqualA(1)};
  +
  +// sanity checks:
  +assertTrue(Arrays.equals(x, x));
  +assertTrue(Arrays.equals(y, y));
  +assertTrue(Arrays.equals(x, y));
  +assertTrue(Arrays.equals(y, x));
  +// real tests:
  +assertTrue(x[0].equals(x[0]));
  +assertTrue(y[0].equals(y[0]));
  +assertTrue(x[0].equals(y[0]));
  +assertTrue(y[0].equals(x[0]));
  +assertTrue(new EqualsBuilder().append(x, x).isEquals());
  +assertTrue(new EqualsBuilder().append(y, y).isEquals());
  +assertTrue(new EqualsBuilder().append(x, y).isEquals());
  +assertTrue(new EqualsBuilder().append(y, x).isEquals());
  +}
  +
   }
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/jci/xdocs/images - New directory

2005-01-16 Thread dirkv
dirkv   2005/01/16 11:29:54

  jakarta-commons-sandbox/jci/xdocs/images - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/jci/xdocs - New directory

2005-01-16 Thread dirkv
dirkv   2005/01/16 11:29:46

  jakarta-commons-sandbox/jci/xdocs - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: FrontPage

2005-01-16 Thread commons-dev
   Date: 2005-01-16T10:22:42
   Editor: DirkVerbeeck
   Wiki: Jakarta Commons Wiki
   Page: FrontPage
   URL: http://wiki.apache.org/jakarta-commons/FrontPage

   add modeler

Change Log:

--
@@ -27,6 +27,7 @@
  * [:Launcher] -  The Launcher component is designed to be a cross platform 
Java application launcher. It eliminates the need for a batch or shell script 
to launch a Java class.
  * [:Logging] is a thin, modular bridging API with out-of-the-box support for 
the most well known logging system
  * [:Math] is a library of lightweight, self-contained mathematics and 
statistics components.
+ * [:Modeler] provides mechanisms to create Model MBeans compatible with the 
Java Management Extensions (JMX) specification.
  * [:Net] -  Net is a collection of classes implementing various network 
protocols such as FTP, NNTP, SMTP, Telnet.
  * [:Pool] - Pool provides a generic object pooling interface, a toolkit for 
creating modular object pools and several general purpose pool implementations.
  * [:Resources] - A lightweight framework for defining and looking up 
internationalized message strings.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33124] New: - [VFS] directories in tar file don't have last modified date

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33124

   Summary: [VFS] directories in tar file don't have last modified
date
   Product: Commons
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Sandbox
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The directories in tar files don't have modified date.

When you try to get the modified date the following exception is thrown:
org.apache.commons.vfs.FileSystemException: Could not determine the last modifie
d timestamp of "tgz:http://heanet.dl.sourceforge.net/sourceforge/xins/xins-1.0.1
.tgz!/xins-1.0.1".
at
org.apache.commons.vfs.provider.DefaultFileContent.getLastModifiedTime(DefaultFileContent.java:136)
at
org.apache.commons.vfs.example.ShowProperties.main(ShowProperties.java:86)
Caused by: java.lang.NullPointerExceptionat
org.apache.commons.vfs.provider.tar.TarFileObject.doGetLastModifiedTime(TarFileObject.java:122)
at
org.apache.commons.vfs.provider.DefaultFileContent.getLastModifiedTime(DefaultFileContent.java:132)
... 1 more

How to reproduce this bug:
in the vfs directory execute
java -cp
.;target\commons-vfs-1.0-dev.jar;target\lib\commons-logging-1.0.4.jar;target\lib\commons-compress-20040530.jar
org.apache.commons.vfs.example.ShowProperties
tgz:http://heanet.dl.sourceforge.net/sourceforge/xins/xins-1.0.1.tgz!/xins-1.0.1/src/
(Unix)
java -cp
.:target/commons-vfs-1.0-dev.jar:target/lib/commons-logging-1.0.4.jar:target/lib/commons-compress-20040530.jar
org.apache.commons.vfs.example.ShowProperties
tgz:http://heanet.dl.sourceforge.net/sourceforge/xins/xins-1.0.1.tgz!/xins-1.0.1/src/
(Windows)

This bug prevent for example to copy directories as the exception is thrown when
copying the first directory.

If this bug is not in VFS but in commons-compress, you may reassign the bug.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33101] - [lang] add generic length function to ArrayUtils, for object.getClass().isArray()

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33101


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|add generic length function |[lang] add generic length
   |to ArrayUtils, for  |function to ArrayUtils, for
   |object.getClass().isArray() |object.getClass().isArray()




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33108] - [dbutils] MockResultSet: Throw UnsupportedOperationException for not implemented methods

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33108


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|MockResultSet: Throw|[dbutils] MockResultSet:
   |UnsupportedOperationExceptio|Throw
   |n for not implemented   |UnsupportedOperationExceptio
   |methods |n for not implemented
   ||methods




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33102] - [lang] add generic add method to DateUtils

2005-01-16 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://issues.apache.org/bugzilla/show_bug.cgi?id=33102


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|add generic add method to   |[lang] add generic add
   |DateUtils   |method to DateUtils




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: Logging/FrequentlyAskedQuestions

2005-01-16 Thread commons-dev
   Date: 2005-01-16T09:13:49
   Editor: 12.108.188.134
   Wiki: Jakarta Commons Wiki
   Page: Logging/FrequentlyAskedQuestions
   URL: http://wiki.apache.org/jakarta-commons/Logging/FrequentlyAskedQuestions

   nagoya --> mail-archives

Change Log:

--
@@ -31,7 +31,7 @@
 
 (With thanks to David Karlsen for this information)
 
-For more information see http://nagoya.apache.org/eyebrowse/[EMAIL 
PROTECTED]&msgNo=5737
+For more information see http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]&msgNo=5737
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Commons Wiki] Updated: Jelly

2005-01-16 Thread commons-dev
   Date: 2005-01-16T09:12:33
   Editor: 12.108.188.134
   Wiki: Jakarta Commons Wiki
   Page: Jelly
   URL: http://wiki.apache.org/jakarta-commons/Jelly

   nagoya --> issues

Change Log:

--
@@ -17,4 +17,4 @@
 
 = FAQ =
 1. Where should I report issues/suggestions for Jelly?
- Report issues using Jira: http://nagoya.apache.org/jira/browse/JELLY
+ Report issues using Jira: http://issues.apache.org/jira/browse/JELLY

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]