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

Summary: Add JAR File field into the Creating JAR panel of Project Properties
Product: java Reporter: jrojcek <jrojcek>
Component: UnsupportedAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://projects.netbeans.org/nonav/buildsys/j2se-project-ui-spec.html#Build_Creating_JAR
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    
Attachments: proposed patch

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