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

Summary: ToJar does not work with absolut srcdir path.
Product: www Reporter: _ lkramolis <lkramolis>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***