You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Ard Schrijvers (JIRA)" <ji...@apache.org> on 2012/07/09 12:29:35 UTC

[jira] [Created] (OCM-63) Make sure derby.log ends up in target dir

Ard Schrijvers created OCM-63:
---------------------------------

             Summary: Make sure derby.log ends up in target dir
                 Key: OCM-63
                 URL: https://issues.apache.org/jira/browse/OCM-63
             Project: Jackrabbit OCM
          Issue Type: Task
            Reporter: Ard Schrijvers
            Assignee: Ard Schrijvers
             Fix For: 2.0.1




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

        

[jira] [Commented] (OCM-63) Make sure derby.log ends up in target dir

Posted by "Ard Schrijvers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OCM-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409313#comment-13409313 ] 

Ard Schrijvers commented on OCM-63:
-----------------------------------

Comment by Jukka on public list:

The best solution to the derby.log file is to add the following
configuration setting to the maven-surefire-plugin:

    <configuration>
        <systemProperties>
            <property>
              <name>derby.stream.error.file</name>
              <value>target/derby.log</value>
            </property>
        </systemProperties>
    </configuration>

That way the derby.log file goes into target/ and won't clutter the
rest of the checkout.
                
> Make sure derby.log ends up in target dir
> -----------------------------------------
>
>                 Key: OCM-63
>                 URL: https://issues.apache.org/jira/browse/OCM-63
>             Project: Jackrabbit OCM
>          Issue Type: Task
>            Reporter: Ard Schrijvers
>            Assignee: Ard Schrijvers
>             Fix For: 2.0.1
>
>


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