Re: [equinox-dev] Building against specific EEs

2008-02-21 Thread DJ Houghton
> Ok, I have a few ... I'm not familiar with the background, so I'm
> not sure if I need to know or not. :)
>
> > eRCP XML bundles
>
> What are these?
> Can the ones in Orbit work? Such as javax.xml_1.3.4
>

Yes, I believe we could use this bundle as well. (or Xerces, etc) We just
need the XML APIs to compile against.

> > Note that this will require people to have the XML APIs available in
their
> > workspace if they are set up with exact match VMs.
>
> What's exact match mean? You mean lower than 1.4 or Java 5 VMs?
>
> > We will adjust the project set files to load
> > Xerces or the bundles from eRCP, accordingly.
>
> According to what? And, are you saying never from the VM?
>

If you add a Foundation VM to your list of installed JREs and it is
correctly identified as an exact match to that profile, then you will not
get (for instance) the XML APIs for free (from the VM) so you need you have
another bundle in your workspace which can provide them.

If you don't have a lower profile (like Foundation) VM installed, then you
will not be effected because 1.4/1.5/1.6 VMs are considered to be
compatible and your bundles will still resolve and function correctly.

Here is a (probably a little out-dated) wiki page that we put together with
a bit more info on EEs and setting things up.

http://wiki.eclipse.org/Execution_Environments


>
> From:
>
> DJ Houghton <[EMAIL PROTECTED]>
>
> To:
>
> equinox-dev@eclipse.org
>
> Date:
>
> 02/20/2008 05:30 PM
>
> Subject:
>
> [equinox-dev] Building against specific EEs
>
>
>
>
>
>
> As mentioned in the Equinox call earlier this week, I am investigating
the
> EE situation with our bundles and how it relates to the build. Kim and I
> discussed this today and we will move forward by:
>
> - Kim ensuring that VMs for the appropriate profiles are available in the
> build (in the process of aquiring Foundation 1.1)
> - downloading the eRCP XML bundles and put them in a spot so PDE/Build
> knows to take them into account when compiling
> - running a test build with one of our "requires XML" bundles changed to
> have the correct order for the EE
>
> If everything is ok, then we will recommend that the order of EEs in the
> bundle manifests be changed to reflect the true order.
>
> Note that this will require people to have the XML APIs available in
their
> workspace if they are set up with exact match VMs. We will adjust the
> project set files to load Xerces or the bundles from eRCP, accordingly.
>
> Please direct question or comments to this list.
>
> Thanks.
>
>
> ___
> 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 mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Building against specific EEs

2008-02-21 Thread Mark Rogalski
eRCP XML bundles, also known as "microXML" are in the Eclipse embedded 
Rich Client Platform project (www.eclipse.org/ercp).
The two bundles provide full DOM Level 2, SAX 2.0 and JAXP 1.0 support in 
about 100k. Part of the reason for the small size is that the parser is 
non-validating.
You can check out the two projects from CVS or get pre-built bundles from 
an eRCP runtime.

Mark




David M Williams/Raleigh/[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
02/20/2008 05:19 PM
Please respond to
Equinox development mailing list 


To
Equinox development mailing list 
cc

Subject
Re: [equinox-dev] Building against specific EEs







> Please direct question or comments to this list.

Ok, I have a few ... I'm not familiar with the background, so I'm not sure 
if I need to know or not. :) 

> eRCP XML bundles 

What are these? 
Can the ones in Orbit work? Such as javax.xml_1.3.4 


> Note that this will require people to have the XML APIs available in 
their
> workspace if they are set up with exact match VMs. 

What's exact match mean? You mean lower than 1.4 or Java 5 VMs? 

> We will adjust the project set files to load 
> Xerces or the bundles from eRCP, accordingly. 

According to what? And, are you saying never from the VM? 





From: 
DJ Houghton <[EMAIL PROTECTED]> 
To: 
equinox-dev@eclipse.org 
Date: 
02/20/2008 05:30 PM 
Subject: 
[equinox-dev] Building against specific EEs





As mentioned in the Equinox call earlier this week, I am investigating the
EE situation with our bundles and how it relates to the build. Kim and I
discussed this today and we will move forward by:

- Kim ensuring that VMs for the appropriate profiles are available in the
build (in the process of aquiring Foundation 1.1)
- downloading the eRCP XML bundles and put them in a spot so PDE/Build
knows to take them into account when compiling
- running a test build with one of our "requires XML" bundles changed to
have the correct order for the EE

If everything is ok, then we will recommend that the order of EEs in the
bundle manifests be changed to reflect the true order.

Note that this will require people to have the XML APIs available in their
workspace if they are set up with exact match VMs. We will adjust the
project set files to load Xerces or the bundles from eRCP, accordingly.

Please direct question or comments to this list.

Thanks.


___
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 mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Building against specific EEs

2008-02-20 Thread David M Williams
> Please direct question or comments to this list.

Ok, I have a few ... I'm not familiar with the background, so I'm not sure 
if I need to know or not. :) 

> eRCP XML bundles

What are these? 
Can the ones in Orbit work? Such as javax.xml_1.3.4 


> Note that this will require people to have the XML APIs available in 
their
> workspace if they are set up with exact match VMs.

What's exact match mean? You mean lower than 1.4 or Java 5 VMs? 

> We will adjust the project set files to load 
> Xerces or the bundles from eRCP, accordingly.

According to what? And, are you saying never from the VM? 






From:
DJ Houghton <[EMAIL PROTECTED]>
To:
equinox-dev@eclipse.org
Date:
02/20/2008 05:30 PM
Subject:
[equinox-dev] Building against specific EEs




As mentioned in the Equinox call earlier this week, I am investigating the
EE situation with our bundles and how it relates to the build. Kim and I
discussed this today and we will move forward by:

- Kim ensuring that VMs for the appropriate profiles are available in the
build (in the process of aquiring Foundation 1.1)
- downloading the eRCP XML bundles and put them in a spot so PDE/Build
knows to take them into account when compiling
- running a test build with one of our "requires XML" bundles changed to
have the correct order for the EE

If everything is ok, then we will recommend that the order of EEs in the
bundle manifests be changed to reflect the true order.

Note that this will require people to have the XML APIs available in their
workspace if they are set up with exact match VMs. We will adjust the
project set files to load Xerces or the bundles from eRCP, accordingly.

Please direct question or comments to this list.

Thanks.


___
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] Building against specific EEs

2008-02-20 Thread DJ Houghton

As mentioned in the Equinox call earlier this week, I am investigating the
EE situation with our bundles and how it relates to the build. Kim and I
discussed this today and we will move forward by:

- Kim ensuring that VMs for the appropriate profiles are available in the
build (in the process of aquiring Foundation 1.1)
- downloading the eRCP XML bundles and put them in a spot so PDE/Build
knows to take them into account when compiling
- running a test build with one of our "requires XML" bundles changed to
have the correct order for the EE

If everything is ok, then we will recommend that the order of EEs in the
bundle manifests be changed to reflect the true order.

Note that this will require people to have the XML APIs available in their
workspace if they are set up with exact match VMs. We will adjust the
project set files to load Xerces or the bundles from eRCP, accordingly.

Please direct question or comments to this list.

Thanks.


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