Message4642

Author otmarhumbel
Recipients cburroughs, fwierzbicki, kfitch42, otmarhumbel
Date 2009-05-06.11:55:17
SpamBayes Score 7.169755e-05
Marked as misclassified No
Message-id <1241610918.17.0.652273095991.issue1339@psf.upfronthosting.co.za>
In-reply-to
Content
Now i did the following:

 - grab the 3.0.9 jna.jar from https://jna.dev.java.net
 - put together a snapshot full-build using this jna.jar
 - installed this snapshot on Ubuntu
 - ran test_grp.py

This was successful:

huo@bisonws0135:~/stuff/jython/jython-2.5b4-jna$ ./jython
./Lib/test/test_grp.py 
test_errors (__main__.GroupDatabaseTestCase) ... ok
test_values (__main__.GroupDatabaseTestCase) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.085s

OK
huo@bisonws0135:~/stuff/jython/jython-2.5b4-jna$ 


The snapshot build is here:
http://jython.extreme.st/sharedfiles/jython_installer-2.5b4-jna.jar
History
Date User Action Args
2009-05-06 11:55:18otmarhumbelsetmessageid: <1241610918.17.0.652273095991.issue1339@psf.upfronthosting.co.za>
2009-05-06 11:55:18otmarhumbelsetrecipients: + otmarhumbel, fwierzbicki, kfitch42, cburroughs
2009-05-06 11:55:18otmarhumbellinkissue1339 messages
2009-05-06 11:55:17otmarhumbelcreate