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 164551 - Bizarre message when creating new project
Summary: Bizarre message when creating new project
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 04:10 UTC by _ tboudreau
Modified: 2009-11-10 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (55.28 KB, image/png)
2009-05-06 04:10 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-05-06 04:10:17 UTC
Take an existing J2SEProject.  Use the Share on Kenai menu item to create a Kenai project for it.  The project now shows
up with all the files marked as new (but weirdly, you cannot commit them, you can only Import into Subversion Repository
- which I don't think is what I want).

Now try creating a new J2SE project in a subdirectory of the one you just added to Kenai.

You get a message:  "Project might already exists (probably only in memory)"

1. Grammar problem:  exists -> exist
2. What on earth does this mean, and what am I supposed to do about it, and why can't I create the new project?
Comment 1 _ tboudreau 2009-05-06 04:10:50 UTC
Created attachment 81610 [details]
screen shot
Comment 2 _ tboudreau 2009-05-06 04:29:22 UTC
Committing the existing code into Kenai svn does not help, nor does restarting.  I cannot create a subproject of a Kenai
project.
Comment 3 Milan Kubec 2009-05-06 09:27:59 UTC
Fixed.

http://hg.netbeans.org/core-main/rev/f3e0ff68606e

Re. "Bizarre message" - sometimes project might be still around in memory even after closing and deleting content of
project folder and this message is the last catch not to proceed to next panels of wizard. I know it's not the best
message in the world, but user will not see it under normal circumstances.
Comment 4 Quality Engineering 2009-05-07 07:49:24 UTC
Integrated into 'main-golden', will be available in build *200905070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f3e0ff68606e
User: Milan Kubec <mkubec@netbeans.org>
Log: #164551: wasn't possible to create project as subproject of another project; grammar fixed