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 117685

Summary: Path to build.xml is hard-coded for Ant shortcuts
Product: projects Reporter: sangudo <sangudo>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description sangudo 2007-10-03 18:19:15 UTC
If a project moves to a different directory, the ant shortcuts
break with: "old/path/to/build.xml no such file or directory".  I.e.,
it appears the path to build.xml is hard-coded.
Comment 1 Jesse Glick 2007-10-03 18:29:43 UTC
Yes; the shortcuts are just stored in your user directory, not as part of the project. In the future I have considered
using a quite different implementation that would keep the shortcut information in the project, in which case the Ant
module would check open projects for any configured shortcuts. This would among other things permit use of relative paths.
Comment 2 Jesse Glick 2008-12-10 00:39:51 UTC
Later.
Comment 3 Quality Engineering 2009-11-02 11:02:13 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX