When I run fitnesse:run, the build fails with:

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Fitnesse command ended with errors, exit code:9

The log give these informations:

[INFO]    task-segment: [fitnesse:run] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [fitnesse:run]
[INFO] Found 1 Fitnesse configuration.
[INFO] Call result of the server,Fitnesse
address=http://localhost:8181/PetrolProject.TracciatiSiges
[INFO] Use path
[../target/classes:../target/test-classes:/home/dev2/development/morbegno/petrol/fitnesse/../target/dependency/log4j-1.2.14.jar:/home/dev2/development/morbegno/petrol/fitnesse/../target/dependency/spring-2.5.5.jar

and so on for all dependencies. The folder:

/home/dev2/development/morbegno/petrol/fitnesse/../target/dependency/

is resolved rightly and contains all updated dependency (i have
configured dependency plugin)

On fitnesse server, I have this classpath:

!path ../target/classes
!path ../target/test-classes
!path ../target/dependency/*.jar

and it works on fitnesse.

If I configure maven-fitnesse-plugin to use "maven" as classpath
provider, the error is the same but the classpath does not contains my
classes and test-classes folder.
This is strange, I expect that those folder are included automatically.


Anyway, anyone knows what is error code 9? Is related to missing
classes as I am guessing?

-- 
Daniele Dellafiore
http://blog.ildella.net/

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

Reply via email to