<?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>Comentarios en: Realizar script en linux para ejecutar programas en Java (2ª Parte)</title>
	<atom:link href="http://www.telepieza.com/wordpress/2008/05/27/realizar-script-en-linux-para-ejecutar-programas-en-java-2%c2%aa-parte/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.telepieza.com/wordpress/2008/05/27/realizar-script-en-linux-para-ejecutar-programas-en-java-2%c2%aa-parte/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 05:44:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Francisco Moraga</title>
		<link>http://www.telepieza.com/wordpress/2008/05/27/realizar-script-en-linux-para-ejecutar-programas-en-java-2%c2%aa-parte/#comment-524</link>
		<dc:creator>Francisco Moraga</dc:creator>
		<pubDate>Wed, 26 Nov 2008 05:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.telepieza.com/wordpress/2008/05/27/realizar-script-en-linux-para-ejecutar-programas-en-java-2%c2%aa-parte/#comment-524</guid>
		<description>Esta muy bueno el tema, pero soy bastante neofito en esto y neesito convertir un bat en un script sh.

El bat es el siguiente:

@if not exist lib\xwexplore.jar goto ok1

@del lib\xwexplore.jar

:ok1

@if not exist plugin\xwexplore_basic_plugin.jar goto ok2

@del plugin\xwexplore_basic_plugin.jar

:ok2

java -mx800m -ms256m -classpath lib\instancecreator2.jar;
lib\tool-common.jar;lib\taxeditor2.jar;lib\xwexplorer.jar;lib\xwandlink.jar;
lib\xmlpro.jar;lib\xmlschemac.jar;lib\xmltransx.jar;lib\xwand.jar;
lib\xwandschema.jar;lib\xbrldiff2se.jar;lib\xmlpath2.jar;
lib\xmlpath2fn.jar;lib\xwand_xpath2.jar -

Dcom.fujitsu.xml.xbrl.report.taxonomy.supportCSV=yes com.fujitsu.xml.xbrl.xwexplorer.XWandExplorerPlatform %*

Yo trate de hacer esto, pero no me funciona:

#!/bin/bash

# ex:
# ~/folder$ ./

# classpath
CLASSPATH=&quot;lib\instancecreator2.jar:lib\tool-common.jar:lib\taxeditor2.jar:lib\xwexplorer.jar:lib\xwandlink.jar:
lib\xmlpro.jar:lib\xmlschemac.jar:lib\xmltransx.jar:lib\xwand.jar:
lib\xwandschema.jar:lib\xbrldiff2se.jar:lib\xmlpath2.jar:
lib\xmlpath2fn.jar:lib\xwand_xpath2.jar

java -Xmx512m -cp &quot;$CLASSPATH&quot;
Dcom.fujitsu.xml.xbrl.report.taxonomy.supportCSV=yes com.fujitsu.xml.xbrl.xwexplorer.XWandExplorerPlatform %*

Si me puedes orientar, desde ya muchas gracias</description>
		<content:encoded><![CDATA[<p>Esta muy bueno el tema, pero soy bastante neofito en esto y neesito convertir un bat en un script sh.</p>
<p>El bat es el siguiente:</p>
<p>@if not exist lib\xwexplore.jar goto ok1</p>
<p>@del lib\xwexplore.jar</p>
<p> <img src='http://www.telepieza.com/wordpress/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> k1</p>
<p>@if not exist plugin\xwexplore_basic_plugin.jar goto ok2</p>
<p>@del plugin\xwexplore_basic_plugin.jar</p>
<p> <img src='http://www.telepieza.com/wordpress/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> k2</p>
<p>java -mx800m -ms256m -classpath lib\instancecreator2.jar;<br />
lib\tool-common.jar;lib\taxeditor2.jar;lib\xwexplorer.jar;lib\xwandlink.jar;<br />
lib\xmlpro.jar;lib\xmlschemac.jar;lib\xmltransx.jar;lib\xwand.jar;<br />
lib\xwandschema.jar;lib\xbrldiff2se.jar;lib\xmlpath2.jar;<br />
lib\xmlpath2fn.jar;lib\xwand_xpath2.jar -</p>
<p>Dcom.fujitsu.xml.xbrl.report.taxonomy.supportCSV=yes com.fujitsu.xml.xbrl.xwexplorer.XWandExplorerPlatform %*</p>
<p>Yo trate de hacer esto, pero no me funciona:</p>
<p>#!/bin/bash</p>
<p># ex:<br />
# ~/folder$ ./</p>
<p># classpath<br />
CLASSPATH=&#8221;lib\instancecreator2.jar:lib\tool-common.jar:lib\taxeditor2.jar:lib\xwexplorer.jar:lib\xwandlink.jar:<br />
lib\xmlpro.jar:lib\xmlschemac.jar:lib\xmltransx.jar:lib\xwand.jar:<br />
lib\xwandschema.jar:lib\xbrldiff2se.jar:lib\xmlpath2.jar:<br />
lib\xmlpath2fn.jar:lib\xwand_xpath2.jar</p>
<p>java -Xmx512m -cp &#8220;$CLASSPATH&#8221;<br />
Dcom.fujitsu.xml.xbrl.report.taxonomy.supportCSV=yes com.fujitsu.xml.xbrl.xwexplorer.XWandExplorerPlatform %*</p>
<p>Si me puedes orientar, desde ya muchas gracias</p>
]]></content:encoded>
	</item>
</channel>
</rss>

