Hi larry,thanks for the model. I am going to write a couple of batch sample to
use with gdal ad give a feedback
Peppe
--- Lun 14/12/09, Larry Becker ha scritto:
Da: Larry Becker
Oggetto: Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal
A: "OpenJump develop and use"
Data:
I have committed a CmdRunner support class. Here is an example script for
the nightly build that demonstrates it:
{
import org.openjump.core.ui.plugin.customize.CmdRunner;
char delimiter = '\t'; //delimiter character must not occur in command line
String commandLine = "C:\\dup.bat" + delimiter +
Hi Peppe,
That is an interesting idea. I would require some new support classes,
but nothing that we haven't done already in iGOR.
regards,
Larry
On Mon, Dec 14, 2009 at 9:47 AM, Giuseppe Aruta wrote:
> Hi all,
> I want to create some customized batch files which I can run directly from
> OJ