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 44291 - Projectize jellytools
Summary: Projectize jellytools
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 16:06 UTC by Marian Mirilovic
Modified: 2006-03-24 10:31 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-03 16:06:55 UTC
It will be nice to have jellytools projectized.

One of the reason is that now test developr can to
Go to class , because jellytools is added only as
library without sources, if jellytools wil be
projectized, we can add this as project for J2SE
project we are using for developing test....

the same for jemmy , xtest , junit .....
Comment 1 Jiri Skrivanek 2004-06-04 12:03:18 UTC
There is a problem that jemmy and jellytools are not regular NetBeans
modules. They are just libraries and netbeans module is created only
to be NBM files. Until it is somehow solved you can do it the
following way:

- create jellytools project with existing sources
  - File -> New Project
  - Project with Existing Sources|Java Project with Existing Sources
  - Source Packages Folder: jellytools/src
- add the project to compile classpath of your own project with tests
Then you can use jellytools code completion and go-to-source (ALT+G)
features (in current builds there is a bug that you have to restart
IDE before code completion starts to work).
Comment 2 Jiri Skrivanek 2004-08-30 13:02:55 UTC
Done. Projectized were modules jemmy, jellytools, xtest/nbjunit,
jemmysupport. Also when you install jellytools nbm the embedded
library contains sources.
Comment 3 Marian Mirilovic 2004-09-06 14:01:37 UTC
verified