<?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 for Sam Alston&#039;s Blog</title>
	<atom:link href="http://kennelbound.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennelbound.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 10:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on WSDL2Java with Maven &#8211; Fixing &#8220;BadCommandLineException: grammar is not specified&#8221; by springer</title>
		<link>http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/comment-page-1/#comment-131</link>
		<dc:creator>springer</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/?p=8#comment-131</guid>
		<description>Guess the tags got stripped out , trying again : 

[configuration]
                [goalPrefix]jaxb[/goalPrefix]
                [schemaDirectory]src/main/resources/wsdl[/schemaDirectory]
                    [generatePackage]com.abc.jaxb.xyz[/generatePackage]
                    [generateDirectory]src/main/java[/generateDirectory]
                    [includeSchemas]
                        [includeSchema]XYZServices.xsd[/includeSchema]
                    [/includeSchemas]
                    [excludeSchemas]
                        [excludeSchema]test*.xsd[/excludeSchema]
                    [/excludeSchemas]
                    [includeBindings]
                        [includeBinding]*.xjb[/includeBinding]
                    [/includeBindings]
                    [strict]true[/strict]
                    [verbose]true[/verbose]
                    [args]-wsdl[/args]
                [/configuration]</description>
		<content:encoded><![CDATA[<p>Guess the tags got stripped out , trying again : </p>
<p>[configuration]<br />
                [goalPrefix]jaxb[/goalPrefix]<br />
                [schemaDirectory]src/main/resources/wsdl[/schemaDirectory]<br />
                    [generatePackage]com.abc.jaxb.xyz[/generatePackage]<br />
                    [generateDirectory]src/main/java[/generateDirectory]<br />
                    [includeSchemas]<br />
                        [includeSchema]XYZServices.xsd[/includeSchema]<br />
                    [/includeSchemas]<br />
                    [excludeSchemas]<br />
                        [excludeSchema]test*.xsd[/excludeSchema]<br />
                    [/excludeSchemas]<br />
                    [includeBindings]<br />
                        [includeBinding]*.xjb[/includeBinding]<br />
                    [/includeBindings]<br />
                    [strict]true[/strict]<br />
                    [verbose]true[/verbose]<br />
                    [args]-wsdl[/args]<br />
                [/configuration]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WSDL2Java with Maven &#8211; Fixing &#8220;BadCommandLineException: grammar is not specified&#8221; by springer</title>
		<link>http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/comment-page-1/#comment-130</link>
		<dc:creator>springer</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/?p=8#comment-130</guid>
		<description>Hi..in the last example - with schemaDirectory : src/main/wsdl/wsdlOnly, i assume it has a main WSDL and which references XSDs in the same directory. So, when we specify AccountService.wsdl , is AccountService.wsdl a WSDL or an XSD file? . I am getting this same exception when trying to convert a WSDL which references an XSD and both are in same directory. My config is : 


                jaxb
                src/main/resources/wsdl
                    com.abc.jaxb.xyz
                    src/main/java
                    
                        XYZServices.xsd
                    
                    
                        test*.xsd
                    
                    
                        *.xjb
                    
                    true
                    true
                    -wsdl
                </description>
		<content:encoded><![CDATA[<p>Hi..in the last example &#8211; with schemaDirectory : src/main/wsdl/wsdlOnly, i assume it has a main WSDL and which references XSDs in the same directory. So, when we specify AccountService.wsdl , is AccountService.wsdl a WSDL or an XSD file? . I am getting this same exception when trying to convert a WSDL which references an XSD and both are in same directory. My config is : </p>
<p>                jaxb<br />
                src/main/resources/wsdl<br />
                    com.abc.jaxb.xyz<br />
                    src/main/java</p>
<p>                        XYZServices.xsd</p>
<p>                        test*.xsd</p>
<p>                        *.xjb</p>
<p>                    true<br />
                    true<br />
                    -wsdl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Lejos on RCX 2.0 and Mac OSX Snow Leopard by Pepijn de Vos</title>
		<link>http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/comment-page-1/#comment-116</link>
		<dc:creator>Pepijn de Vos</dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/#comment-116</guid>
		<description>Thanks a lot. I still had to use 32 bit Java though.

Any chance you&#039;ll submit a patch to get it upstream?</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I still had to use 32 bit Java though.</p>
<p>Any chance you&#8217;ll submit a patch to get it upstream?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Lejos on RCX 2.0 and Mac OSX Snow Leopard by CY</title>
		<link>http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/comment-page-1/#comment-109</link>
		<dc:creator>CY</dc:creator>
		<pubDate>Sun, 09 Oct 2011 11:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/#comment-109</guid>
		<description>Thanks a lot :) Saved me and daughter&#039;s weekend!</description>
		<content:encoded><![CDATA[<p>Thanks a lot <img src='http://kennelbound.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Saved me and daughter&#8217;s weekend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Games: Fallout 3 Hacking Minigame Solver by Fallout minigame &#124; Jilleppe</title>
		<link>http://kennelbound.com/fallout-3-solver/comment-page-1/#comment-103</link>
		<dc:creator>Fallout minigame &#124; Jilleppe</dc:creator>
		<pubDate>Thu, 22 Sep 2011 23:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/?p=12#comment-103</guid>
		<description>[...] Games: Fallout 3 Hacking Minigame SolverOct 29, 2009 &#8230; Games: Fallout 3 Hacking Minigame Solver. I&#8217;ve added my Fallout 3 Solver back to the website, so if you were having trouble finding it before it &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Games: Fallout 3 Hacking Minigame SolverOct 29, 2009 &#8230; Games: Fallout 3 Hacking Minigame Solver. I&#8217;ve added my Fallout 3 Solver back to the website, so if you were having trouble finding it before it &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Lejos on RCX 2.0 and Mac OSX Snow Leopard by mike</title>
		<link>http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/comment-page-1/#comment-98</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 28 Aug 2011 09:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/#comment-98</guid>
		<description>I just hauled out my old RCX box to play around with, but of course my newer MBP couldn&#039;t play nicely with it. This article was exactly what I needed. Thanks!</description>
		<content:encoded><![CDATA[<p>I just hauled out my old RCX box to play around with, but of course my newer MBP couldn&#8217;t play nicely with it. This article was exactly what I needed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Lejos on RCX 2.0 and Mac OSX Snow Leopard by krunch</title>
		<link>http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/comment-page-1/#comment-89</link>
		<dc:creator>krunch</dc:creator>
		<pubDate>Mon, 01 Aug 2011 07:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/running-lejos-on-rcx-2-0-and-mac-osx-snow-leopard/#comment-89</guid>
		<description>Hi,

First of all, thanks so much for this informative post!

I&#039;ve followed everything and got it working. I initially had a problem with the Environment Variables not being saved after closing the console. (I&#039;m using Mac OS X Lion this instance)

What I did was edit &quot;~/.bash_profile&quot;, manually copied the environment variables in the lejos.env file and pasted it in .bash_profile. This ensures that the environment variables are saved.

-krunch</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all, thanks so much for this informative post!</p>
<p>I&#8217;ve followed everything and got it working. I initially had a problem with the Environment Variables not being saved after closing the console. (I&#8217;m using Mac OS X Lion this instance)</p>
<p>What I did was edit &#8220;~/.bash_profile&#8221;, manually copied the environment variables in the lejos.env file and pasted it in .bash_profile. This ensures that the environment variables are saved.</p>
<p>-krunch</p>
]]></content:encoded>
	</item>
</channel>
</rss>

