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 132769 - Easing does not compile
Summary: Easing does not compile
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 14:54 UTC by Lark Fitzgerald
Modified: 2008-04-15 15:29 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 Lark Fitzgerald 2008-04-14 14:54:32 UTC
Product Version: NetBeans IDE Dev (Build 200804091204)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Plugin: CB#385 (2008-04-14_13-59-24.zip)

Steps;
1. create project called Easing with main class Easing.
2. paste in easing source
3. F9 to compile.  

When I try to compile Easing, I get:

init:
deps-jar:
Compiling 1 source file to C:\Users\Lark\Documents\NetBeansProjects\Easing\build\classes
C:\Users\Lark\Documents\NetBeansProjects\Easing\src\easing\Easing.fx:37: cannot find symbol
symbol  : variable Easing
location: class com.sun.javafx.runtime.location.DoubleVariable
class Ball extends CompositeNode {
1 error
C:\Users\Lark\Documents\NetBeansProjects\Easing\nbproject\build-impl.xml:337: JavaFX compile failed; see the compiler 
error output for details.
BUILD FAILED (total time: 1 second)
Comment 1 Michal Skvor 2008-04-15 11:05:56 UTC
I tried and it works for me.

Maybe there were bugs in compiler which has been fixed.
Comment 2 Lark Fitzgerald 2008-04-15 15:29:42 UTC
Verified using:
Product Version: NetBeans IDE Dev (Build 200804091204)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Plugin: 157 2008-04-15_09-32-52.zip