Re: wonder/git question

2013-01-09 Thread Paul Hoadley
Hi Tim, On 09/01/2013, at 5:28 PM, Tim Worman li...@thetimmy.com wrote: For some reason, eGit in Eclipse shows every build.xml file in the Wonder project as changed. Does anyone else experience this that can maybe clue me in on what could be causing modifications to every single

Re: wonder/git question

2013-01-09 Thread Tim Worman
On Jan 9, 2013, at 1:31 AM, Paul Hoadley pa...@logicsquad.net wrote: Hi Tim, On 09/01/2013, at 5:28 PM, Tim Worman li...@thetimmy.com wrote: For some reason, eGit in Eclipse shows every build.xml file in the Wonder project as changed. Does anyone else experience this that can maybe

Re: wonder/git question

2013-01-09 Thread Bastian Triller
egit doesn't know that the build.xml files are symlinks. Java 1.7 doesn't support symlinks. So egit only reads the files content and gets confused. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=354367 Am Mittwoch, den 09.01.2013, 12:04 -0800 schrieb Tim Worman: On Jan 9, 2013, at 1:31 AM,

wonder/git question

2013-01-08 Thread Tim Worman
Hello: Today I did a git fetch upstream to update Wonder source. Then I performed a merge. All went fine. Following that, I installed the latest frameworks with: ant frameworks; sudo ant frameworks.install For some reason, eGit in Eclipse shows every build.xml file in the Wonder project as