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 253738 - [81cat] Compile singe file, package not passed.
Summary: [81cat] Compile singe file, package not passed.
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 12:48 UTC by -Silver-
Modified: 2015-08-13 09:22 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 -Silver- 2015-07-24 12:48:56 UTC
Hi, 
I followed those steps:
1. Created a new project using the toolbar button.
2. In new project panel selected category: Java - Projects: java application
3. From project panel right click on the project and select properties.
4. From build->compile verify that compile on save is checked.
5. In the project panel selected a file or a package and right click.

Basing on the test description the item 'Compile file' / 'Compile package' are disabled if CoS is enabled [..] but I can see those items enable.
Comment 1 Tomas Zezula 2015-07-28 14:57:25 UTC
Same as issue #253740.
The Compile file and Compile package should be disabled after CoS run (sync).
1) Enable Compile On Save if it is disabled
2) Run the project
3) Compile File (Package) is disabled
Comment 2 Jiri Prox 2015-08-13 08:15:38 UTC
I've highlighted in the specification that the project must run before
Comment 3 Tomas Zezula 2015-08-13 09:22:14 UTC
Thanks Jirko