The junit error disappeared, yet two tests fail. Output attached in ZIP file...

Maven stores the detailed failures in a target subfolder. In the output, it mentions:

C:\Dokumente und Einstellungen\ThinkpadBenutzer\Eigene Dateien\Log4J Workspace\log4j-chainsaw-maven\target\surefire-reports

containing the reports.

Could you please look for the failing test class file report in this directory:

Running org.apache.log4j.chainsaw.prefs.MRUFileListTest
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec <<< FAILURE!
Running org.apache.log4j.chainsaw.receivers.ReceiversHelperTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!
Running org.apache.log4j.chainsaw.LogPanelPreferenceModelTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!

(these ones)

The files will show much more detail about what is failing.


Afterwards, I ran Chainsaw with the .bat file, as stated in the build instructions.

If you run with '-Dmaven.test.skip=true' it should not bother running these tests. Are you doing this?

mvn -Dmaven.test.skip=true package

For Chainsaw, and then you should be able to launch Chainsaw from:

target/appassembler/bin/chainsaw (.bat if you're windows)



That's an interesting point. Would it currently be possible to add a new Receiver to Chainsaw without recompiling it, using the binary on the web site? That would be enough for me.

Not at this time, but it would not be difficult to modify Chainsaw to do this.

cheers,

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to