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 193644 - Java source root ignored when it does not exists during initial scan
Summary: Java source root ignored when it does not exists during initial scan
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 193652 194224 194246
Blocks:
  Show dependency tree
 
Reported: 2010-12-20 12:56 UTC by _ rkubacki
Modified: 2011-01-12 14:39 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 _ rkubacki 2010-12-20 12:56:44 UTC
A big problem for a custom project type that generates some Java sources and needs to refer to them. Those sources can be generated into a folder like '${projdir}/gen' that is missing at the very beginning when project is created or when clean action is performed.
Comment 1 Tomas Zezula 2010-12-21 13:06:08 UTC
Fixed jet-main cbd63cdc6e05
Comment 2 Quality Engineering 2010-12-23 07:08:27 UTC
Integrated into 'main-golden', will be available in build *201012230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cbd63cdc6e05
User: Tomas Zezula <tzezula@netbeans.org>
Log: #193644:Java source root ignored when it does not exists during initial scan