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 184764 - Adding new dep changes all compile only deps to runtime deps
Summary: Adding new dep changes all compile only deps to runtime deps
Status: RESOLVED DUPLICATE of bug 180717
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 16:35 UTC by Jaroslav Tulach
Modified: 2010-04-22 18:24 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 Jaroslav Tulach 2010-04-22 16:35:09 UTC
There is a org.nb.test module in my project, it contains bunch of compile only dependencies:

            <module-dependencies>
                <dependency>
                    <code-name-base>javatools</code-name-base>
                    <build-prerequisite/>
                    <compile-dependency/>
                </dependency>
                <dependency>
                    <code-name-base>javax_ide</code-name-base>
                    <build-prerequisite/>
                    <compile-dependency/>
                </dependency>

I used the Properties/Libraries/Add Dependency to add new library, but the system changed all the above dependencies to also require:

                    <run-dependency>
                        <specification-version>11.1.1</specification-version>
                    </run-dependency>

I can provide more info via email.
Comment 1 Jesse Glick 2010-04-22 18:24:36 UTC

*** This bug has been marked as a duplicate of bug 180717 ***