<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Smies technics</title>
	<link>http://www.smies.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 08 Sep 2010 09:37:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Mayur</title>
		<link>http://www.smies.com/blog/?p=30#comment-13234</link>
		<pubDate>Tue, 16 Mar 2010 22:46:13 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-13234</guid>
					<description>Nice stuff....Thanks</description>
		<content:encoded><![CDATA[<p>Nice stuff&#8230;.Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Bill Bartmann</title>
		<link>http://www.smies.com/blog/?p=30#comment-11628</link>
		<pubDate>Thu, 03 Sep 2009 18:24:45 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-11628</guid>
					<description>Cool site, love the info.</description>
		<content:encoded><![CDATA[<p>Cool site, love the info.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by octoberdan</title>
		<link>http://www.smies.com/blog/?p=30#comment-11136</link>
		<pubDate>Wed, 15 Jul 2009 16:02:15 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-11136</guid>
					<description>This is almost exactly what I am looking for. My one outstanding question is that if there is a way to, with a similar setup, allow properties to be set remotely when you startup jboss. Have you encountered this dilemma?</description>
		<content:encoded><![CDATA[<p>This is almost exactly what I am looking for. My one outstanding question is that if there is a way to, with a similar setup, allow properties to be set remotely when you startup jboss. Have you encountered this dilemma?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Maurice</title>
		<link>http://www.smies.com/blog/?p=30#comment-10497</link>
		<pubDate>Mon, 20 Apr 2009 06:49:52 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-10497</guid>
					<description>Sorry, can't help you there. I don't have any Websphere experience.</description>
		<content:encoded><![CDATA[<p>Sorry, can&#8217;t help you there. I don&#8217;t have any Websphere experience.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by shankar</title>
		<link>http://www.smies.com/blog/?p=30#comment-10495</link>
		<pubDate>Mon, 20 Apr 2009 06:29:26 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-10495</guid>
					<description>its gr8 actually but in my project i am using webspehere applicatin server ,
for that what is the way of pom file for ear module ,
can any body can help me regarding this</description>
		<content:encoded><![CDATA[<p>its gr8 actually but in my project i am using webspehere applicatin server ,<br />
for that what is the way of pom file for ear module ,<br />
can any body can help me regarding this
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Maurice</title>
		<link>http://www.smies.com/blog/?p=30#comment-10364</link>
		<pubDate>Tue, 07 Apr 2009 06:21:20 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-10364</guid>
					<description>Thanks Eric for answering on Bertrands question.

I also want to note that JBoss Tools now has support for 'Project Archives'. Project Archives provide automatic and incremental archiving of arbitrary directories into a zipped archive (jar,zip,war,etc) or into an exploded directory. This can be used together with Maven and is more flexible then the FileSync plugin.Take a look at this blog post (http://relation.to/Bloggers/FastAndIncrementalPackagingInJBossTools) for more info.</description>
		<content:encoded><![CDATA[<p>Thanks Eric for answering on Bertrands question.</p>
<p>I also want to note that JBoss Tools now has support for &#8216;Project Archives&#8217;. Project Archives provide automatic and incremental archiving of arbitrary directories into a zipped archive (jar,zip,war,etc) or into an exploded directory. This can be used together with Maven and is more flexible then the FileSync plugin.Take a look at this blog post (http://relation.to/Bloggers/FastAndIncrementalPackagingInJBossTools) for more info.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Eric</title>
		<link>http://www.smies.com/blog/?p=30#comment-10354</link>
		<pubDate>Mon, 06 Apr 2009 17:31:00 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-10354</guid>
					<description>Bertrand - I had the same issue at first, until I looked at how the maven-ear-plugin is configured in my EAR project's pom.xml.  You can add an "unpack" element in the "webModule" element of the plugin configuration.  See how Maurice did it in the example at ermp-ear/pom.xml file.  The unpack property is false by default, but using the profiles.xml you can set that to true in the dev profile and it works like a charm.  

Hope that helps.
-Eric</description>
		<content:encoded><![CDATA[<p>Bertrand - I had the same issue at first, until I looked at how the maven-ear-plugin is configured in my EAR project&#8217;s pom.xml.  You can add an &#8220;unpack&#8221; element in the &#8220;webModule&#8221; element of the plugin configuration.  See how Maurice did it in the example at ermp-ear/pom.xml file.  The unpack property is false by default, but using the profiles.xml you can set that to true in the dev profile and it works like a charm.  </p>
<p>Hope that helps.<br />
-Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Bertrand</title>
		<link>http://www.smies.com/blog/?p=30#comment-10320</link>
		<pubDate>Thu, 02 Apr 2009 14:53:53 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-10320</guid>
					<description>Hello,

Thank you for your interesting article! Following it I tried to apply the indications to my Maven project that has the three modules (ear, ejb, web).
So I modified the ear's pom project to add the profile remote-exploded-deploy, and added the profiles.xml (just a tip: you indicate profile.xml ;-).
Executing the maven command: mvn -Premote-exploded-deploy package,
I get an exploded folder for the ear, but the war archive is not!
How can you get the war also exploded?

Thank you.

Bertrand.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you for your interesting article! Following it I tried to apply the indications to my Maven project that has the three modules (ear, ejb, web).<br />
So I modified the ear&#8217;s pom project to add the profile remote-exploded-deploy, and added the profiles.xml (just a tip: you indicate profile.xml <img src='http://www.smies.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .<br />
Executing the maven command: mvn -Premote-exploded-deploy package,<br />
I get an exploded folder for the ear, but the war archive is not!<br />
How can you get the war also exploded?</p>
<p>Thank you.</p>
<p>Bertrand.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Maurice</title>
		<link>http://www.smies.com/blog/?p=30#comment-8781</link>
		<pubDate>Tue, 03 Feb 2009 17:18:47 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-8781</guid>
					<description>The external tools run configuration is used to execute a program from within Eclipse (that is where you can  also add Ant build runtime profiles). You can add one that executes Maven with the '-p remote-exploded-deploy package' argument having the project as working directory. By executing that external tools runtime profile Maven will execute the package phase with the 'remote-exploded-deploy' profile.

Since I wrote this post the m2eclipse greatly improved. It offers superior Maven execution then using the external tools run configuration. So I advice to use that now. Take a look here (http://docs.codehaus.org/display/M2ECLIPSE/Home) for more information on m2eclipse.</description>
		<content:encoded><![CDATA[<p>The external tools run configuration is used to execute a program from within Eclipse (that is where you can  also add Ant build runtime profiles). You can add one that executes Maven with the &#8216;-p remote-exploded-deploy package&#8217; argument having the project as working directory. By executing that external tools runtime profile Maven will execute the package phase with the &#8216;remote-exploded-deploy&#8217; profile.</p>
<p>Since I wrote this post the m2eclipse greatly improved. It offers superior Maven execution then using the external tools run configuration. So I advice to use that now. Take a look here (http://docs.codehaus.org/display/M2ECLIPSE/Home) for more information on m2eclipse.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by David Paterson</title>
		<link>http://www.smies.com/blog/?p=30#comment-8779</link>
		<pubDate>Tue, 03 Feb 2009 16:46:40 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-8779</guid>
					<description>Could you please elaborate on this statement:
To make life a bit easier you should create an external tools program profile in Eclipse to execute maven on the /ermp project using the remote-exploded-deploy profile with the package phase.</description>
		<content:encoded><![CDATA[<p>Could you please elaborate on this statement:<br />
To make life a bit easier you should create an external tools program profile in Eclipse to execute maven on the /ermp project using the remote-exploded-deploy profile with the package phase.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Igor</title>
		<link>http://www.smies.com/blog/?p=30#comment-7536</link>
		<pubDate>Tue, 16 Dec 2008 09:19:40 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-7536</guid>
					<description>Sorry, it's not possible paste the XML-formatted text here.... :-(</description>
		<content:encoded><![CDATA[<p>Sorry, it&#8217;s not possible paste the XML-formatted text here&#8230;. <img src='http://www.smies.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Incremental hot deployment of Maven2 JEE/JSF projects in JBoss from within Eclipse by Igor</title>
		<link>http://www.smies.com/blog/?p=30#comment-7535</link>
		<pubDate>Tue, 16 Dec 2008 09:16:43 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=30#comment-7535</guid>
					<description>instead maven-ant-plugin you can use dependency-maven-plugin with goal "unpack". The example is here:


remote-exploded-deplo
 
	install
	  
		
		   org.codehaus.mojo
      			dependency-maven-plugin
			    
				
				    unpack-ear
					install
					    
						unpack
					     
				
			 
		           								                               YourGroupID					                 		YourArtifactId								YourVersion
				  ear
			
										                                    ${remote-deploy-dir}/${ear.name}.${project.packaging}
		
		
		
	



true

</description>
		<content:encoded><![CDATA[<p>instead maven-ant-plugin you can use dependency-maven-plugin with goal &#8220;unpack&#8221;. The example is here:</p>
<p>remote-exploded-deplo</p>
<p>	install</p>
<p>		   org.codehaus.mojo<br />
      			dependency-maven-plugin</p>
<p>				    unpack-ear<br />
					install</p>
<p>						unpack</p>
<p>		           								                               YourGroupID					                 		YourArtifactId								YourVersion<br />
				  ear</p>
<p>										                                    ${remote-deploy-dir}/${ear.name}.${project.packaging}</p>
<p>true
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communication between ZimbraTK and Ruby On Rails by lypeshedaywah</title>
		<link>http://www.smies.com/blog/?p=9#comment-6206</link>
		<pubDate>Sun, 23 Nov 2008 06:40:21 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=9#comment-6206</guid>
					<description>XDf67JuDW54KJU65

http://taramadol.007sites.com</description>
		<content:encoded><![CDATA[<p>XDf67JuDW54KJU65</p>
<p><a href='http://taramadol.007sites.com' rel='nofollow'>http://taramadol.007sites.com</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Seam Maven2 support by Fabian Aussems</title>
		<link>http://www.smies.com/blog/?p=28#comment-5403</link>
		<pubDate>Sun, 12 Oct 2008 12:49:37 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=28#comment-5403</guid>
					<description>kleine wereld, dat ik dit op jouw website tegenkom :-)

AAA</description>
		<content:encoded><![CDATA[<p>kleine wereld, dat ik dit op jouw website tegenkom <img src='http://www.smies.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>AAA
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Release PHP filter v0.1 for Doxygen by Maurice</title>
		<link>http://www.smies.com/blog/?p=13#comment-5311</link>
		<pubDate>Tue, 16 Sep 2008 18:14:47 +0000</pubDate>
		<guid>http://www.smies.com/blog/?p=13#comment-5311</guid>
					<description>I am sorry but I am not supporting the tool anymore. There was a 0.2 release back then (There is a post on it on this blog). Take a look at that. 

Regarding the installation you are totally right that I didn't describe how to install it. I have no clue now either. You have to find out yourself.</description>
		<content:encoded><![CDATA[<p>I am sorry but I am not supporting the tool anymore. There was a 0.2 release back then (There is a post on it on this blog). Take a look at that. </p>
<p>Regarding the installation you are totally right that I didn&#8217;t describe how to install it. I have no clue now either. You have to find out yourself.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
