Re: The Apache Software Foundation Projects

2012-01-23 Thread Jacopo Cappellato
Hi Jacques,

sorry for the late reply; Erwan is right about the tag: we create it when we 
tag a release.
As regards you patch, please commit it and then deploy (as you would do with a 
standard html page of the OFBiz website); the ASF server will then fetch it 
from there.

Thanks,

Jacopo

On Jan 22, 2012, at 1:07 AM, Jacques Le Roux wrote:

 Since R11.04 is not yet official, the patch would be rather
 
 Index: doap_OFBiz.rdf
 ===
 --- doap_OFBiz.rdf (revision 1214648)
 +++ doap_OFBiz.rdf (working copy)
 @@ -50,9 +50,30 @@
foaf:mbox rdf:resource=mailto:jaco...@apache.org/
  /foaf:Person
/maintainer
 +!--release
 +Version
 +nameApache OFBiz 11.04/name
 +created2011-05-02/created
 +revision11.04/revision
 +/Version
 +/release--
release
Version
 -nameLast stable/name
 +name(Last stable) Apache OFBiz 10.04/name
 +created2010-05-01/created
 +revision10.04/revision
 +/Version
 +/release+release
 +Version
 +name(Lastest 09.04) Apache OFBiz 09.04.01 /name
 +created2011-01-25/created
 +revision09.04.01/revision
 +/Version
 +/release
 +release
 +Version
 +nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version
 
 Jacques
 
 From: Jacques Le Roux jacques.le.r...@les7arts.com
 I created this patch. Is committing and updating /www/ofbiz.apache.org/ 
 enough?
 Index: doap_OFBiz.rdf
 ===
 --- doap_OFBiz.rdf (revision 1214648)
 +++ doap_OFBiz.rdf (working copy)
 @@ -52,7 +52,27 @@
/maintainer
release
Version
 -nameLast stable/name
 +nameApache OFBiz 11.04/name
 +created2011-05-02/created
 +revision11.04/revision
 +/Version
 +/release
 +Version
 +name(Last stable) Apache OFBiz 10.04/name
 +created2010-05-01/created
 +revision10.04/revision
 +/Version
 +/release
 +release
 +Version
 +name(Lastest 09.04) Apache OFBiz 09.04.01 /name
 +created2011-01-25/created
 +revision09.04.01/revision
 +/Version
 +/release
 +release
 +Version
 +nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version
 Using svn log --stop-on-copy   creation.date to get the date at the 
 bottom of creation.date file (tip from Bertrand 
 http://grep.codeconsult.ch/2008/11/26/what-svn-revision-was-this-branch-created-in/)
 Jacques
 From: Jacques Le Roux jacques.le.r...@les7arts.com
 Hi Jacopo,
 
 Just stumbled upon http://projects.apache.org/projects/ofbiz.html
 Should we not update regarding releases? Should be only stable releases 
 there? But then why showing 4.0.
 Just let me know and I will update...
 
 Thanks
 
 Jacques



Re: The Apache Software Foundation Projects

2012-01-23 Thread Jacques Le Roux

Done

Happy to read you again Jacopo

Jacques

From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com

Hi Jacques,

sorry for the late reply; Erwan is right about the tag: we create it when we 
tag a release.
As regards you patch, please commit it and then deploy (as you would do with a standard html page of the OFBiz website); the ASF 
server will then fetch it from there.


Thanks,

Jacopo

On Jan 22, 2012, at 1:07 AM, Jacques Le Roux wrote:


Since R11.04 is not yet official, the patch would be rather

Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -50,9 +50,30 @@
   foaf:mbox rdf:resource=mailto:jaco...@apache.org/
 /foaf:Person
   /maintainer
+!--release
+Version
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release--
   release
   Version
-nameLast stable/name
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release+release
+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
   created2009-04-01/created
   revision09.04/revision
   /Version

Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

I created this patch. Is committing and updating /www/ofbiz.apache.org/ enough?
Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -52,7 +52,27 @@
   /maintainer
   release
   Version
-nameLast stable/name
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release
+Version
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release
+release
+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
   created2009-04-01/created
   revision09.04/revision
   /Version
Using svn log --stop-on-copy   creation.date to get the date at the bottom of creation.date file (tip from Bertrand 
http://grep.codeconsult.ch/2008/11/26/what-svn-revision-was-this-branch-created-in/)

Jacques
From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi Jacopo,

Just stumbled upon http://projects.apache.org/projects/ofbiz.html
Should we not update regarding releases? Should be only stable releases there? 
But then why showing 4.0.
Just let me know and I will update...

Thanks

Jacques





Re: The Apache Software Foundation Projects

2012-01-21 Thread Jacques Le Roux

I created this patch. Is committing and updating /www/ofbiz.apache.org/ enough?

Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -52,7 +52,27 @@
/maintainer
release
Version
-nameLast stable/name
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release
+Version
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release
+release
+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version

Using svn log --stop-on-copy   creation.date to get the date at the bottom of creation.date file (tip from Bertrand 
http://grep.codeconsult.ch/2008/11/26/what-svn-revision-was-this-branch-created-in/)


Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi Jacopo,

Just stumbled upon http://projects.apache.org/projects/ofbiz.html
Should we not update regarding releases? Should be only stable releases there? 
But then why showing 4.0.
Just let me know and I will update...

Thanks

Jacques 


Re: The Apache Software Foundation Projects

2012-01-21 Thread Jacques Le Roux

I just noticed we have a tag for all releases branches but not R11.04, normal?

Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

I created this patch. Is committing and updating /www/ofbiz.apache.org/ enough?

Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -52,7 +52,27 @@
/maintainer
release
Version
-nameLast stable/name
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release
+Version
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release
+release
+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version

Using svn log --stop-on-copy   creation.date to get the date at the bottom of creation.date file (tip from Bertrand 
http://grep.codeconsult.ch/2008/11/26/what-svn-revision-was-this-branch-created-in/)


Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi Jacopo,

Just stumbled upon http://projects.apache.org/projects/ofbiz.html
Should we not update regarding releases? Should be only stable releases there? 
But then why showing 4.0.
Just let me know and I will update...

Thanks

Jacques 




Re: The Apache Software Foundation Projects

2012-01-21 Thread Erwan de FERRIERES

Le 21/01/2012 15:49, Jacques Le Roux a écrit :

I just noticed we have a tag for all releases branches but not R11.04,
normal?

Jacques



11.04 has still not been voted. It may explain this.

CHeers,


--
Erwan de FERRIERES
www.nereide.biz


Re: The Apache Software Foundation Projects

2012-01-21 Thread Jacques Le Roux

Indeed, I forgot it does not appear yet on the download page

Jacques

From: Erwan de FERRIERES erwan.de-ferrie...@nereide.fr

Le 21/01/2012 15:49, Jacques Le Roux a écrit :

I just noticed we have a tag for all releases branches but not R11.04,
normal?

Jacques



11.04 has still not been voted. It may explain this.

CHeers,


--
Erwan de FERRIERES
www.nereide.biz 


Re: The Apache Software Foundation Projects

2012-01-21 Thread Jacques Le Roux

Since R11.04 is not yet official, the patch would be rather

Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -50,9 +50,30 @@
foaf:mbox rdf:resource=mailto:jaco...@apache.org/
  /foaf:Person
/maintainer
+!--release
+Version
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release--
release
Version
-nameLast stable/name
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release
+release

+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version

Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

I created this patch. Is committing and updating /www/ofbiz.apache.org/ enough?

Index: doap_OFBiz.rdf
===
--- doap_OFBiz.rdf (revision 1214648)
+++ doap_OFBiz.rdf (working copy)
@@ -52,7 +52,27 @@
/maintainer
release
Version
-nameLast stable/name
+nameApache OFBiz 11.04/name
+created2011-05-02/created
+revision11.04/revision
+/Version
+/release
+Version
+name(Last stable) Apache OFBiz 10.04/name
+created2010-05-01/created
+revision10.04/revision
+/Version
+/release
+release
+Version
+name(Lastest 09.04) Apache OFBiz 09.04.01 /name
+created2011-01-25/created
+revision09.04.01/revision
+/Version
+/release
+release
+Version
+nameApache OFBiz R09.04/name
created2009-04-01/created
revision09.04/revision
/Version

Using svn log --stop-on-copy   creation.date to get the date at the bottom of creation.date file (tip from Bertrand 
http://grep.codeconsult.ch/2008/11/26/what-svn-revision-was-this-branch-created-in/)


Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi Jacopo,

Just stumbled upon http://projects.apache.org/projects/ofbiz.html
Should we not update regarding releases? Should be only stable releases there? 
But then why showing 4.0.
Just let me know and I will update...

Thanks

Jacques


The Apache Software Foundation Projects

2012-01-13 Thread Jacques Le Roux

Hi Jacopo,

Just stumbled upon http://projects.apache.org/projects/ofbiz.html
Should we not update regarding releases? Should be only stable releases there? 
But then why showing 4.0.
Just let me know and I will update...

Thanks

Jacques