Opened 18 years ago
Closed 17 years ago
#86 closed defect (worksforme)
Move lisp utilities to Promot directory (Win build)
Reported by: | ginkel | Owned by: | ginkel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Promot | Version: | |
Severity: | fatal | Keywords: | |
Cc: |
Description
Change History (1)
comment:1 Changed 17 years ago by rempel
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
code-generator has to be included anyway, so it doesn't matter if the working asdf (default asdf from acl doesnt work for promot.asd, otherwise lisp-utilities directory could be removed altogether and system-wide asdf.lisp could be used) is located under code-generator/lisp-utilities. as it is the component code-generator can be build alone, but promot depends on fdl, code-generator (+asdf in utilities from code-generator), test, xml, maxima. the only working alternative i see is a duplication of the lisp-utilities dir (code-generator/lisp-utilities + promot/lisp-utilities), but the asdf-location has to be specified and tested during configure anyway (so the only benefit i see is the cahged default from code-generator/lisp-utilities -> promot/lisp-utilities). i m not sure if working with the default asdf for code-generator (works) mixes with using another asdf for promot, which could than be moved -> promot/lisp-utilities.
in short i don't see a problem if the specified location for asdf (in promot) is located under code-generator/lisp-utilities.