Skip to content

Commit 1a373b9

Browse files
committed
Play local audio messages for start-up problems. Correct log4j config.
1 parent 15e9826 commit 1a373b9

28 files changed

+205
-54
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
<attribute name="maven.pomderived" value="true"/>
2929
</attributes>
3030
</classpathentry>
31+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
3132
<classpathentry kind="output" path="target/classes"/>
3233
</classpath>

DEPENDENCIES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- OKIO (okio-1.13.0.jar). https://mvnrepository.com/artifact/com.squareup.okio/okio/1.13.0 License: Apache 2.0, Project: https://github.com/square/okhttp
66
- JSON (json-20160810.jar). https://mvnrepository.com/artifact/org.json/json/20160810 License: JSON, Project: https://github.com/stleary/JSON-java
77
- Pi4J (pi4j-core-1.2-SNAPSHOT.jar). https://oss.sonatype.org/index.html#nexus-search;gav~com.pi4j~pi4j-*~1.2-SNAPSHOT~~ License: LGPL, Project: http://pi4j.com/index.html
8+
- Apache Commons Lang 3 (commons-lang3-3.0.jar). https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.0 License: License: Apache 2.0, Project: http://commons.apache.org/lang/
89

910

1011
- Portions Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.

config/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<OnStartupTriggeringPolicy />
2121
<TimeBasedTriggeringPolicy />
2222
</Policies>
23-
<DefaultRooloverStrategy max="10" />
23+
<DefaultRolloverStrategy max="10" />
2424
</RollingFile>
2525
</Appenders>
2626

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
<artifactId>jorbis</artifactId>
185185
<version>0.0.17.4</version>
186186
</dependency>
187+
<dependency>
188+
<groupId>org.apache.commons</groupId>
189+
<artifactId>commons-lang3</artifactId>
190+
<version>3.0</version>
191+
</dependency>
187192
<dependency>
188193
<groupId>org.apache.logging.log4j</groupId>
189194
<artifactId>log4j-api</artifactId>

speech/0.flac

0 Bytes
Binary file not shown.

speech/1.flac

0 Bytes
Binary file not shown.

speech/2.flac

0 Bytes
Binary file not shown.

speech/3.flac

0 Bytes
Binary file not shown.

speech/4.flac

0 Bytes
Binary file not shown.

speech/5.flac

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)