Re: [jira] Commented: (MAVEN-1129) Maven uses sun.* classes directly to access Base64 codec

2004-02-01 Thread John Casey
I hate to be too pragmatic about this, but you only have the single dependency on commons-codec, right? Also, you have no other bootstrap dependencies, right? So... Why not just implement a Base-64 en/decoder? It's not that hard (I did it in like 2 hours, with JUnit tests, from the RFC)... Maybe

Re: [jira] Commented: (MAVEN-1129) Maven uses sun.* classes directly to access Base64 codec

2004-02-01 Thread dion
Try bootstrapping maven. This will fail due to a dependency in HttpUtils on commons-codec. At the moment (pre-patch), maven has no external dependencies to bootstrap. It's a chicken and egg question. How do we build maven with just the source (i.e. download commons-codec using ant is one opti

Re: [jira] Commented: (MAVEN-1129) Maven uses sun.* classes directly to access Base64 codec

2004-02-01 Thread Dalibor Topic
Hi Dion, [EMAIL PROTECTED] wrote: The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 10:46 PM Body: This patch breaks bootstrap. Bootstrap will need to be updated to include commons-codec in the classpath Thanks for the quick reply.

cvs commit: maven-plugins/xdoc/src/plugin-resources/images/.xvpics expanded.gif collapsed.gif

2004-02-01 Thread dion
dion2004/02/01 21:36:43 Removed: xdoc/src/plugin-resources/images/.xvpics expanded.gif collapsed.gif Log: Smegging GIMP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Jem has a new address

2004-02-01 Thread jem
Thank you for your recent email. Unfortunately, due to spam overload, I no longer accept mail to this address. If you would like to receive my new email address, please call me. My phone number is listed in www.whitepages.com.au Best wishes Jem --

[jira] Closed: (MPXDOC-77) major improvements to the xdoc plugin

2004-02-01 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 1 Feb 2004 11:45 PM Patch applied in xdoc-1.5 Replaced old PNG files with GIFs to better support IE. - View the issue: http://jira.co

Jem has a new address

2004-02-01 Thread jem
Thank you for your recent email. Unfortunately, due to spam overload, I no longer accept mail to this address. If you would like to receive my new email address, please call me. My phone number is listed in www.whitepages.com.au Best wishes Jem --

cvs commit: maven-plugins/xdoc plugin.jelly

2004-02-01 Thread dion
dion2004/02/01 20:40:25 Modified:xdoc/src/plugin-resources/templates dependencies.xml team-list.xml mail-lists.xml xdoc/src/plugin-resources site.jsl navigation.jelly xdoc/src/plugin-test maven.xml xdoc/src/plugin-r

Jem has a new address

2004-02-01 Thread jem
Thank you for your recent email. Unfortunately, due to spam overload, I no longer accept mail to this address. If you would like to receive my new email address, please call me. My phone number is listed in www.whitepages.com.au Best wishes Jem --

cvs commit: maven-plugins/xdoc/src/plugin-resources/images/.xvpics - New directory

2004-02-01 Thread dion
dion2004/02/01 20:40:10 maven-plugins/xdoc/src/plugin-resources/images/.xvpics - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/xdoc/src/plugin-test/testdocs - New directory

2004-02-01 Thread dion
dion2004/02/01 20:37:16 maven-plugins/xdoc/src/plugin-test/testdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jem has a new address

2004-02-01 Thread jem
Thank you for your recent email. Unfortunately, due to spam overload, I no longer accept mail to this address. If you would like to receive my new email address, please call me. My phone number is listed in www.whitepages.com.au Best wishes Jem --

Jem has a new address

2004-02-01 Thread jem
Thank you for your recent email. Unfortunately, due to spam overload, I no longer accept mail to this address. If you would like to receive my new email address, please call me. My phone number is listed in www.whitepages.com.au Best wishes Jem --

[jira] Commented: (MAVEN-1129) Maven uses sun.* classes directly to access Base64 codec

2004-02-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 10:46 PM Body: This patch breaks bootstrap. Bootstrap will need to be updated to include commons-codec in the classpath ---

[jira] Commented: (MPXDOC-77) major improvements to the xdoc plugin

2004-02-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 9:21 PM Body: I'll try saving as a GIF - View this comment: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MP

[jira] Commented: (MPXDOC-77) major improvements to the xdoc plugin

2004-02-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 9:08 PM Body: >From what I can tell, the PNGs for collapsed and expanded are valid, and have an >alpha of 0 (transparent) for all except the arrow piece. That means that IE may not b

cvs commit: maven-components/maven-model-xpp3/src/java/org/apache/maven/model DefaultModelUnmarshaller.java

2004-02-01 Thread jvanzyl
jvanzyl 2004/02/01 17:53:17 Modified:maven-model-xpp3/src/java/org/apache/maven/model DefaultModelUnmarshaller.java Log: Revision ChangesPath 1.11 +1 -13 maven-components/maven-model-xpp3/src/java/org/apache/maven/model/DefaultModelUnmar

[jira] Commented: (MPXDOC-77) major improvements to the xdoc plugin

2004-02-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 8:23 PM Body: All works well. The only issue I can see is the arrows vs the +/- sign. Anyone else care to chime in? --

[jira] Commented: (MPXDOC-77) major improvements to the xdoc plugin

2004-02-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 1 Feb 2004 7:24 PM Body: I am making the changes in the comments and testing - View this comment: http://jira.codehaus.org/s

cvs commit: maven-plugins/surefire/src/main/org/apache/maven/test SurefirePlugin.java

2004-02-01 Thread jvanzyl
jvanzyl 2004/02/01 13:06:09 Added: surefire/src/main/org/apache/maven/test SurefirePlugin.java Log: o the front-end for surefire Revision ChangesPath 1.1 maven-plugins/surefire/src/main/org/apache/maven/test/SurefirePlugin.java Index: SurefirePlug