octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65408] "methods some_classdef" fails if no ja


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #65408] "methods some_classdef" fails if no java support
Date: Sun, 3 Mar 2024 22:00:38 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?65408>

                 Summary: "methods some_classdef" fails if no java support
                   Group: GNU Octave
               Submitter: cbm
               Submitted: Mon 04 Mar 2024 03:00:37 AM UTC
                Category: Classdef
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 04 Mar 2024 03:00:37 AM UTC By: Colin Macdonald <cbm>
I built Octave 8.4.0 from source without Java and `methods` works fine:


>> javaObject
error: javaObject: support for Java was unavailable or disabled when 

>> methods classdef_infile
Methods for class classdef_infile:
classdef_infile  disp


But with stable from two days ago, I cannot:


>> javaObject
error: javaObject: support for Java was unavailable or disabled when Octave
was built

>> methods classdef_infile
error: javaMethod: support for Java was unavailable or disabled when Octave
was built
error: called from
    methods at line 70 column 16


(it works fine with Java support setup).

I dunno if this is worth blocking the release for: maybe everyone builts with
java support (?)

The classdef example file is attached to https://savannah.gnu.org/bugs/?65398

I notice it doesn't seem to effect old-style classes:

methods ftp
Methods for class ftp:
ascii    binary   cd       close    delete   dir      disp     ftp     
loadobj  mget     mkdir    mput     rename   rmdir    saveobj









    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65408>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]