You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by sg...@apache.org on 2005/10/21 10:57:04 UTC

svn commit: r327126 - in /webservices/xmlrpc/trunk: project.properties project.xml xdocs/changes.xml

Author: sgoeschl
Date: Fri Oct 21 01:56:59 2005
New Revision: 327126

URL: http://svn.apache.org/viewcvs?rev=327126&view=rev
Log:
+) Adding the SVN links and URLs to the website
+) ChangeLog report now uses the SVN repo which is defined in project.properties
+) Updated the changes.xml to reflect the last commits

Modified:
    webservices/xmlrpc/trunk/project.properties
    webservices/xmlrpc/trunk/project.xml
    webservices/xmlrpc/trunk/xdocs/changes.xml

Modified: webservices/xmlrpc/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/project.properties?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/project.properties (original)
+++ webservices/xmlrpc/trunk/project.properties Fri Oct 21 01:56:59 2005
@@ -3,6 +3,12 @@
 # -------------------------------------------------------------------
 
 # -------------------------------------------------------------------
+#  C H A N G E L O G  S E T T I N G S
+# -------------------------------------------------------------------
+
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
+# -------------------------------------------------------------------
 # JAVA PLUGIN
 # -------------------------------------------------------------------
 

Modified: webservices/xmlrpc/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/project.xml?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/project.xml (original)
+++ webservices/xmlrpc/trunk/project.xml Fri Oct 21 01:56:59 2005
@@ -4,7 +4,7 @@
   <pomVersion>3</pomVersion>
   <name>xmlrpc</name>
   <id>xmlrpc</id>
-  <currentVersion>2.0</currentVersion>
+  <currentVersion>2.1-dev</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://ws.apache.org/</url>
@@ -36,9 +36,9 @@
   <distributionDirectory>/www/www.apache.org/dist/ws/xmlrpc/</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-xmlrpc</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:ws-xmlrpc</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/ws-xmlrpc/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</url>
   </repository>
 
   <versions>

Modified: webservices/xmlrpc/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/changes.xml?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/xdocs/changes.xml (original)
+++ webservices/xmlrpc/trunk/xdocs/changes.xml Fri Oct 21 01:56:59 2005
@@ -6,6 +6,22 @@
   </properties>
 
   <body>
+  
+    <release version="2.1-dev" date="as in SVN">
+      <action dev="sgoeschl" type="update">
+				Adding the SVN links to the project website
+      </action>          
+      <action dev="jochen" type="fix" due-to="Claude Zervas">
+				The characters 0x20, 0xe000, and 0x10000 have been escaped without reason (XMLRPC-69)
+      </action>          
+      <action dev="jochen" type="fix">
+        The Webserver class was not able to handle Basic authentication,
+				because the BASE64 codec wasn't initialized.
+      </action>          
+      <action dev="hgomez" type="update">
+        Add Timeout support for underlying HttpClient
+      </action>          
+    </release>
     <release version="2.0" date="2005-05-27">
       <action dev="sgoeschl" type="update">
         Upgrading to commons-codec-1.3.jar, commenting out the FESI jar



Re: More info on SCM and bug tracker

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 10/21/05, Jimisola Laursen <li...@jimisola.com> wrote:

> It would really help out with contributions if one knows what is used and how
> you want it to be used.
> Perhaps a little more informative/practical contributions page.

I'd think, that this would definitely be useful.


> Has CVS been thrown out in favour of SVN as this projects SCM?
> Is Jira or Bugzilla to be used?

The website definitely needs updates. Siegfried, you did this in the
past, could you do it again?

Yes, CVS and Bugzilla are no longer being used.


Jochen



--
Often it does seem a pity that Noah and his party did not miss the
boat. (Mark Twain)

Re: More info on SCM and bug tracker

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Jimisola,

good point ... :-( ... I'm in for more uploading next friday ....

Thanx,

Siegfried Goeschl


Jimisola Laursen wrote:

> Thanks for the info.
>
> It'sa bit confusing cause the home page says a little of everything:
>
> 1. http://ws.apache.org/xmlrpc/cvs.html (CVS Repository)
> 2. issue tracker under contributing 
> (http://ws.apache.org/xmlrpc/contributing.html) points to Bugzilla
>
> Jimisola
>
> ----- Original Message ----- From: "Siegfried Goeschl" 
> <si...@it20one.at>
> To: <xm...@ws.apache.org>
> Sent: Friday, October 21, 2005 11:11 AM
> Subject: Re: More info on SCM and bug tracker
>
>
>> Hi Jimisola ,
>>
>> +) yes, we moved to SVN a while ago
>> +) we are also using JIRA - http://issues.apache.org/jira/browse/XMLRPC
>>
>> Cheers,
>>
>> Siegfried Goeschl
>>
>> Jimisola Laursen wrote:
>>
>>> Hi!
>>>
>>> It would really help out with contributions if one knows what is 
>>> used and how you want it to be used.
>>> Perhaps a little more informative/practical contributions page.
>>>
>>> Has CVS been thrown out in favour of SVN as this projects SCM?
>>> Is Jira or Bugzilla to be used?
>>>
>>> Regards,
>>> Jimisola
>>>
>>
>
>


Re: More info on SCM and bug tracker

Posted by Jimisola Laursen <li...@jimisola.com>.
Thanks for the info.

It'sa bit confusing cause the home page says a little of everything:

1. http://ws.apache.org/xmlrpc/cvs.html (CVS Repository)
2. issue tracker under contributing 
(http://ws.apache.org/xmlrpc/contributing.html) points to Bugzilla

Jimisola

----- Original Message ----- 
From: "Siegfried Goeschl" <si...@it20one.at>
To: <xm...@ws.apache.org>
Sent: Friday, October 21, 2005 11:11 AM
Subject: Re: More info on SCM and bug tracker


> Hi Jimisola ,
>
> +) yes, we moved to SVN a while ago
> +) we are also using JIRA - http://issues.apache.org/jira/browse/XMLRPC
>
> Cheers,
>
> Siegfried Goeschl
>
> Jimisola Laursen wrote:
>
>> Hi!
>>
>> It would really help out with contributions if one knows what is used and how 
>> you want it to be used.
>> Perhaps a little more informative/practical contributions page.
>>
>> Has CVS been thrown out in favour of SVN as this projects SCM?
>> Is Jira or Bugzilla to be used?
>>
>> Regards,
>> Jimisola
>>
> 


Re: More info on SCM and bug tracker

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Jimisola ,

+) yes, we moved to SVN a while ago
+) we are also using JIRA - http://issues.apache.org/jira/browse/XMLRPC

Cheers,

Siegfried Goeschl

Jimisola Laursen wrote:

> Hi!
>
> It would really help out with contributions if one knows what is used 
> and how you want it to be used.
> Perhaps a little more informative/practical contributions page.
>
> Has CVS been thrown out in favour of SVN as this projects SCM?
> Is Jira or Bugzilla to be used?
>
> Regards,
> Jimisola
>


More info on SCM and bug tracker

Posted by Jimisola Laursen <li...@jimisola.com>.
Hi!

It would really help out with contributions if one knows what is used and how 
you want it to be used.
Perhaps a little more informative/practical contributions page.

Has CVS been thrown out in favour of SVN as this projects SCM?
Is Jira or Bugzilla to be used?

Regards,
Jimisola