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 60158 - project fails without any wornings
Summary: project fails without any wornings
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: JBuilder project importer (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-16 15:38 UTC by Marian Mirilovic
Modified: 2008-01-04 14:59 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 Marian Mirilovic 2005-06-16 15:38:37 UTC
NB4.1 + JBuilder importer

Steps to reproduce:
- run JBuilder
- create Project with libraries:
   - add Xalan from JBuilder Libraries
   - add some Application from existing Projects
   - add openide.jar, core.jar from archives
- with multiple sources (Source_1 and Source_2)
- define your own JDK
- run NB4.1 with importer
- try to import the project
- when you specify the directory where the project is located, the wizard asks
you to write JBuilder Installation directory - uncheck the checkbox (because of
issue 60154)
- push Finish button
-> dialog reporting progress of import just blink and import finished without
any warnings/exceptions/failures/logs ! ->>>> means nothing has been imported

I've found in the log file next two lines :

[WARNING]: 20050616_163044 CEST -
org.netbeans.modules.projectimport.j2seimport.AbstractProject.addWarning(): 
user library "Xalan" defined in project "P60154)roject_complex" could not be
resolved.
[WARNING]: 20050616_163057 CEST -
org.netbeans.modules.projectimport.j2seimport.ImportUtils.importProjectWithoutDependencies():
Project already exists: local_export/Work/ProjectsImporter/JB_projects_in_NB


The first one belongs to the problem reported in issue 60154, the second one I
really don't understand. The directory from the log has not been created until I
hit the FInish button (I checked it three times), then the exmpty directory with
this name is created and nothing is imported...

Am I doing something wrong ?
Comment 1 rmatous 2005-06-20 08:11:55 UTC
/cvs/ide/projectimport/jbuilder/src/org/netbeans/modules/projectimport/j2seimport/Attic/ImportUtils.java,v
 new revision: 1.1.2.3; previous revision: 1.1.2.2
Comment 2 Marian Mirilovic 2005-07-15 13:46:57 UTC
verified