[
https://issues.apache.org/jira/browse/CLEREZZA-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reto Bachmann-Gmür reopened CLEREZZA-265:
-----------------------------------------
missing dependencies prevent clerezza from compiling:
1) org.apache.clerezza.ext:org.im4java:jar:0.1-incubating-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.clerezza.ext
-DartifactId=org.im4java -Dversion=0.1-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.clerezza.ext
-DartifactId=org.im4java -Dversion=0.1-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
org.apache.clerezza:org.apache.clerezza.utils.imagemagick:pom:pom:0.5-incubating-SNAPSHOT
2) org.apache.clerezza.ext:org.im4java:jar:0.1-incubating-SNAPSHOT
2) org.im4java:org.im4java:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.im4java -DartifactId=org.im4java
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.im4java -DartifactId=org.im4java
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1)
org.apache.clerezza:org.apache.clerezza.utils.imagemagick:pom:pom:0.5-incubating-SNAPSHOT
2) org.im4java:org.im4java:jar:1.1.0
> org.apache.clerezza.utils.imagemagick could not create thumbnails
> -----------------------------------------------------------------
>
> Key: CLEREZZA-265
> URL: https://issues.apache.org/jira/browse/CLEREZZA-265
> Project: Clerezza
> Issue Type: Bug
> Reporter: Tsuyoshi Ito
> Assignee: Manuel Innerhofer
> Priority: Critical
>
> I try to use imagemagick to create thumbnails:
> 1. I have installed org.apache.clerezza.utils.imagemagick and updated the
> version number (felix webconsole component/service properties).
> 2. I have disabled the
> org.apache.clerezza.utils.imageprocessing.JavaGraphicsProvider service
> 3. org.apache.clerezza.utils.imagemagick.ImageMagickProvider was activated.
> 4. uploaded an image (put with firefox poster plugin)
> after println
> [qtp13572035-23] INFO
> org.apache.clerezza.utils.imagemagick.ImageMagickProvider - Trying to execute
> command [convert, -geometry, 13.986013%, -quality, 100, -, -]
> it stucks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.