[
https://issues.apache.org/jira/browse/OFBIZ-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816055#comment-17816055
]
ASF subversion and git services commented on OFBIZ-12896:
---------------------------------------------------------
Commit 0b7145f86cfb81c9887f4e3ffb7b8e9053433f4d in ofbiz-framework's branch
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=0b7145f86c ]
Fixed: Fix trunk documentation generation in BuidBot (OFBIZ-12896)
It's difficult because the rendering depends of the renderer tool
For instance I use the AsciiDoctor Eclipse plugin and it works with
the relative path from the current file (documentation_guidelines.adoc)
include::resource/source.java[]
but not with the "absolute" path (relative to OFBiz root dir)
include::docs/asciidoc/resource/source.java[]
I trust the later will be ok in BB;
let's see before changing also user-manual.adoc
> Fix trunk documentation generation in BuidBot
> ---------------------------------------------
>
> Key: OFBIZ-12896
> URL: https://issues.apache.org/jira/browse/OFBIZ-12896
> Project: OFBiz
> Issue Type: Bug
> Components: asciidoc, BuildBot
> Affects Versions: Upcoming Branch
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Major
> Fix For: Upcoming Branch
>
>
> It's a weird mess, maybe I miss something :/
> Some same includes links that works well in 18.12 branch don't in trunk. I
> thought it could be due to java version but not even since I see that in the
> 18.12 build:
> {quote}
> To honour the JVM settings for this build a new JVM will be forked. Please
> consider using the daemon:
> [https://docs.gradle.org/5.0-rc-5/userguide/gradle_daemon.html].Daemon will
> be stopped at the end of the build stopping after processing
> > Task :deleteOfbizDocumentation
> > Task :generateOfbizDocumentation
> unsupported Java version "11", defaulting to 1.7
> BUILD SUCCESSFUL in 55s
> 2 actionable tasks: 2 executed
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)