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 186815

Summary: Java + JavaFX are enabled by default in latest NB 6.9 RC2 build
Product: www Reporter: Marian Mirilovic <mmirilovic>
Component: Builds & RepositoriesAssignee: rnovak <rnovak>
Status: VERIFIED FIXED    
Severity: normal CC: dstrupl, johnjullion, jtulach, mryzl, psuchomel, rnovak
Priority: P1 Keywords: REGRESSION
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2010-05-27 14:13:39 UTC
This is recent regression:

build 
http://smetiste.czech.sun.com/builds/netbeans/6.9/rc2/2010-05-25_22-01-15/
(branded still as RC1) works as expected - means after install of All distribution, everything is disabled (especially Java and JavaFX)

BUT

build 
http://smetiste.czech.sun.com/builds/netbeans/6.9/rc2/2010-05-26_22-01-15/
(branded as RC2) contains Java/JavaFX enabled - let's say if you invoke Tools | Plugins Java is disabled, but toolbar/menu/New Projects shows that Java & JavaFX are already enabled.

Reporting against FoD, just because I can't find the changeset that caused this behaviour (no changes in dependencies either FoD in last 24 hours in release69 clone.
Comment 1 Marian Mirilovic 2010-05-27 14:14:22 UTC
This is stopper for RC2
Comment 2 Jaroslav Tulach 2010-05-27 15:01:51 UTC
There is no javafx file in ergonomics/config/Modules. That is sign of bad build:

$ l netbeans/ergonomics/config/Modules/*javafx*
Comment 3 Jaroslav Tulach 2010-05-27 15:06:16 UTC
Here is the reason. The URL
http://hlemyzd-2.czech.sun.com/hudson/job/JavaFX-69/40/consoleFull
contains also:

Target "daily" does not exist in the project "javafx". 

Total time: 4 seconds
+ ant repack-ergonomics -Dnetbeans.base.url=file:///space4/javafx-69/javafx -Dwith.ergonomics=true
Buildfile: /space4/javafx-69/javafx/build.xml

BUILD FAILED
Comment 4 Marian Mirilovic 2010-05-27 15:10:34 UTC
Jarda, thanks for brief evaluation. Robert agreed to fix it before he'll start today's RC2 build ...
Comment 5 Martin Ryzl 2010-05-27 15:21:29 UTC
it seems that the build is checking out composer clone (javafx-composer~milestone6) but later on cd to trunk dir 
/space4/javafx-69/dev/build-all.sh: line 87: cd: /space4/javafx-69/javafx-composer~main: No such file or directory
Comment 6 rnovak 2010-05-27 16:27:20 UTC
It was a configuration mistake.
It is fixed now.
Comment 7 Marian Mirilovic 2010-05-28 06:49:31 UTC
verified in NetBeans IDE 6.9 RC2 (Build 201005272201)