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 156743 - Blend effect is not compilable
Summary: Blend effect is not compilable
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 10:05 UTC by Alexandr Scherbatiy
Modified: 2009-01-14 14:41 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 Alexandr Scherbatiy 2009-01-14 10:05:45 UTC
JavaFX_NB_Plugin_Franca_NB_65_fixes_latest_SDK_installer:  #25 14-Jan-2009 00:40:39

  Product Version         = NetBeans IDE 6.5 (Build 200901121801)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16; Sun Microsystems Inc.


Steps to reproduce:

- Drag and drop a Blend effect from the palette to the editor
The result is:
-------------------------------------------------------
import javafx.scene.effect.Blend;
import javafx.scene.effect.BlendMode;



Blend {
    topInput: mode: BlendMode.ADD
opacity : 0.5
}
-------------------------------------------------------

init:
deps-jar:
Main.fx:15: Sorry, I was trying to understand a qualified identifier but I got confused when I saw ':' which is a
punctuation character.
    topInput: mode: BlendMode.ADD
Main.fx:15: Sorry, I was trying to understand an object literal initializer but I got confused when I saw '.'.
 Perhaps you are missing a ':'.
    topInput: mode: BlendMode.ADD
Main.fx:15: You have forgotten the ';', which is needed to separate one expression from the next.
    topInput: mode: BlendMode.ADD
Main.fx:16: Sorry, I was trying to understand a qualified identifier but I got confused when I saw ':' which is a
punctuation character.
opacity : 0.5
Main.fx:16: You have forgotten the ';', which is needed to separate one expression from the next.
opacity : 0.5
Main.fx:17: Sorry, I was trying to understand the script contents but I got confused when I found an extra '}' that
should not be there.
}
6 errors
ERROR: javafxc execution failed, exit code: 1
C:\Documents and Settings\andromeda\My
Documents\NetBeansProjects\temp\04\05\JavaFXApplication2\nbproject\build-impl.xml:143: exec returned: -1
BUILD FAILED (total time: 1 second)
Comment 1 Michal Skvor 2009-01-14 10:37:26 UTC
removed topInput.
Comment 2 Alexandr Scherbatiy 2009-01-14 14:41:05 UTC
verified in JavaFX_NB_Plugin_Franca_NB_65_fixes_cont: #28 14-Jan-2009 16:26:31