EasyB test files present in project are causing a "No file or directory" error
------------------------------------------------------------------------------
Key: BUILDR-65
URL: https://issues.apache.org/jira/browse/BUILDR-65
Project: Buildr
Issue Type: Bug
Components: Test frameworks
Affects Versions: 1.3
Environment: os x
Reporter: Nicolas Modrzyk
I am building tempo: tempo.iintalio.org/tempo/trunk, and more precisely the
tms-service subproject.
I have easyb groovy files in the project:
ls src/test/stories
returns
taskPersistenceBehavior.groovy
and when running buildr install I get:
IOException: No file or directory with the name
/Users/niko/projects/tempo/tms-service/target/resources
** Invoke tempo:tms-service:test:teardown (first_time)
** Execute tempo:tms-service:test:teardown
rake aborted!
No file or directory with the name
/Users/niko/projects/tempo/tms-service/target/resources
/Users/niko/tools/gemrepository/gems/buildr-1.3.0/lib/buildr/java/test_frameworks.rb:58:in
`new'
/Users/niko/tools/gemrepository/gems/buildr-1.3.0/lib/buildr/java/test_frameworks.rb:58:in
`filter_classes'
/Users/niko/tools/gemrepository/gems/buildr-1.3.0/lib/buildr/java/test_frameworks.rb:180:in
`tests'
/Users/niko/tools/gemrepository/gems/buildr-1.3.0/lib/buildr/core/test.rb:423:in
`run_tests'
/Users/niko/tools/gemrepository/gems/buildr-1.3.0/lib/buildr/core/test.rb:196:in
`initialize'
It all works fine if I create the missing folder (target/resources)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.