[ https://issues.apache.org/jira/browse/OFBIZ-12758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699201#comment-17699201 ]
ASF subversion and git services commented on OFBIZ-12758: --------------------------------------------------------- Commit 366449049c782eb2263f5a7bb4b6706bd9520915 in ofbiz-framework's branch refs/heads/release22.01 from Jacques Le Roux [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=366449049c ] Fixed: The README.html file is no longer copied on site (OFBIZ-12758) Removes now useless .htaccess > The README.html file is no longer visible on site > ------------------------------------------------- > > Key: OFBIZ-12758 > URL: https://issues.apache.org/jira/browse/OFBIZ-12758 > Project: OFBiz > Issue Type: Bug > Components: site > Affects Versions: 22.01.01, Upcoming Branch > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Major > > It works well locally. There are few warnings in BB, but nothing that should > prevent to generate and copy the file. The other files (CHANGELOG.html and > CONTRIBUTING.html) are present but old (2022-01-11) for CHANGELOG in trunk > (see https://nightlies.apache.org/ofbiz/trunk/readme/html5/). CHANGELOG.html > and CONTRIBUTING.html are OK for 22.01: > https://nightlies.apache.org/ofbiz/next/readme/html5/ > So it seems it's a generating issue rather than a copy issue. > {noformat} > > Task :generateReadmeFiles > 2023-02-14T16:10:20.983Z [main] WARN FilenoUtil : Native subprocess control > requires open access to the JDK IO subsystem > Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens > java.base/java.io=ALL-UNNAMED' to enable. > Feb 14, 2023 4:10:30 PM > uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb > convert_inline_image > WARNING: could not retrieve remote image: > https://sonarcloud.io/api/project_badges/measure?project=apache_ofbiz-framework&metric=alert_status; > 400 > Feb 14, 2023 4:10:31 PM > uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb > convert_paragraph > WARNING: could not embed image: > /tmp/image-20230214-1985344-75nu6k.svg?branch=trunk; image file is an > unrecognised format; install prawn-gmagick gem to add support > Feb 14, 2023 4:10:31 PM > uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb > convert_paragraph > WARNING: could not embed image: /tmp/image-20230214-1985344-1l13j8g; image > file is an unrecognised format; install prawn-gmagick gem to add support > {noformat} > WARNING: could not retrieve remote image: > {{[https://sonarcloud.io/api/project_badges/measure?project=apache_ofbiz-framework&metric=alert_status|https://sonarcloud.io/api/project_badges/measure?project=apache_ofbiz-framework&metric=alert_status]; > 400 }} > is weird. Again works locally and OK when clicked (it's then HTML not an > URI). It should be > [https://sonarcloud.io/api/project_badges/measure?project=apache_ofbiz-framework&] > metric=alert_status that works > When entered as is as an URL in browser the error msg is <<"The 'metric' > parameter is missing">> > I wonder why BB change it to > [{{&}}|https://sonarcloud.io/api/project_badges/measure?project=apache_ofbiz-framework&metric=alert_status] > and get lost. > Also in developers.tpl.php the reference to > svn.apache.org/repos/asf/ofbiz/tools/wiki-files/README.md.html is wrong -- This message was sent by Atlassian Jira (v8.20.10#820010)