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 43101 - Add JAR File field into the Creating JAR panel of Project Properties
Summary: Add JAR File field into the Creating JAR panel of Project Properties
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
: 42186 (view as bug list)
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-05-11 15:52 UTC by jrojcek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (14.66 KB, patch)
2004-05-21 17:47 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2004-05-11 15:52:00 UTC
Add read only field showing the location of JAR File into Project 
Properties dialog.

Also tweak the layout according to the spec.
Comment 1 Petr Hrebejk 2004-05-18 09:31:32 UTC
*** Issue 42186 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Rechtacek 2004-05-21 17:47:57 UTC
Created attachment 15058 [details]
proposed patch
Comment 3 Jiri Rechtacek 2004-05-21 20:16:53 UTC
Checking in src/org/netbeans/modules/java/j2seproject/J2SEProject.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEProject.java,v
 <--  J2SEProject.java
new revision: 1.23; previous revision: 1.22
done
Checking in
src/org/netbeans/modules/java/j2seproject/J2SEProjectUtil.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEProjectUtil.java,v
 <--  J2SEProjectUtil.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form,v
 <--  CustomizerJar.form
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.java,v
 <--  CustomizerJar.java
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualPropertySupport.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualPropertySupport.java,v
 <--  VisualPropertySupport.java
new revision: 1.4; previous revision: 1.3
done
Comment 4 Quality Engineering 2007-09-20 12:25:02 UTC
Reorganization of java component