On Aug 11, 2004, at 11:42 AM, Damien Byrne wrote:

Three quick things:

1. There is a hsqldb directory in my .maven repository (C:\Documents and Settings\Damien\.maven\repository\hsqldb\jars\hsqldb-1.7.1.jar)
How does the class get discovered in the build process, does there need to be any kind of class path reference to the repository?


During the build, we connect to HSQL via a configurable port
For the last few months, I've been doing all my builds against MySQL, which works well too


2. The only environment variable I have for maven is the MAVEN_HOME variable that points to c:\java\maven so the program location and there is no explicit reference to the .maven directories in my home drive.

3. This is at the end of every failed build:
BUILD FAILED
File...... C:\Documents and Settings\Damien\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 10 minutes 21 seconds
Finished at: Wed Aug 11 19:36:15 BST 2004



It means that there were test failures, which could have been caused by the database not being started or any number of reasons
Check your target/test-reports directory for details




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



Reply via email to