#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
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
This bug has been resolved.