Jenkins build.xml
Goten87 opened this issue ยท 7 comments
well i see that there is somthing wrong with the build.xml and the build.properties
this
<property file="ProjectRed/build.properties"/>
needs to be
<property file="build.properties"/>
sins its in the same dir as the build.xml
It is like that because there is a basedir="../"
on the first line
So When ant is building, it goes up one level and all Project Red files are in ProjectRed/*
It makes it harder to follow but keeps build/ dist/ and download/ out of the local repo (in the parent folder)
I can't make my Jenkins system right to build it like it needs to it's not loading in the config file so it's not downloading forge
That's something you'll have to fix, Jenkins works fine (Official CI: http://ci.indiewikis.com:8080/job/Project%20Red/)
Hmmm I have a new error but I'm now on my ipad so can't post it right now but it has to do with the .py files for forge I think
Will post it when I'm on my pc again