Maven building on *nix platforms including Mac OS X broken in several ways
--------------------------------------------------------------------------

                 Key: UIMA-189
                 URL: https://issues.apache.org/jira/browse/UIMA-189
             Project: UIMA
          Issue Type: Bug
          Components: Build, Packaging and Test
            Reporter: Marshall Schor


There are many places where there is a specification for the "current" 
directory, specified as "/".  This apparently works on Windows, but on *nix it 
goes to the root directory.  A fix which might work is to change these to "./".

The maven build is setting the permissions of the jar files strangely, maybe.  
The evidence: on a Mac platform, run the build, then look at the uima-runtime 
plugin: unzip it using the built-in Mac tool for this.  The resulting files 
have permissions set as follows:

--w----r-T

This makes Eclipse not able to load the jar classes.  When changed to the 
normal -rw-r--r--, Eclipse works.

I have not confirmed that Maven is at fault here - it could be the unzipper 
program - not sure how this all works on a Mac.

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

        

Reply via email to