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 - Cannot build library project
Summary: Cannot build library project
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-19 11:32 UTC by Milan Kubec
Modified: 2006-03-24 10:22 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 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.