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 269415 - "Duplicated project name in import" when building netbeans.org modules
Summary: "Duplicated project name in import" when building netbeans.org modules
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 22:09 UTC by twifty
Modified: 2016-12-22 22:09 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 twifty 2016-12-22 22:09:46 UTC
As the title states, when configuring a library wrapper project to compile from source one of the internal netbeans.org modules, "Duplicated project name in import" is spit out.

The problem stems from the module using the build scripts in nbbuild, and the project using the script in netbeans/harness. Trying to force the project to also use nbbuild fails because 1. the project name is not the same as the directory and 2. cannot be renamed because project does not reside in the usual path for netbeans.org modules.

Renaming the scripts would probably be a huge BC nightmare. How about including a "build-impl.xml" file in the nbbuild module, so standalone projects can be built using the same imported scripts as those for netbeans.org modules?