You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Brian Carrier (JIRA)" <ji...@apache.org> on 2009/02/04 21:43:59 UTC

[jira] Updated: (PDFBOX-393) Maven files in jempbox do not work in Eclipse.

     [ https://issues.apache.org/jira/browse/PDFBOX-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Carrier updated PDFBOX-393:
---------------------------------

    Summary: Maven files in jempbox do not work in Eclipse.  (was: Maven files in jempbox do not work)

I checked in this fix since it helps those who use maven from the command line.

Sending        pom.xml
Transmitting file data .
Committed revision 740868.

It sounds like at least one Eclipse plug-in is not happy though, so I will rename this issue and keep it open. 

> Maven files in jempbox do not work in Eclipse.
> ----------------------------------------------
>
>                 Key: PDFBOX-393
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-393
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 0.8.0-incubator
>            Reporter: Brian Carrier
>
> When I tried to use the Maven files in JempBox, I got errors in the test code that it could not find the junit packages. Changing the pom file to better specify the test and source directories fixed it.  
> --- jempbox/trunk/pom.xml       (revision 723007)
> +++ jempbox/trunk/pom.xml       (working copy)
> @@ -36,7 +36,8 @@
>         <description>JempBox is an open source Java library that implements Adobe's XMP(TM) specification.</description>
>      <build>
> -      <sourceDirectory>src</sourceDirectory>
> +      <sourceDirectory>src/org</sourceDirectory>
> +      <testSourceDirectory>src/test</testSourceDirectory>
>         </build>
>    <dependencies>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.