You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2015/03/02 23:28:07 UTC

[jira] [Resolved] (TIKA-978) OSGi bundle build fails if space exists in build path

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

Tyler Palsulich resolved TIKA-978.
----------------------------------
    Resolution: Fixed

Seems to be fixed in 1.8-SNAPSHOT:

{code}
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.287 s
[INFO] Finished at: 2015-03-02T17:26:58-05:00
[INFO] Final Memory: 42M/1437M
[INFO] ------------------------------------------------------------------------
➜  tika-bundle  pwd
/tmp/tika test/trunk/tika-bundle
{code}

Please reopen if not!

> OSGi bundle build fails if space exists in build path
> -----------------------------------------------------
>
>                 Key: TIKA-978
>                 URL: https://issues.apache.org/jira/browse/TIKA-978
>             Project: Tika
>          Issue Type: Bug
>          Components: packaging
>            Reporter: Ken Krugler
>            Priority: Minor
>
> While trying to replicate TIKA-997, I copied the Tika 1.2 source release to /Volumes/Ken Backup/. Tika parent/core/parsers/XMP/application built fine, but the OSGi bundle build failed a test - something doesn't like a space in the path to the tika-core.jar file:
> Running org.apache.tika.bundle.BundleIT
> 35 [main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 2.2.0) created.
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.152 sec <<< FAILURE!
> Results :
> Tests in error: 
>   initializationError(org.apache.tika.bundle.BundleIT): Illegal character in path at index 17: file:/Volumes/Ken Backup/tika-1.2/tika-bundle/target/test-bundles/tika-core.jar
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> [INFO] 
> [INFO] --- maven-failsafe-plugin:2.10:verify (default) @ tika-bundle ---
> [INFO] Failsafe report directory: /Volumes/Ken Backup/tika-1.2/tika-bundle/target/failsafe-reports
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Tika parent ................................ SUCCESS [2.218s]
> [INFO] Apache Tika core .................................. SUCCESS [19.498s]
> [INFO] Apache Tika parsers ............................... SUCCESS [1:00.914s]
> [INFO] Apache Tika XMP ................................... SUCCESS [1.895s]
> [INFO] Apache Tika application ........................... SUCCESS [13.102s]
> [INFO] Apache Tika OSGi bundle ........................... FAILURE [18.073s]
> [INFO] Apache Tika server ................................ SKIPPED
> [INFO] Apache Tika ....................................... SKIPPED



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)