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 250101 - java.io.FileNotFoundException: /Users/imad/dev/android-sdk-macosx/tools/lib/build.template (No such file or directory)
Summary: java.io.FileNotFoundException: /Users/imad/dev/android-sdk-macosx/tools/lib/b...
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-29 17:58 UTC by imadbougataya
Modified: 2015-06-03 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215084


Attachments
stacktrace (3.99 KB, text/plain)
2015-01-29 17:58 UTC, imadbougataya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description imadbougataya 2015-01-29 17:58:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
imadbougataya: android




Stacktrace: 
java.io.FileNotFoundException: /Users/imad/dev/android-sdk-macosx/tools/lib/build.template (No such file or directory)
   at java.io.FileInputStream.open(FileInputStream.java:0)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:93)
   at java.io.FileReader.<init>(FileReader.java:58)
   at com.android.sdklib.internal.project.ProjectCreator.installFullPathTemplate(ProjectCreator.java:1372)
   at com.android.sdklib.internal.project.ProjectCreator.installTemplate(ProjectCreator.java:1352)
Comment 1 imadbougataya 2015-01-29 17:58:20 UTC
Created attachment 151733 [details]
stacktrace
Comment 2 Tomas Stupka 2015-06-03 15:13:43 UTC
> at com.android.sdklib.internal.project.ProjectCreator.installFullPathTemplate(ProjectCreator.java:1372)
third party code. Not much we can do about it in NetBeans. Please report the issue against whoever provides it