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 152790 - [65cat] No warning Dialogue if CoS is on
Summary: [65cat] No warning Dialogue if CoS is on
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-11-08 19:13 UTC by ulfzibis
Modified: 2008-11-10 12:12 UTC (History)
2 users (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 ulfzibis 2008-11-08 19:13:49 UTC
[ BUILD # : 200811071401 ]
[ JDK VERSION : 1.6.0 ]

[patched according issue 150009]

No warning Dialogue when I hit Build button, and build is done same,
as if CoS is off.
Comment 1 Lukas Hasik 2008-11-08 20:22:51 UTC
The annoying warning dialog is gone. But we shouldn't blame the fix for #150009. I tested even with a build (fcs1106)
without the fix. Ulf, could please check it?

I'm increasing priority and reassigning to java. 

Jirko, could you look at it? 
Mys steps: 
1, create new java project 
2, Build -> no warning, this should be ok as the first build behaves as the clean&build, right?
3, Build -> no warning
4, Clean
5, Build -> no warning
6, Cean&Build
7, Build -> no warning

Comment 2 ulfzibis 2008-11-08 21:02:32 UTC
No capito ;-)

What should I check ?
What is fcs1106 ?
Comment 3 Lukas Hasik 2008-11-10 08:05:53 UTC
fcs1106 is build from the release65 repository from 11/06/08. This isn't a public(published) build.
Comment 4 Jan Becicka 2008-11-10 10:32:57 UTC
Please evaluate
Comment 5 ulfzibis 2008-11-10 10:42:27 UTC
I not have build 200811071401 installed anymore.
I only installed it, as I erroneously thought, it should be necessary to test the patch from issue 150009.
Comment 6 Jan Lahoda 2008-11-10 10:52:07 UTC
The ant-based build was intentionally enabled so support usecases with several interdependent projects (the
compile-on-save/deploy-on-save setting is used only from the project that is executed. If CoS is disabled for the main
project and enabled for its libraries, Build action allowed on the libraries too.) The warning dialog will start to show
as soon as you run the project in the CoS way.
Comment 7 Lukas Hasik 2008-11-10 12:12:10 UTC
It works for me. 
The missing piece in puzzle was that the "Cos warning dialog" appears only if there are classes compiled by Cos in jar
in dist. This happens when you Run your project. But not after, create, compile, clean, etc... as the compile doesn't
copy anything.