Bug 17355 - [ExternalTools] Dependancy-added jar files not found
Summary: [ExternalTools] Dependancy-added jar files not found
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: core, ui
Depends on:
Blocks:
 
Reported: 2002-05-23 11:20 EDT by Adam Schlegel CLA
Modified: 2009-08-30 02:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Schlegel CLA 2002-05-23 11:20:49 EDT
This bug is related to bug 17327.

It is possible for a fragment to add a dependancy to a plugin. This occurs when 
a fragment is created that has a <requires> tag in its fragment.xml. 

Jar files that are exported by dependancies that are added via a fragment are 
not listed on the classpath on the External Tools->Ant preferece page.

An example fragment.xml that demonstrates this behaviour is given below. This 
fragment.xml file is designed to add junit.jar to Eclipse Ant's classpath by 
adding the org.junit plugin as a dependancy to org.apache.ant.

<?xml version="1.0" encoding="UTF-8"?>
<fragment
   id="org.eclipse.ant.optional.junit"
   name="Junit Fragment"
   version="1.1.0"
   plugin-id="org.apache.ant"
   plugin-version="1.4.1">
<requires>
   <import plugin="org.junit" optional="true"/>
</requires>
<runtime>
</runtime>
</fragment>
Comment 1 Darin Swanson CLA 2002-10-31 12:56:33 EST
Setting resolution to later.
Comment 2 Darin Swanson CLA 2004-06-28 16:37:14 EDT
No work planned here.
Comment 3 Eclipse Webmaster CLA 2009-08-30 02:32:07 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.