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 47785 - [freeform] Wizard - classpath libraries are forgotten
Summary: [freeform] Wizard - classpath libraries are forgotten
Status: CLOSED FIXED
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-24 12:39 UTC by zikmund
Modified: 2006-03-24 09:49 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 zikmund 2004-08-24 12:39:53 UTC
Build 200408231800

1) Invoke wizard Java Project with Existing Ant Script
2) Go to 5th page "Classpath"
3) Add a JAR/folder to classpath
4) Finish
5) project's Properties | Classpath
6) ERROR
It's empty, everything was forgotten.
Comment 1 David Konecny 2004-08-24 14:31:12 UTC
Ahh, silly. Sorry for this. I had to broke it last week while fixing
there something else.

Fixed in:
src/org/netbeans/modules/ant/freeform/ui/ClasspathPanel.java
new revision: 1.16; previous revision: 1.15
Comment 2 zikmund 2004-08-26 14:09:24 UTC
Verified.