mirror of https://github.com/apache/activemq.git
add the conf directory to the classpath so that the release finds the log4j.properties file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
729ff22a4b
commit
e73312534d
|
@ -53,6 +53,7 @@
|
||||||
|
|
||||||
<path id="javac.classpath">
|
<path id="javac.classpath">
|
||||||
<pathelement path="${class.dir}"/>
|
<pathelement path="${class.dir}"/>
|
||||||
|
<pathelement path="../conf"/>
|
||||||
<fileset dir="../lib">
|
<fileset dir="../lib">
|
||||||
<include name="**/*.jar"/>
|
<include name="**/*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
|
@ -25,6 +25,7 @@ import javax.jms.MessageListener;
|
||||||
import javax.jms.Session;
|
import javax.jms.Session;
|
||||||
import javax.jms.TextMessage;
|
import javax.jms.TextMessage;
|
||||||
import javax.jms.Topic;
|
import javax.jms.Topic;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue