close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#335 closed defect (fixed)

Include with F11 (Eval Window)

Reported by: sdelfresno Owned by: danirus
Priority: high Milestone:
Component: SetAlgebra Version: head
Severity: major Keywords:
Cc:

Description

Please, compile the following code in the Eval Window:

Set Include("prueba.tol");

Tol returns:
Ha sido incluído el fichero C:/Archivos de
programa/Bayes/TolBaseCVS20051114/bin/prueba.tol

At the begining, the file doesn't exist in path in which Tol finds it. However, Tol
generates the file empty and includes it instead of returns an error message
warning that the file doesn't exist in this path.

The same happens if we compile:

Set IncludeBDT("prueba.bdt");
Set IncludeBST("prueba.bst");

But in this case, Tol returns the next error messages:

ERROR: (BDT) C:/Archivos de
programa/Bayes/TolBaseCVS20051114/bin/prueba.bdt no tiene formato BDT.

ERROR: (BST) C:/Archivos de
programa/Bayes/TolBaseCVS20051114/bin/prueba.bst
En el fichero C:/Archivos de
programa/Bayes/TolBaseCVS20051114/bin/prueba.bst, ÿ no es una estructura

The same happens when you compile a file with F11

Change History (2)

comment:1 Changed 19 years ago by danirus

Resolution: fixed
Status: newclosed

This bug has been resolved.

comment:2 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.