Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6F687200C5A for ; Mon, 3 Apr 2017 16:59:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6E366160B76; Mon, 3 Apr 2017 14:59:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD897160B8F for ; Mon, 3 Apr 2017 16:59:53 +0200 (CEST) Received: (qmail 91159 invoked by uid 500); 3 Apr 2017 14:59:53 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 91149 invoked by uid 99); 3 Apr 2017 14:59:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2017 14:59:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6771DFE61; Mon, 3 Apr 2017 14:59:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Mon, 03 Apr 2017 14:59:53 -0000 Message-Id: <04c8ea895e8f441a86a601902daaee34@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] polygene-java git commit: build: fix various manual/website generation failures/warnings archived-at: Mon, 03 Apr 2017 14:59:54 -0000 build: fix various manual/website generation failures/warnings Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/109c0bd2 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/109c0bd2 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/109c0bd2 Branch: refs/heads/develop Commit: 109c0bd23103cf5a669b7bd3e3885b54dc90b87c Parents: 9cac8fc Author: Paul Merlin Authored: Mon Apr 3 16:49:23 2017 +0200 Committer: Paul Merlin Committed: Mon Apr 3 16:49:23 2017 +0200 ---------------------------------------------------------------------- .../polygene/gradle/structure/manual/DocumentationTask.groovy | 2 +- core/api/src/docs/metrics.txt | 4 ++-- .../src/docs/serialization-messagepack.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/109c0bd2/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/manual/DocumentationTask.groovy ---------------------------------------------------------------------- diff --git a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/manual/DocumentationTask.groovy b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/manual/DocumentationTask.groovy index d32320d..484215d 100644 --- a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/manual/DocumentationTask.groovy +++ b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/manual/DocumentationTask.groovy @@ -208,7 +208,7 @@ class DocumentationTask extends DefaultTask def errLog = getLogFile( 'adoc-2-docbook', 'stderr' ) ExecLogged.execLogged( project, outLog, errLog, { ExecSpec spec -> spec.executable = 'asciidoc' - spec.workingDir = '..' + spec.workingDir = project.rootProject.projectDir def commonResourcesPath = relativePath( project.rootDir, commonResourcesDir ) def asciidocConfigPath = relativePath( project.rootDir, new File( configDir, 'asciidoc.conf' ) ) def docbookConfigPath = relativePath( project.rootDir, new File( configDir, 'docbook45.conf' ) ) http://git-wip-us.apache.org/repos/asf/polygene-java/blob/109c0bd2/core/api/src/docs/metrics.txt ---------------------------------------------------------------------- diff --git a/core/api/src/docs/metrics.txt b/core/api/src/docs/metrics.txt index bac278d..9b164ab 100644 --- a/core/api/src/docs/metrics.txt +++ b/core/api/src/docs/metrics.txt @@ -135,7 +135,7 @@ Example; [snippet,java] ---- -source=core/spi/src/test/java/org/apache/polygene/api/metrics/DocumentationSupport.java +source=core/api/src/test/java/org/apache/polygene/api/metrics/DocumentationSupport.java tag=capture ---- @@ -145,7 +145,7 @@ Any of the method declarations should work. From the testcases we have the follo [snippet,java] ---- -source=libraries/metrics/src/test/java/org/apache/polygene/library/metrics/AbstractTimingCaptureTest.java +source=core/testsupport/src/main/java/org/apache/polygene/test/metrics/AbstractTimingCaptureTest.java tag=complex-capture ---- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/109c0bd2/extensions/serialization-messagepack/src/docs/serialization-messagepack.txt ---------------------------------------------------------------------- diff --git a/extensions/serialization-messagepack/src/docs/serialization-messagepack.txt b/extensions/serialization-messagepack/src/docs/serialization-messagepack.txt index b9ebcc3..95ea7db 100644 --- a/extensions/serialization-messagepack/src/docs/serialization-messagepack.txt +++ b/extensions/serialization-messagepack/src/docs/serialization-messagepack.txt @@ -22,7 +22,7 @@ [devstatus] -------------- -source=extensions/serialization-msgpack/dev-status.xml +source=extensions/serialization-messagepack/dev-status.xml -------------- `Serialization` service backed by http://msgpack.org/[MessagePack] that produce and consume binary payloads. @@ -38,6 +38,6 @@ Assembly is done using the provided Assembler: [snippet,java] ---- -source=extensions/serialization-msgpack/src/test/java/org/apache/polygene/serialization/msgpack/MessagePackValueCompositeSerializationTest.java +source=extensions/serialization-messagepack/src/test/java/org/apache/polygene/serialization/messagepack/MessagePackValueCompositeSerializationTest.java tag=assembly ----