You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/03/17 09:12:35 UTC

svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Author: jleroux
Date: Fri Mar 17 09:12:35 2017
New Revision: 1787307

URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
Log:
No functional change, document the removing of the specialpurpose and hot-deploy
directories. And the necessity to use the pullPluginSource or 
pullAllPluginsSource Gradle tasks, feel free to amend...

Modified:
    ofbiz/ofbiz-framework/trunk/README.md
    ofbiz/site/source-repositories.html

Modified: ofbiz/ofbiz-framework/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
@@ -52,6 +52,8 @@ Of course you need to make sure the conn
 
 Quick start
 -----------
+>_Note_: since the trunk was splitted, into ofbiz-framework and ofbiz-plugins; there are no longer a specialpurpose directory and a hot-deploy. All must be checked out in a created on the fly plugins directory.</br> 
+To get a component in the plugins directory: use the pullPluginSource Gradle task, to get all components use pullAllPluginsSource.
 
 To quickly install and fire-up OFBiz, please follow the below instructions
 from the command line at the OFBiz top level directory (folder)

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
@@ -53,9 +53,9 @@
   <p>
      If you are not familiar with Apache Subversion and you don't have an SVN client tool, the following links will be useful:
      <ul>
-     <li><a href="http://subversion.apache.org/" class="external-link" rel="nofollow" target="external">Apache Subversion Home</a></li>
-     <li><a href="http://subversion.apache.org/packages.html" class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
-     <li><a href="http://subversion.apache.org/docs/" class="external-link" rel="nofollow" target="external">Documentation</a></li>
+       <li><a href="http://subversion.apache.org/" class="external-link" rel="nofollow" target="external">Apache Subversion Home</a></li>
+       <li><a href="http://subversion.apache.org/packages.html" class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
+       <li><a href="http://subversion.apache.org/docs/" class="external-link" rel="nofollow" target="external">Documentation</a></li>
      </ul>
   </p>
 </div>
@@ -65,7 +65,11 @@
     Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.<br/>
 </p>
 <p>
-    To <b>checkout</b> the source code, simply use the following command (if you are using a GUI client, configure it appropriately):
+    To <b>checkout</b> the source code, simply use the following command (if you are using a GUI client, configure it appropriately).
+</p>
+<p>
+    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and ofbiz-plugins; there are no longer a specialpurpose directory and a hot-deploy. All must be checked out in a created on the fly plugins directory.</br> 
+    To get a component in the plugins directory: use the pullPluginSource Gradle task, to get all components use pullAllPluginsSource. 
 </p>
       <ul>
         <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
@@ -80,13 +84,12 @@
 <p>There are also 2 type of Git repositories, one for committers and one for users at GitHub</p>
       <ul>
         <li><b>Git for committers</b> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers" class="external-link" rel="nofollow" target="external">This wiki page explains how to use it.</a></li>
-        <li>
-          <b>GitHub for users</b>: Since the trunk was split (specialpurpose and hotdeploy merged in plugins, framework and plugins being apart), there are 3 repositories available at
-          <ul> 
-            <li>Only the framework: <a href="https://github.com/apache/ofbiz-framework" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-framework</a>
-            <li>Only the plugins: <a href="https://github.com/apache/ofbiz-plugins" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-plugins</a>
-            <li>Only the release branches (the rest is stuck at the split date): <a href="https://github.com/apache/ofbiz" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
-          <ul>
+        <li><b>GitHub for users</b>: Since the trunk was split (specialpurpose and hotdeploy merged in plugins, framework and plugins being apart), there are 3 repositories available at
+            <ul> 
+              <li>Only the framework: <a href="https://github.com/apache/ofbiz-framework" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-framework</a></li>
+              <li>Only the plugins: <a href="https://github.com/apache/ofbiz-plugins" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-plugins</a></li>
+              <li>Only the release branches (the rest is stuck at the split date): <a href="https://github.com/apache/ofbiz" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz</a></li>
+          </ul>
           <p>Note though that an issue has been reported for GitHub once in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?focusedCommentId=13066670&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13066670" class="external-link" rel="nofollow" target="external">this Jira comment</a></p>
           </li>
       </ul>



Re: svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Posted by Jacques Le Roux <ja...@les7arts.com>.
I amended it and finally put it almost at the top of the file. Because it's a news. I guess in 1 (or 2 max) year we can remove it...

If someone has a better idea, please do...

Jacques


Le 17/03/2017 � 16:58, Taher Alkhateeb a �crit :
> I suggest perhaps to add it somewhere after the quick start guide, and to
> break the line to make it more readable.
>
> I try as much as I can to highlight issues but not necessarily amend after
> every commit. I do it sometimes but cannot up keep with your pace :)
>
> Regards,
>
> Taher Alkhateeb
>
> On Mar 17, 2017 6:10 PM, "Jacques Le Roux" <ja...@les7arts.com>
> wrote:
>
>> Where would you suggest?
>>
>> Also maybe it's time to collaborate in the Apache way, please feel free to
>> amend...
>>
>> Jacques
>>
>>
>> Le 17/03/2017 � 11:05, Taher Alkhateeb a �crit :
>>
>>> This is placed inappropriately. You are adding a detailed documentation in
>>> the quick start guide, which is supposed to guide beginners on quickly
>>> setting up a working system.
>>>
>>> Also, the formatting of having one long line makes the file not very
>>> readable, this should be properly formatted and placed elsewhere.
>>>
>>> On Fri, Mar 17, 2017 at 12:12 PM, <jl...@apache.org> wrote:
>>>
>>> Author: jleroux
>>>> Date: Fri Mar 17 09:12:35 2017
>>>> New Revision: 1787307
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
>>>> Log:
>>>> No functional change, document the removing of the specialpurpose and
>>>> hot-deploy
>>>> directories. And the necessity to use the pullPluginSource or
>>>> pullAllPluginsSource Gradle tasks, feel free to amend...
>>>>
>>>> Modified:
>>>>       ofbiz/ofbiz-framework/trunk/README.md
>>>>       ofbiz/site/source-repositories.html
>>>>
>>>> Modified: ofbiz/ofbiz-framework/trunk/README.md
>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>>>> README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
>>>> ============================================================
>>>> ==================
>>>> --- ofbiz/ofbiz-framework/trunk/README.md (original)
>>>> +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
>>>> @@ -52,6 +52,8 @@ Of course you need to make sure the conn
>>>>
>>>>    Quick start
>>>>    -----------
>>>> +>_Note_: since the trunk was splitted, into ofbiz-framework and
>>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>>> hot-deploy. All must be checked out in a created on the fly plugins
>>>> directory.</br>
>>>> +To get a component in the plugins directory: use the pullPluginSource
>>>> Gradle task, to get all components use pullAllPluginsSource.
>>>>
>>>>    To quickly install and fire-up OFBiz, please follow the below
>>>> instructions
>>>>    from the command line at the OFBiz top level directory (folder)
>>>>
>>>> Modified: ofbiz/site/source-repositories.html
>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
>>>> repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
>>>> ============================================================
>>>> ==================
>>>> --- ofbiz/site/source-repositories.html (original)
>>>> +++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
>>>> @@ -53,9 +53,9 @@
>>>>      <p>
>>>>         If you are not familiar with Apache Subversion and you don't have
>>>> an
>>>> SVN client tool, the following links will be useful:
>>>>         <ul>
>>>> -     <li><a href="http://subversion.apache.org/" class="external-link"
>>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>>> -     <li><a href="http://subversion.apache.org/packages.html"
>>>> class="external-link" rel="nofollow" target="external">SVN Client
>>>> Tools</a></li>
>>>> -     <li><a href="http://subversion.apache.org/docs/"
>>>> class="external-link" rel="nofollow" target="external">
>>>> Documentation</a></li>
>>>> +       <li><a href="http://subversion.apache.org/"
>>>> class="external-link"
>>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>>> +       <li><a href="http://subversion.apache.org/packages.html"
>>>> class="external-link" rel="nofollow" target="external">SVN Client
>>>> Tools</a></li>
>>>> +       <li><a href="http://subversion.apache.org/docs/"
>>>> class="external-link" rel="nofollow" target="external">
>>>> Documentation</a></li>
>>>>         </ul>
>>>>      </p>
>>>>    </div>
>>>> @@ -65,7 +65,11 @@
>>>>        Anyone can checkout or browse the source code in the OFBiz public
>>>> Subversion (SVN) repository.<br/>
>>>>    </p>
>>>>    <p>
>>>> -    To <b>checkout</b> the source code, simply use the following command
>>>> (if you are using a GUI client, configure it appropriately):
>>>> +    To <b>checkout</b> the source code, simply use the following command
>>>> (if you are using a GUI client, configure it appropriately).
>>>> +</p>
>>>> +<p>
>>>> +    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and
>>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>>> hot-deploy. All must be checked out in a created on the fly plugins
>>>> directory.</br>
>>>> +    To get a component in the plugins directory: use the
>>>> pullPluginSource
>>>> Gradle task, to get all components use pullAllPluginsSource.
>>>>    </p>
>>>>          <ul>
>>>>            <li><b>trunk framework</b>: $ svn co
>>>> http://svn.apache.org/repos/
>>>> asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
>>>> @@ -80,13 +84,12 @@
>>>>    <p>There are also 2 type of Git repositories, one for committers and
>>>> one
>>>> for users at GitHub</p>
>>>>          <ul>
>>>>            <li><b>Git for committers</b> <a href="https://cwiki.apache.
>>>> org/confluence/display/OFBIZ/Git+for+committers" class="external-link"
>>>> rel="nofollow" target="external">This wiki page explains how to use
>>>> it.</a></li>
>>>> -        <li>
>>>> -          <b>GitHub for users</b>: Since the trunk was split
>>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>>> being apart), there are 3 repositories available at
>>>> -          <ul>
>>>> -            <li>Only the framework: <a href="https://github.com/
>>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>>> target="external">https://github.com/apache/ofbiz-framework</a>
>>>> -            <li>Only the plugins: <a href="https://github.com/
>>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>>> target="external">https://github.com/apache/ofbiz-plugins</a>
>>>> -            <li>Only the release branches (the rest is stuck at the
>>>> split
>>>> date): <a href="https://github.com/apache/ofbiz" class="external-link"
>>>> rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
>>>> -          <ul>
>>>> +        <li><b>GitHub for users</b>: Since the trunk was split
>>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>>> being apart), there are 3 repositories available at
>>>> +            <ul>
>>>> +              <li>Only the framework: <a href="https://github.com/
>>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>>> target="external">https://github.com/apache/ofbiz-framework</a></li>
>>>> +              <li>Only the plugins: <a href="https://github.com/
>>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>>> target="external">https://github.com/apache/ofbiz-plugins</a></li>
>>>> +              <li>Only the release branches (the rest is stuck at the
>>>> split date): <a href="https://github.com/apache/ofbiz"
>>>> class="external-link" rel="nofollow" target="external">https://
>>>> github.com/apache/ofbiz</a></li>
>>>> +          </ul>
>>>>              <p>Note though that an issue has been reported for GitHub
>>>> once
>>>> in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?
>>>> focusedCommentId=13066670&page=com.atlassian.jira.
>>>> plugin.system.issuetabpanels:comment-tabpanel#comment-13066670"
>>>> class="external-link" rel="nofollow" target="external">this Jira
>>>> comment</a></p>
>>>>              </li>
>>>>          </ul>
>>>>
>>>>
>>>>
>>>>


Re: svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Posted by Taher Alkhateeb <sl...@gmail.com>.
I suggest perhaps to add it somewhere after the quick start guide, and to
break the line to make it more readable.

I try as much as I can to highlight issues but not necessarily amend after
every commit. I do it sometimes but cannot up keep with your pace :)

Regards,

Taher Alkhateeb

On Mar 17, 2017 6:10 PM, "Jacques Le Roux" <ja...@les7arts.com>
wrote:

> Where would you suggest?
>
> Also maybe it's time to collaborate in the Apache way, please feel free to
> amend...
>
> Jacques
>
>
> Le 17/03/2017 à 11:05, Taher Alkhateeb a écrit :
>
>> This is placed inappropriately. You are adding a detailed documentation in
>> the quick start guide, which is supposed to guide beginners on quickly
>> setting up a working system.
>>
>> Also, the formatting of having one long line makes the file not very
>> readable, this should be properly formatted and placed elsewhere.
>>
>> On Fri, Mar 17, 2017 at 12:12 PM, <jl...@apache.org> wrote:
>>
>> Author: jleroux
>>> Date: Fri Mar 17 09:12:35 2017
>>> New Revision: 1787307
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
>>> Log:
>>> No functional change, document the removing of the specialpurpose and
>>> hot-deploy
>>> directories. And the necessity to use the pullPluginSource or
>>> pullAllPluginsSource Gradle tasks, feel free to amend...
>>>
>>> Modified:
>>>      ofbiz/ofbiz-framework/trunk/README.md
>>>      ofbiz/site/source-repositories.html
>>>
>>> Modified: ofbiz/ofbiz-framework/trunk/README.md
>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>>> README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/ofbiz-framework/trunk/README.md (original)
>>> +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
>>> @@ -52,6 +52,8 @@ Of course you need to make sure the conn
>>>
>>>   Quick start
>>>   -----------
>>> +>_Note_: since the trunk was splitted, into ofbiz-framework and
>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>> hot-deploy. All must be checked out in a created on the fly plugins
>>> directory.</br>
>>> +To get a component in the plugins directory: use the pullPluginSource
>>> Gradle task, to get all components use pullAllPluginsSource.
>>>
>>>   To quickly install and fire-up OFBiz, please follow the below
>>> instructions
>>>   from the command line at the OFBiz top level directory (folder)
>>>
>>> Modified: ofbiz/site/source-repositories.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
>>> repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/site/source-repositories.html (original)
>>> +++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
>>> @@ -53,9 +53,9 @@
>>>     <p>
>>>        If you are not familiar with Apache Subversion and you don't have
>>> an
>>> SVN client tool, the following links will be useful:
>>>        <ul>
>>> -     <li><a href="http://subversion.apache.org/" class="external-link"
>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>> -     <li><a href="http://subversion.apache.org/packages.html"
>>> class="external-link" rel="nofollow" target="external">SVN Client
>>> Tools</a></li>
>>> -     <li><a href="http://subversion.apache.org/docs/"
>>> class="external-link" rel="nofollow" target="external">
>>> Documentation</a></li>
>>> +       <li><a href="http://subversion.apache.org/"
>>> class="external-link"
>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>> +       <li><a href="http://subversion.apache.org/packages.html"
>>> class="external-link" rel="nofollow" target="external">SVN Client
>>> Tools</a></li>
>>> +       <li><a href="http://subversion.apache.org/docs/"
>>> class="external-link" rel="nofollow" target="external">
>>> Documentation</a></li>
>>>        </ul>
>>>     </p>
>>>   </div>
>>> @@ -65,7 +65,11 @@
>>>       Anyone can checkout or browse the source code in the OFBiz public
>>> Subversion (SVN) repository.<br/>
>>>   </p>
>>>   <p>
>>> -    To <b>checkout</b> the source code, simply use the following command
>>> (if you are using a GUI client, configure it appropriately):
>>> +    To <b>checkout</b> the source code, simply use the following command
>>> (if you are using a GUI client, configure it appropriately).
>>> +</p>
>>> +<p>
>>> +    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and
>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>> hot-deploy. All must be checked out in a created on the fly plugins
>>> directory.</br>
>>> +    To get a component in the plugins directory: use the
>>> pullPluginSource
>>> Gradle task, to get all components use pullAllPluginsSource.
>>>   </p>
>>>         <ul>
>>>           <li><b>trunk framework</b>: $ svn co
>>> http://svn.apache.org/repos/
>>> asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
>>> @@ -80,13 +84,12 @@
>>>   <p>There are also 2 type of Git repositories, one for committers and
>>> one
>>> for users at GitHub</p>
>>>         <ul>
>>>           <li><b>Git for committers</b> <a href="https://cwiki.apache.
>>> org/confluence/display/OFBIZ/Git+for+committers" class="external-link"
>>> rel="nofollow" target="external">This wiki page explains how to use
>>> it.</a></li>
>>> -        <li>
>>> -          <b>GitHub for users</b>: Since the trunk was split
>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>> being apart), there are 3 repositories available at
>>> -          <ul>
>>> -            <li>Only the framework: <a href="https://github.com/
>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-framework</a>
>>> -            <li>Only the plugins: <a href="https://github.com/
>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-plugins</a>
>>> -            <li>Only the release branches (the rest is stuck at the
>>> split
>>> date): <a href="https://github.com/apache/ofbiz" class="external-link"
>>> rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
>>> -          <ul>
>>> +        <li><b>GitHub for users</b>: Since the trunk was split
>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>> being apart), there are 3 repositories available at
>>> +            <ul>
>>> +              <li>Only the framework: <a href="https://github.com/
>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-framework</a></li>
>>> +              <li>Only the plugins: <a href="https://github.com/
>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-plugins</a></li>
>>> +              <li>Only the release branches (the rest is stuck at the
>>> split date): <a href="https://github.com/apache/ofbiz"
>>> class="external-link" rel="nofollow" target="external">https://
>>> github.com/apache/ofbiz</a></li>
>>> +          </ul>
>>>             <p>Note though that an issue has been reported for GitHub
>>> once
>>> in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?
>>> focusedCommentId=13066670&page=com.atlassian.jira.
>>> plugin.system.issuetabpanels:comment-tabpanel#comment-13066670"
>>> class="external-link" rel="nofollow" target="external">this Jira
>>> comment</a></p>
>>>             </li>
>>>         </ul>
>>>
>>>
>>>
>>>
>

Re: svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Posted by Jacques Le Roux <ja...@les7arts.com>.
Actually, I put it there because I thought about our current users and placed this "news" in the most top possible location in the file.

I have committed an improved version. We can place it in a better location...

Jacques


Le 17/03/2017 � 16:10, Jacques Le Roux a �crit :
> Where would you suggest?
>
> Also maybe it's time to collaborate in the Apache way, please feel free to amend...
>
> Jacques
>
>
> Le 17/03/2017 � 11:05, Taher Alkhateeb a �crit :
>> This is placed inappropriately. You are adding a detailed documentation in
>> the quick start guide, which is supposed to guide beginners on quickly
>> setting up a working system.
>>
>> Also, the formatting of having one long line makes the file not very
>> readable, this should be properly formatted and placed elsewhere.
>>
>> On Fri, Mar 17, 2017 at 12:12 PM, <jl...@apache.org> wrote:
>>
>>> Author: jleroux
>>> Date: Fri Mar 17 09:12:35 2017
>>> New Revision: 1787307
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
>>> Log:
>>> No functional change, document the removing of the specialpurpose and
>>> hot-deploy
>>> directories. And the necessity to use the pullPluginSource or
>>> pullAllPluginsSource Gradle tasks, feel free to amend...
>>>
>>> Modified:
>>>      ofbiz/ofbiz-framework/trunk/README.md
>>>      ofbiz/site/source-repositories.html
>>>
>>> Modified: ofbiz/ofbiz-framework/trunk/README.md
>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>>> README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/ofbiz-framework/trunk/README.md (original)
>>> +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
>>> @@ -52,6 +52,8 @@ Of course you need to make sure the conn
>>>
>>>   Quick start
>>>   -----------
>>> +>_Note_: since the trunk was splitted, into ofbiz-framework and
>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>> hot-deploy. All must be checked out in a created on the fly plugins
>>> directory.</br>
>>> +To get a component in the plugins directory: use the pullPluginSource
>>> Gradle task, to get all components use pullAllPluginsSource.
>>>
>>>   To quickly install and fire-up OFBiz, please follow the below instructions
>>>   from the command line at the OFBiz top level directory (folder)
>>>
>>> Modified: ofbiz/site/source-repositories.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
>>> repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/site/source-repositories.html (original)
>>> +++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
>>> @@ -53,9 +53,9 @@
>>>     <p>
>>>        If you are not familiar with Apache Subversion and you don't have an
>>> SVN client tool, the following links will be useful:
>>>        <ul>
>>> -     <li><a href="http://subversion.apache.org/" class="external-link"
>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>> -     <li><a href="http://subversion.apache.org/packages.html"
>>> class="external-link" rel="nofollow" target="external">SVN Client
>>> Tools</a></li>
>>> -     <li><a href="http://subversion.apache.org/docs/"
>>> class="external-link" rel="nofollow" target="external">
>>> Documentation</a></li>
>>> +       <li><a href="http://subversion.apache.org/" class="external-link"
>>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>>> +       <li><a href="http://subversion.apache.org/packages.html"
>>> class="external-link" rel="nofollow" target="external">SVN Client
>>> Tools</a></li>
>>> +       <li><a href="http://subversion.apache.org/docs/"
>>> class="external-link" rel="nofollow" target="external">
>>> Documentation</a></li>
>>>        </ul>
>>>     </p>
>>>   </div>
>>> @@ -65,7 +65,11 @@
>>>       Anyone can checkout or browse the source code in the OFBiz public
>>> Subversion (SVN) repository.<br/>
>>>   </p>
>>>   <p>
>>> -    To <b>checkout</b> the source code, simply use the following command
>>> (if you are using a GUI client, configure it appropriately):
>>> +    To <b>checkout</b> the source code, simply use the following command
>>> (if you are using a GUI client, configure it appropriately).
>>> +</p>
>>> +<p>
>>> +    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and
>>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>>> hot-deploy. All must be checked out in a created on the fly plugins
>>> directory.</br>
>>> +    To get a component in the plugins directory: use the pullPluginSource
>>> Gradle task, to get all components use pullAllPluginsSource.
>>>   </p>
>>>         <ul>
>>>           <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/
>>> asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
>>> @@ -80,13 +84,12 @@
>>>   <p>There are also 2 type of Git repositories, one for committers and one
>>> for users at GitHub</p>
>>>         <ul>
>>>           <li><b>Git for committers</b> <a href="https://cwiki.apache.
>>> org/confluence/display/OFBIZ/Git+for+committers" class="external-link"
>>> rel="nofollow" target="external">This wiki page explains how to use
>>> it.</a></li>
>>> -        <li>
>>> -          <b>GitHub for users</b>: Since the trunk was split
>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>> being apart), there are 3 repositories available at
>>> -          <ul>
>>> -            <li>Only the framework: <a href="https://github.com/
>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-framework</a>
>>> -            <li>Only the plugins: <a href="https://github.com/
>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-plugins</a>
>>> -            <li>Only the release branches (the rest is stuck at the split
>>> date): <a href="https://github.com/apache/ofbiz" class="external-link"
>>> rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
>>> -          <ul>
>>> +        <li><b>GitHub for users</b>: Since the trunk was split
>>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>>> being apart), there are 3 repositories available at
>>> +            <ul>
>>> +              <li>Only the framework: <a href="https://github.com/
>>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-framework</a></li>
>>> +              <li>Only the plugins: <a href="https://github.com/
>>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>>> target="external">https://github.com/apache/ofbiz-plugins</a></li>
>>> +              <li>Only the release branches (the rest is stuck at the
>>> split date): <a href="https://github.com/apache/ofbiz"
>>> class="external-link" rel="nofollow" target="external">https://
>>> github.com/apache/ofbiz</a></li>
>>> +          </ul>
>>>             <p>Note though that an issue has been reported for GitHub once
>>> in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?
>>> focusedCommentId=13066670&page=com.atlassian.jira.
>>> plugin.system.issuetabpanels:comment-tabpanel#comment-13066670"
>>> class="external-link" rel="nofollow" target="external">this Jira
>>> comment</a></p>
>>>             </li>
>>>         </ul>
>>>
>>>
>>>
>
>


Re: svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Posted by Jacques Le Roux <ja...@les7arts.com>.
Where would you suggest?

Also maybe it's time to collaborate in the Apache way, please feel free to amend...

Jacques


Le 17/03/2017 � 11:05, Taher Alkhateeb a �crit :
> This is placed inappropriately. You are adding a detailed documentation in
> the quick start guide, which is supposed to guide beginners on quickly
> setting up a working system.
>
> Also, the formatting of having one long line makes the file not very
> readable, this should be properly formatted and placed elsewhere.
>
> On Fri, Mar 17, 2017 at 12:12 PM, <jl...@apache.org> wrote:
>
>> Author: jleroux
>> Date: Fri Mar 17 09:12:35 2017
>> New Revision: 1787307
>>
>> URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
>> Log:
>> No functional change, document the removing of the specialpurpose and
>> hot-deploy
>> directories. And the necessity to use the pullPluginSource or
>> pullAllPluginsSource Gradle tasks, feel free to amend...
>>
>> Modified:
>>      ofbiz/ofbiz-framework/trunk/README.md
>>      ofbiz/site/source-repositories.html
>>
>> Modified: ofbiz/ofbiz-framework/trunk/README.md
>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>> README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
>> ============================================================
>> ==================
>> --- ofbiz/ofbiz-framework/trunk/README.md (original)
>> +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
>> @@ -52,6 +52,8 @@ Of course you need to make sure the conn
>>
>>   Quick start
>>   -----------
>> +>_Note_: since the trunk was splitted, into ofbiz-framework and
>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>> hot-deploy. All must be checked out in a created on the fly plugins
>> directory.</br>
>> +To get a component in the plugins directory: use the pullPluginSource
>> Gradle task, to get all components use pullAllPluginsSource.
>>
>>   To quickly install and fire-up OFBiz, please follow the below instructions
>>   from the command line at the OFBiz top level directory (folder)
>>
>> Modified: ofbiz/site/source-repositories.html
>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
>> repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
>> ============================================================
>> ==================
>> --- ofbiz/site/source-repositories.html (original)
>> +++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
>> @@ -53,9 +53,9 @@
>>     <p>
>>        If you are not familiar with Apache Subversion and you don't have an
>> SVN client tool, the following links will be useful:
>>        <ul>
>> -     <li><a href="http://subversion.apache.org/" class="external-link"
>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>> -     <li><a href="http://subversion.apache.org/packages.html"
>> class="external-link" rel="nofollow" target="external">SVN Client
>> Tools</a></li>
>> -     <li><a href="http://subversion.apache.org/docs/"
>> class="external-link" rel="nofollow" target="external">
>> Documentation</a></li>
>> +       <li><a href="http://subversion.apache.org/" class="external-link"
>> rel="nofollow" target="external">Apache Subversion Home</a></li>
>> +       <li><a href="http://subversion.apache.org/packages.html"
>> class="external-link" rel="nofollow" target="external">SVN Client
>> Tools</a></li>
>> +       <li><a href="http://subversion.apache.org/docs/"
>> class="external-link" rel="nofollow" target="external">
>> Documentation</a></li>
>>        </ul>
>>     </p>
>>   </div>
>> @@ -65,7 +65,11 @@
>>       Anyone can checkout or browse the source code in the OFBiz public
>> Subversion (SVN) repository.<br/>
>>   </p>
>>   <p>
>> -    To <b>checkout</b> the source code, simply use the following command
>> (if you are using a GUI client, configure it appropriately):
>> +    To <b>checkout</b> the source code, simply use the following command
>> (if you are using a GUI client, configure it appropriately).
>> +</p>
>> +<p>
>> +    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and
>> ofbiz-plugins; there are no longer a specialpurpose directory and a
>> hot-deploy. All must be checked out in a created on the fly plugins
>> directory.</br>
>> +    To get a component in the plugins directory: use the pullPluginSource
>> Gradle task, to get all components use pullAllPluginsSource.
>>   </p>
>>         <ul>
>>           <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/
>> asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
>> @@ -80,13 +84,12 @@
>>   <p>There are also 2 type of Git repositories, one for committers and one
>> for users at GitHub</p>
>>         <ul>
>>           <li><b>Git for committers</b> <a href="https://cwiki.apache.
>> org/confluence/display/OFBIZ/Git+for+committers" class="external-link"
>> rel="nofollow" target="external">This wiki page explains how to use
>> it.</a></li>
>> -        <li>
>> -          <b>GitHub for users</b>: Since the trunk was split
>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>> being apart), there are 3 repositories available at
>> -          <ul>
>> -            <li>Only the framework: <a href="https://github.com/
>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>> target="external">https://github.com/apache/ofbiz-framework</a>
>> -            <li>Only the plugins: <a href="https://github.com/
>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>> target="external">https://github.com/apache/ofbiz-plugins</a>
>> -            <li>Only the release branches (the rest is stuck at the split
>> date): <a href="https://github.com/apache/ofbiz" class="external-link"
>> rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
>> -          <ul>
>> +        <li><b>GitHub for users</b>: Since the trunk was split
>> (specialpurpose and hotdeploy merged in plugins, framework and plugins
>> being apart), there are 3 repositories available at
>> +            <ul>
>> +              <li>Only the framework: <a href="https://github.com/
>> apache/ofbiz-framework" class="external-link" rel="nofollow"
>> target="external">https://github.com/apache/ofbiz-framework</a></li>
>> +              <li>Only the plugins: <a href="https://github.com/
>> apache/ofbiz-plugins" class="external-link" rel="nofollow"
>> target="external">https://github.com/apache/ofbiz-plugins</a></li>
>> +              <li>Only the release branches (the rest is stuck at the
>> split date): <a href="https://github.com/apache/ofbiz"
>> class="external-link" rel="nofollow" target="external">https://
>> github.com/apache/ofbiz</a></li>
>> +          </ul>
>>             <p>Note though that an issue has been reported for GitHub once
>> in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?
>> focusedCommentId=13066670&page=com.atlassian.jira.
>> plugin.system.issuetabpanels:comment-tabpanel#comment-13066670"
>> class="external-link" rel="nofollow" target="external">this Jira
>> comment</a></p>
>>             </li>
>>         </ul>
>>
>>
>>


Re: svn commit: r1787307 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Posted by Taher Alkhateeb <sl...@gmail.com>.
This is placed inappropriately. You are adding a detailed documentation in
the quick start guide, which is supposed to guide beginners on quickly
setting up a working system.

Also, the formatting of having one long line makes the file not very
readable, this should be properly formatted and placed elsewhere.

On Fri, Mar 17, 2017 at 12:12 PM, <jl...@apache.org> wrote:

> Author: jleroux
> Date: Fri Mar 17 09:12:35 2017
> New Revision: 1787307
>
> URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
> Log:
> No functional change, document the removing of the specialpurpose and
> hot-deploy
> directories. And the necessity to use the pullPluginSource or
> pullAllPluginsSource Gradle tasks, feel free to amend...
>
> Modified:
>     ofbiz/ofbiz-framework/trunk/README.md
>     ofbiz/site/source-repositories.html
>
> Modified: ofbiz/ofbiz-framework/trunk/README.md
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
> README.md?rev=1787307&r1=1787306&r2=1787307&view=diff
> ============================================================
> ==================
> --- ofbiz/ofbiz-framework/trunk/README.md (original)
> +++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
> @@ -52,6 +52,8 @@ Of course you need to make sure the conn
>
>  Quick start
>  -----------
> +>_Note_: since the trunk was splitted, into ofbiz-framework and
> ofbiz-plugins; there are no longer a specialpurpose directory and a
> hot-deploy. All must be checked out in a created on the fly plugins
> directory.</br>
> +To get a component in the plugins directory: use the pullPluginSource
> Gradle task, to get all components use pullAllPluginsSource.
>
>  To quickly install and fire-up OFBiz, please follow the below instructions
>  from the command line at the OFBiz top level directory (folder)
>
> Modified: ofbiz/site/source-repositories.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
> repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
> ============================================================
> ==================
> --- ofbiz/site/source-repositories.html (original)
> +++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
> @@ -53,9 +53,9 @@
>    <p>
>       If you are not familiar with Apache Subversion and you don't have an
> SVN client tool, the following links will be useful:
>       <ul>
> -     <li><a href="http://subversion.apache.org/" class="external-link"
> rel="nofollow" target="external">Apache Subversion Home</a></li>
> -     <li><a href="http://subversion.apache.org/packages.html"
> class="external-link" rel="nofollow" target="external">SVN Client
> Tools</a></li>
> -     <li><a href="http://subversion.apache.org/docs/"
> class="external-link" rel="nofollow" target="external">
> Documentation</a></li>
> +       <li><a href="http://subversion.apache.org/" class="external-link"
> rel="nofollow" target="external">Apache Subversion Home</a></li>
> +       <li><a href="http://subversion.apache.org/packages.html"
> class="external-link" rel="nofollow" target="external">SVN Client
> Tools</a></li>
> +       <li><a href="http://subversion.apache.org/docs/"
> class="external-link" rel="nofollow" target="external">
> Documentation</a></li>
>       </ul>
>    </p>
>  </div>
> @@ -65,7 +65,11 @@
>      Anyone can checkout or browse the source code in the OFBiz public
> Subversion (SVN) repository.<br/>
>  </p>
>  <p>
> -    To <b>checkout</b> the source code, simply use the following command
> (if you are using a GUI client, configure it appropriately):
> +    To <b>checkout</b> the source code, simply use the following command
> (if you are using a GUI client, configure it appropriately).
> +</p>
> +<p>
> +    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and
> ofbiz-plugins; there are no longer a specialpurpose directory and a
> hot-deploy. All must be checked out in a created on the fly plugins
> directory.</br>
> +    To get a component in the plugins directory: use the pullPluginSource
> Gradle task, to get all components use pullAllPluginsSource.
>  </p>
>        <ul>
>          <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/
> asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
> @@ -80,13 +84,12 @@
>  <p>There are also 2 type of Git repositories, one for committers and one
> for users at GitHub</p>
>        <ul>
>          <li><b>Git for committers</b> <a href="https://cwiki.apache.
> org/confluence/display/OFBIZ/Git+for+committers" class="external-link"
> rel="nofollow" target="external">This wiki page explains how to use
> it.</a></li>
> -        <li>
> -          <b>GitHub for users</b>: Since the trunk was split
> (specialpurpose and hotdeploy merged in plugins, framework and plugins
> being apart), there are 3 repositories available at
> -          <ul>
> -            <li>Only the framework: <a href="https://github.com/
> apache/ofbiz-framework" class="external-link" rel="nofollow"
> target="external">https://github.com/apache/ofbiz-framework</a>
> -            <li>Only the plugins: <a href="https://github.com/
> apache/ofbiz-plugins" class="external-link" rel="nofollow"
> target="external">https://github.com/apache/ofbiz-plugins</a>
> -            <li>Only the release branches (the rest is stuck at the split
> date): <a href="https://github.com/apache/ofbiz" class="external-link"
> rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
> -          <ul>
> +        <li><b>GitHub for users</b>: Since the trunk was split
> (specialpurpose and hotdeploy merged in plugins, framework and plugins
> being apart), there are 3 repositories available at
> +            <ul>
> +              <li>Only the framework: <a href="https://github.com/
> apache/ofbiz-framework" class="external-link" rel="nofollow"
> target="external">https://github.com/apache/ofbiz-framework</a></li>
> +              <li>Only the plugins: <a href="https://github.com/
> apache/ofbiz-plugins" class="external-link" rel="nofollow"
> target="external">https://github.com/apache/ofbiz-plugins</a></li>
> +              <li>Only the release branches (the rest is stuck at the
> split date): <a href="https://github.com/apache/ofbiz"
> class="external-link" rel="nofollow" target="external">https://
> github.com/apache/ofbiz</a></li>
> +          </ul>
>            <p>Note though that an issue has been reported for GitHub once
> in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?
> focusedCommentId=13066670&page=com.atlassian.jira.
> plugin.system.issuetabpanels:comment-tabpanel#comment-13066670"
> class="external-link" rel="nofollow" target="external">this Jira
> comment</a></p>
>            </li>
>        </ul>
>
>
>