Skip to content

Commit 27f06f5

Browse files
committed
[RELEASE] iText 7 RUPS 7.2.4
2 parents 9808fb5 + 0763942 commit 27f06f5

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,30 @@ To create application bundle, run the following command:
4040
mvn clean package -P mac
4141
```
4242

43-
This will produce `itext-rups.app` in your `target` folder (in itext-rups-{project.version} subfolder). You can copy it to your 'Applications' folder and run it as any other application assuming you have Java installed on your system. Maven 'appbundle' should handle executable file permissions automatically, but you can always give the rights manually like this: `chmod +x /Applications/itext-rups.app/Contents/MacOS/*`.
43+
This will produce `itext-rups.app` in your `target` folder (in itext-rups-{project.version} subfolder). You can copy it to your 'Applications' folder and run it as any other application assuming you have Java installed on your system. Maven 'appbundle' should handle executable file permissions automatically, but you can always give the rights manually like this: `chmod +x /Applications/itext-rups.app/Contents/MacOS/*`.
44+
45+
##### Troubleshooting
46+
47+
-- Error running mvn clean package...
48+
49+
mvn clean package
50+
[ERROR] Error executing Maven.
51+
[ERROR] java.lang.IllegalStateException: Unable to load cache item
52+
[ERROR] Caused by: Unable to load cache item
53+
[ERROR] Caused by: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
54+
55+
This may be caused by using an unsupported version of java. Try downgrading or upgrading your java version as appropriate.
56+
57+
-- Error generating javadocs
58+
59+
[ERROR] MavenReportException: Error while generating Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
60+
org.apache.maven.reporting.MavenReportException: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
61+
62+
Make sure to define your JAVA_HOME pointing to your jdk installation folder. Or make sure that javadoc is on your command path.
63+
64+
-- Warnings downlaoding package-lists
65+
66+
[WARNING] Error fetching link: http://dom4j.github.io/apidocs/package-list. Ignored it
67+
68+
Some package lists may be unavailable (404 error). This will not cause the build to fail so can be ignored.
69+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>7.2.3</version>
8+
<version>7.2.4</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)