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 73057 - Cannot add source folder xtest/nbjunit/src into the project.
Summary: Cannot add source folder xtest/nbjunit/src into the project.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 14:45 UTC by pgebauer
Modified: 2007-09-26 09:14 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 pgebauer 2006-02-27 14:45:55 UTC
Steps to reproduce:
1. Open the IDE and create New Project (General -> Java Application).
2. Paste following imports into Main.java:

import org.netbeans.junit.NbTestCase;
import org.netbeans.junit.NbTestSuite;

3. Check-out the module xtest from repository.
4. Try to add source folder xtest/nbjunit/src into the project.
5. You will get the message: "Package Folder Already Used in Project" but
imports are still marked as unknown in the editor.
Comment 1 Jan Becicka 2007-08-24 08:20:49 UTC
Already fixed.
Comment 2 Quality Engineering 2007-09-20 12:32:21 UTC
Reorganization of java component