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 - test classpat issues within maven projects
Summary: test classpat issues within maven projects
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 89008
  Show dependency tree
 
Reported: 2008-07-29 14:26 UTC by Milos Kleint
Modified: 2012-12-19 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)