https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html#OFBizSourceRepositoryandAccess-OFBizWebsiteRepositoryandAccess%28forcommitters%29

-Adrian

On 8/29/2011 12:10 PM, Ashish Vijaywargiya wrote:
Thanks Jacques for forwarding this discussion to the dev list. It helps! :-)

--
Ashish

On Mon, Aug 29, 2011 at 4:36 PM, Jacques Le Roux<
[email protected]>  wrote:

Rhaaaa, should have been dev ML :/


----- Original Message ----- From: "Jacques Le Roux"<
[email protected]>
To:<[email protected]>
Sent: Monday, August 29, 2011 1:05 PM
Subject: Fw: svn commit: r1162311 - /ofbiz/site/dtds/simple-**methods.xsd



  Looks like I forgot to copy, so forwarded
----- Original Message ----- From: "Jacques Le Roux"<
[email protected]>
To: "Ashish Vijaywargiya"<[email protected]**>
Sent: Monday, August 29, 2011 9:52 AM
Subject: Re: svn commit: r1162311 - /ofbiz/site/dtds/simple-**methods.xsd


  Hi Ashish,
Actually this is an interesting question. So I copy my answer to dev ML
in case some other committers would have missed this point. In general it's
always better to send such question to it, to share knowledge. Also please
avoid HTML format as much as possible ;o)

Svn repo and site are 2 differents things. So, after a such change, you
need to
1. Run ant copy-dtds
2. Copy the change in your local copy of https://svn.apache.org/repos/**
asf/ofbiz/site<https://svn.apache.org/repos/asf/ofbiz/site>
3. Commit them
4. Update the site by
   * ssh to people.apache.org using your committer credential
   * there  cd /www/ofbiz.apache.org/
   * then svn uo

Thanks to care :o)

Jacques

==============================**============================
From: Ashish Vijaywargiya
Hello Jacques,


I hope you are doing well. I was thinking to send my question on mailing
list but it is very small question so decided to send you personal email.
:-)
Just out of curiosity how soon my changes done in following commit will
get reflected on ofbiz.apache.org live site? On Saturday I was assuming
that it will get updated in 24 hours but I guess this didn't happen. Can you
please comment on this?


Thanks in advance for your help.


--
Ashish




---------- Forwarded message ----------
From:<[email protected]>
Date: Sat, Aug 27, 2011 at 1:45 PM
Subject: svn commit: r1162311 - /ofbiz/site/dtds/simple-**methods.xsd
To: [email protected]


Author: ashish
Date: Sat Aug 27 08:15:08 2011
New Revision: 1162311

URL: 
http://svn.apache.org/viewvc?**rev=1162311&view=rev<http://svn.apache.org/viewvc?rev=1162311&view=rev>
Log:
Applying changes from trunk r1154470. Applied patch from jira issue -
OFBIZ-4355. Update simple-methods.xsd (Missing not-in operator in
condtion-expr tag).Thanks Amit for the contribution.

Modified:
  ofbiz/site/dtds/simple-**methods.xsd

Modified: ofbiz/site/dtds/simple-**methods.xsd
URL: http://svn.apache.org/viewvc/**ofbiz/site/dtds/simple-**
methods.xsd?rev=1162311&r1=**1162310&r2=1162311&view=diff<http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?rev=1162311&r1=1162310&r2=1162311&view=diff>
==============================**==============================**
==================
--- ofbiz/site/dtds/simple-**methods.xsd (original)
+++ ofbiz/site/dtds/simple-**methods.xsd Sat Aug 27 08:15:08 2011
@@ -2376,6 +2376,7 @@ under the License.
                   <xs:enumeration value="equals"/>
                   <xs:enumeration value="not-equals"/>
                   <xs:enumeration value="in"/>
+<xs:enumeration value="not-in"/>
                   <xs:enumeration value="between"/>
                   <xs:enumeration value="like"/>
                   <xs:enumeration value="not-like"/>
@@ -5275,3 +5276,4 @@ under the License.
       </xs:attribute>
   </xs:attributeGroup>
</xs:schema>
+



Reply via email to