<?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"
	>
<channel>
	<title>Comments on: Run your web code from your IDE</title>
	<atom:link href="http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/</link>
	<description>My Blog, Take 4</description>
	<pubDate>Sat, 22 Nov 2008 04:30:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Nick Lothian</title>
		<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-288</link>
		<dc:creator>Nick Lothian</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-288</guid>
		<description>@Gilberto - it isn't a Maven plugin. Just run it like you would a plain old java program. From the command line:

java -cp (classpath here) au.edu.educationau.opensource.devsupport.TestWebServer

Or run that class from your IDE (In Eclipse: Run-&gt;Open Run Dialog..-&gt;Double Click "Java Application" and enter au.edu.educationau.opensource.devsupport.TestWebServer as the main class)</description>
		<content:encoded><![CDATA[<p>@Gilberto - it isn&#8217;t a Maven plugin. Just run it like you would a plain old java program. From the command line:</p>
<p>java -cp (classpath here) au.edu.educationau.opensource.devsupport.TestWebServer</p>
<p>Or run that class from your IDE (In Eclipse: Run->Open Run Dialog..->Double Click &#8220;Java Application&#8221; and enter au.edu.educationau.opensource.devsupport.TestWebServer as the main class)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilberto</title>
		<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-286</link>
		<dc:creator>Gilberto</dc:creator>
		<pubDate>Wed, 30 Jan 2008 18:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-286</guid>
		<description>I'm running it through maven:
            
                org.codehaus.mojo
                exec-maven-plugin
                
                    java
                    au.edu.educationau.opensource.devsupport.TestWebServer
                
            

But I'm getting this error:
No goals needed for project - skipping
[exec:java]
------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
null

org/mortbay/jetty/Server
------------------------------------------------------------------------
For more information, run Maven with the -e switch
------------------------------------------------------------------------
Total time: 12 seconds
Finished at: Wed Jan 30 15:07:08 BRT 2008
Final Memory: 65M/142M</description>
		<content:encoded><![CDATA[<p>I&#8217;m running it through maven:</p>
<p>                org.codehaus.mojo<br />
                exec-maven-plugin</p>
<p>                    java<br />
                    au.edu.educationau.opensource.devsupport.TestWebServer</p>
<p>But I&#8217;m getting this error:<br />
No goals needed for project - skipping<br />
[exec:java]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR]BUILD ERROR<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
null</p>
<p>org/mortbay/jetty/Server<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
For more information, run Maven with the -e switch<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Total time: 12 seconds<br />
Finished at: Wed Jan 30 15:07:08 BRT 2008<br />
Final Memory: 65M/142M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Lothian</title>
		<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-277</link>
		<dc:creator>Nick Lothian</dc:creator>
		<pubDate>Sat, 26 Jan 2008 10:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-277</guid>
		<description>@Gilberto - you just run this class like it is a normal Java program

@dmitri - I haven't looked at jettylauncher, but it does look to beabandoned now.</description>
		<content:encoded><![CDATA[<p>@Gilberto - you just run this class like it is a normal Java program</p>
<p>@dmitri - I haven&#8217;t looked at jettylauncher, but it does look to beabandoned now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitri maximovich</title>
		<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-274</link>
		<dc:creator>dmitri maximovich</dc:creator>
		<pubDate>Fri, 25 Jan 2008 12:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-274</guid>
		<description>How is your class different from, for example JerttyLauncher (or number of other plugins which does essentially the same)? http://jettylauncher.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>How is your class different from, for example JerttyLauncher (or number of other plugins which does essentially the same)? <a href="http://jettylauncher.sourceforge.net/" rel="nofollow">http://jettylauncher.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilberto</title>
		<link>http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-273</link>
		<dc:creator>Gilberto</dc:creator>
		<pubDate>Fri, 25 Jan 2008 12:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/2008/01/24/run-your-web-code-from-your-ide/#comment-273</guid>
		<description>Interesting, but if we have a war project (maven), for example in netbeans (I use the version 6), how to execute the class since it is web project and we need a container?
Sorry, it can be fool question, but the only way I know to run this class is  in the own maven, isn't it?
Sorry again, can you help?
Thanks,
Gilberto</description>
		<content:encoded><![CDATA[<p>Interesting, but if we have a war project (maven), for example in netbeans (I use the version 6), how to execute the class since it is web project and we need a container?<br />
Sorry, it can be fool question, but the only way I know to run this class is  in the own maven, isn&#8217;t it?<br />
Sorry again, can you help?<br />
Thanks,<br />
Gilberto</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.585 seconds -->
