This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142071

Summary: test classpat issues within maven projects
Product: groovy Reporter: Milos Kleint <mkleint>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89008    

Description Milos Kleint 2008-07-29 14:26:36 UTC
recent daily builds.
additional maven support nbms installed (http://www.codehaus.org/~mkleint/maven1-SNAPSHOT.zip)
open the attached project.
A maven project shall be opened with java packages opened and groovy packages (source and test ones).


issues:
1. HelperTest.groovy seems not to be able to find Helper.java in the same package
2. While Example.groovy class has show() method defined, the ExampleTest.groovy doesn't have it in code completion.

not sure if the issue is in grrovy or maven support.
In maven I put groovy source roots on gsf path and on java classpath as well. (source path)