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 137966 - Groovy is automatically added to project, when saving project properties
Summary: Groovy is automatically added to project, when saving project properties
Status: RESOLVED DUPLICATE of bug 138342
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 13:42 UTC by Petr Chytil
Modified: 2008-10-30 14:24 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 Petr Chytil 2008-06-23 13:42:34 UTC
Product Version: NetBeans IDE Dev (Build 200806190009)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/petr/.netbeans/dev-0619

Steps to reproduce:
- create desktop app project (groovy is now disabled in the project properties)
- enable java web start in its properties, click on OK = close project properties
- open project properties again
- groovy is now enabled and you can't disable it (even when you disable web start again)
Comment 1 Milan Kubec 2008-06-23 13:59:05 UTC
Groovy is added even when opening project properties and clicking OK without actually changing anything - reassigning for evaluation.
Comment 2 martin_adamek 2008-06-23 14:41:33 UTC
Fixed in #846bc9306e97
Comment 3 Quality Engineering 2008-06-24 04:24:52 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #278 build
Changeset: http://hg.netbeans.org/main/rev/846bc9306e97
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #137966: Groovy is automatically added to project, when saving project properties
Comment 4 Petr Chytil 2008-06-24 08:25:04 UTC
Groovy is now not enabled by opening properties. That's fixed. 
But now it is impossible to enable groovy at all - the change in properties is not persistent, groovy lib is not added
to project's libs etc.
Comment 5 martin_adamek 2008-06-26 12:07:27 UTC
Marking as duplicate, as issue 138342 has higher priority.

*** This issue has been marked as a duplicate of 138342 ***