Note that there are some explanatory texts on larger screens.

plurals
  1. USMichael
    primarykey
    data
    text
    plurals
    1. COThanks for the follow-up Konstantin! The bundles currently have this property set in the MANIFEST.MF file so that is already set. I assumed by providing the default values of 1.5 for both the javacSource and javacTarget would cover any bundles that might have this property changed or not supplied (e.g., future bundles). As far as setting the JavaSE-1.6 property, does this tell PDE to use the Java JDK/JRE 1.6 distribution? My utlimate goal is to have 1.6 be used when more than one version of the JRE/JDK exists on the same machine. Would this be controlled only by the JAVA_HOME variable?
      singulars
    2. COThanks Paul for your reply. The baseLocation value is pointing to a valid eclipse 3.4.2 installation and is actually stored in SVN for automated build purposes. When attempting to prepare the build environment, this version of eclipse is obtained from SVN and parked in the `${buildDirectory}/target/eclipse` sub-folder.
      singulars
    3. COBefore answering, does the new library serve as a replacement for the older library or is the new library another "component" that provides different / newer functionality? If the newer library is just an updated version of the older library, then you should only need the newer library (assuming all dependent applications are aware of the change (i.g., static vs. dynamic builds)). If the new library is additional new / different functionality to be included in the application, then both libraries would be included. Just logically separate out components into corresponding libraries.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload