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 75940 - Cannot compile Matisse form in BlueJ project
Summary: Cannot compile Matisse form in BlueJ project
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 15:55 UTC by Jaromir Uhrik
Modified: 2007-02-22 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Compilation output attached... (1.13 KB, text/plain)
2006-05-04 15:56 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-05-04 15:55:57 UTC
[own build of 2006-05-03]
Create JFrame Form in BlueJ project. Try to compile the form then. It is not
possible to compile file because of Swing Layout Extensions library is not
available in this project. Attached is the output of compilation.
Comment 1 Jaromir Uhrik 2006-05-04 15:56:39 UTC
Created attachment 30255 [details]
Compilation output attached...
Comment 2 Milos Kleint 2006-05-05 13:22:40 UTC
to be fixed for the beta final.
Comment 3 Milos Kleint 2006-05-10 11:46:37 UTC
partly fixed. the layout jars becomes part of the build process of both netbeans
bluej project and bluej itself.
it's done by copying the jar to the +libs folder in the project.

however I'm experiencing problems with classpath definition, meaning the error
stripe and editor report the group layout as not on classpath.
Comment 4 Milos Kleint 2006-05-10 14:26:52 UTC
fixed. compilation classpath now fires changes..
Comment 5 Jaromir Uhrik 2006-05-11 08:49:07 UTC
Verified in NetBeans 5.0 BlueJ edition Beta 200601251500 built on 2006-05-10.