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 133167

Summary: Project is not built
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: Andrey Yamkovoy <kaktus>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 133393    

Description Alexandr Scherbatiy 2008-04-18 08:17:30 UTC
Steps to reproduce:

- Create a JavaFX Script file
-------------------------------
import javafx.ui.*;

Frame{
    content: Label{ "Hello World!"}
    visible: true
}
-------------------------------

- Build the project
  Build failed:

JavaFXApplication1\nbproject\build-impl.xml:330: taskdef class com.sun.tools.javafx.ant.JavaFxAntTask cannot be found
BUILD FAILED (total time: 0 seconds)
Comment 1 Alexandr Scherbatiy 2008-04-18 08:18:10 UTC
JavaFX Script plugin build 2008-04-18_02-32-38.zip 
Comment 2 Andrey Yamkovoy 2008-04-18 16:27:03 UTC
Now the bundled fx runtime is changing ... so it's the reason of failing project with default platform.
The workaround is to use not default fx platform.
Comment 3 Andrey Yamkovoy 2008-04-22 17:49:52 UTC
Since SDK was intergrated this issue not reproducible anymore.
Comment 4 Alexandr Scherbatiy 2008-04-23 08:14:08 UTC
build 2008-04-23_02-32-41.zip

- Build th project
  There is a message in output file:
  JavaFXApplication\nbproject\build-impl.xml:63: JavaFXApplication\${platforms.default_fx_platform.fxhome} not found.
BUILD FAILED (total time: 0 seconds)

 
Comment 5 Alexandr Scherbatiy 2008-04-23 08:22:14 UTC
The problem can be because http://deadlock.netbeans.org/hudson/job/JavaFX_NB_daily site
does not contain org-netbeans-modules-javafx-sdk-<os-version>.nbm file.
Comment 6 Andrey Yamkovoy 2008-04-23 13:48:05 UTC
Ohhh. If you don't have SDK nbm installed then of course you can't build FX project because there are no compiler and
runtime libraries. Maybe it should be separate bug which mark platform as broken in case of SDK not found.
Comment 7 Alexandr Scherbatiy 2008-04-28 09:14:05 UTC
verified
Comment 8 David Strupl 2011-10-19 12:02:47 UTC
Cleaning bugzilla categories ....