RobertBColton / DockFX

A fully featured docking library for the JavaFX platform.
Mozilla Public License 2.0
278 stars 107 forks source link

Demo broken #6

Closed Naios closed 9 years ago

Naios commented 9 years ago

5d78203a0585a2ad

The current demo application is broken, it opens and closes instantly.

Revision 68a803b7f0ee770 is working as intended.

RobertBColton commented 9 years ago

@Naios Thank you for bringing this to my attention. My local git was not configured to be case sensitive so the actual file rename was never committed. I followed the stack overflow post to change the configuration: http://stackoverflow.com/questions/17683458/how-do-i-commit-case-sensitive-only-filename-changes-in-git

Everything should be good now as of https://github.com/RobertBColton/DockFX/commit/75e4ceccb1815ab0a1da630a0bd049402a74a0fc

Please let me know if this solves your issues.

Naios commented 9 years ago

Fixed by 75e4ceccb1815ab0a1da630, thanks.

Naios commented 9 years ago

But broken again in 36128c2269498d8

RobertBColton commented 9 years ago

@Naios It should be fine with a fresh checkout, it deleted it on my local disk and didn't recreate it. Just create the lowercase default.css again and copy the contents. Make sure to configure your git as case sensitive. Master is fine, the file is there with the correct case sensitivity: https://github.com/RobertBColton/DockFX/tree/master/src/main/resources/org/dockfx Your fork is just out of synch, once you recreate the file make sure git isn't trying to stage it for commit or else just do a fresh checkout.

Naios commented 9 years ago

yep, you are right, rebased the fork already.