This post originated from an RSS feed registered with Java Buzz
by Nick Lothian.
Original Post: Classifier4J 0.2 Released
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
I did my first formal release (v0.2) of Classifier4J (Bayesian text classification)
via SourceForge a couple of days ago. It's an interesting experience - I swear I've spend more time wrestling with Maven and CVS than
I have actually writing code. At the moment I have a very interesting error when I have
the CVS repository in my project.xml:
maven-checkstyle-plugin:report:
[echo] Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
BUILD FAILED
null:37:50: null:56:15: null
Total time: 11 seconds
I don't have a clue what that means, so I've commented it out at the moment. Maybe I need a command line CVS client? I'll
try that after I post this.