Mark Fink wrote:
> Hi Kent,
> many thanks for your help! In the meantime I received my "Jython
> Essentials" book and hope that I have much fewer questions in the near
> future.
> One last question for this thread. I tried to inherit from a Java class
> and override on method. I figured that this a
Hi Kent,
many thanks for your help! In the meantime I received my "Jython
Essentials" book and hope that I have much fewer questions in the near
future.
One last question for this thread. I tried to inherit from a Java class
and override on method. I figured that this approach was nonsense
because
Mark Fink wrote:
> Alan, Kent, many thanks this really helped!
> But there is still a problem I guess with inheritance. I use the java
> testsuit supplied with the original to test the server. If I use the
> Java FitServer the testsuite can be completed. I commented everything
> out from my class a
Mark Fink wrote:
> Please enlighten me. This seemed so easy yust inherit from a Java class
> overwrite one method - done. At the moment I do not know how to proceed
> :-((
It should be easy.
> Jython or jythonc?
> ==
> In general is it better to run programms with the jython inter
Frank LaFond wrote:
> Jython 2.2 Alpha 1 supports Java 1.5
It is also buggy and IIRC has a broken jythonc which is what the OP is
trying to use.
Kent
--
http://mail.python.org/mailman/listinfo/python-list
Please enlighten me. This seemed so easy yust inherit from a Java class
overwrite one method - done. At the moment I do not know how to proceed
:-((
Jython or jythonc?
==
In general is it better to run programms with the jython interpreter or
is it better to compile them first? I ha
Jython 2.2 Alpha 1 supports Java 1.5
Frank.
Kent Johnson wrote:
> Mark Fink wrote:
>
>> I observed something strange when I tried to compile the jython class:
>> 'assert' is a keyword, and may not be used as an identifier
>> (try -source 1.3 or lower to use 'assert' as an identifier)
>> publ
Mark Fink wrote:
> I observed something strange when I tried to compile the jython class:
> 'assert' is a keyword, and may not be used as an identifier
> (try -source 1.3 or lower to use 'assert' as an identifier)
> public static void assert(PyObject test, PyObject message) {
> Looks like some
I observed something strange when I tried to compile the jython class:
D:\AUT_TEST\workspace\JyFIT\fit>jythonc JyFitServer.py
processing JyFitServer
Required packages:
fitnesse.util
java.io
java.net
fitnesse.components*
Creating adapters:
Creating .java files:
JyFitServer module
Jy
Alan, Kent, many thanks this really helped!
But there is still a problem I guess with inheritance. I use the java
testsuit supplied with the original to test the server. If I use the
Java FitServer the testsuite can be completed. I commented everything
out from my class and it does not work??
Thats
Mark Fink wrote:
> I wrote a Jython class that inherits from a Java class and (thats the
> plan) overrides one method. Everything should stay the same.
>
> If I run this nothing happens whereas if I run the Java class it says:
> usage: java fit.FitServer [-v] host port socketTicket
> -v
[Mark Fink]
> I wrote a Jython class that inherits from a Java class and (thats the
> plan) overrides one method. Everything should stay the same.
>
> If I run this nothing happens whereas if I run the Java class it says:
> usage: java fit.FitServer [-v] host port socketTicket
> -v ver
I wrote a Jython class that inherits from a Java class and (thats the
plan) overrides one method. Everything should stay the same.
If I run this nothing happens whereas if I run the Java class it says:
usage: java fit.FitServer [-v] host port socketTicket
-v verbose
I think this is b
13 matches
Mail list logo