Ticket #71 (closed Feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Usage of flnk files in command line compiler

Reported by: bwilliams Assigned to: bwilliams
Priority: High Milestone: Prototype Release
Component: Parsers Keywords:
Cc:

Description

There is currently no way to use flnk files in the command line compiler like you can in eclipse. You always must specify a full path, otherwise it will not find the basedomain/resource you are using. Eclipse just uses the project base directory as the flnk base directory, the command line compiler just doesn't set a default. Perhaps we should have an option for this path?

The other option is to change the way baseresources and basedomains work, making all of them be compiled into the linkage object, instead of being compiled into the policy file by demand, and when the policy file specifies one it will just get a handle for the object requested. The only problem with this was if you had two basedomains with the same name, and want to use one in one place and the other in another place, this is why it was not done before. The advantage of this is it simplifies the code, and treats them more like the policy and dictionary files, rather than like header files.

Change History

06/07/06 16:06:25 changed by Brian Williams

Assigned to Brian Williams

06/21/06 12:44:31 changed by Jeff Bankert

Edited

02/16/07 11:43:58 changed by bwilliams

  • status changed from assigned to closed.
  • resolution set to fixed.
  • type changed from Bug to Feature.
  • component changed from Text IDE to Parsers.
  • milestone set to Prototype Release.