You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2020/03/21 14:36:16 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Sat Mar 21 14:36:08 UTC 2020 038f47ce7a6f8cfd5384bd2409f4b742394bacd1

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1f28435  Automated deployment: Sat Mar 21 14:36:08 UTC 2020 038f47ce7a6f8cfd5384bd2409f4b742394bacd1
1f28435 is described below

commit 1f2843561530ad999c3c6f47b4ae9e4b2eb24ec5
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Sat Mar 21 14:36:08 2020 +0000

    Automated deployment: Sat Mar 21 14:36:08 UTC 2020 038f47ce7a6f8cfd5384bd2409f4b742394bacd1
---
 build/ecology.js          | 4 ++--
 en-us/docs/dev/build.html | 3 ++-
 en-us/docs/dev/build.json | 2 +-
 zh-cn/docs/dev/build.html | 3 ++-
 zh-cn/docs/dev/build.json | 2 +-
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/build/ecology.js b/build/ecology.js
index 9d182ec..1f33bd2 100644
--- a/build/ecology.js
+++ b/build/ecology.js
@@ -3,9 +3,9 @@
   Licensed under the MIT License (MIT), see
   http://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var o=n.apply(null,r);o&&e.push(o)}else if("object"===a)for(var i in r)c.call(r,i)&&r[i]&&e.push(i)}}return e.join(" ")}var c={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a))}()},function(e,t,n){"use strict";Objec [...]
+!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var o=n.apply(null,r);o&&e.push(o)}else if("object"===a)for(var i in r)c.call(r,i)&&r[i]&&e.push(i)}}return e.join(" ")}var c={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a))}()},function(e,t,n){"use strict";Objec [...]
 object-assign
 (c) Sindre Sorhus
 @license MIT
 */
-var a=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmn [...]
\ No newline at end of file
+var a=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmn [...]
\ No newline at end of file
diff --git a/en-us/docs/dev/build.html b/en-us/docs/dev/build.html
index a6614bb..0c6dfaa 100644
--- a/en-us/docs/dev/build.html
+++ b/en-us/docs/dev/build.html
@@ -36,9 +36,10 @@
 <pre><code class="language-sh">mvn install -Dmaven.test.skip
 </code></pre>
 <h2>Building jar package of source code</h2>
-<p>build Dubbo source code jar package with below command, which can debug Dubbo source code.</p>
+<p>build Dubbo source code jar package with below command.</p>
 <pre><code class="language-sh">mvn clean <span class="hljs-built_in">source</span>:jar install -Dmaven.test.skip
 </code></pre>
+<p>and modify the dubbo dependency in your sample project to the SANPSHOT version of the local repository, and then use remote debugger to debug dubbo.</p>
 <h2>IDE support</h2>
 <p>use below command to generate IDE.</p>
 <h3>Intellij Idea</h3>
diff --git a/en-us/docs/dev/build.json b/en-us/docs/dev/build.json
index 7acbfc8..b9f2345 100644
--- a/en-us/docs/dev/build.json
+++ b/en-us/docs/dev/build.json
@@ -1,6 +1,6 @@
 {
   "filename": "build.md",
-  "__html": "<h1>Source Code Build</h1>\n<h2>Checkout</h2>\n<p>checkout the lastest project source code with commands blow:</p>\n<pre><code class=\"language-sh\">git <span class=\"hljs-built_in\">clone</span> https://github.com/apache/dubbo.git dubbo\n</code></pre>\n<h2>Branches</h2>\n<p>We use <code>master</code> as the major branch for new feature development, and use other branches for maintenance. Tags for all versions can be checked via <a href=\"https://github.com/apache/dubbo/tags [...]
+  "__html": "<h1>Source Code Build</h1>\n<h2>Checkout</h2>\n<p>checkout the lastest project source code with commands blow:</p>\n<pre><code class=\"language-sh\">git <span class=\"hljs-built_in\">clone</span> https://github.com/apache/dubbo.git dubbo\n</code></pre>\n<h2>Branches</h2>\n<p>We use <code>master</code> as the major branch for new feature development, and use other branches for maintenance. Tags for all versions can be checked via <a href=\"https://github.com/apache/dubbo/tags [...]
   "link": "/en-us/docs/dev/build.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/build.html b/zh-cn/docs/dev/build.html
index 2899d77..b376eae 100644
--- a/zh-cn/docs/dev/build.html
+++ b/zh-cn/docs/dev/build.html
@@ -36,9 +36,10 @@
 <pre><code class="language-sh">mvn install -Dmaven.test.skip
 </code></pre>
 <h2>构建源代码 jar 包</h2>
-<p>通过以下命令以构建 Dubbo 的源代码 jar 包,方便用来调试 Dubbo 源代码</p>
+<p>通过以下命令以构建 Dubbo 的源代码 jar 包</p>
 <pre><code class="language-sh">mvn clean <span class="hljs-built_in">source</span>:jar install -Dmaven.test.skip
 </code></pre>
+<p>并且修改你的样例项目中的dubbo依赖为本地仓库的SANPSHOT版本,然后使用远程debug来调试dubbo。</p>
 <h2>IDE 支持</h2>
 <p>使用以下命令来生成 IDE 的工程</p>
 <h3>Intellij Idea</h3>
diff --git a/zh-cn/docs/dev/build.json b/zh-cn/docs/dev/build.json
index 811d35b..3684c02 100644
--- a/zh-cn/docs/dev/build.json
+++ b/zh-cn/docs/dev/build.json
@@ -1,6 +1,6 @@
 {
   "filename": "build.md",
-  "__html": "<h1>源码构建</h1>\n<h2>代码签出</h2>\n<p>通过以下的这个命令签出最新的项目源码 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>:</p>\n<pre><code class=\"language-sh\">git <span class=\"hljs-built_in\">clone</span> https://github.com/apache/dubbo.git dubbo\n</code></pre>\n<h2>分支</h2>\n<p>我们使用 master 作为主干版本的开发,使用分支作为维护版本。可以通过 <a href=\"https://github.com/apache/dubbo/tags\">https://github.com/apache/dubbo/tags</a> 来查看所有版本的标签。</p>\n<h2>构建</h2>\n<p>Dubbo 使用 <a href=\"http://maven.a [...]
+  "__html": "<h1>源码构建</h1>\n<h2>代码签出</h2>\n<p>通过以下的这个命令签出最新的项目源码 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>:</p>\n<pre><code class=\"language-sh\">git <span class=\"hljs-built_in\">clone</span> https://github.com/apache/dubbo.git dubbo\n</code></pre>\n<h2>分支</h2>\n<p>我们使用 master 作为主干版本的开发,使用分支作为维护版本。可以通过 <a href=\"https://github.com/apache/dubbo/tags\">https://github.com/apache/dubbo/tags</a> 来查看所有版本的标签。</p>\n<h2>构建</h2>\n<p>Dubbo 使用 <a href=\"http://maven.a [...]
   "link": "/zh-cn/docs/dev/build.html",
   "meta": {}
 }
\ No newline at end of file