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 66807 - improve import of project w/existing sources/ant script
Summary: improve import of project w/existing sources/ant script
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on: 57481 67693
Blocks: 70307 89477
  Show dependency tree
 
Reported: 2005-10-14 14:01 UTC by Pavel Buzek
Modified: 2007-07-18 13:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2005-10-14 14:01:25 UTC
The import wizards need improvements to support real life use cases. 

1. Currently we can import single modules and EAR but the user has to import one
module at a time and setup references manually. This can be improved by
providing one wizard that would import the whole application with all modules
and setup the references correctly. This mean just providing a better UI for the
functionality that is already supported.

2. We cannot import projects with existing ant scripts that have multiple j2ee
modules (or an ear and modules) in them. The infrastructure of the freeform
projects was designed with this use case in mind so it should be possible. Needs
to be tested and we need to provide UI for the import wizard.
Comment 1 Andrei Badea 2005-10-17 08:34:17 UTC
Please note that the EJB free-form project needs a bit of cleanup, which should
happen before we start integrating new things. Especially I'd like to see issue
57481 fixed (it is on my list, but of course not for 5.0).