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 51413 - External library dirs cannot be in subdirectories
Summary: External library dirs cannot be in subdirectories
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2004-11-11 10:59 UTC by Jaroslav Tulach
Modified: 2004-11-12 09:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
commit log (2.83 KB, text/plain)
2004-11-12 02:11 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2004-11-11 10:59:33 UTC
The external libraries that gets unscrambled maybe
only directly under the module directory according
to the scrambler proposal:

http://nbbuild.netbeans.org/scrambler.html

If they are not the preunscramble phase in
nbbuild/build.xml fails to find them and user is
bothered by the unscrambling dialog in the middle
of build process.

The cases I observed this are:
j2ee/platform/external/j2ee-1_4-fr-spec-license.html
j2ee/sunappsrv8/external/license.txt
Comment 1 Jesse Glick 2004-11-11 21:19:08 UTC
BTW your list of versions for the j2ee component in Issuezilla has
only "current" and "Other". I guess "4.1" (i.e. 4.1 devel trunk) is
missing. Please add it and make sure this issue gets that milestone.
Comment 2 Jesse Glick 2004-11-11 21:19:30 UTC
s/gets that milestone/gets that version/
Comment 3 Pavel Buzek 2004-11-12 02:10:53 UTC
fixed
Comment 4 Pavel Buzek 2004-11-12 02:11:30 UTC
Created attachment 18862 [details]
commit log
Comment 5 Jaroslav Tulach 2004-11-12 09:53:14 UTC
Ok.