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 59364 - Source Level sets up javac.sources instead of javac.source
Summary: Source Level sets up javac.sources instead of javac.source
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 12:51 UTC by jlaskowski
Modified: 2005-11-22 15:33 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 jlaskowski 2005-05-28 12:51:18 UTC
1/ Create or import a module project (I don't know if it works alike with other
project types)
2/ Remove java.source property from project.properties
3/ Go to Project Properties menu
4/ In "Sources" category set "Source Level" to a value

The file project.properties will contain javac.sources instead of javac.source.
Comment 1 Martin Krauskopf 2005-05-28 14:07:36 UTC
Good catch. Thanks. Fixed in trunk.

Checking in
src/org/netbeans/modules/apisupport/project/ui/customizer/NbModuleProperties.java;
new revision: 1.2; previous revision: 1.1
Comment 2 Jesse Glick 2005-05-28 16:41:13 UTC
By the way please use subcomponent 'project' for all bugs relating to the NBM
project type. You can use keyword 'UI' for bugs which pertain to poor
(confusing, misleading, awkward, ugly...) UI, but that's not the case here.
Comment 3 Tomas Danek 2005-11-22 15:33:06 UTC
verified in current trunk