Modify ↓
#7950 closed defect (fixed)
Missing files in r5421
| Reported by: | Don-vip | Owned by: | stoecker |
|---|---|---|---|
| Priority: | blocker | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Some files have not been committed in r5421 and JOSM does not compile anymore:
ElemStyle.java
LinePrototype.java
(These files are still using the getDefaultSegmentWidth() method that has been removed)
Attachments (0)
Change History (3)
comment:1 Changed 10 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 months ago by stoecker
I hate "ant". It never catches all dependencies. With a proper makefile "make" is enough to test if there really nothing is using the removed parts.
comment:3 Changed 10 months ago by Don-vip
Eclipse is also able to see it very quickly :)
Note: See
TracTickets for help on using
tickets.



In 5426/josm: