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 256208 - ANT projects return wrong directory from ActionItem.getProjectDirectory()
Summary: ANT projects return wrong directory from ActionItem.getProjectDirectory()
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 256161
  Show dependency tree
 
Reported: 2015-10-27 15:23 UTC by Martin Entlicher
Modified: 2015-10-29 02:23 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 Entlicher 2015-10-27 15:23:27 UTC
BuildExecutionSupport.ActionItem.getProjectDirectory() returns
/tmp/NBTest/var/cache/executor-snippets
for ANT projects that have compile-on-save turned on.
Comment 1 Martin Entlicher 2015-10-27 17:21:16 UTC
Fixed by changeset:   293309:af4c5b786c2b
http://hg.netbeans.org/core-main/rev/af4c5b786c2b
Comment 2 Quality Engineering 2015-10-29 02:23:04 UTC
Integrated into 'main-silver', will be available in build *201510290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/af4c5b786c2b
User: mentlicher@netbeans.org
Log: #256208: Correct getProjectDirectory() for projects with COS turned on.