The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"reporting extension can not be compiled"
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
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
Tagged:
0
Answers
thanks for reporting this issue. I fixed the build file to include the license into the source distribution.
Cheers,
Simon