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 137053 - Background image fails due to changes in sdk
Summary: Background image fails due to changes in sdk
Status: VERIFIED FIXED
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-06-11 22:21 UTC by Lark Fitzgerald
Modified: 2008-06-16 20:23 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-06-11 22:21:11 UTC
Product Version: NetBeans IDE 6.1 (Build 200804211638)
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)
fx NB61 cb plugin: 267

Background image fails due to changes in sdk

init:
deps-jar:
Created dir: C:\Users\Lark\Documents\NetBeansProjects\Background Image\build\classes
Copying 2 files to C:\Users\Lark\Documents\NetBeansProjects\Background Image\build\classes
Copied 2 empty directories to 1 empty directory under C:\Users\Lark\Documents\NetBeansProjects\Background 
Image\build\classes
Compiling 1 source file to C:\Users\Lark\Documents\NetBeansProjects\Background Image\build\classes
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:34: cannot find symbol
symbol  : variable x1
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:34: cannot find symbol
symbol  : variable y1
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:34: cannot find symbol
symbol  : variable x2
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:34: cannot find symbol
symbol  : variable y2
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:38: cannot find symbol
symbol  : variable x1
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:38: cannot find symbol
symbol  : variable y1
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:38: cannot find symbol
symbol  : variable x2
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
C:\Users\Lark\Documents\NetBeansProjects\Background Image\src\image\BackgroundImage.fx:38: cannot find symbol
symbol  : variable y2
location: class javafx.gui.Line
                        x1 : 0, y1 : 20, x2 : 200, y2 : 0 
8 errors
BUILD FAILED (total time: 1 second)
Comment 1 Michal Skvor 2008-06-16 14:12:36 UTC
Fixed.
Comment 2 Lark Fitzgerald 2008-06-16 20:23:53 UTC
Verified fixed using plugin cb 268 on solaris.