Options

"reporting extension can not be compiled"

holgerholger Member Posts: 42 Contributor II
edited June 2019 in Help
Hi,

I downloaded the sources of the reporting plugin from sf.net. However they don't compile using the ant-script. The licenses-folder is missing:


unjar
Expanding: X:\rapidminer\Reporting Extension\lib\iText-rtf.jar into X:\rapidminer\rm5\release\libfiles
Expanding: X:\rapidminer\Reporting Extension\lib\iText.jar into X:\rapidminer\rm5\release\libfiles
jar
X:\rapidminer\rm5\build_extension.xml:156: X:\rapidminer\Reporting Extension\licenses not found.
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:434)
at org.apache.tools.ant.taskdefs.Zip.grabResources(Zip.java:1309)
at org.apache.tools.ant.taskdefs.Zip.getResourcesToAdd(Zip.java:1065)
at org.apache.tools.ant.taskdefs.Zip.getResourcesToAdd(Zip.java:1012)
at org.apache.tools.ant.taskdefs.Jar.getResourcesToAdd(Jar.java:737)
at org.apache.tools.ant.taskdefs.Zip.executeMain(Zip.java:463)
at org.apache.tools.ant.taskdefs.Zip.execute(Zip.java:416)

Either the build.xml needs to be adapted or the licenses-directory needs to be added to the source-distribution.


Thanks, Holger

Answers

  • Options
    fischerfischer Member Posts: 439 Maven
    Hi,

    thanks for reporting this issue. I fixed the build file to include the license into the source distribution.

    Cheers,
    Simon
Sign In or Register to comment.