Hi!

Where I can get latka sources?

I have a problem using latka:

I write test that submits page with several parameters:

  <request path="&srcurl;/doadd.php3"
         label="Do add url">
    <param>
       <paramName>url</paramName>
       <paramValue>http://www.kds.com.ua/</paramValue>
    </param>
    <param>
       <paramName>category</paramName> 
       <paramValue>14</paramValue>
    </param>
[...]

And that fails with:


org.apache.commons.latka.LatkaException: org.xml.sax.SAXParseException: 
org.apache.crimson.parser/P-034 request 84
        at org.apache.commons.latka.Latka.runTests(Latka.java:179)
        at org.apache.commons.latka.Latka.runCommandLine(Latka.java:313)
        at org.apache.commons.latka.Latka.main(Latka.java:345)
Wraps exception:
org.apache.commons.latka.LatkaException: org.xml.sax.SAXParseException: 
org.apache.crimson.parser/P-034 request 84
        at org.apache.commons.latka.Latka.runTests(Latka.java:179)
        at org.apache.commons.latka.Latka.runCommandLine(Latka.java:313)
        at org.apache.commons.latka.Latka.main(Latka.java:345)

What's wrong with the piece of code above?  I've used latka self-test as an
example.

Thanks in advance!

-- 
Andrey V Khavryuchenko          http://www.kds.com.ua/
Offshore Software Development

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to