<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting started with PDE Build</title>
	<atom:link href="http://www.modumind.com/2007/06/06/getting-started-with-pde-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:37:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-47823</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 23 Dec 2011 01:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-47823</guid>
		<description>Hi John,

I&#039;m glad the example worked for you. As for the missing bundles, they need to be:

1. Included in your product configuration, either as individual plugins or as part of a feature. Feel free to create your own feature to reference the missing plugins if you like.

2. Included in your target platform for the build. This is the directory referenced by the &quot;baseLocation&quot; property in the build.properties file.

Hope this helps,

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;m glad the example worked for you. As for the missing bundles, they need to be:</p>
<p>1. Included in your product configuration, either as individual plugins or as part of a feature. Feel free to create your own feature to reference the missing plugins if you like.</p>
<p>2. Included in your target platform for the build. This is the directory referenced by the &#8220;baseLocation&#8221; property in the build.properties file.</p>
<p>Hope this helps,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-47813</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 23 Dec 2011 00:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-47813</guid>
		<description>Hi Patrick,

I have ported your sample of helloeworld into eclipse 3.7, and it works perfect.

Now I have my own plugs and feature, I was able to build but got some errors as below when I tried to run the executable:
!ENTRY org.eclipse.osgi 2 0 2011-12-22 15:35:33.343
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 15:35:33.343
!MESSAGE Bundle reference:file:plugins/com.john.trace_2.3.5.201112221201.jar was not resolved.
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343
!MESSAGE Missing required bundle org.eclipse.ui.console_0.0.0.
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343
!MESSAGE Missing required bundle org.eclipse.ui.views_0.0.0.
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.

where com.john.trace is my own plugin. I am sure that the feature and plugin included all these plugins as dependencies complained here.

How can I let PDE build to grab these non-RCP plugins?

I appreciate if you can shed the light.

Thanks,

John</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I have ported your sample of helloeworld into eclipse 3.7, and it works perfect.</p>
<p>Now I have my own plugs and feature, I was able to build but got some errors as below when I tried to run the executable:<br />
!ENTRY org.eclipse.osgi 2 0 2011-12-22 15:35:33.343<br />
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:<br />
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Bundle reference:file:plugins/com.john.trace_2.3.5.201112221201.jar was not resolved.<br />
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Missing required bundle org.eclipse.ui.console_0.0.0.<br />
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.<br />
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.<br />
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Missing required bundle org.eclipse.ui.views_0.0.0.<br />
!SUBENTRY 2 com.john.trace_2 0 2011-12-22 15:35:33.343<br />
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.</p>
<p>where com.john.trace is my own plugin. I am sure that the feature and plugin included all these plugins as dependencies complained here.</p>
<p>How can I let PDE build to grab these non-RCP plugins?</p>
<p>I appreciate if you can shed the light.</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-35671</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 05 Oct 2011 17:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-35671</guid>
		<description>Hi Simon,

Not the kind of record I really want to be setting :-)

I completely agree that PDE Build is overly complicated and should be avoided at all costs. I advise all of my current clients that Maven Tycho is the way to go. I&#039;ve set up a number of non-trivial builds with Maven Tycho and the process has been much smoother.

Regards,

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Not the kind of record I really want to be setting :-)</p>
<p>I completely agree that PDE Build is overly complicated and should be avoided at all costs. I advise all of my current clients that Maven Tycho is the way to go. I&#8217;ve set up a number of non-trivial builds with Maven Tycho and the process has been much smoother.</p>
<p>Regards,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Clarkson</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-35664</link>
		<dc:creator>Simon Clarkson</dc:creator>
		<pubDate>Wed, 05 Oct 2011 16:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-35664</guid>
		<description>It is quite extraordinary that a blog that was posted more than four years ago is still gaining comments.  The reason for this near record is the infamously convoluted process by which PDE generates products and other exports.  It is really quite extraordinary all the steps that it goes through, the files it generates on disk, the temporary features, property files and other stuff that it generates along the way, the Ant processes and the XML generation.  And at the end of all this unbelievable complexity the Java code that actually produces the product is quite simple.  It really is about time that PDE be restructured to remove all these contortions and to operate through a well thought out Java API.</description>
		<content:encoded><![CDATA[<p>It is quite extraordinary that a blog that was posted more than four years ago is still gaining comments.  The reason for this near record is the infamously convoluted process by which PDE generates products and other exports.  It is really quite extraordinary all the steps that it goes through, the files it generates on disk, the temporary features, property files and other stuff that it generates along the way, the Ant processes and the XML generation.  And at the end of all this unbelievable complexity the Java code that actually produces the product is quite simple.  It really is about time that PDE be restructured to remove all these contortions and to operate through a well thought out Java API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-32765</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 07 Sep 2011 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-32765</guid>
		<description>Hi Anand, 

It looks like there are two bundles that are missing:

org.eclipse.ant.core
org.eclipse.core.filesystem

The Ant bundle is optional so I would check that the filesystem bundle is in your target platform. If it is and you&#039;re still getting the error, let me know and we can dig into this further.</description>
		<content:encoded><![CDATA[<p>Hi Anand, </p>
<p>It looks like there are two bundles that are missing:</p>
<p>org.eclipse.ant.core<br />
org.eclipse.core.filesystem</p>
<p>The Ant bundle is optional so I would check that the filesystem bundle is in your target platform. If it is and you&#8217;re still getting the error, let me know and we can dig into this further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-32739</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Wed, 07 Sep 2011 07:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-32739</guid>
		<description>Hi Patrick,

Thx for the response. 

Attaching below the complete log for reference.

clean:
   [delete] Deleting directory C:\Documents and Settings\y.anand\eclipse.build.hello
init:
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello\plugins
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello\features
     [copy] Copying 28 files to C:\Documents and Settings\y.anand\eclipse.build.hello\plugins
     [copy] Copying 3 files to C:\Documents and Settings\y.anand\eclipse.build.hello\features
pde-build:
     [java] Buildfile: D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/productBuild.xml
     [java] main:
     [java] preBuild:
     [java] preSetup:
     [java] checkLocalMaps:
     [java] getMapFiles:
     [java] postSetup:
     [java] checkLocalBase:
     [java] [available] DEPRECATED -  used to override an existing property.
     [java] [available]   Build file should not reuse the same property name for different values.
     [java] getBaseComponents:
     [java] processRepos:
     [java] preProcessRepos:
     [java] allElements:
     [java] allElementsDelegator:
     [java] transformRepos:
     [java] [p2.repo2runnable] WARNING: Port 9278 already in use. This instance of R-OSGi is running on port 9279
     [java] [p2.repo2runnable] ZooDiscovery&gt; Discovery Service Activated. Sep 7, 2011 12:56:29 PM. 
     [java] postProcessRepos:
     [java] generateFeature:
     [java] fetch:
     [java] generateFeature:
     [java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
     [java] [eclipse.generateFeature] Bundle org.eclipse.core.filesystem.win32.x86:
     [java] [eclipse.generateFeature] Bundle org.eclipse.equinox.launcher.win32.win32.x86:
     [java] [eclipse.generateFeature] Bundle org.eclipse.swt.win32.win32.x86:
     [java] generate:
     [java] preGenerate:
     [java] allElements:
     [java] allElementsDelegator:
     [java] init:
     [java] generateScript:
     [java] [eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
     [java] [eclipse.buildScript] Bundle com.modumind.helloworld:
     [java] [eclipse.buildScript] 	Missing required plug-in org.eclipse.ant.core_0.0.0.
     [java] [eclipse.buildScript] Bundle org.eclipse.core.resources:
     [java] [eclipse.buildScript] 	Optional plug-in org.eclipse.ant.core_[3.1.0,4.0.0) is not available.
     [java] [eclipse.buildScript] 	Missing required plug-in org.eclipse.core.filesystem_[1.1.0,2.0.0).
     [java] [eclipse.buildScript] Bundle org.eclipse.equinox.launcher.win32.win32.x86:
     [java] BUILD FAILED
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\productBuild\productBuild.xml:42: The following error occurred while executing this line:
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\build.xml:91: The following error occurred while executing this line:
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\templates\headless-build\customTargets.xml:12: The following error occurred while executing this line:
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\productBuild\allElements.xml:20: The following error occurred while executing this line:
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\genericTargets.xml:107: Processing inclusion from feature com.modumind.helloworld.feature: Bundle com.modumind.helloworld_1.0.0 failed to resolve.:
     [java] 	Missing required plug-in org.eclipse.ant.core_0.0.0.
     [java] Total time: 3 minutes 22 seconds
     [java] ZooDiscovery&gt; Discovery Service Deactivated.Sep 7, 2011 12:59:52 PM. 
     [java] An error has occurred. See the log file</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Thx for the response. </p>
<p>Attaching below the complete log for reference.</p>
<p>clean:<br />
   [delete] Deleting directory C:\Documents and Settings\y.anand\eclipse.build.hello<br />
init:<br />
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello<br />
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello\plugins<br />
    [mkdir] Created dir: C:\Documents and Settings\y.anand\eclipse.build.hello\features<br />
     [copy] Copying 28 files to C:\Documents and Settings\y.anand\eclipse.build.hello\plugins<br />
     [copy] Copying 3 files to C:\Documents and Settings\y.anand\eclipse.build.hello\features<br />
pde-build:<br />
     [java] Buildfile: D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/productBuild.xml<br />
     [java] main:<br />
     [java] preBuild:<br />
     [java] preSetup:<br />
     [java] checkLocalMaps:<br />
     [java] getMapFiles:<br />
     [java] postSetup:<br />
     [java] checkLocalBase:<br />
     [java] [available] DEPRECATED &#8211;  used to override an existing property.<br />
     [java] [available]   Build file should not reuse the same property name for different values.<br />
     [java] getBaseComponents:<br />
     [java] processRepos:<br />
     [java] preProcessRepos:<br />
     [java] allElements:<br />
     [java] allElementsDelegator:<br />
     [java] transformRepos:<br />
     [java] [p2.repo2runnable] WARNING: Port 9278 already in use. This instance of R-OSGi is running on port 9279<br />
     [java] [p2.repo2runnable] ZooDiscovery&gt; Discovery Service Activated. Sep 7, 2011 12:56:29 PM.<br />
     [java] postProcessRepos:<br />
     [java] generateFeature:<br />
     [java] fetch:<br />
     [java] generateFeature:<br />
     [java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.<br />
     [java] [eclipse.generateFeature] Bundle org.eclipse.core.filesystem.win32.x86:<br />
     [java] [eclipse.generateFeature] Bundle org.eclipse.equinox.launcher.win32.win32.x86:<br />
     [java] [eclipse.generateFeature] Bundle org.eclipse.swt.win32.win32.x86:<br />
     [java] generate:<br />
     [java] preGenerate:<br />
     [java] allElements:<br />
     [java] allElementsDelegator:<br />
     [java] init:<br />
     [java] generateScript:<br />
     [java] [eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.<br />
     [java] [eclipse.buildScript] Bundle com.modumind.helloworld:<br />
     [java] [eclipse.buildScript] 	Missing required plug-in org.eclipse.ant.core_0.0.0.<br />
     [java] [eclipse.buildScript] Bundle org.eclipse.core.resources:<br />
     [java] [eclipse.buildScript] 	Optional plug-in org.eclipse.ant.core_[3.1.0,4.0.0) is not available.<br />
     [java] [eclipse.buildScript] 	Missing required plug-in org.eclipse.core.filesystem_[1.1.0,2.0.0).<br />
     [java] [eclipse.buildScript] Bundle org.eclipse.equinox.launcher.win32.win32.x86:<br />
     [java] BUILD FAILED<br />
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\productBuild\productBuild.xml:42: The following error occurred while executing this line:<br />
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\build.xml:91: The following error occurred while executing this line:<br />
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\templates\headless-build\customTargets.xml:12: The following error occurred while executing this line:<br />
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\productBuild\allElements.xml:20: The following error occurred while executing this line:<br />
     [java] D:\Anand\Eclipse 3.6_SR1\eclipse\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\genericTargets.xml:107: Processing inclusion from feature com.modumind.helloworld.feature: Bundle com.modumind.helloworld_1.0.0 failed to resolve.:<br />
     [java] 	Missing required plug-in org.eclipse.ant.core_0.0.0.<br />
     [java] Total time: 3 minutes 22 seconds<br />
     [java] ZooDiscovery&gt; Discovery Service Deactivated.Sep 7, 2011 12:59:52 PM.<br />
     [java] An error has occurred. See the log file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-32659</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 06 Sep 2011 14:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-32659</guid>
		<description>Hi Anand,

I&#039;m assuming you&#039;ve added the core.resources bundle to your target platform. If so, are there any additional messages below the one you posted? The resources bundle depends on other bundles in turn and you may be missing those.

Regards,

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Anand,</p>
<p>I&#8217;m assuming you&#8217;ve added the core.resources bundle to your target platform. If so, are there any additional messages below the one you posted? The resources bundle depends on other bundles in turn and you may be missing those.</p>
<p>Regards,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-32647</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-32647</guid>
		<description>Hi Patrick,

I am trying to do a build with the Sample Plugin that you have provided. It works perfect. But when i try to add core.resources plugin into the helloworld plugin, it fails with the following error.


     [java] generateFeature:
     [java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
     [java] [eclipse.generateFeature] Bundle com.modumind.helloworld:
     [java] [eclipse.generateFeature] 	Missing required plug-in org.eclipse.core.resources_0.0.0.


Can you please tell me where i am missing what?

Regards,
Anand</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I am trying to do a build with the Sample Plugin that you have provided. It works perfect. But when i try to add core.resources plugin into the helloworld plugin, it fails with the following error.</p>
<p>     [java] generateFeature:<br />
     [java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.<br />
     [java] [eclipse.generateFeature] Bundle com.modumind.helloworld:<br />
     [java] [eclipse.generateFeature] 	Missing required plug-in org.eclipse.core.resources_0.0.0.</p>
<p>Can you please tell me where i am missing what?</p>
<p>Regards,<br />
Anand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-29303</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-29303</guid>
		<description>Hi Logan,

I&#039;m sorry to say I have no experience with Oracle OpenScript or with Open2Test. I would suggest asking this in a forum specifically targeting these frameworks, if possible. If not, perhaps you could try asking on the Eclipse RCP forum on eclipse.org.

Sorry I can&#039;t be of more help.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Logan,</p>
<p>I&#8217;m sorry to say I have no experience with Oracle OpenScript or with Open2Test. I would suggest asking this in a forum specifically targeting these frameworks, if possible. If not, perhaps you could try asking on the Eclipse RCP forum on eclipse.org.</p>
<p>Sorry I can&#8217;t be of more help.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-7/#comment-29291</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 05 Aug 2011 18:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-29291</guid>
		<description>Patrick:

Im using Oracle OpenScript, based on the Eclipse platform. I creates a couple of automated framework scripts, based on Open2Test.org. Following the steps to create the Open2Test Framework scripts, the first sets worked fine. Followed the steps tto create a second set of scripts, different name, the following error is thrown. Oracle nor Open2test.org has been able to help me with what missing. Please take a look at the error, and let me know, where I should go from here:

The following error is thrown, and the message from the
the console &#039;Tab&quot; is the following:

13:48:50,544 INFO [EntryPoint] Started with arguments: -port 7777 -jwg \\eisfiler.ad.gatech.edu\home\Radar\PROJECTS\ORACLE\PROD92\Scripts\DriverScript_PS_HCM\DriverScript_PS_HCM.jwg
13:48:50,738 ERROR [SimpleJWGReader] Error loading script: DriverScript_PS_HCM
oracle.oats.jagent.exception.AgentClassLoaderException: Error loading bundles from META-INF/MANIFEST.MF for osc_ript.PROD92.Scripts.DriverScript_PS_HCM
at oracle.oats.jagent.exception.AgentClassLoaderException.createErrorLoadingBundlesException(AgentClassLoaderException.java:40)
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadBundleJWG(OSGIScriptJWGLoader.java:306)
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadJWG(OSGIScriptJWGLoader.java:110)
at oracle.oats.runitem.packageReader.SimpleJWGReader.loadPackageImpl(SimpleJWGReader.java:56)
at oracle.oats.runitem.packageReader.JwgAndAssetsReader.loadPackage(JwgAndAssetsReader.java:92)
at oracle.oats.runitem.packageReader.SimpleJWGReader.loadPackage(SimpleJWGReader.java:43)
at oracle.oats.runitem.ScriptPackageFactory.loadPackage(ScriptPackageFactory.java:305)
at oracle.oats.runitem.ScriptPackageFactory.createScriptPackage(ScriptPackageFactory.java:166)
at oracle.oats.jwgPro.JWGLauncher.createScriptPackage(JWGLauncher.java:64)
at oracle.oats.jwgPro.JWGLauncher.createScriptPackage(JWGLauncher.java:51)
at oracle.oats.jwgPro.JWGController.createScriptPackage(JWGController.java:216)
at oracle.oats.jagent.scripting.EntryPoint.main(EntryPoint.java:99)
at oracle.oats.scripting.playback.applications.openScript.Application.runMain(Application.java:15)
at oracle.oats.jagent.applications.common.JAgentApplication.run(JAgentApplication.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.Open2Test.Oscript; version=&quot;0.0.0&quot;
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadBundleJWG(OSGIScriptJWGLoader.java:299)
... 30 more
13:48:50,738 ERROR [EntryPoint] Failed to create script package f</description>
		<content:encoded><![CDATA[<p>Patrick:</p>
<p>Im using Oracle OpenScript, based on the Eclipse platform. I creates a couple of automated framework scripts, based on Open2Test.org. Following the steps to create the Open2Test Framework scripts, the first sets worked fine. Followed the steps tto create a second set of scripts, different name, the following error is thrown. Oracle nor Open2test.org has been able to help me with what missing. Please take a look at the error, and let me know, where I should go from here:</p>
<p>The following error is thrown, and the message from the<br />
the console &#8216;Tab&#8221; is the following:</p>
<p>13:48:50,544 INFO [EntryPoint] Started with arguments: -port 7777 -jwg \\eisfiler.ad.gatech.edu\home\Radar\PROJECTS\ORACLE\PROD92\Scripts\DriverScript_PS_HCM\DriverScript_PS_HCM.jwg<br />
13:48:50,738 ERROR [SimpleJWGReader] Error loading script: DriverScript_PS_HCM<br />
oracle.oats.jagent.exception.AgentClassLoaderException: Error loading bundles from META-INF/MANIFEST.MF for osc_ript.PROD92.Scripts.DriverScript_PS_HCM<br />
at oracle.oats.jagent.exception.AgentClassLoaderException.createErrorLoadingBundlesException(AgentClassLoaderException.java:40)<br />
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadBundleJWG(OSGIScriptJWGLoader.java:306)<br />
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadJWG(OSGIScriptJWGLoader.java:110)<br />
at oracle.oats.runitem.packageReader.SimpleJWGReader.loadPackageImpl(SimpleJWGReader.java:56)<br />
at oracle.oats.runitem.packageReader.JwgAndAssetsReader.loadPackage(JwgAndAssetsReader.java:92)<br />
at oracle.oats.runitem.packageReader.SimpleJWGReader.loadPackage(SimpleJWGReader.java:43)<br />
at oracle.oats.runitem.ScriptPackageFactory.loadPackage(ScriptPackageFactory.java:305)<br />
at oracle.oats.runitem.ScriptPackageFactory.createScriptPackage(ScriptPackageFactory.java:166)<br />
at oracle.oats.jwgPro.JWGLauncher.createScriptPackage(JWGLauncher.java:64)<br />
at oracle.oats.jwgPro.JWGLauncher.createScriptPackage(JWGLauncher.java:51)<br />
at oracle.oats.jwgPro.JWGController.createScriptPackage(JWGController.java:216)<br />
at oracle.oats.jagent.scripting.EntryPoint.main(EntryPoint.java:99)<br />
at oracle.oats.scripting.playback.applications.openScript.Application.runMain(Application.java:15)<br />
at oracle.oats.jagent.applications.common.JAgentApplication.run(JAgentApplication.java:26)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
at java.lang.reflect.Method.invoke(Method.java:597)<br />
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)<br />
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
at java.lang.reflect.Method.invoke(Method.java:597)<br />
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)<br />
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br />
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br />
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)<br />
Caused by: org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.Open2Test.Oscript; version=&#8221;0.0.0&#8243;<br />
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)<br />
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)<br />
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)<br />
at oracle.oats.jagent.applications.common.OSGIScriptJWGLoader.loadBundleJWG(OSGIScriptJWGLoader.java:299)<br />
&#8230; 30 more<br />
13:48:50,738 ERROR [EntryPoint] Failed to create script package f</p>
]]></content:encoded>
	</item>
</channel>
</rss>

