You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2013/02/26 14:16:54 UTC

svn commit: r1450160 - /commons/proper/vfs/trunk/core/pom.xml

Author: joehni
Date: Tue Feb 26 13:16:54 2013
New Revision: 1450160

URL: http://svn.apache.org/r1450160
Log:
Move derby.log into target.

Modified:
    commons/proper/vfs/trunk/core/pom.xml

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1450160&r1=1450159&r2=1450160&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Tue Feb 26 13:16:54 2013
@@ -230,6 +230,7 @@
           <systemPropertyVariables>
             <test.basedir>target/test-classes/test-data</test.basedir>
             <test.basedir.res>test-data</test.basedir.res>
+            <derby.stream.error.file>target/derby.log</derby.stream.error.file>
           </systemPropertyVariables>
           <excludes>
             <!-- Main class -->



Re: svn commit: r1450160 - /commons/proper/vfs/trunk/core/pom.xml

Posted by Jörg Schaible <Jo...@scalaris.com>.
Hi,

Olivier Lamy wrote:

> 2013/2/26  <jo...@apache.org>:
>> Author: joehni
>> Date: Tue Feb 26 13:16:54 2013
>> New Revision: 1450160
>>
>> URL: http://svn.apache.org/r1450160
>> Log:
>> Move derby.log into target.
>>
>> Modified:
>>     commons/proper/vfs/trunk/core/pom.xml
>>
>> Modified: commons/proper/vfs/trunk/core/pom.xml
>> URL:
>> 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1450160&r1=1450159&r2=1450160&view=diff
>> 
==============================================================================
>> --- commons/proper/vfs/trunk/core/pom.xml (original) +++
>> commons/proper/vfs/trunk/core/pom.xml Tue Feb 26 13:16:54 2013 @@ -230,6
>> +230,7 @@
>>            <systemPropertyVariables>
>>              <test.basedir>target/test-classes/test-data</test.basedir>
>>              <test.basedir.res>test-data</test.basedir.res>
>> +           
>> <derby.stream.error.file>target/derby.log</derby.stream.error.file>
> %s/target/${project.build.directory} to avoid hardcoded values. (but
> really a small detail :-) )

The value for "test.basedir" makes the same assumption. Works (to my 
surprise) even for M221 here.

>>            </systemPropertyVariables>
>>            <excludes>
>>              <!-- Main class -->

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1450160 - /commons/proper/vfs/trunk/core/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
2013/2/26  <jo...@apache.org>:
> Author: joehni
> Date: Tue Feb 26 13:16:54 2013
> New Revision: 1450160
>
> URL: http://svn.apache.org/r1450160
> Log:
> Move derby.log into target.
>
> Modified:
>     commons/proper/vfs/trunk/core/pom.xml
>
> Modified: commons/proper/vfs/trunk/core/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1450160&r1=1450159&r2=1450160&view=diff
> ==============================================================================
> --- commons/proper/vfs/trunk/core/pom.xml (original)
> +++ commons/proper/vfs/trunk/core/pom.xml Tue Feb 26 13:16:54 2013
> @@ -230,6 +230,7 @@
>            <systemPropertyVariables>
>              <test.basedir>target/test-classes/test-data</test.basedir>
>              <test.basedir.res>test-data</test.basedir.res>
> +            <derby.stream.error.file>target/derby.log</derby.stream.error.file>
%s/target/${project.build.directory} to avoid hardcoded values. (but
really a small detail :-) )
>            </systemPropertyVariables>
>            <excludes>
>              <!-- Main class -->
>
>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org