Issue Details (XML | Word | Printable)

Key: AMQ-1132
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Dejan Bosanac
Votes: 5
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

activeio test package inclusion and logging properties

Created: 17/Jan/07 03:02 AM   Updated: 20/Nov/09 12:41 PM
Return to search
Component/s: None
Affects Version/s: incubation
Fix Version/s: 5.4.0

Time Tracking:
Not Specified


 Description  « Hide
When you include activemq-core as a dependency on an empty project, even simplest examples fails with

java.io.FileNotFoundException: /target/test.log (No such file or directory)

exception.

First of all, the core package includes dependency on activeio-core test jar

<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activeio-core</artifactId>
<optional>false</optional>
<type>test-jar</type>
</dependency>

for which I'm not sure is needed.
Second, in this test activeio package logging.properties is configured so that root logger writes into ${basedir}/target/test.log, which causes application to fail. It would be better to set it to write to stdout by default.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.