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

Jamie goodyear closed KARAF-430.
--------------------------------

    
> don't force a karaf deploy to have a lib directory
> --------------------------------------------------
>
>                 Key: KARAF-430
>                 URL: https://issues.apache.org/jira/browse/KARAF-430
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.1.3
>         Environment: ubuntu 10.04
>            Reporter: jamie campbell
>            Assignee: Andreas Pieber
>            Priority: Minor
>             Fix For: 2.1.4
>
>
> I've done a maven-based approach to creation of a karaf environment using the 
> same dependencies as the downloadable karaf does.  In mine, the jaas.boot and 
> karaf main jars are in the system/ hierarchy, not in lib.  However, I have to 
> have my deploy create an empty lib directory because karaf crashes with null 
> pointer exception otherwise.  This is because it does a for loop based on 
> listfiles() for this directory, which crashes if it doesn't exist.
> My wish is for this code 
> (src/main/src/main/java/org/apache/karaf/main/Main.java , line 950) to first 
> check existence of lib directory, and skip the for loop if there is no such 
> directory.

--
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