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 138679 - new groovy files locations in maven
Summary: new groovy files locations in maven
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 154727 (view as bug list)
Depends on:
Blocks: 89008
  Show dependency tree
 
Reported: 2008-07-01 07:04 UTC by Milos Kleint
Modified: 2011-12-30 18:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (65.87 KB, text/plain)
2008-08-22 09:59 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2008-07-01 07:04:07 UTC
apache maven projects don't store generally grrovy files next to the java files, but keep them in separate folder
structures. So while the the default root is src/main/java, for groovy it's src/main/groovy. The new grrovy file wizard
takes the java source groups to pick from. I expect groovy support shall look for "groovy" sourcegroups and if found,
use it, if not, fallback to the java ones..
Comment 1 bartvdc 2008-08-22 09:59:27 UTC
Created attachment 68089 [details]
log file
Comment 2 bartvdc 2008-08-22 10:44:07 UTC
The attachment was for another issue. Sorry.

Bart
Comment 3 Martin Janicek 2011-12-06 14:36:35 UTC
This has been already fixed in web-main #2e2309c5cafc
Comment 4 Jesse Glick 2011-12-06 17:22:25 UTC
But in 6.8, not 7.2!
Comment 5 Martin Janicek 2011-12-30 18:19:24 UTC
*** Bug 154727 has been marked as a duplicate of this bug. ***