Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Mark
Thanks once again.

Regarding the pde list - seems even the forums are bundles ):

Kind Regards

Mark

On 11/02/2008, Alex Blewitt [EMAIL PROTECTED] wrote:

 On Feb 11, 2008 12:57 PM, Mark [EMAIL PROTECTED] wrote:
  Thanks Alex.
 
  Perhaps this is also a possible feature for the PDE team.

 PDE lists bundles in your workspace/runtime, though; it doesn't
 constrain how they get there. The issue is how you get a bundle stored
 in a repo into your workspace such that PDE can see it.

 Anyway, this is the equinox-dev, not pde list :-) Perhaps submitting
 an enhancement request is the best way forward.

 As an aside, you can install bundles using the Bundles view:


 http://neilbartlett.name/blog/2008/02/04/osgi-bundles-view-plug-in-for-eclipse/

 That might do what you want already.

 Alex
 ___
 equinox-dev mailing list
 equinox-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/equinox-dev

___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] [prov] ECF discovery of artifact and metadata repos

2008-02-11 Thread Scott Lewis

Jeff McAffer wrote:
There currently is no support for known repositories.  At least not 
that I know of. :-)  


I created enhancement request

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218534

for this.


___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Alex Blewitt
On Feb 11, 2008 12:57 PM, Mark [EMAIL PROTECTED] wrote:
 Thanks Alex.

 Perhaps this is also a possible feature for the PDE team.

PDE lists bundles in your workspace/runtime, though; it doesn't
constrain how they get there. The issue is how you get a bundle stored
in a repo into your workspace such that PDE can see it.

Anyway, this is the equinox-dev, not pde list :-) Perhaps submitting
an enhancement request is the best way forward.

As an aside, you can install bundles using the Bundles view:

http://neilbartlett.name/blog/2008/02/04/osgi-bundles-view-plug-in-for-eclipse/

That might do what you want already.

Alex
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Mark
Thanks Alex.

Perhaps this is also a possible feature for the PDE team.

On 11/02/2008, Alex Blewitt [EMAIL PROTECTED] wrote:

 On Feb 10, 2008 8:01 PM, Mark [EMAIL PROTECTED] wrote:
 
  I have created a couple of plugins that use maven2 in order to publish
 the
  jar files in the repository.
 
  I would like to be able to reference these budles in a similar manner as
 one
  would reference remote jars.
 
  However so far I have not found a good way to reference remote bundles
 (file
  path/url) when writing a new plugin using eclipse 3.3+
 
  I can add them to the classpath / however the access restrictions are
 not
  enforced.

 I'm pretty sure you could do something like:

 eclipse -console

 and then do

 install http://path/to/repo/foo-1.2.3.jar

 You'd then have the bundle installed (remotely) into your workspace,
 and it would be treated as normal (modulo bugs) by PDE.

 Alex
 ___
 equinox-dev mailing list
 equinox-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/equinox-dev

___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


[equinox-dev] Equinox projects tagged for I-Build

2008-02-11 Thread Thomas Watson

The map file has been updated for the following Bug changes:
+ Bug 218516. [tests] timing issues with security tests. (FIXED)

The following projects have changed:
org.eclipse.osgi.tests

Tom
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Alex Blewitt
On Feb 10, 2008 8:01 PM, Mark [EMAIL PROTECTED] wrote:

 I have created a couple of plugins that use maven2 in order to publish the
 jar files in the repository.

 I would like to be able to reference these budles in a similar manner as one
 would reference remote jars.

 However so far I have not found a good way to reference remote bundles (file
 path/url) when writing a new plugin using eclipse 3.3+

 I can add them to the classpath / however the access restrictions are not
 enforced.

I'm pretty sure you could do something like:

eclipse -console

and then do

install http://path/to/repo/foo-1.2.3.jar

You'd then have the bundle installed (remotely) into your workspace,
and it would be treated as normal (modulo bugs) by PDE.

Alex
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev