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 10043 - ToJar does not work with absolut srcdir path.
Summary: ToJar does not work with absolut srcdir path.
Status: RESOLVED DUPLICATE of bug 10042
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-07 13:57 UTC by _ lkramolis
Modified: 2002-07-19 15:23 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 _ lkramolis 2001-03-07 13:57:44 UTC
Problem is in ToJar.java:57, where is created file start (File start = new File
(base, srcdir);). This works only when srcdir is relative path.

I tried it only on linux, but this should not work on any OS.

Example: try to build close source java module with absolut path of nbroot and
f4jroot properties. There will be this error:
/cvs/cs/main/java/build.xml:66: /cvs/cs/main/java/cvs/os/main/java/src not found.
Comment 1 _ lkramolis 2001-03-07 14:11:00 UTC
Sorry for duplication. It was problems with web form.

*** This issue has been marked as a duplicate of 10042 ***