Search results

  1. Wylin

    Building from the SVN?

    Hehe, no I didn't.. I hate restarting so I do it as little as possible.. I guess this is a time.. I'll see if it works! EDIT: No, unfort that didn't seem to make any difference.. I also tried pointing the environmental variable at the /bin folder off of the jikes folder and that didn't work...
  2. Wylin

    Building from the SVN?

    I'm stuck.. I downloaded the jikes .zip file for windows, extracted the files, make a jikes_home variable with the path to my extracted files, and now when I try to build I get a compile error. Did I miss a step?
  3. Wylin

    Building from the SVN?

    I hadn't been paying 100% attention for awhile, I used to check the svn revisions at the following link before I updated: http://svn.sourceforge.net/viewvc/kolmafia?view=rev Now the link doesn't work for me.. Where do I go to view the latest updates? I tried browsing to the SVN but it...
  4. Wylin

    Repeat a if statement?

    if I have a cli script like: if dance card > 0 use 1 dance card adventure 4 haunted ballroom How do I repeat this script from the beginning instead of just repeating the last line?
  5. Wylin

    Building from the SVN?

    I have a batch file made called update.bat.. it goes a little something like this: svn co https://kolmafia.svn.sourceforge.net/svnroot/kolmafia kolmafia cd kolmafia ant my snv co line is slightly different.. it seems to work for me, does it matter?
Top