Skip Menu |

This queue is for tickets about the Inline-Java CPAN distribution.

Report information
The Basics
Id: 21567
Status: resolved
Priority: 0/
Queue: Inline-Java

People
Owner: patl [...] cpan.org
Requestors: dam [...] baltic-online.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.51
Fixed in: (no value)



Subject: Two minor documentation fixed
One minor fix in the doc and one typo: default on shared jvm is 7891 starting at 0.40
Subject: Inline-Java-0.51-doc.patch
diff -Naur Inline-Java-0.51/Java.pod Inline-Java-0.51-patched/Java.pod --- Inline-Java-0.51/Java.pod 2006-04-03 15:47:16.000000000 +0200 +++ Inline-Java-0.51-patched/Java.pod 2006-09-19 13:30:53.573165000 +0200 @@ -138,7 +138,7 @@ Specifies the starting port number for the server. If many C<Inline::Java> blocks are declared, the port number is incremented each time. Default is 0 (next available port number), -default for SHARED_JVM mode is 7890. +default for SHARED_JVM mode is 7891. Ex: PORT => 4567 @@ -185,7 +185,7 @@ =item CLASSPATH Adds the specified CLASSPATH. This CLASSPATH will only be available -threw the user classloader. To set the CLASSPATH globally (which is +through the user classloader. To set the CLASSPATH globally (which is most probably what you want to do anyways), use the CLASSPATH environment variable.
Subject: Re: [rt.cpan.org #21567] Two minor documentation fixed
Date: Tue, 19 Sep 2006 13:39:45 -0400
To: bug-Inline-Java [...] rt.cpan.org
From: "Patrick LeBoutillier" <patrick.leboutillier [...] gmail.com>
Dagobert, Thanks for the patch. I applied it. Patrick On 9/19/06, Dagobert Michelsen via RT <bug-Inline-Java@rt.cpan.org> wrote: Show quoted text
> > Tue Sep 19 07:40:48 2006: Request 21567 was acted upon. > Transaction: Ticket created by dmichelsen > Queue: Inline-Java > Subject: Two minor documentation fixed > Broken in: 0.51 > Severity: Unimportant > Owner: Nobody > Requestors: dam@baltic-online.de > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21567 > > > > One minor fix in the doc and one typo: default on shared jvm is 7891 > starting at 0.40 > > > diff -Naur Inline-Java-0.51/Java.pod Inline-Java-0.51-patched/Java.pod > --- Inline-Java-0.51/Java.pod 2006-04-03 15:47:16.000000000 +0200 > +++ Inline-Java-0.51-patched/Java.pod 2006-09-19 13:30:53.573165000 +0200 > @@ -138,7 +138,7 @@ > Specifies the starting port number for the server. If many > C<Inline::Java> blocks are declared, the port number is > incremented each time. Default is 0 (next available port number), > -default for SHARED_JVM mode is 7890. > +default for SHARED_JVM mode is 7891. > > Ex: PORT => 4567 > > @@ -185,7 +185,7 @@ > =item CLASSPATH > > Adds the specified CLASSPATH. This CLASSPATH will only be available > -threw the user classloader. To set the CLASSPATH globally (which is > +through the user classloader. To set the CLASSPATH globally (which is > most probably what you want to do anyways), use the CLASSPATH > environment variable. > > > >
-- ===================== Patrick LeBoutillier Laval, Québec, Canada
Patch applied. Will be available in 0.52