flybyray / maven-play-plugin

Automatically exported from code.google.com/p/maven-play-plugin
0 stars 0 forks source link

Mavenize Play! PDF module [pdf] module 0.9 #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Could you please maven the play PDF module.
http://www.playframework.org/modules/pdf

Thanks
Mark

Original issue reported on code.google.com by share.re...@gmail.com on 19 May 2012 at 10:04

GoogleCodeExporter commented 9 years ago
Wow, we've created two issues for the same problem at the same moment.

Original comment by gslowiko...@gmail.com on 19 May 2012 at 10:12

GoogleCodeExporter commented 9 years ago
Issue 83 has been merged into this issue.

Original comment by gslowiko...@gmail.com on 19 May 2012 at 10:13

GoogleCodeExporter commented 9 years ago
Hi,

I added this module to our local artifactory repository you might be able to 
use this POM.

<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.google.code.maven-play-plugin.org.playframework.modules.pdf</groupId>
    <artifactId>play-pdf</artifactId>
    <version>0.9</version>
    <packaging>jar</packaging>

    <name>Play pdf</name>
    <description>Play pdf</description>

    <dependencies>
        <dependency>
            <groupId>com.google.code.maven-play-plugin.org.playframework</groupId>
            <artifactId>play</artifactId>
            <version>1.2.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>yahp</groupId>
            <artifactId>yahp</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>yahp-internal</groupId>
            <artifactId>yahp-internal</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
            <version>play-pdf</version>
        </dependency>
        <dependency>
            <groupId>core-renderer</groupId>
            <artifactId>core-renderer</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>shani-parser</groupId>
            <artifactId>shani-parser</artifactId>
            <version>1.4.17</version>
        </dependency>
        <dependency>
            <groupId>net.sf.jtidy</groupId>
            <artifactId>jtidy</artifactId>
            <version>r938</version>
        </dependency>
        <dependency>
            <groupId>jaxen</groupId>
            <artifactId>jaxen</artifactId>
            <version>1.1.1</version>
            <exclusions>
                <exclusion>
                  <groupId>dom4j</groupId>
                  <artifactId>dom4j</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>xerces</groupId>
                  <artifactId>xercesImpl</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>xom</groupId>
                  <artifactId>xom</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>jdom</groupId>
                  <artifactId>jdom</artifactId>
                </exclusion>
            </exclusions> 
        </dependency>

        <dependency>
            <groupId>com.lowagie</groupId>
            <artifactId>itext</artifactId>
            <version>2.1.7</version>
            <exclusions>
                <exclusion>
                  <groupId>bouncycastle</groupId>
                  <artifactId>bcmail-jdk14</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>bouncycastle</groupId>
                  <artifactId>bcprov-jdk14</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>bouncycastle</groupId>
                  <artifactId>bctsp-jdk14</artifactId>
                </exclusion>
            </exclusions>           
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
        </dependency>       

    </dependencies>

</project>

Original comment by share.re...@gmail.com on 4 Jun 2012 at 1:20

GoogleCodeExporter commented 9 years ago
Hi

I'm almost ready with mavenizing this module. I hope it will be ready tomorrow.
Your dependencies are not ideal, YaHP uses different JTidy (the version in 
Maven Central is not the same as the one for download from JTidy project, YaHP 
uses the one from JTidy project) and Jaxen (YaHP removed some packages).

I performed a lot of detective work, found all sources (proper versions or 
repository revisions), mavenized them (locally for now) generating -sources and 
-javadoc jars (I always try to generate them to make users life easier - 
possibility to debug with source code).

I'm glad, you managed to prepare this module yourself in the meantime.

Original comment by gslowiko...@gmail.com on 4 Jun 2012 at 7:20

GoogleCodeExporter commented 9 years ago
thanks for letting me know, i will switch over to your version when it is ready.

Original comment by share.re...@gmail.com on 4 Jun 2012 at 10:17

GoogleCodeExporter commented 9 years ago
Module released

Original comment by gslowiko...@gmail.com on 4 Jun 2012 at 7:29

GoogleCodeExporter commented 9 years ago
svn rev.9622 - test project added

Original comment by gslowiko...@gmail.com on 4 Jun 2012 at 7:38

GoogleCodeExporter commented 9 years ago
svn rev.9962 - installation and deployment scripts

Original comment by gslowiko...@gmail.com on 17 Jun 2012 at 11:26

GoogleCodeExporter commented 9 years ago
svn rev.9963 - installation and deployment scripts - cont.

Original comment by gslowiko...@gmail.com on 17 Jun 2012 at 1:20