<?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: Automatic continuous compilation of webforms on linux/unix</title>
	<atom:link href="http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-continuous-compilation-of-webforms-on-linuxunix</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ramesh</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3668</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3668</guid>
		<description><![CDATA[Every time changes are made to the forms, it is a real pain ftp them to the server and compile again and test it.

Ramesh]]></description>
		<content:encoded><![CDATA[<p>Every time changes are made to the forms, it is a real pain ftp them to the server and compile again and test it.</p>
<p>Ramesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3667</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3667</guid>
		<description><![CDATA[It give me
FRM-91500: Unable to start/complete the build.
when i run the  frmcmp.sh in crontab]]></description>
		<content:encoded><![CDATA[<p>It give me<br />
FRM-91500: Unable to start/complete the build.<br />
when i run the  frmcmp.sh in crontab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan Zeeman</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3666</link>
		<dc:creator>Arjan Zeeman</dc:creator>
		<pubDate>Thu, 10 Aug 2006 13:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3666</guid>
		<description><![CDATA[The need to checkin before the form is compilated on the correct platform is not very attractive during development. I can imagine a developer does not want to wait x minute(s) before (unit)testing his/her progress on a linux/unix based environment.
Does your develop-environment support alternative ways in this? I created a specific samba-share to the development AS. Every developer was able to put sources in that share and from there the compilation-process was started every 10 seconds or so. All it takes is an extra limited user for the samba-share.]]></description>
		<content:encoded><![CDATA[<p>The need to checkin before the form is compilated on the correct platform is not very attractive during development. I can imagine a developer does not want to wait x minute(s) before (unit)testing his/her progress on a linux/unix based environment.<br />
Does your develop-environment support alternative ways in this? I created a specific samba-share to the development AS. Every developer was able to put sources in that share and from there the compilation-process was started every 10 seconds or so. All it takes is an extra limited user for the samba-share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Crone</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3665</link>
		<dc:creator>Andre Crone</dc:creator>
		<pubDate>Mon, 31 Jul 2006 10:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3665</guid>
		<description><![CDATA[Why nog use make and compile only what needs recompilation?]]></description>
		<content:encoded><![CDATA[<p>Why nog use make and compile only what needs recompilation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harm Verschuren</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3664</link>
		<dc:creator>Harm Verschuren</dc:creator>
		<pubDate>Mon, 24 Jul 2006 08:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3664</guid>
		<description><![CDATA[Compilation is done with the application owner against the database the application is supposed to run. So, if the application is suppost to run against the testdatabase, it is conmpiled against the test database. This database schema is the same on both unix and windows.

Compilation can fail in real life, so we generate some logging facilities. An email is sent to a designated user every time the compile job runs. This email contains also the forms compiler output. Sending an email is a standard feature of the crontab facility. Adding the form compiler output to the email is something we programmed by redirecting the compiler output to the email. There is no distinct in notification between succeesful compilation and errors. The desinated user always has to look through the email to see if there are errors.]]></description>
		<content:encoded><![CDATA[<p>Compilation is done with the application owner against the database the application is supposed to run. So, if the application is suppost to run against the testdatabase, it is conmpiled against the test database. This database schema is the same on both unix and windows.</p>
<p>Compilation can fail in real life, so we generate some logging facilities. An email is sent to a designated user every time the compile job runs. This email contains also the forms compiler output. Sending an email is a standard feature of the crontab facility. Adding the form compiler output to the email is something we programmed by redirecting the compiler output to the email. There is no distinct in notification between succeesful compilation and errors. The desinated user always has to look through the email to see if there are errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/07/19/automatic-continuous-compilation-of-webforms-on-linuxunix/#comment-3663</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 23 Jul 2006 08:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1283#comment-3663</guid>
		<description><![CDATA[Harm,

Though of course it is not supposed to happen, say that compilation on the Linux server fails, for example because a different database user is used for compilation than on the Windows client. Is there a way to find out about such compilation failures?

Otherwise: great stuff and thanks a lot for sharing. (Not sure though about the &lt;i&gt;&#039;(remember minimize ease)!&#039;&lt;/i&gt; remark).]]></description>
		<content:encoded><![CDATA[<p>Harm,</p>
<p>Though of course it is not supposed to happen, say that compilation on the Linux server fails, for example because a different database user is used for compilation than on the Windows client. Is there a way to find out about such compilation failures?</p>
<p>Otherwise: great stuff and thanks a lot for sharing. (Not sure though about the <i>&#8216;(remember minimize ease)!&#8217;</i> remark).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
