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 47744 - [40cat] ${project.dir} in paths causing other errors
Summary: [40cat] ${project.dir} in paths causing other errors
Status: RESOLVED DUPLICATE of bug 47386
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-08-23 21:27 UTC by jasondonmoyer
Modified: 2004-08-25 00:21 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 jasondonmoyer 2004-08-23 21:27:43 UTC
[ JDK VERSION : J2SE 1.4.2_05 ]

I create a project from an existing ant script using the wizard.  I noticed after creating the project successfully, and opening the 'Project Properties' dialog that many of the paths which had shown up had ${project.dir} substituted in the middle of all of the paths (i.e. C:\dev\Insight\Manager\${project.dir}\web  The correct path should have been C:\dev\Insight\Manager\web)

Any time I close the dialog, I get a NPE.  Also, I believe that other errors which occur are related (see issue 47740 for instance)

I'm unable to delete or change (via typing or browsing) these paths so they are correct.
Comment 1 Jesse Glick 2004-08-23 22:02:56 UTC
Likely duplicate of something already fixed.

Reporter, what build are you using? The beta, or a nightly?
Comment 2 jasondonmoyer 2004-08-23 22:13:33 UTC
I'm currently using the beta
Comment 3 Milan Kubec 2004-08-24 09:29:37 UTC
Seems to be dupe of #47386.
Comment 4 David Konecny 2004-08-24 09:30:14 UTC
Yes, this was already fixed, but did not get into Beta1.

*** This issue has been marked as a duplicate of 47386 ***
Comment 5 Jesse Glick 2004-08-25 00:21:07 UTC
Note to reporter: you can always edit project.xml manually to
fine-tune your project configuration. It is designed for manual
editing (in fact the GUI only exposes a portion of its abilities).