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

Summary: [40cat] ${project.dir} in paths causing other errors
Product: projects Reporter: jasondonmoyer <jasondonmoyer>
Component: AntAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42682    

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).