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 23304 - Project contents scanners
Summary: Project contents scanners
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: Dirk Ruiz
URL:
Keywords:
Depends on:
Blocks: 19998
  Show dependency tree
 
Reported: 2002-05-09 15:52 UTC by Pavel Buzek
Modified: 2003-12-11 14:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2002-05-09 15:52:24 UTC
This is for adding directories with unknown contents into a project. Modules should be able to 
register scanners for interesting files, recognize some patterns (e.g. classpath roots) and 
suggest putting these files into logical components.
Specification of API for these contents-scanners is needed.
Comment 1 Svata Dedic 2002-05-21 09:40:39 UTC
I don't think Dirk wants to define the API ;-)  
Comment 2 Pavel Buzek 2002-05-23 16:41:39 UTC
why not ;-) ?
I assigned this to Dirk, because I think that the User View for this should be though thru first, before 
we start designing any APIs. Even if the scanners will be defined by modules there may be some common 
parts -- a common user model for them, some way to integrate them into projects framework, etc.
Comment 3 Pavel Buzek 2002-05-31 14:39:37 UTC
planned for PROJECTS_MILESTONE_4
Comment 4 Dirk Ruiz 2002-11-26 22:12:43 UTC
This functionality won't be in the 4.0 release.  However,
it's an interesting idea that I don't want to lose track of.  So, I
changed it to an RFE.
Comment 5 Vitezslav Stejskal 2002-11-26 22:44:12 UTC
OK, I think there will be very basic version of this functionality (at
least it's specified in java uispec) and in fact it's almost done and
ready. But I agree with you we may want to extend this interesting
idea in the future. Let's leave it open, but without PM4 keyword ;-).
Comment 6 Vitezslav Stejskal 2003-04-01 20:57:00 UTC
This is fixed, see Add-to-Project wizards and recognizers API in
http://www.netbeans.org/download/prj40_prototype/javadoc/projects-ide_api/org/netbeans/api/projects/ide/doc-files/general.html

There also exist recognizers for adding Build Targets from one project
as resources to another project.
Comment 7 Pavel Buzek 2003-07-02 09:54:40 UTC
done, closing