Created
February 27, 2015 20:26
-
-
Save shawmanz32na/b8f982c2e036cea3219a to your computer and use it in GitHub Desktop.
Create symbolic links for Ivy Libraries in the Ant Libraries directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /f %G in ('dir /A:-D /B "C:\Program Files\Apache Software Foundation\Ivy\apache-ivy-2.4.0\lib"') DO mklink "C:\Program Files\Apache Software Foundation\Ant\apache-ant-1.9.4\lib\%G" "C:\Program Files\Apache Software Foundation\Ivy\apache-ivy-2.4.0\lib\%G" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment