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

Andreas Pieber commented on KARAF-1563:
---------------------------------------

applied to master; waiting for 2.4.x branch to apply there too and resolve issue

{code}
Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
        M       
assemblies/features/framework/src/main/resources/resources/etc/system.properties
        M       
instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties
        M       main/src/main/java/org/apache/karaf/main/ConfigProperties.java
        M       
system/command/src/main/java/org/apache/karaf/system/commands/Shutdown.java
        M       
system/core/src/main/java/org/apache/karaf/system/SystemService.java
        M       
system/core/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java
        M       
system/core/src/main/java/org/apache/karaf/system/management/SystemMBean.java
        M       
system/core/src/main/java/org/apache/karaf/system/management/internal/System.java
Committed r1433832
{code}
                
> Support clean-all & clean-cache directly in karaf main jar
> ----------------------------------------------------------
>
>                 Key: KARAF-1563
>                 URL: https://issues.apache.org/jira/browse/KARAF-1563
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.3.0, 3.0.0.RC1
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 2.4.0, 3.0.0.RC1
>
>         Attachments: KARAF-1563.patch.txt, KARAF-1563.patch.txt
>
>
> Currently the clean param is executed by the karaf startup scripts. Therefore 
> it's e.g. not possible to clear the cache if you're using karaf-wrapper. 
> Therefore this code should rather be moved directly in the karaf main jar 
> instead of the script. In addition there are situations where you don't want 
> to delete the data folder, but rather only the cache folder in KARAF_DATA. 
> Therefore it's a good idea to support a clean-all option (clean is an alias 
> for it) and clean-cache.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to