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 209799 - The generated-sources directory created by a Maven plugin is not being picked up fully
Summary: The generated-sources directory created by a Maven plugin is not being picked...
Status: RESOLVED DUPLICATE of bug 207107
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 16:19 UTC by desmond_kirrane
Modified: 2012-03-27 20:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project showing issue with generated sources (39.10 KB, application/octet-stream)
2012-03-20 16:37 UTC, desmond_kirrane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description desmond_kirrane 2012-03-20 16:19:16 UTC

    
Comment 1 desmond_kirrane 2012-03-20 16:37:15 UTC
Created attachment 116937 [details]
Project showing issue with generated sources

In the attached project take a look at class MyWorkflowImpl.

It can import one of the generated classes but not the other.
Comment 2 desmond_kirrane 2012-03-20 16:38:09 UTC
I have a Maven project using the AspectJ plugin which generates some sources to:

${basedir}\target\generated-sources\annotations

The "Generated Sources (annotations)" folder appears in the Projects View.
But some of the generated source files underneath are not visible to the classes in the ${basedir}\src\main\java

I am using the maven AspectJ plugin. I have a sample project attached with the AspectJ srcs already compiled.
Comment 3 Jesse Glick 2012-03-27 20:35:23 UTC
Probably duplicate, try again in 7.2.

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