Page 4 of 6

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 02:22
by Chris H.
friarsol wrote:Is the build functional right now? The tentative release was last week and the last thing I see on this thread is the build doesn't work, so we should probably get that resolved.
 
Now that things appear to be working correctly, when should I release beta version 1.5.16?

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 02:46
by timmermac
Tonight/tomorrow morning?

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 05:53
by Marek14
Would that beta include Journey into Nyx?

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 10:51
by Max mtg
MMA box contains 24 boosters

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 12:07
by friarsol
Marek14 wrote:Would that beta include Journey into Nyx?
Since the prerelease is on Friday, maybe we should just wait till Friday to give the rest of the week to get the remaining cards implemented.

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 12:29
by timmermac
Can we at least get a snapshot build? I'm trying to checkout the SVN, and it's not working in either TortoiseSVN or IntelliJ

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 12:49
by Chris H.
timmermac wrote:Can we at least get a snapshot build? I'm trying to checkout the SVN, and it's not working in either TortoiseSVN or IntelliJ
 
I was able to release a new snapshot last night.

At that time I updated the Forge Frequently Asked Questions topic number 13 Where do we download snapshot builds from now? since recent code changes now place the new snapshot archives at a different URL.

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 13:19
by timmermac
I'll have to try checking out again, since I really wanted to play with the new booster box code. <grin>

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 14:01
by drdev
@timmermac - Did you switch to running Main.java from forge-gui-desktop?

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 15:28
by Chris H.
timmermac wrote:I'll have to try checking out again, since I really wanted to play with the new booster box code. <grin>
 
Ah, play with the new booster box code included, OK.

This snapshot is for rev 25562.

forge-gui-desktop-1.5.16-20140421.151959-2.tar.bz2

forge-gui-desktop-1.5.16-20140421.151959-2-osx.tar.bz2

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 15:52
by Chris H.
I tried to launch the most recent windows-linux snapshot build via the "forge.command" shell script and forge did not launch. Looks like the script that creates the "forge.command" shell script is not naming the jar file correctly.

Code: Select all
Last login: Mon Apr 21 11:48:10 on ttys000
/Users/me/\ My\ Desktop/forge-gui-desktop-1.5.16-20140421.151959-2/forge.command ; exit;
CardForge:~ me$ /Users/me/\ My\ Desktop/forge-gui-desktop-1.5.16-20140421.151959-2/forge.command ; exit;
-bash: /Users/me/ My Desktop/forge-gui-desktop-1.5.16-20140421.151959-2/forge.command: /bin/sh^M: bad interpreter: No such file or directory
logout

[Process completed]

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 17:35
by KrazyTheFox
Chris H. wrote:I tried to launch the most recent windows-linux snapshot build via the "forge.command" shell script and forge did not launch. Looks like the script that creates the "forge.command" shell script is not naming the jar file correctly.
That's odd. Running "mvn -U -B clean -P windows-linux install" uses the correct names for the files over here. Here's what I got: http://www.krazyweb.net/forge/forge-gui-desktop-1.5.16-SNAPSHOT.zip

Is it just "forge.command" that has the incorrect file name?

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 18:41
by timmermac
drdev wrote:@timmermac - Did you switch to running Main.java from forge-gui-desktop?
I wasn't able to complete the checkout process with either IntelliJ or TortoiseSVN. IntelliJ won't even start it and Tortoise times out during the cardsfolder portion - somewhere in the letter t.

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 18:43
by friarsol
timmermac wrote:
drdev wrote:@timmermac - Did you switch to running Main.java from forge-gui-desktop?
I wasn't able to complete the checkout process with either IntelliJ or TortoiseSVN. IntelliJ won't even start it and Tortoise times out during the cardsfolder portion - somewhere in the letter t.
If you do an svn cleanup and then svn update in the root directory, it should start back up from where it was.

Re: Forge version 1.5.16

PostPosted: 21 Apr 2014, 23:44
by Chris H.
KrazyTheFox wrote:
Chris H. wrote:I tried to launch the most recent windows-linux snapshot build via the "forge.command" shell script and forge did not launch. Looks like the script that creates the "forge.command" shell script is not naming the jar file correctly.
That's odd. Running "mvn -U -B clean -P windows-linux install" uses the correct names for the files over here. Here's what I got: http://www.krazyweb.net/forge/forge-gui-desktop-1.5.16-SNAPSHOT.zip

Is it just "forge.command" that has the incorrect file name?
 
Hmmm, not quite sure what is now causing this latest problem. I can launch the widows-linux 1.5.15 beta via it's included forge.command file without problems.

If I try to use the command file from todays snapshot build forge fails to launch and I get the error instead. Taking a closer look I guess that the "cd" line is causing the failure. I think that the command file is stopping before it gets to launch the forge jar file. So it looks like the command file is using the correct name for the jar and the problem is in the "cd" line.

I downloaded your archive and then attempted to launch forge via the command file after I extracted the archive. I get the same error report in my terminal window.

Code: Select all
Last login: Mon Apr 21 19:25:33 on ttys000
CardForge:~ me$ /Users/me/Desktop/forge-gui-desktop-1.5.16-SNAPSHOT/forge.command ; exit;
-bash: /Users/me/Desktop/forge-gui-desktop-1.5.16-SNAPSHOT/forge.command: /bin/sh^M: bad interpreter: No such file or directory
logout

[Process completed]
 
:?