Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.5.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:windows
-
Testcase included:yes
Description
build.xml:61: groovy.lang.MissingMethodException: No signature of method: org.reverttoconsole.mymediamanager.integration.SimpleTest.main() is applicable for argument types: ([Ljava.lang.String
values: {[]}
running the test reliably reproduced the errors for me. I attached my simple project without dependencies. There are like 5 files.
the bin dir is a red herring- the groovy plugin prefers this dir, but the classes produced by the ant script all end up in web/WEB-INF/classes, and that's in the classpath.
Issue Links
- duplicates
-
GROOVY-2591
Groovy Ant Task is not executing Groovy Test Cases as the Command Line does
-
actually, I removed the bin dir before uploading- so nevermind that last comment