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

Last modified 16 years ago

#343 assigned defect

.prj files are not well formed to be readable by TOL

Reported by: Víctor de Buen Remiro Owned by: livan
Priority: normal Milestone:
Component: Interface Version: head
Severity: normal Keywords:
Cc:

Description

In .prj files there are tags to indicate the interface how to handle the project and a
last tag called [Included TOL Files] to be used by TOL to include project nodes as
any other TOL file (.tol, .bdt, ...).

The syntax should be

[Included TOL Files]
Set <project_name>.1=Include("<file_name_1>.{tol|bdt|...}");
...
Set <project_name>.n=Include("<file_name_n>.{tol|bdt|...}");

including just all TOL data or code files from the project in the especified order.

However, the tag [Included TOL Files] is incomplete or lost in projects created with
TOLBase.

Regards.

Change History (5)

comment:1 Changed 19 years ago by rcsoto

Owner: changed from Javier Portugal to jmdedios

comment:2 Changed 19 years ago by jgarcia

Status: newassigned

comment:3 Changed 19 years ago by jmdedios

Owner: changed from jmdedios to rcsoto
Status: assignednew

comment:4 Changed 19 years ago by jgarcia

Status: newassigned

comment:5 Changed 16 years ago by Víctor de Buen Remiro

Owner: changed from rcsoto to livan
Note: See TracTickets for help on using tickets.