<?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: Eclipse 3.6 Helios: WTP + Ivy and Deployment Assembly&#8230; Working reliably at last?</title>
	<atom:link href="http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last</link>
	<description>Crazy Thoughts on Software Development and Life in General</description>
	<lastBuildDate>Sat, 07 Jan 2012 03:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ramazan Varlikli</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-63</link>
		<dc:creator>Ramazan Varlikli</dc:creator>
		<pubDate>Wed, 23 Mar 2011 14:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-63</guid>
		<description>don&#039;t know who to blame; IvyIde or WTP ? If I go to Properties-&gt;Deployment Assembly&gt; Add, I can&#039;t even see Referenced Projects Libraries</description>
		<content:encoded><![CDATA[<p>don&#8217;t know who to blame; IvyIde or WTP ? If I go to Properties-&gt;Deployment Assembly&gt; Add, I can&#8217;t even see Referenced Projects Libraries</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jase</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-62</link>
		<dc:creator>Jase</dc:creator>
		<pubDate>Fri, 28 Jan 2011 06:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-62</guid>
		<description>I found with Ivy that it couldn&#039;t pull multiple dependencies from( in my case Hudson running in) winstone.
I believe the problem still exists. the solution for me was to switch Hudson to running under another container. Perhaps your issue is related, ivy failing to talk with some endpoint or other in a reliable way?</description>
		<content:encoded><![CDATA[<p>I found with Ivy that it couldn&#8217;t pull multiple dependencies from( in my case Hudson running in) winstone.<br />
I believe the problem still exists. the solution for me was to switch Hudson to running under another container. Perhaps your issue is related, ivy failing to talk with some endpoint or other in a reliable way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-61</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Wed, 12 Jan 2011 12:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-61</guid>
		<description>I&#039;m sorry to say but this is where commercially developed software almost always performs better: ease of use and functionality! Although it is great what people offer to the community for free, the level of quality and integration leaves MUCH to be desired. Eclipse is sooo buggy and unstable and all these kinds of &quot;little&quot; problems make it that developers spend 20% of their time coding while solving IDE problems for the remainder... Now you tell me again about productivity and open source!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say but this is where commercially developed software almost always performs better: ease of use and functionality! Although it is great what people offer to the community for free, the level of quality and integration leaves MUCH to be desired. Eclipse is sooo buggy and unstable and all these kinds of &#8220;little&#8221; problems make it that developers spend 20% of their time coding while solving IDE problems for the remainder&#8230; Now you tell me again about productivity and open source!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-60</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-60</guid>
		<description>I have the same problems in Galileo and Helios. When I add, remove or modify adependency in the ivy file, this dependency is not published/unpublished in Tomcat6 and sometimes any library gets published...

In Eclipse Galileo, I had a &quot;trick&quot; to get my dependencies published propertly. Maybe it&#039;s not the best way to do it but at least it works. When I add a new dependency in my ivy file I know that it&#039;s not going to be published, so I go to my project Preferences &gt; Java EE Module Dependencies and tick(or untick) any java project that I have in my workspace, apply changes and publish on tomcat and it works!
Somehow this action refreshes something and WTP realises that must update the dependencies.

I didn&#039;t find a way to do a similar trick in Helios.

When I first used ivyDE I remember that all worked to me, I think that in one WTP update stopped to work but I don&#039;t know when. Maybe it&#039;s time to put a bug in WTP (if it is not already)

I hope you understand me, my english is not really good ;)</description>
		<content:encoded><![CDATA[<p>I have the same problems in Galileo and Helios. When I add, remove or modify adependency in the ivy file, this dependency is not published/unpublished in Tomcat6 and sometimes any library gets published&#8230;</p>
<p>In Eclipse Galileo, I had a &#8220;trick&#8221; to get my dependencies published propertly. Maybe it&#8217;s not the best way to do it but at least it works. When I add a new dependency in my ivy file I know that it&#8217;s not going to be published, so I go to my project Preferences &gt; Java EE Module Dependencies and tick(or untick) any java project that I have in my workspace, apply changes and publish on tomcat and it works!<br />
Somehow this action refreshes something and WTP realises that must update the dependencies.</p>
<p>I didn&#8217;t find a way to do a similar trick in Helios.</p>
<p>When I first used ivyDE I remember that all worked to me, I think that in one WTP update stopped to work but I don&#8217;t know when. Maybe it&#8217;s time to put a bug in WTP (if it is not already)</p>
<p>I hope you understand me, my english is not really good <img src='http://www.beilers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-59</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-59</guid>
		<description>When starting the server after adding new dependencies which it doesn&#039;t find, try removing the app from the server, cleaning the server, re-adding the app. If that still doesn&#039;t help, throw in a project close/open as well.</description>
		<content:encoded><![CDATA[<p>When starting the server after adding new dependencies which it doesn&#8217;t find, try removing the app from the server, cleaning the server, re-adding the app. If that still doesn&#8217;t help, throw in a project close/open as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-58</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-58</guid>
		<description>Blog doesn&#039;t like XML:

&lt;dependent-module deploy-path=&quot;/WEB-INF/lib&quot;
  handle=&quot;module:/classpath/con/org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?  ivyXmlPath=ivy.xml&amp;confs=build,runtime&quot;&gt;
  &lt;dependency-type&gt;consumes&lt;/dependency-type&gt;
&lt;/dependent-module&gt;</description>
		<content:encoded><![CDATA[<p>Blog doesn&#8217;t like XML:</p>
<p>&lt;dependent-module deploy-path=&#8221;/WEB-INF/lib&#8221;<br />
  handle=&#8221;module:/classpath/con/org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?  ivyXmlPath=ivy.xml&amp;confs=build,runtime&#8221;&gt;<br />
  &lt;dependency-type&gt;consumes&lt;/dependency-type&gt;<br />
&lt;/dependent-module&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-57</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-57</guid>
		<description>Thanks for your blog entry, it helped me to find out where to add IvyDE-contributed class path entries to a WTP project  in the first place.

I was unable to get it to work using &#039;Referenced Projects CP Entries&#039; (it nevery copied any JARs), but got it to work using &#039;Classpath Container&#039;. As long as I didn&#039;t change anything on the IvyDE container settings screen, it would let me add a new IvyDE container. The confs can then be edited manuall in .settings/org.eclipse.wst.common.component. Or just add these lines manuall to the settings file:


  consumes</description>
		<content:encoded><![CDATA[<p>Thanks for your blog entry, it helped me to find out where to add IvyDE-contributed class path entries to a WTP project  in the first place.</p>
<p>I was unable to get it to work using &#8216;Referenced Projects CP Entries&#8217; (it nevery copied any JARs), but got it to work using &#8216;Classpath Container&#8217;. As long as I didn&#8217;t change anything on the IvyDE container settings screen, it would let me add a new IvyDE container. The confs can then be edited manuall in .settings/org.eclipse.wst.common.component. Or just add these lines manuall to the settings file:</p>
<p>  consumes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob stryker</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-56</link>
		<dc:creator>rob stryker</dc:creator>
		<pubDate>Tue, 06 Jul 2010 04:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-56</guid>
		<description>&gt;&gt; it appears you need to delete the container and re-add it, if you change your ivy.xml file. Rather annoying!

This may be a JDT bug, or a bug in the way WTP is dealing with JDT. I&#039;d really need an easier use-case to investigate properly though :(</description>
		<content:encoded><![CDATA[<p>&gt;&gt; it appears you need to delete the container and re-add it, if you change your ivy.xml file. Rather annoying!</p>
<p>This may be a JDT bug, or a bug in the way WTP is dealing with JDT. I&#8217;d really need an easier use-case to investigate properly though <img src='http://www.beilers.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max andersen</title>
		<link>http://www.beilers.com/2010/07/eclipse-3-6-helios-wtp-ivy-and-deployment-assembly-working-reliably-at-last/#comment-55</link>
		<dc:creator>Max andersen</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.beilers.com/?p=711#comment-55</guid>
		<description>Opening a bug against wtp could help too.

We help form
The new assembly page so if that is behaving weird we can help track
Down the issue. Just needs some description on how to reproduce.</description>
		<content:encoded><![CDATA[<p>Opening a bug against wtp could help too.</p>
<p>We help form<br />
The new assembly page so if that is behaving weird we can help track<br />
Down the issue. Just needs some description on how to reproduce.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

