----- Original Message ----- From: "Sisyphus" <[EMAIL PROTECTED]>
To: "Alan Campbell" <[EMAIL PROTECTED]>; "inline" <inline@perl.org>
Sent: Tuesday, March 06, 2007 7:59 PM
Subject: Re: install Inline-Java-0.52 on Windows XP



It installs onto ActivePerl ok for me - but the machine with the internet connection doesn't have j2sdk on it -

Now it does, and the ppm seems to work fine with ActivePerl build 819 (at least in so far as the the test suite goes):

C:\_32\comp_819\Inline-Java-0.52>set PERL_INLINE_JAVA_J2SDK=C:\jdk1.5.0_07

C:\_32\comp_819\Inline-Java-0.52>perl tests.txt
t/01_init..............
Perl version is 5.008008
Inline version is 0.44
Inline::Java version is 0.52
J2SDK version is 1.5.0_07, from C:\jdk1.5.0_07
CLASSPATH is <empty>
t/01_init..............ok
t/02_primitives........ok
t/02_primitives_1_4....ok
t/03_objects...........ok
t/04_members...........ok
t/05_arrays............ok
t/06_static............ok
t/07_polymorph.........ok
t/08_study.............ok
t/09_usages............ok
t/10_1_shared_alone....ok
t/10_2_shared_start....skipped
       all skipped: no reason given
t/10_3_shared_use......skipped
       all skipped: no reason given
t/10_4_shared_stop.....skipped
       all skipped: no reason given
t/10_5_shared_fork.....skipped
       all skipped: no reason given
t/10_6_shared_sim......ok
t/11_exceptions........ok
t/12_1_callbacks.......ok
t/13_handles...........ok
t/14_encoding..........ok
t/15_native_doubles....ok
t/99_end...............ok
All tests successful, 4 tests skipped.
Files=22, Tests=337, 29 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

C:\_32\comp_819\Inline-Java-0.52>type tests.txt

use warnings;
use Test::Harness;

@files = qw(
t/01_init.t
t/02_primitives.t
t/02_primitives_1_4.t
t/03_objects.t
t/04_members.t
t/05_arrays.t
t/06_static.t
t/07_polymorph.t
t/08_study.t
t/09_usages.t
t/10_1_shared_alone.t
t/10_2_shared_start.t
t/10_3_shared_use.t
t/10_4_shared_stop.t
t/10_5_shared_fork.t
t/10_6_shared_sim.t
t/11_exceptions.t
t/12_1_callbacks.t
t/13_handles.t
t/14_encoding.t
t/15_native_doubles.t
t/99_end.t
);

runtests(@files);

__END__

Cheers,
Rob


Reply via email to