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 168981 - A dialog for creating a NB project shown incorrectly for new Kenai project
Summary: A dialog for creating a NB project shown incorrectly for new Kenai project
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 16:08 UTC by Petr Dvorak
Modified: 2009-11-10 03:34 UTC (History)
3 users (show)

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 Petr Dvorak 2009-07-22 16:08:19 UTC
NB: 6.7.1 FCS (200907212301)
OS: Ubuntu 9.04
JDK: 1.6.0_13

(testkenai)
 
1. Invoke Team>Kenai>New Kenai Project
2. Fill in the first step of the wizard
3. Select Hg and Jira in the second step
4. Press Finish 
-> after a while a dialog is shown, this dialog is then immediately hidden and another dialog is opened

This is a confusing regression...
Comment 1 Petr Dvorak 2009-07-22 16:09:06 UTC
Jaro, can you reproduce this?
Comment 2 Petr Dvorak 2009-07-22 16:24:57 UTC
OK, the issue is in 6.7 too => not a patch regression...
Comment 3 Milan Kubec 2009-07-24 09:36:19 UTC
Needs comment from Tomas Stupka. When checking out SVN repo after creating it, it's possible to specify that the
operation won't scan for subprojects, but it's not possible to specify the same after cloning Hg repo. Do I assume
correctly that after Hg clone it scans for NB projects automatically?
Comment 4 Tomas Stupka 2009-08-03 09:31:58 UTC
> Do I assume correctly that after Hg clone it scans for NB projects automatically
unfortunately - yes. should be fixed on hg side...
Comment 5 Ondrej Vrabec 2009-08-04 08:09:23 UTC
fixing the hg part - cdev #51fefa3c3bed
scanForProjects argument added to cloneRepository methods, please call these methods instead of the previous ones. True
enables the scan, false disables it.

Reassigning back to kenai/projects to finish (just add false parameter to NewKenaiProject... and true to
GetSourcesFromKenai...)
Comment 6 Quality Engineering 2009-08-04 17:50:20 UTC
Integrated into 'main-golden', will be available in build *200908041401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/51fefa3c3bed
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #168981 - A dialog for creating a NB project shown incorrectly for new Kenai project
scanForProject argument added to cloneRepository methods, enabling a caller to specify if a scan for projects shall be started after the clone finishes
Comment 7 Jan Becicka 2009-10-29 14:11:42 UTC
fixed in cdev
Comment 8 Quality Engineering 2009-10-30 11:04:39 UTC
Integrated into 'main-golden', will be available in build *200910300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a6d753492eaf
User: Jan Becicka <jbecicka@netbeans.org>
Log: #168981: A dialog for creating a NB project shown incorrectly for new Kenai project