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 198685 - IllegalArgumentException: nonabsolute basedir passed to resolveFile: \home\vk155633\NetBeansProjects\simple
Summary: IllegalArgumentException: nonabsolute basedir passed to resolveFile: \home\vk...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 19:37 UTC by Vladimir Kvashin
Modified: 2011-05-20 08:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178900


Attachments
stacktrace (4.69 KB, text/plain)
2011-05-17 19:37 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-05-17 19:37:48 UTC
Build: NetBeans IDE Dev (Build 20110512-ef271d628983)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP

User Comments:
vkvashin: Closed full remote project.
then tried to open recently used




Stacktrace: 
java.lang.IllegalArgumentException: nonabsolute basedir passed to resolveFile: \home\vk155633\NetBeansProjects\simple
   at org.netbeans.modules.cnd.makeproject.MakeProjectHelperImpl.resolveFile(MakeProjectHelperImpl.java:251)
   at org.netbeans.modules.cnd.makeproject.MakeProjectHelperImpl.<init>(MakeProjectHelperImpl.java:217)
   at org.netbeans.modules.cnd.makeproject.MakeProjectHelperImpl.create(MakeProjectHelperImpl.java:164)
   at org.netbeans.modules.cnd.makeproject.MakeBasedProjectFactorySingleton.loadProject(MakeBasedProjectFactorySingleton.java:165)
   at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:365)
   at org.netbeans.api.project.ProjectManager.access$300(ProjectManager.java:85)
Comment 1 Vladimir Kvashin 2011-05-17 19:37:53 UTC
Created attachment 108365 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-05-17 21:36:39 UTC
http://hg.netbeans.org/releases/rev/1b155c0868d0

Some refernces to java.io.File still exist in MakeProjectHelperImpl... but this one is fixed.
Comment 3 Quality Engineering 2011-05-20 08:51:44 UTC
Integrated into 'main-golden', will be available in build *201105200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/eaa9716d5e3d
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fix and test for #198685 - IllegalArgumentException: nonabsolute basedir
(transplanted from 1b155c0868d0cef135f19284c9b53a99f66d7ca4)