[ 
https://issues.apache.org/jira/browse/TIKA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440494#comment-13440494
 ] 

David Jameson commented on TIKA-977:
------------------------------------

That may be true...another possibility is that there's some implicit stuff in 
(or left out of) the POM that's allowing it to work on machines where there 
have already been successful builds. That "somehow" is in fact the key issue. 
However, there is in fact NOTHING in the .Trashes folder other than a 501 and 
502 directory (presumably userids) and nothing at all inside them.

I went back through the maven report and found the following earlier on: it's 
clearly referencing the correct files in the right place and still producing 
the same error. I'm wondering if there's something that is already in other 
peoples' maven repositories that is not in mine.

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tika-parsers 
---
[INFO] Compiling 133 source files to 
/Volumes/Drive3/src/java/dev-tools/tika-1.2/tika-parsers/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/Volumes/Drive3/src/java/dev-tools/tika-1.2/tika-parsers/src/main/java/org/apache/tika/parser/chm/CHM2XHTML.java:[20,23]
 <identifier> expected
[ERROR] 
/Volumes/Drive3/src/java/dev-tools/tika-1.2/tika-parsers/src/main/java/org/apache/tika/parser/chm/CHM2XHTML.java:[22,7]
 class, interface, or enum expected
[INFO] 2 errors 
                
> Compilation error building tika-1.2 --- identifier expected in CHM2XHTML.java
> -----------------------------------------------------------------------------
>
>                 Key: TIKA-977
>                 URL: https://issues.apache.org/jira/browse/TIKA-977
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.2
>         Environment: Mac 10.7.4
>            Reporter: David Jameson
>              Labels: Compiler, syntax
>
> New user --- just downloaded tika and tried to build with 
> mvn install
> Parent and core were built and then I saw a failure in parsers.
> (by the way, I have no idea why the error references code in .Trashes)
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
> tika-parsers ---
> [INFO] Compiling 133 source files to /Volumes/Drive3/.Trashes/501/tika-1.2 
> 8.17.20 AM/tika-parsers/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /Volumes/Drive3/.Trashes/501/tika-1.2 8.17.20 
> AM/tika-parsers/src/main/java/org/apache/tika/parser/chm/CHM2XHTML.java:[20,23]
>  <identifier> expected
> [ERROR] /Volumes/Drive3/.Trashes/501/tika-1.2 8.17.20 
> AM/tika-parsers/src/main/java/org/apache/tika/parser/chm/CHM2XHTML.java:[22,7]
>  class, interface, or enum expected
> [INFO] 2 errors 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to