Opened 16 years ago
Closed 16 years ago
#107 closed defect (fixed)
Research/decide where to put dynamic files
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | critical | Milestone: | MS1: First release (1.0.0) |
Component: | ui | Version: | pre-1.0 |
Keywords: | Cc: |
Description
Various parts of JaCaVi are designed to be modified by the users or at least by administrators, including but not limited to:
- tiles/: the tile definitions and bitmaps
- tracks/: the track definitions
- cars/: the car definitions and bitmaps
- agents/: the driving agent scripts
All of these are currently in the sources folder. It should be researched where to put them in the final (product) version of JaCaVi. In the runtime-workspace? Completely outside? Configurable location? Where they are right now?
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from nobody to Fabian Rohn |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Owner: | changed from Fabian Rohn to Henrik Heimbuerger |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The four folders listed above are now taken from the working directory.
Missing fix of removing the swtImage from Car has been moved into a separate ticket (#161).
Note: See
TracTickets for help on using
tickets.
New commit by hheimbuerger (revision [486]):
[Partial fix for ticket #107] All modifyable resources are now taken from the working directory and no longer embedded into the JAR.