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 201349 - java files in archetype resources should be ignored by the netbeans error finder
Summary: java files in archetype resources should be ignored by the netbeans error finder
Status: RESOLVED DUPLICATE of bug 189037
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 08:10 UTC by yelo3
Modified: 2011-08-26 14:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (263.00 KB, image/jpeg)
2011-08-26 08:10 UTC, yelo3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yelo3 2011-08-26 08:10:42 UTC
Created attachment 110231 [details]
screenshot

I'm building a new archetype which contains some java files.
They are located in src\main\resources\archetype-resources\src\main\java.

Netbeans shows me that there are compilation errors (red exclamation point over the project and packages), but of course it should just ignore those files, because they are resources of the archetype, and not java files to be compiled.
Comment 1 Jesse Glick 2011-08-26 14:55:35 UTC

*** This bug has been marked as a duplicate of bug 189037 ***