gvSIG bugs #4646

Scripting: System.out.println is ignored in the console

Added by Antonio Falciano over 6 years ago. Updated about 4 years ago.

Status:New% Done:

0%

Priority:LowSpent time:-
Assignee:-
Category:Scripting
Target version:-
Severity:Major Add-on version:
gvSIG version:1.12.0 Add-on build:
gvSIG build: Add-on resolve version:
Operative System: Add-on resolve build:
Keywords: Proyecto:
Has patch: Hito:
Add-on name:Unknown

Description

System.out.println is ignored both in the console of the Scripting composer and the Jython console itself since gvSIG 1.12 at least.
For instance, if I execute the following helloWorld.py script:

# encoding: utf-8

from java.lang import System

def main(*args):

    System.out.println("Hello world")

these are the log messages:

Running script helloWorld.
Script helloWorld terminated.

Related to #4250?

History

#1 Updated by Joaquín del Cerro Murciano over 6 years ago

  • Target version changed from 2.4.0-2850-final (rev. org.gvsig.desktop-2.0.220) to 2.5.1-3044

#2 Updated by Joaquín del Cerro Murciano about 4 years ago

  • Priority changed from Normal to Low

#3 Updated by Álvaro Anguix about 4 years ago

  • Target version deleted (2.5.1-3044)

Also available in: Atom PDF