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 208682 - IllegalArgumentException: Parameter must be a valid folder.
Summary: IllegalArgumentException: Parameter must be a valid folder.
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.1.1
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 08:31 UTC by Tomas Danek
Modified: 2015-02-04 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185241


Attachments
stacktrace (1.42 KB, text/plain)
2012-02-21 08:31 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2012-02-21 08:31:28 UTC
Build: NetBeans IDE 7.1.1 RC1 (Build 201202132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b14, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b11
OS: Mac OS X

User Comments:
musilt2: manually typed path for creating mvn project; correct value should be checked by wizard




Stacktrace: 
java.lang.IllegalArgumentException: Parameter must be a valid folder.
   at org.netbeans.spi.project.ui.support.ProjectChooser.setProjectsFolder(ProjectChooser.java:76)
   at org.netbeans.modules.maven.newproject.ArchetypeWizardUtils.createFromArchetype(ArchetypeWizardUtils.java:226)
   at org.netbeans.modules.maven.api.archetype.ArchetypeWizards.createFromArchetype(ArchetypeWizards.java:82)
   at org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:158)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1048)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:617)
Comment 1 Tomas Danek 2012-02-21 08:31:32 UTC
Created attachment 115975 [details]
stacktrace
Comment 2 Tomas Danek 2012-02-21 08:40:01 UTC
can be considered as P4.
Comment 3 Jesse Glick 2012-02-21 18:27:57 UTC
What exactly did you do to reproduce this?
Comment 4 Tomas Danek 2012-02-21 22:05:41 UTC
i think i tried to generate mvn project to /dev/null :-)
Comment 5 Quality Engineering 2015-02-04 03:34:37 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.