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 43533

Summary: Cannot build library project
Product: projects Reporter: Milan Kubec <mkubec>
Component: Generic InfrastructureAssignee: David Konecny <dkonecny>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

Description Milan Kubec 2004-05-19 11:32:22 UTC
[dev-200405182245]
I created j2selibrary and some class in it. When I
wanted to build the project and I got following error:

do-jar:
/usr/local/space/work/Projects/TestLib/nbproject/build-impl.xml:220:
Manifest file:
/usr/local/space/work/Projects/TestLib/manifest.mf
does not exist.
BUILD FAILED (total time: 0 seconds)
Comment 1 David Konecny 2004-05-19 12:50:46 UTC
Sorry, I had feeling I was testing it but apparently I did not.

Fixed in:
src/org/netbeans/modules/java/j2seproject/ui/wizards/NewJ2SEProjectWizardIterator.java;
new revision: 1.12; previous revision: 1.11
Comment 2 Milan Kubec 2004-05-20 09:35:11 UTC
Please integrate fix into QBE20040518224 branch. Thanks.
Comment 3 Milan Kubec 2004-05-24 09:07:37 UTC
The name of the branch is actually QBE200405182245.
Comment 4 David Konecny 2004-05-24 16:26:13 UTC
Integrated to qbuild branch:
src/org/netbeans/modules/java/j2seproject/ui/wizards/NewJ2SEProjectWizardIterator.java;
new revision: 1.11.4.1; previous revision: 1.11
Comment 5 Milan Kubec 2004-06-23 09:36:26 UTC
Verified in dev-200406230100.