Open GoogleCodeExporter opened 9 years ago
Really? It's 2012 and Windows still can't do symlinks? Is there no end to my
suffering?
Original comment by m...@samskivert.com
on 14 Jan 2012 at 6:36
Well, it exists on NTFS drives. You can create the symlink on Vista/7 by using
the following command:
mklink json ..\..\..\..\core\tests\playn\shared\json
But seems it's not the same format as the Unix symlink (or is there something
else wrong ??)
And symlinks don't exist for other drives formats such as FAT32...
So I don't think using symlinks is the correct solution :-\
Original comment by mbarbe...@gmail.com
on 14 Jan 2012 at 7:32
on win7, the '/j' option works.
cd to 'html\tests\playn\shared'
mklink json /j ..\..\..\..\core\tests\playn\shared\json
Original comment by kuo...@gmail.com
on 9 Feb 2012 at 2:51
Yeah, I discovered it few days before :-)
It's still a mess to have to delete the GIT revised Linux-symlink and re-create
it to a Win7 compatible one...
And what about other Windows platform ? I know XP is old now, but it's still
used all other the world.
Original comment by mbarbe...@gmail.com
on 9 Feb 2012 at 7:35
[deleted comment]
**WORKAROUND for those on XP**
I just ran some various eclipse plug-in updates and ran into this issue. Since
I'm still on Windows XP and I didn't feel like installing anything extra for
sym links. I just reverted the html/pom.xml to the version prior to
r5fe697927a5d
This might be obvious for others, but documenting anyway. The trunk code base
still appears to work with the old pom, as of rb2ec1abc09b1
Original comment by kirkkoh...@gmail.com
on 23 Jul 2012 at 9:46
Original issue reported on code.google.com by
mbarbe...@gmail.com
on 14 Jan 2012 at 8:58