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 45179 - Support impl deps in projectized.xml
Summary: Support impl deps in projectized.xml
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 52693 55846 (view as bug list)
Depends on:
Blocks: 17040 42680 53826
  Show dependency tree
 
Reported: 2004-06-18 15:06 UTC by Jesse Glick
Modified: 2005-09-05 10:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Commit log (60.50 KB, text/plain)
2005-04-09 17:17 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-18 15:06:16 UTC
Annoying and error-prone to have to override the
jar target just to use impl deps. Should be able
to put in project.xml e.g.

<dependency>
  <build-p.../>
  <comp.../>
  <run-dependency>
    <rel-vers>1</>
    <impl-dep>${whatever.prop}</>
  </>
</>

and define whatever.prop in project.properties (or
override init target to load some definitions file
which will define it).
Comment 1 Jesse Glick 2004-12-20 19:04:21 UTC
*** Issue 52693 has been marked as a duplicate of this issue. ***
Comment 2 Jesse Glick 2005-03-10 16:56:01 UTC
*** Issue 55846 has been marked as a duplicate of this issue. ***
Comment 3 Jesse Glick 2005-04-01 16:42:03 UTC
A temporary hack was added in #54188, which will probably need to be reverted or
rethought - TBD.
Comment 4 Jesse Glick 2005-04-08 15:36:16 UTC
In progress.
Comment 5 Jesse Glick 2005-04-09 17:16:42 UTC
Fixed in the trunk.
Comment 6 Jesse Glick 2005-04-09 17:17:20 UTC
Created attachment 21513 [details]
Commit log