<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.technology.packaging</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/maillist.html</link>
		<description>NewsGroup: news.eclipse.technology.packaging</description>
		<language>en-us</language>
		<pubDate>Wed, 01 Oct 2008 16:43:51 GMT</pubDate>
		<lastBuildDate>Wed, 01 Oct 2008 16:43:51 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.technology.packaging</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/maillist.html</link>
		</image>
 

	<item>
		<title>[News.eclipse.technology.packaging] Re: custom package</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00206.html</link>
		<description> How did you get it to build the package (in the Ant-step)? I get as far as Packager building my custom ZIP, but on the final step, where the Ant script is invoked, it fails: Packing installation site....Done. Building...Could not build package.: org.apach...</description>
		<content:encoded><![CDATA[<tt>[Repost to this topic as it is more current]<br>
How did you get it to build the package (in the Ant-step)?<br>
I get as far as Packager building my custom ZIP, but on the final step, 
where the Ant script is invoked, it fails:</tt><br>
<br>
<tt> Packing installation site....Done.<br>
 Building...Could not build package.: 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V:org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V</tt><br>
<br>
<pre style="margin: 0em;">The full log excerpt:</pre><br>
<tt>!SUBENTRY 1 org.eclipse.ant.core 4 1 2008-10-01 13:54:12.126<br>
!MESSAGE 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V<br>
!STACK 0<br>
java.lang.NoSuchMethodError: 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V<br>
	at 
org.eclipse.ant.internal.core.ant.InputHandlerSetter.setInputHandler(InputHandlerSetter.java:43)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.addInputHandler(InternalAntRunner.java:1273)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:532)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:456)<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:585)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:475)<br>
	at 
org.eclipse.epp.packaging.core.assembly.PackagerRunner.packApplication(PackagerRunner.java:51)</tt><br>
<br>
<tt>I am using Eclipse 3.4 EE package, also tried with a clean 3.4.1 RCP 
install, same issue. Using Ant 1.7. I would be grateful for any help.</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Wed, 01 Oct 2008 16:33:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00206.html</guid>
		<author>gregor.rosenauer@xxxxxxx (Gregor B. Rosenauer)</author>
	</item>
	<item>
		<title>[News.eclipse.technology.packaging] Re: Custom distros for private	use?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00205.html</link>
		<description>I have recently discovered the usefulness of EPP for building a reference installation of Eclipse for my employer. The process was challenging as we have strict proxies that prevented me from checking out the project from CVS, update sites come online and ...</description>
		<content:encoded><![CDATA[<tt>I have recently discovered the usefulness of EPP for building a reference 
installation of Eclipse for my employer.<br>
The process was challenging as we have strict proxies that prevented me 
from checking out the project from CVS, update sites come online and 
offline unexpectedly, and Windows does not have an &quot;unzip.exe&quot; 
preinstalled, which is expected by the Packager.</tt><br>
<br>
<tt>Now I get as far as Packager building my custom ZIP, but on the final 
step, where the Ant script is invoked, it fails:</tt><br>
<br>
<tt> Packing installation site....Done.<br>
 Building...Could not build package.: 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V:org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V</tt><br>
<br>
<pre style="margin: 0em;">The full log excerpt:</pre><br>
<tt>!SUBENTRY 1 org.eclipse.ant.core 4 1 2008-10-01 13:54:12.126<br>
!MESSAGE 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V<br>
!STACK 0<br>
java.lang.NoSuchMethodError: 
org.apache.tools.ant.Project.setProjectReference(Ljava/lang/Object;)V<br>
	at 
org.eclipse.ant.internal.core.ant.InputHandlerSetter.setInputHandler(InputHandlerSetter.java:43)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.addInputHandler(InternalAntRunner.java:1273)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:532)<br>
	at 
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:456)<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:585)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:475)<br>
	at 
org.eclipse.epp.packaging.core.assembly.PackagerRunner.packApplication(PackagerRunner.java:51)</tt><br>
<br>
<tt>I am using Eclipse 3.4 EE package, also tried with a clean 3.4.1 RCP 
install, same issue. Using Ant 1.7. I would be grateful for any help.</tt><br>
<br>
<tt>BTW Packager's logging is quite sparse, esp. on startup it stays quiet for 
some time while digesting the features, I added some logging and it is 
better indicating progress now, maybe this could be added?<br>
It would also be very handy if update sites that are offline or not 
reachable do not break the build but are retried at the end of the 
process, before Packager continues with the next step. I have experienced 
that simply rerunning the build will work, as sites are sometimes flaky 
but come back online shortly most of the time.</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 01 Oct 2008 15:26:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00205.html</guid>
		<author>gregor.rosenauer@xxxxxxx (Gregor B. Rosenauer)</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: JRE 1.4.2 with Eclipse 3.4?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00204.html</link>
		<description> If bug 174515 is all that happens when Eclipse tries to load in a JRE that's insufficient for its plugins, then it does seem like it might be worth making eclipse.ini less fussy - or telling users how to do themselves it in the documentation. Anyway, here...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Peter,</pre><br>
<pre style="margin: 0em;">Thanks for the taking the time to open a bugzilla!</pre><br>
<tt><br>Peter Ford wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Eric Rizzo wrote:</pre><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I actually think the problem in Peter's particular case is that the 
&quot;Eclipse IDE for Java Developers&quot; package specifies 
&quot;-Dosgi.requiredJavaVersion=1.5&quot; in its eclipse.ini<br>
While I understand that Mylyn requires 1.5, I don't think anything 
else that is &quot;crucial&quot; to the Java dev tools does, so it seems to me 
that this is an unnnecessary restriction for that package (Mylyn is, 
IMO, still an optional piece of functionality that should not prevent 
the entire tool from loading).
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I've opened <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976">https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976</a> 
about this.
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Eric
</tt></blockquote><tt><br>If bug 174515 is all that happens when Eclipse tries to load in a JRE 
that's insufficient for its plugins, then it does seem like it might 
be worth making eclipse.ini less fussy - or telling users how to do 
themselves it in the documentation.</tt><br>
<br>
<pre style="margin: 0em;"><br>Anyway, here's my bug:
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=249063">https://bugs.eclipse.org/bugs/show_bug.cgi?id=249063</a></pre><br>
<pre style="margin: 0em;"><br>Thanks everyone for your help,
Peter</pre><br>
<br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Tue, 30 Sep 2008 09:09:34 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00204.html</guid>
		<author>Ed.Merks@xxxxxxx (Ed Merks)</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: JRE 1.4.2 with Eclipse 3.4?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00203.html</link>
		<description> If bug 174515 is all that happens when Eclipse tries to load in a JRE that's insufficient for its plugins, then it does seem like it might be worth making eclipse.ini less fussy - or telling users how to do themselves it in the documentation. Anyway, here...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Eric Rizzo wrote:</pre><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I actually think the problem in Peter's particular case is that the 
&quot;Eclipse IDE for Java Developers&quot; package specifies 
&quot;-Dosgi.requiredJavaVersion=1.5&quot; in its eclipse.ini<br>
While I understand that Mylyn requires 1.5, I don't think anything else 
that is &quot;crucial&quot; to the Java dev tools does, so it seems to me that 
this is an unnnecessary restriction for that package (Mylyn is, IMO, 
still an optional piece of functionality that should not prevent the 
entire tool from loading).
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I've opened <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976">https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976</a> about this.
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Eric
</tt></blockquote><tt><br>If bug 174515 is all that happens when Eclipse tries to load in a JRE 
that's insufficient for its plugins, then it does seem like it might be 
worth making eclipse.ini less fussy - or telling users how to do 
themselves it in the documentation.</tt><br>
<br>
<tt><br>Anyway, here's my bug: </tt><br>
<br>
<pre style="margin: 0em;"><a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=249063">https://bugs.eclipse.org/bugs/show_bug.cgi?id=249063</a></pre><br>
<pre style="margin: 0em;"><br>Thanks everyone for your help,
Peter</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 29 Sep 2008 23:38:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00203.html</guid>
		<author>petef310@xxxxxxx (Peter Ford)</author>
	</item>
	<item>
		<title>[News.eclipse.technology.packaging] Re: JRE 1.4.2 with Eclipse 3.4?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00202.html</link>
		<description>The issue is really kind of trickier than it seems on the surface. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=174515 for a related topic. I do think that clearer documentation on the web site would help, and I think we should simply be recommending ...</description>
		<content:encoded><![CDATA[<tt>On 9/27/2008 3:39 PM, Walter Harley wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">&quot;Ed Merks&quot;&lt;Ed.Merks@xxxxxxxxx&gt;  wrote in message
<a  href="news:gbjb97$c93$1@xxxxxxxxxxxxxxxxxxxx">news:gbjb97$c93$1@xxxxxxxxxxxxxxxxxxxx</a>
</pre><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Peter,</pre><br>
<pre style="margin: 0em;">That's a very good point.  It looks to me like Eclipse Classic is the only
download that doesn't require Java 5.0.  That makes the recommendation at
the top of the page awfully weak.  Please open a bugzilla asking to make
the statement more strongly.   In fact, there really ought to be a way to
find out the JRE level required for any particular package, and currently
it's guesswork; that's no good.   The other things ought to be fixed up as
well.  When you open a bugzilla, please append the bugzilla number to this
thread.
</pre></blockquote><pre style="margin: 0em;"><br>The issue is really kind of trickier than it seems on the surface.  See
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=174515">https://bugs.eclipse.org/bugs/show_bug.cgi?id=174515</a> for a related topic.</pre><br>
<pre style="margin: 0em;">I do think that clearer documentation on the web site would help, and I
think we should simply be recommending that people use the newest JVM
version they can, and understand that if they're on a downlevel VM some
functionality may be missing.  The way I would put it is: &quot;Most of the
Eclipse core is able to run on Java 1.4.2, but every version of Eclipse
contains some functionality that relies on Java 5 or even Java 6.  You may
not need this functionality, depending on what you're doing with Eclipse.&quot;</pre><br>
<pre style="margin: 0em;">The problem is that describing exactly what functionality is and is not
available on a given VM quickly gets into way more detail than is
appropriate for a downloads page.  Someone planning on using Eclipse to edit
PHP scripts shouldn't have to read about the JSR199 API, for instance.</pre><br>
<pre style="margin: 0em;">I really think it comes down to the question of how we show that some
functionality is unavailable, without intruding on the experience of people
who don't need that functionality.  Unfortunately, that is a very hard
challenge.
</pre></blockquote><tt><br>I actually think the problem in Peter's particular case is that the 
&quot;Eclipse IDE for Java Developers&quot; package specifies 
&quot;-Dosgi.requiredJavaVersion=1.5&quot; in its eclipse.ini<br>
While I understand that Mylyn requires 1.5, I don't think anything else 
that is &quot;crucial&quot; to the Java dev tools does, so it seems to me that 
this is an unnnecessary restriction for that package (Mylyn is, IMO, 
still an optional piece of functionality that should not prevent the 
entire tool from loading).</tt><br>
<br>
<pre style="margin: 0em;">I've opened <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976">https://bugs.eclipse.org/bugs/show_bug.cgi?id=248976</a> about this.</pre><br>
<pre style="margin: 0em;">Eric</pre><br>
]]></content:encoded>
		<pubDate>Mon, 29 Sep 2008 16:22:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00202.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: custom package</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00201.html</link>
		<description>Wow--it works. Thanks to all who helped. (And raspberries to whomever at Microsoft chose ?\? for a path separator!) Steve </description>
		<content:encoded><![CDATA[<tt>Wow--it works.  Thanks to all who helped.  (And raspberries to whomever at 
Microsoft chose ?\? for a path separator!)<br>
Steve</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 19 Sep 2008 18:33:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00201.html</guid>
		<author>stevenaschroeder@xxxxxxx (Steve )</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: custom package</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00200.html</link>
		<description>I've found an earlier thread &amp;quot;Custom distros for private use?&amp;quot; that is trying to do what I want. One problem is resolved: It turns out a space in my workspace path made for an invalide URI. I just moved the workspace--is there a &amp;quot;better; way? Now I get int...</description>
		<content:encoded><![CDATA[<tt>I've found an earlier thread &quot;Custom distros for private use?&quot; that is 
trying to do what I want.  One problem is resolved:</tt><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Building configured application...
Configuration files taken from &lt;path&gt;packagerConfiguration.
The application will be built in &lt;path&gt;.</pre><br>
<tt>Then it stops; no Packing installation site, Building, or Moving Files.
</tt></blockquote></blockquote><tt><br>It turns out a space in my workspace path made for an invalide URI.  I 
just moved the workspace--is there a &quot;better&quot; way?</tt><br>
<br>
<pre style="margin: 0em;">Now I get into &quot;Building&quot; when it dies:</pre><br>
<tt> Building...!SESSION 2008-09-18 15:53:44.496 
-----------------------------------------------<br>
eclipse.buildId=unknown<br>
java.version=1.6.0_07<br>
java.vendor=Sun Microsystems Inc.<br>
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US<br>
Framework arguments:  -application 
org.eclipse.epp.packaging.core.application D:\Software\eclipse\EPP\cfg.xml<br>
Command-line arguments:  -application 
org.eclipse.epp.packaging.core.application -data 
D:\Software\eclipse\EPP\ecp/../runtime-New_configuration -dev 
file:D:/Software/eclipse/EPP/ecp/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties 
-os win32 -ws win32 -arch x86 -consoleLog D:\Software\eclipse\EPP\cfg.xml</tt><br>
<br>
<tt>!ENTRY org.eclipse.epp.packaging.core 4 0 2008-09-18 16:21:12.089<br>
!MESSAGE Could not build package.<br>
!STACK 1<br>
org.eclipse.core.runtime.CoreException: 
D:\eclipse\plugins\org.eclipse.pde.build_3.4.0.v20080604\scripts\package.xml:85: 
The following error occurred while executing this line:<br>
D:\eclipse\plugins\org.eclipse.pde.build_3.4.0.v20080604\scripts\package.xml:46: 
Unable to find feature: org.eclipse.platform.<br>
	at 
org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:452)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:384)<br>
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:475)<br>
	at 
org.eclipse.epp.packaging.core.assembly.PackagerRunner.packApplication(PackagerRunner.java:51)<br>
	at 
org.eclipse.epp.packaging.core.assembly.EclipsePackager.packApplication(EclipsePackager.java:161)<br>
&lt;SNIP&gt;</tt><br>
<br>
<pre style="margin: 0em;">Anyone know where I should start..
Steve</pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 18 Sep 2008 20:24:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00200.html</guid>
		<author>stevenaschroeder@xxxxxxx (Steve )</author>
	</item>
	<item>
		<title>[News.eclipse.technology.packaging] Re: custom package</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00199.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>EPP has its own newsgroup, which I've copied on this response.<br>
You might want to re-state your goal since it is not quoted in the 
latest message below.</tt><br>
<br>
<pre style="margin: 0em;">By the way, check out this blog entry about an online package builder:
&lt;<a  href="http://rapblog.innoopract.com/2008/09/new-eclipse-download-wizard-and-rap.html">http://rapblog.innoopract.com/2008/09/new-eclipse-download-wizard-and-rap.html</a>&gt;</pre><br>
<tt><br>On 9/17/2008 3:47 PM, Steve wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">I may be becoming dangerous.  I stumbled on the the wiki page at
<a  href="http://wiki.eclipse.org/EPP/How_to_build_a_package_locally">http://wiki.eclipse.org/EPP/How_to_build_a_package_locally</a> and *thought*
that it described exactly what I want to do. I would like to create
something like &quot;Eclipse IDE for Java Developers&quot; or &quot;Eclipse IDE for
C/C++ Developers&quot; but with a custom selection of features. Then a new
user simply needs to unzip that custom package, just like you would with
the &quot;standard&quot; ones, and go. No updates, no fuss, no queues at my office.</pre><br>
<pre style="margin: 0em;">Am I way off base, abusing a tool? If not, I have a problem. The build
finds all of the features, merrily installs them, then:</pre><br>
<pre style="margin: 0em;">&lt;SNIP&gt;
Building configured application...
Configuration files taken from &lt;path&gt;\packagerConfiguration.
The application will be built in &lt;path&gt;.</pre><br>
<pre style="margin: 0em;">Then it stops; no Packing installation site, Building, or Moving Files.</pre><br>
<pre style="margin: 0em;">Thanks for everyone's help,
Steve</pre><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 18 Sep 2008 14:40:19 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00199.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: EPP/Maynstall and Equinox P2</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00198.html</link>
		<description>Thanks Tim, that's what I wanted to know! Cheers, Eugen </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Thanks Tim,</pre><br>
<pre style="margin: 0em;">that's what I wanted to know!</pre><br>
<pre style="margin: 0em;">Cheers,
Eugen</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 12 Sep 2008 07:35:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00198.html</guid>
		<author>reiswich@xxxxxxx (Eugen Reiswich)</author>
	</item>


	<item>
		<title>[News.eclipse.technology.packaging] Re: EPP/Maynstall and Equinox P2</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00197.html</link>
		<description>Eugene, As in there are multiple provisioning technologies available, there will always be overlap between products and projects just due to the simple fact that the goal of these different solutions is to deliver software to end users. Maynstall was built...</description>
		<content:encoded><![CDATA[<pre>Eugene,

As in there are multiple provisioning technologies available, there 
will always be overlap between products and projects just due to the 
simple fact that the goal of these different solutions is to deliver 
software to end users.

Maynstall was built and is focused on a targeted market.  While there 
is commonality with Yoxos and Pulse, it is not intended to be a 
complete provisioning system.  I believe if you dig deeper, you'll 
find that the commercial solutions offer much broader solutions than 
the Eclipse projects do.

Cheers,
Tim


</pre>]]></content:encoded>
		<pubDate>Wed, 10 Sep 2008 17:41:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.packaging/msg00197.html</guid>
		<author>tim@xxxxxxx (Timothy Webb)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
