<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Scripts to Help with GlassFish Development</title>
	<atom:link href="http://antwerkz.com/scripts-to-help-with-glassfish-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://antwerkz.com/scripts-to-help-with-glassfish-development/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Sep 2011 22:40:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jane Young</title>
		<link>http://antwerkz.com/scripts-to-help-with-glassfish-development/#comment-109</link>
		<dc:creator>Jane Young</dc:creator>
		<pubDate>Tue, 18 May 2010 13:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.antwerkz.com/?p=4537#comment-109</guid>
		<description>&lt;a href=&quot;#comment-15703&quot; rel=&quot;nofollow&quot;&gt;@jlee &lt;/a&gt;
I&#039;m using Mac OS and on a bash shell.
I&#039;ll take a look at rebundle.sh.</description>
		<content:encoded><![CDATA[<p><a href="#comment-15703" rel="nofollow">@jlee </a><br />
I&#8217;m using Mac OS and on a bash shell.<br />
I&#8217;ll take a look at rebundle.sh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlee</title>
		<link>http://antwerkz.com/scripts-to-help-with-glassfish-development/#comment-108</link>
		<dc:creator>jlee</dc:creator>
		<pubDate>Tue, 18 May 2010 11:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.antwerkz.com/?p=4537#comment-108</guid>
		<description>I&#039;ll have to check into #1.  It seems to be working everywhere else.  What OS are you on?  for #2, the devtests.sh script uses that variable to find config.properties before running the devtests.  If you don&#039;t ever run those, then you&#039;re probably ok without it.  As for #3, there&#039;s rebundle.sh that&#039;ll work from the top level.  It, in fact, calls updateBundle.sh from each changed module root.  updateBundle.sh is intended to be a targeted update.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have to check into #1.  It seems to be working everywhere else.  What OS are you on?  for #2, the devtests.sh script uses that variable to find config.properties before running the devtests.  If you don&#8217;t ever run those, then you&#8217;re probably ok without it.  As for #3, there&#8217;s rebundle.sh that&#8217;ll work from the top level.  It, in fact, calls updateBundle.sh from each changed module root.  updateBundle.sh is intended to be a targeted update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane Young</title>
		<link>http://antwerkz.com/scripts-to-help-with-glassfish-development/#comment-107</link>
		<dc:creator>Jane Young</dc:creator>
		<pubDate>Tue, 18 May 2010 01:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.antwerkz.com/?p=4537#comment-107</guid>
		<description>Hi Justin,

Thank you for the helpful scripts.  There are couple issues with updateBundle.sh:

1.  The script calls &quot;source  $0/../dev_base.sh&quot; but $0 returns $PWD/updateBundle.sh so running the script failed with &quot;updateBundle.sh: line 3: updateBundle.sh/../dev_base.sh: Not a directory&quot;.  The fix is change the line to  &quot;source `dirname &quot;$0&quot;`/dev_base.sh&quot;
2.  dev_base.sh checks for the environment APS_HOME.  Since I don&#039;t have v2 workspace checked-out plus this variable is not used in updateBundle.sh, I don&#039;t really need this environment so I commented out the lines that check for APS_HOME in dev_base.sh.
3. The script just moves the jar file from target directory to glassfish/modules directory.  I&#039;ll need to run this script in the module level, not in the top v3 level.   It&#039;ll be good to enhance the script to run from the top level and instead of a &quot;move&quot; create a symlink from glassfish/modules to the target directories so user just need to run this script once.

Jane</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Thank you for the helpful scripts.  There are couple issues with updateBundle.sh:</p>
<p>1.  The script calls &#8220;source  $0/../dev_base.sh&#8221; but $0 returns $PWD/updateBundle.sh so running the script failed with &#8220;updateBundle.sh: line 3: updateBundle.sh/../dev_base.sh: Not a directory&#8221;.  The fix is change the line to  &#8220;source `dirname &#8220;$0&#8243;`/dev_base.sh&#8221;<br />
2.  dev_base.sh checks for the environment APS_HOME.  Since I don&#8217;t have v2 workspace checked-out plus this variable is not used in updateBundle.sh, I don&#8217;t really need this environment so I commented out the lines that check for APS_HOME in dev_base.sh.<br />
3. The script just moves the jar file from target directory to glassfish/modules directory.  I&#8217;ll need to run this script in the module level, not in the top v3 level.   It&#8217;ll be good to enhance the script to run from the top level and instead of a &#8220;move&#8221; create a symlink from glassfish/modules to the target directories so user just need to run this script once.</p>
<p>Jane</p>
]]></content:encoded>
	</item>
</channel>
</rss>

