RE: Calabash: Java API

>   The only point IMHO is to decide when to use ';' or ':' as
> classpath delimiter.  I guess other Unix-like systems (for
> Windows) do require ';' but I do not know them.

I just fixed the shell script (it now uses the cygpath utility under
Cygwin).

> 
>   About the Java API itself, it sounds quite intuitive and I was
> able to write a simple test really quickly.  It looks like JAXP
> and that's a good thing I think.

That was my intention. Good to hear you like the API.

> 
>   I noticed that when you use a Source with a system ID as input
> for a port, when it is relative it is resolved using the pipeline
> document system ID as base URI.  Not sure this the best choice.
> Why do not use the current directory instead (as it is done for
> the pipeline document's Source itself?)

You may be right, I don't really remember why I did it this way... I
will look into that and think about it a bit more.

Regards,
Vojtech

Received on Thursday, 23 July 2009 10:31:02 UTC