Posted August 29, 201411 yr I tried googling and git related documentation, but my search terms just ended up at a tutorials on branching, so hopefully someone here can help. Basically I'm using git (via Source tree and github) to "collaborate with myself" -- meaning work on projects from several different computers. Most of my projects are fine, with local repository having proper package names in format of com.blogspot.jabelarminecraft but one repository ended up with packages as src.main.java.com.blogspot.jabelarminecraft. I don't see any obvious differences in the github repositories between the working and non working one. I will probably just try a fresh setup, but I like to understand when things go wrong. Anyone have a idea on what I did wrong? Check out my tutorials here: http://jabelarminecraft.blogspot.com/
August 29, 201411 yr Use src/main/java as a source folder instead of src. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
September 6, 201411 yr Author okay figured it out. and it was dumb. I forge to run gradlew setupDecompWorkspace after I first created the local working copy. Doh! Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.