From 6c99b80b734488457190923be1b4dea63b4cab5c Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 2 Jul 2012 15:16:40 -0400 Subject: [PATCH] Add in a setupenvironment ant target specifically for setting up an FML environment from scratch --- fml/build.xml | 85 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 23 deletions(-) diff --git a/fml/build.xml b/fml/build.xml index 7a621fd60..e6d0458d8 100644 --- a/fml/build.xml +++ b/fml/build.xml @@ -1,11 +1,11 @@ - The Forge Mod Loader @@ -26,10 +26,10 @@ - + - + @@ -68,7 +68,6 @@ - @@ -91,23 +90,23 @@ - - - - - - - - - - + + + + + + + + + + - - - + + + @@ -151,9 +150,9 @@ - + - + @@ -214,4 +213,44 @@ + + + + + + You have decided not to continue. This script will stop now. + Preparing the MCP environment at ${mcp.home} + + + + + + + + + + + + + + + Moving old patched sources at ${mcp.home}/src-work out of the way + + + + Deleting old patch references at ${mcp.home}/src-base + + Creating new patch references at ${mcp.home}/src-base + + + + Creating clean patch references at ${mcp.home}/src-work + + + + + + Setup complete! You should now be able to open ${basedir}/eclipse as a workspace in eclipse and import/refresh the FML-Server and FML-Client projects + +