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 8492 - org.netbeans.core.beaninfo.editors.DataFolderPanel only lets you create package in first filesystem
Summary: org.netbeans.core.beaninfo.editors.DataFolderPanel only lets you create packa...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P4 minor (vote)
Assignee: akemr
URL:
Keywords:
: 10206 (view as bug list)
Depends on:
Blocks:
 
Reported: 2000-11-21 11:53 UTC by Martin Ryzl
Modified: 2012-01-06 15:44 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 Martin Ryzl 2000-11-21 11:53:57 UTC
Originaly submitted to bugtraq as #4389297

If you choose anything but the first filesystem in the list, and then
start typing in the Package field, the Target Location list selects the first
filesystem automatically.

Work around:
Unmount all but the filesystem you want, then re-invoke the wizard, choose the
remaining filesystem and type in the new package name.  Or, create the new
package outside of the wizard, then invoke the wizard and select the package.

Possible fix:
Allow the user to select any appropriate mounted filesystem.  When entering a
new package name, retain the selected filesystem.
Comment 1 Jan Zajicek 2001-01-18 10:11:59 UTC
*** Bug 8396 has been marked as a duplicate of this bug. ***
Comment 2 Jan Chalupa 2001-03-12 09:36:11 UTC
Version: 'Dev' -> 3.2
Comment 3 Adam Sotona 2001-03-13 09:14:27 UTC
*** Issue 10206 has been marked as a duplicate of this issue. ***
Comment 4 Jan Chalupa 2001-05-05 20:36:46 UTC
Target milestone -> 3.3
Comment 5 Jan Chalupa 2001-11-27 11:53:51 UTC
Target milestone -> 3.3.1.
Comment 6 Jan Chalupa 2001-11-27 11:57:18 UTC
Target milestone -> 3.3.1.
Comment 7 Jan Chalupa 2002-01-11 14:05:34 UTC
Target milestone -> 3.4
Comment 8 Jan Chalupa 2002-01-11 14:09:00 UTC
Target milestone -> 3.4
Comment 9 Jan Chalupa 2002-01-11 14:09:46 UTC
Target milestone -> 3.4
Comment 10 Jan Chalupa 2002-01-11 14:12:15 UTC
Target milestone -> 3.4
Comment 11 akemr 2002-03-13 08:54:10 UTC
Fixed in trunk.

I changed it to allow set/change filesystem after
typing package name.
Comment 12 Marian Mirilovic 2002-03-22 13:26:50 UTC
verified in [nb_dev](20020322)
Comment 13 Quality Engineering 2003-07-01 16:33:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 14 Quality Engineering 2012-01-06 15:44:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/2eb86f75be9f
User: Jesse Glick <jglick@netbeans.org>
Log: Do not abort with an error in case lastSuccessfulBuild/artifact [1] cannot be found.
That means that if lastSuccessfulBuild ever has no artifacts for some reason, the build is borked.
From end of #8492 console, right before marked as failure:
+ '[' -z http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/ ']'
+ sigtest_prev=/space/workspace/nbms-and-javadoc/nbbuild/build/prevsigtest/snapshot
+ mkdir -p /space/workspace/nbms-and-javadoc/nbbuild/build/prevsigtest/snapshot
+ cd /space/workspace/nbms-and-javadoc/nbbuild/build/prevsigtest/snapshot/..
+ wget 'http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/sigtest/snapshot/*zip*/snapshot.zip'
Warning: wildcards not supported in HTTP.
--12:29:20--  http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/sigtest/snapshot/*zip*/snapshot.zip
Resolving deadlock.netbeans.org... 192.168.131.13
Connecting to deadlock.netbeans.org|192.168.131.13|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
12:29:20 ERROR 404: Not Found.
+ exit 1