Posted June 22, 201312 yr Well i basicly want to know what to add to my "build.xml" file to make ANT recompile and reobfuscaste my mod in a certain location I want the name of the file to be "Annom-Dev 0.0.68.jar" what is like "[Project.name]-[Project.version].jar" if you havent seen his dev enviroment see it here! if you know how his enviroment is or just have seen it, please tell me what to put in my build.xml
June 22, 201312 yr That's something I want to know to. So if someone want to make a video tutorial about it, I (we) would appriciate that! Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
June 22, 201312 yr Take a look at the EE3 one: https://github.com/pahimar/Equivalent-Exchange-3/blob/master/build.xml
June 22, 201312 yr Author Take a look at the EE3 one: https://github.com/pahimar/Equivalent-Exchange-3/blob/master/build.xml Yes, i copyed it due to i dont know xml code so i changed everything i needed to and yes it didnt do it
June 22, 201312 yr The you must be doing something wrong, because it works fine for me and everyone else who uses that. You've followed the instructions, right? Create a file named build.properties and enter: dir.development=../../ dir.release=Releases release.minecraft.version=1.5.2 release.mod.version=//your version here
June 23, 201312 yr Author That is already done, look at my things here https://github.com/Thecheatgamer1/Annom
June 24, 201312 yr You've got dir.development twice: https://github.com/Thecheatgamer1/Annom/blob/master/build.properties You have: <property file="build_number.properties" prefix="build_number"/> in your build script with no supporting file
June 24, 201312 yr Author You've got dir.development twice: https://github.com/Thecheatgamer1/Annom/blob/master/build.properties You have: <property file="build_number.properties" prefix="build_number"/> in your build script with no supporting file this is the output when i use commant "ant release" http://www.mediafire.com/view/myfiles/#9opt2w2a6zallmd
June 24, 201312 yr Ye, but you wont get the build number in the file name because you have not got it defined in the appropriate file.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.