You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/02/06 21:51:20 UTC

[1/4] incubator-nifi git commit: Correct casing of JIRA

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop d36a71c25 -> 497767389


Correct casing of JIRA


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/c14aef4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/c14aef4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/c14aef4c

Branch: refs/heads/develop
Commit: c14aef4c750d9224ef02a4adb36b07234db5c852
Parents: d36a71c
Author: Aldrin Piri <al...@gmail.com>
Authored: Fri Feb 6 14:51:37 2015 -0500
Committer: Aldrin Piri <al...@gmail.com>
Committed: Fri Feb 6 14:51:37 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c14aef4c/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 17264c8..1677312 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -2101,7 +2101,7 @@ among others. We make use of Apache Maven for our builds and Git for our version
 
 === Where to Start?
 
-link:http://issues.apache.org/jira/browse/NIFI[NiFi's Jira page] can be used to find tickets that are tagged as "beginner",
+link:http://issues.apache.org/jira/browse/NIFI[NiFi's JIRA page] can be used to find tickets that are tagged as "beginner",
 or you can dig into any of the tickets for creating Processors. Processors should be self-contained and not rely on other
 outside components (except for Controller Services), so they make for excellent starting points for new NiFi developers to
 get started. This exposes the developer to the NiFi API and is the most extensible part of the dataflow system.


[4/4] incubator-nifi git commit: Providing location of documenation in the contributing portion of the developer guide.

Posted by jo...@apache.org.
Providing location of documenation in the contributing portion of the developer guide.


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/49776738
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/49776738
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/49776738

Branch: refs/heads/develop
Commit: 497767389d8294e20eaefd83c0e94f1f20a18ebc
Parents: c36734e
Author: Aldrin Piri <al...@gmail.com>
Authored: Fri Feb 6 15:25:19 2015 -0500
Committer: Aldrin Piri <al...@gmail.com>
Committed: Fri Feb 6 15:25:19 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/49776738/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index ac5a16a..faa10e3 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -2108,6 +2108,7 @@ or you can dig into any of the tickets for creating Processors. Processors shoul
 outside components (except for Controller Services), so they make for excellent starting points for new NiFi developers to
 get started. This exposes the developer to the NiFi API and is the most extensible part of the dataflow system.
 
+System-level and overview documentation is located in '<code checkout location>/nifi/nifi-docs/src/main/asciidoc'.
 Tools available to facilitate documentation generation are available at link:http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/[Editing AsciiDoc with Live Preview].
 
 


[3/4] incubator-nifi git commit: Correcting NoClassDefFoundError typo

Posted by jo...@apache.org.
Correcting NoClassDefFoundError typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/c36734eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/c36734eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/c36734eb

Branch: refs/heads/develop
Commit: c36734eb8833c59329fa6d2c2cdbd5a302b2f27b
Parents: 2197049
Author: Aldrin Piri <al...@gmail.com>
Authored: Fri Feb 6 15:13:46 2015 -0500
Committer: Aldrin Piri <al...@gmail.com>
Committed: Fri Feb 6 15:13:46 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c36734eb/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 537cd88..ac5a16a 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -1943,7 +1943,7 @@ the same environment, Java ClassLoaders quickly
 become a concern. If multiple components have a dependency on the same
 library but each depends on a different
 version, many problems arise, typically resulting in unexpected
-behavior or `NoClassDefFoudnError` errors occurring.
+behavior or `NoClassDefFoundError` errors occurring.
 In order to prevent these issues from becoming problematic, NiFi
 introduces the notion of a NiFi Archive, or NAR.
 


[2/4] incubator-nifi git commit: Adding information on the usage of AsciiDoc for documentation and providing a link to the AsciiDoc guide for tooling

Posted by jo...@apache.org.
Adding information on the usage of AsciiDoc for documentation and providing a link to the AsciiDoc guide for tooling


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/2197049a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/2197049a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/2197049a

Branch: refs/heads/develop
Commit: 2197049a6debe55697cbe5fe8cdd6a9d05d62f5f
Parents: c14aef4
Author: Aldrin Piri <al...@gmail.com>
Authored: Fri Feb 6 15:05:14 2015 -0500
Committer: Aldrin Piri <al...@gmail.com>
Committed: Fri Feb 6 15:05:14 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2197049a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 1677312..537cd88 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -2098,6 +2098,8 @@ The back end of Apache NiFi is written in Java. The web tier makes use of JAX-RS
 used to provide a user interface. We depend on several third-party JavaScript libraries, including D3 and JQuery,
 among others. We make use of Apache Maven for our builds and Git for our version control system.
 
+Documentation is created in link:http://asciidoctor.org[AsciiDoc]. 
+
 
 === Where to Start?
 
@@ -2106,6 +2108,8 @@ or you can dig into any of the tickets for creating Processors. Processors shoul
 outside components (except for Controller Services), so they make for excellent starting points for new NiFi developers to
 get started. This exposes the developer to the NiFi API and is the most extensible part of the dataflow system.
 
+Tools available to facilitate documentation generation are available at link:http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/[Editing AsciiDoc with Live Preview].
+
 
 === Supplying a contribution