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 69042 - [50cat] Creating a project with Beta 2 yeilds ??? as project name
Summary: [50cat] Creating a project with Beta 2 yeilds ??? as project name
Status: RESOLVED DUPLICATE of bug 69001
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 14:03 UTC by Unknown
Modified: 2005-11-21 15:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nbproject contents (7.15 KB, application/x-compressed)
2005-11-21 14:56 UTC, Unknown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2005-11-21 14:03:56 UTC
[ BUILD # : Beta 2 ]
[ JDK VERSION : 1.5.0_05 ]

I cannot create a project with Beta 2 and get the name to be other than ???.  I've installed Beta 2 fresh (and a new user dir).  And the name never gets realized.  I investigated the project xml and the name isn't there either.
Comment 1 Jan Lahoda 2005-11-21 14:21:07 UTC
Could you please attach the content of generated nbproject directory and your
messages.log?

Thanks.
Comment 2 Unknown 2005-11-21 14:30:14 UTC
It will take a while... I've uninstalled it and reverted back to the 31 )ct dev
build.
I have to build some projects;)
Surely, you guys have a "crash and burn" box.  OW, it will be this afternoon. (EST)
Comment 3 Unknown 2005-11-21 14:55:14 UTC
I've gone back frome Beta2-> 200511171900-> 200511171900
and the problem exists.
I'm attaching the files as zip.
Comment 4 Unknown 2005-11-21 14:56:52 UTC
Created attachment 27097 [details]
nbproject contents
Comment 5 Jan Lahoda 2005-11-21 15:08:49 UTC
Seems like duplicate of issue #69001/#66563. Could you please check if you have
xalan in jre/lib/endorsed or jre/lib/ext (or somewhere else on the
bootclasspath)? If yes, please remove it, see issue #66563 for more information.


*** This issue has been marked as a duplicate of 69001 ***
Comment 6 Unknown 2005-11-21 15:14:15 UTC
This is curious... I just bumped up to 1.6 and it remembered, but also I 
didn't have to type in the project path.  I wonder if there's a problem with 
the text input for the project path/project name.  I don't think changing the 
JDK could the problem, but you never know.
-B
Comment 7 Unknown 2005-11-21 15:19:50 UTC
BTW... I use nothing but the JDK defaults (except install location) and NB 
defaults.  I never fiddle with the ext dir nor the bootclass path.
This is not a project based on an existing build script, but one based on 
existing sources.  
Comment 8 Jan Lahoda 2005-11-21 15:21:29 UTC
Sorry, but I do not understand your comment: do you mean that if you use JDK1.6,
the project is created correctly (no "???")? This is possible, the problem
described in issue #66563 is JDK1.5 specific.
Comment 9 Jan Lahoda 2005-11-21 15:23:39 UTC
Could you please attach your messages.log?

Thanks.
Comment 10 Unknown 2005-11-21 15:28:02 UTC
I started trying different combinations.... That is from Beta2 I went back to 
the Nov 17th dev build and then the Oct 31st qbuild, (where Stroud reported 
that it should work in NetCat) and still got the "???".

So then I changed the JDK from 1.5.0_05 to 1.6 ea b55.

When I created the project this time, tho, I didn't have to modify the project 
path, only the new project name.  So here 2 varibles were introduced:

1) a new JDK
2) no information added on the project path

Then finally to answer your question.  I don't add anything to the extensions 
directory nor change the boot classpath.  Everthing is run "out of the box" 
except the install locations of the JDK.  JDK 1.4xxx always goes to 
c:\java\jdk1.4, JDK 1.5xxx always goes to c:\java\jdk1.5 and so on.
Comment 11 Unknown 2005-11-21 15:39:23 UTC
OK...
xalan was under my jre/lib directory.
Do I need a "clean" install of jdk 1.5?
Is it some artifact of dev releases before 1.5 was public?
Comment 12 Unknown 2005-11-21 15:44:38 UTC
I'll re-install beta2 now that xalan is gone and I'll update the defect with 
the results.