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 190531 - Specific source package(s) option being ignored.
Summary: Specific source package(s) option being ignored.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 17:40 UTC by karlkras
Modified: 2016-07-07 07:16 UTC (History)
1 user (show)

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 karlkras 2010-09-22 17:40:37 UTC
In my project I'm wanting to include only specific source packages into my javadoc process. To do this I'm following javadoc command line syntax rules, e.g.,
(entered into the project->Properties->Documenting->Additional Javadoc Options field.)
-sourcepath C:\myprojects\RealCoolApp\src\java com.company.tuna.ws

but the javadoc generation still includes all the packages in my project. Testing this against javadoc commandline directly and it works as documented.
Comment 1 Tomas Zezula 2010-10-13 15:14:13 UTC
Works fine for me.
1) I've created a new library project
2) I've created a new Java app project
3) Add the lib into the app project
4) Built the project
5) java -jar App works fine, loads classes from lib project and executes them..
You probably have the problems described in the issue #190461.
Comment 2 Tomas Zezula 2010-10-13 15:18:48 UTC
Sorry, entered into wrong issue :-(
Comment 3 Tomas Danek 2012-10-26 12:22:00 UTC
reproduced.
Comment 4 Martin Balin 2016-07-07 07:16:58 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss