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

Kevin Risden commented on KNOX-1517:
------------------------------------

Ran into some problems here with mvn verify even though mvn test works.

The gist of the problem is that Knox currently relies on files almost 
everywhere (ldap ldif, topologies, etc). When there are dependencies between 
modules, even if they are packaged up into jars, they can't be used as files 
again. This is typically done with as streams instead of as files to read from 
jars. The workaround that is in there now takes a packaged jar and unpacks it 
during the packaging phase. Since the test phase runs before the packaging 
phase this causes the failure. We can't unpack in the test phase because the 
jars haven't been packaged yet.

> Tests should be able to run from IDE
> ------------------------------------
>
>                 Key: KNOX-1517
>                 URL: https://issues.apache.org/jira/browse/KNOX-1517
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Build, Tests
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: 1.2.0
>
>
> This is a personal annoyance since I can't seem to run tests from IntelliJ 
> due to system properties and absolute paths being used. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to