Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » Package dependencies
Package dependencies [message #971] Mon, 09 February 2009 18:29 Go to next message
Chris Ring is currently offline Chris RingFriend
Messages: 16
Registered: July 2009
Location: Santa Barbara, CA
Junior Member
Is there a tool I can point at a released package and find out what
dependencies (both other packages and their compat keys) are required to
integrate that package?

Chris
Re: Package dependencies [message #1030 is a reply to message #971] Tue, 10 February 2009 15:42 Go to previous message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
Chris Ring wrote:
> Is there a tool I can point at a released package and find out what
> dependencies (both other packages and their compat keys) are required to
> integrate that package?
>
> Chris
>
Unfortunately no. This is related to another tool that I'd like to see:
a tool that allows one to review the dependencies of a package
_before_ it's released. Perhaps a variant/option of the xdc.tools.check
tool?

However, all the information is maintained in a single XML file named
../package/package.rel.xml. This file conforms to a schema (DTD
actually) that is part of the xdc.bld package: xdc/bld/release.dtd.

In addition, after running "xdc release" to produce a package archive, a
file named ./package/package.ext.xml _also_ contains this information.
The package.ext.xml also conforms to the release.dtd and contains all
external references.

So ... no tool :( But there is an XML file that's easily read/processed.
Previous Topic:Incompatibility xdc.corevers warning when building application
Next Topic:private attributes in Build.platformTable
Goto Forum:
  


Current Time: Fri Apr 26 09:11:15 GMT 2024

Powered by FUDForum. Page generated in 0.03374 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top