Opened 8 years ago
Closed 6 years ago
#63 closed defect (fixed)
Windowns specific classes are lost when build files are generated under Unix
Reported by: | vranyj1 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 8.0.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | yes |
Description
To test, try to regenerate build files for stx:libview.
Change History (3)
comment:1 Changed 6 years ago by
Milestone: | → 8.0.0 |
---|
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
After years, this annoyance is finally fixed:
- ad4d685d5123/stx.libbasic: Issue #63: Keep platform-specific classes updating package class list …
- 7371720deeff/stx.libscm: Issue #63: Simplified #doUpdateProjectDefinition Do not tinker with …
- bfbf726020fc/stx.goodies.regression: Issue #63: Added tests
Note: See
TracTickets for help on using
tickets.
The problem is not in generating files but in updating a class list. When
#classNamesAndAttributes
is updated, classes for other platforms than current are gone.