1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Add log4j.xml configuration

This commit is contained in:
Mattia Bertorello 2019-07-05 10:02:07 +02:00
parent 53695d49d8
commit bd85fdc084
No known key found for this signature in database
GPG Key ID: CE1FB2BE91770F24
2 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,10 @@
includeAntRuntime="false" includeAntRuntime="false"
debug="true" debug="true"
classpathref="class.path" /> classpathref="class.path" />
<!-- If you want to add files in the jars -->
<copy todir="bin" overwrite="true" verbose="true">
<fileset dir="src" includes="log4j2.xml" />
</copy>
</target> </target>
<target name="test" depends="compile" description="Runs the test"> <target name="test" depends="compile" description="Runs the test">

View File

@ -439,8 +439,6 @@
<option value="-DAPP_DIR=$APP_ROOT/Contents/Java"/> <option value="-DAPP_DIR=$APP_ROOT/Contents/Java"/>
<option value="-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/"/> <option value="-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/"/>
<option value="-Djava.net.preferIPv4Stack=true"/> <option value="-Djava.net.preferIPv4Stack=true"/>
<option value="-Dorg.slf4j.simpleLogger.showDateTime=true"/>
<option value="-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z"/>
<!-- <!--
<option value="-Dapple.awt.showGrowBox=false"/> <option value="-Dapple.awt.showGrowBox=false"/>