<?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: Oracle Open Source : FoReDoclet</title>
	<atom:link href="http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-open-source-foredoclet</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: Amilkar</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-603</link>
		<dc:creator>Amilkar</dc:creator>
		<pubDate>Mon, 05 Dec 2011 16:22:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-603</guid>
		<description><![CDATA[in addittion to Scuba, i did an unconventional step I copied theÂ frmjdapi.jar from ~IDS/java path to the ~FoReDoclet/lib path and I have it working now.
thx Scuba]]></description>
		<content:encoded><![CDATA[<p>in addittion to Scuba, i did an unconventional step I copied theÂ frmjdapi.jar from ~IDS/java path to the ~FoReDoclet/lib path and I have it working now.<br />
thx Scuba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scuba</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-602</link>
		<dc:creator>Scuba</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:58:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-602</guid>
		<description><![CDATA[I finally got around the jdapi error by setting the oracle home and path:
I also used a newer pldoc since I had that installed too.
Â 
@ECHO OFF

set ORACLE_HOME=C:\DevSuiteHome_1
set PATH=%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin\classic;%ORACLE_HOME%\jlib;%ORACLE_HOME%\jdk\bin;%PATH%

REM Resolving the directory of foredoclet
set frddir=%~d0%~p0

set clpth=%frddir%;
set clpth=%clpth%%frddir%lib\castor-0.9.4.2-xml.jar;
set clpth=%clpth%%frddir%lib\cryptix-jce-api.jar;
set clpth=%clpth%%frddir%lib\cryptix-jce-provider.jar;
set clpth=%clpth%%frddir%lib\cryptix-message-api.jar;
set clpth=%clpth%%frddir%lib\cryptix-openpgp-provider.jar;
set clpth=%clpth%%frddir%lib\cryptix-pki-api.jar;
set clpth=%clpth%%frddir%lib\dom.jar;
set clpth=%clpth%%frddir%lib\foredoclet.jar;
set clpth=%clpth%%frddir%lib\jaxp-api.jar;
set clpth=%clpth%%frddir%lib\log4j-1.2.7.jar;
rem set clpth=%clpth%%frddir%lib\pldoc-0.7rc1.jar;
set clpth=%clpth%%C:\Support\Documentation\pldoc-0.9.0\pldoc.jar;
set clpth=%clpth%%frddir%lib\sax.jar;
set clpth=%clpth%%frddir%lib\velocity-dep-1.3.1-rc2.jar;
set clpth=%clpth%%frddir%lib\xercesImpl.jar;
set clpth=%clpth%C:\DevSuiteHome_1\forms\java\frmjdapi.jar;
set clpth=%clpth%%frddir%lib\jakarta-oro-2.0.6.jar;
set clpth=%clpth%%frddir%lib\IzPress.jar

set

java -Xmx512M -cp &quot;%clpth%&quot; nostran.foredoclet.DocSession %* &quot;-foredoclet.homedir=%frddir%&quot;]]></description>
		<content:encoded><![CDATA[<p>I finally got around the jdapi error by setting the oracle home and path:<br />
I also used a newer pldoc since I had that installed too.<br />
Â <br />
@ECHO OFF</p>
<p>set ORACLE_HOME=C:\DevSuiteHome_1<br />
set PATH=%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin\classic;%ORACLE_HOME%\jlib;%ORACLE_HOME%\jdk\bin;%PATH%</p>
<p>REM Resolving the directory of foredoclet<br />
set frddir=%~d0%~p0</p>
<p>set clpth=%frddir%;<br />
set clpth=%clpth%%frddir%lib\castor-0.9.4.2-xml.jar;<br />
set clpth=%clpth%%frddir%lib\cryptix-jce-api.jar;<br />
set clpth=%clpth%%frddir%lib\cryptix-jce-provider.jar;<br />
set clpth=%clpth%%frddir%lib\cryptix-message-api.jar;<br />
set clpth=%clpth%%frddir%lib\cryptix-openpgp-provider.jar;<br />
set clpth=%clpth%%frddir%lib\cryptix-pki-api.jar;<br />
set clpth=%clpth%%frddir%lib\dom.jar;<br />
set clpth=%clpth%%frddir%lib\foredoclet.jar;<br />
set clpth=%clpth%%frddir%lib\jaxp-api.jar;<br />
set clpth=%clpth%%frddir%lib\log4j-1.2.7.jar;<br />
rem set clpth=%clpth%%frddir%lib\pldoc-0.7rc1.jar;<br />
set clpth=%clpth%%C:\Support\Documentation\pldoc-0.9.0\pldoc.jar;<br />
set clpth=%clpth%%frddir%lib\sax.jar;<br />
set clpth=%clpth%%frddir%lib\velocity-dep-1.3.1-rc2.jar;<br />
set clpth=%clpth%%frddir%lib\xercesImpl.jar;<br />
set clpth=%clpth%C:\DevSuiteHome_1\forms\java\frmjdapi.jar;<br />
set clpth=%clpth%%frddir%lib\jakarta-oro-2.0.6.jar;<br />
set clpth=%clpth%%frddir%lib\IzPress.jar</p>
<p>set</p>
<p>java -Xmx512M -cp &#8220;%clpth%&#8221; nostran.foredoclet.DocSession %* &#8220;-foredoclet.homedir=%frddir%&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-601</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 28 Jan 2011 11:02:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-601</guid>
		<description><![CDATA[Hi Antonio,
Sorry, can&#039;t help you there (haven&#039;t used it in 6 years). But on the FoReDoclet page you can submit a bug report:Â &lt;a href=&quot;http://foredoclet.sourceforge.net/products/foredoclet/bugPage.htm&quot; rel=&quot;nofollow&quot;&gt;http://foredoclet.sourceforge.net/products/foredoclet/bugPage.htm&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi Antonio,<br />
Sorry, can&#8217;t help you there (haven&#8217;t used it in 6 years). But on the FoReDoclet page you can submit a bug report:Â <a href="http://foredoclet.sourceforge.net/products/foredoclet/bugPage.htm" rel="nofollow">http://foredoclet.sourceforge.net/products/foredoclet/bugPage.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-600</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-600</guid>
		<description><![CDATA[Please helpme, I tried install, 1.1 version, but send me error with autorun.vm.. this file not exists...]]></description>
		<content:encoded><![CDATA[<p>Please helpme, I tried install, 1.1 version, but send me error with autorun.vm.. this file not exists&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurizio</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-599</link>
		<dc:creator>Maurizio</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:59:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-599</guid>
		<description><![CDATA[Hi all,
I&#039;m testing this product using client configuration as point 19. It&#039;s working fine but I &#039;ve still problem reading PLSQL Code from my forms such as sample forms (core.fmb).

DEBUG nostran.foredoclet.util.TemplateHelper              - DEBUG WARNING: A package body was tried to be parsed (unknown PL/SQL object type)

appears in foredoclet.log file.
Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I&#8217;m testing this product using client configuration as point 19. It&#8217;s working fine but I &#8216;ve still problem reading PLSQL Code from my forms such as sample forms (core.fmb).</p>
<p>DEBUG nostran.foredoclet.util.TemplateHelper              &#8211; DEBUG WARNING: A package body was tried to be parsed (unknown PL/SQL object type)</p>
<p>appears in foredoclet.log file.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Nuijten</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-598</link>
		<dc:creator>Alex Nuijten</dc:creator>
		<pubDate>Mon, 20 Jul 2009 07:18:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-598</guid>
		<description><![CDATA[It&#039;s been quite a while that I have used this tool, in fact I have changed laptops since and haven&#039;t installed it on my &quot;new&quot; machine - which is due for replacement soon. You can&#039;t deinstall it the regular way you deinstall Windows applications?]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s been quite a while that I have used this tool, in fact I have changed laptops since and haven&#8217;t installed it on my &#8220;new&#8221; machine &#8211; which is due for replacement soon. You can&#8217;t deinstall it the regular way you deinstall Windows applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-597</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Mon, 13 Jul 2009 18:22:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-597</guid>
		<description><![CDATA[this tool is throwing errors for me...

any idea how to de-install?

thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>this tool is throwing errors for me&#8230;</p>
<p>any idea how to de-install?</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supriya</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-596</link>
		<dc:creator>supriya</dc:creator>
		<pubDate>Tue, 02 Jun 2009 05:36:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-596</guid>
		<description><![CDATA[hi Nilesh,

FYI...

The jdapi.jar file name varies from version to version.

For oracle forms version â€“ 101202, the name is â€œfrmjdapi.jarâ€, in the same way search
  for this file for other versions in the folder where oracle forms installed.

  Ex : in my machine oracle forms has been installed in the path of
        &quot; D:\DevSuiteHome_1\forms\java\frmjdapi.jar &quot;.

Have you selected the same path while installing FoReDoclet tool? If not please do that it will solve many problems...:-)

I am not aware of GAFORMS.fpp file and no other setup has been done my side while i was using this tool.

Thanks,
Supriya]]></description>
		<content:encoded><![CDATA[<p>hi Nilesh,</p>
<p>FYI&#8230;</p>
<p>The jdapi.jar file name varies from version to version.</p>
<p>For oracle forms version â€“ 101202, the name is â€œfrmjdapi.jarâ€, in the same way search<br />
  for this file for other versions in the folder where oracle forms installed.</p>
<p>  Ex : in my machine oracle forms has been installed in the path of<br />
        &#8221; D:\DevSuiteHome_1\forms\java\frmjdapi.jar &#8220;.</p>
<p>Have you selected the same path while installing FoReDoclet tool? If not please do that it will solve many problems&#8230;:-)</p>
<p>I am not aware of GAFORMS.fpp file and no other setup has been done my side while i was using this tool.</p>
<p>Thanks,<br />
Supriya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supriya</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-595</link>
		<dc:creator>supriya</dc:creator>
		<pubDate>Tue, 02 Jun 2009 05:30:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-595</guid>
		<description><![CDATA[Hi Alex,

Thanks for the reply. I got the answers for my questions after some investigation. ForDoclet 1.1 got worked on the below versions.
oracle database - 10201
D2K - 101202
Java Runtime Environment - 1.4.2

Only point to remember is fordoclet installs only the folder (with some sample projects) in whatever the path we give at installation time.everything has to process from this folder.

anyway i need one more information on this.

Is tehre any competitor tools available in market for this FoReDoclet Tool?

Thanks,
Supriya]]></description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Thanks for the reply. I got the answers for my questions after some investigation. ForDoclet 1.1 got worked on the below versions.<br />
oracle database &#8211; 10201<br />
D2K &#8211; 101202<br />
Java Runtime Environment &#8211; 1.4.2</p>
<p>Only point to remember is fordoclet installs only the folder (with some sample projects) in whatever the path we give at installation time.everything has to process from this folder.</p>
<p>anyway i need one more information on this.</p>
<p>Is tehre any competitor tools available in market for this FoReDoclet Tool?</p>
<p>Thanks,<br />
Supriya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Nuijten</title>
		<link>http://technology.amis.nl/2004/08/18/oracle-open-source-foredoclet/#comment-594</link>
		<dc:creator>Alex Nuijten</dc:creator>
		<pubDate>Wed, 27 May 2009 10:56:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=121#comment-594</guid>
		<description><![CDATA[Supriya,

From what I understand from the Sourceforge page, is that FoReDoclet only works with Forms 6 and 9. And you would have a newer version, so it would appear you&#039;re out of luck.
The last update to the SourceForge page was done in 2006, more than 3 years ago...]]></description>
		<content:encoded><![CDATA[<p>Supriya,</p>
<p>From what I understand from the Sourceforge page, is that FoReDoclet only works with Forms 6 and 9. And you would have a newer version, so it would appear you&#8217;re out of luck.<br />
The last update to the SourceForge page was done in 2006, more than 3 years ago&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
