It is currently 10 Sep 2025, 17:55
   
Text Size

Forge version 1.5.16

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Forge version 1.5.16

Postby Chris H. » 21 Apr 2014, 02:22

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?
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.16

Postby timmermac » 21 Apr 2014, 02:46

Tonight/tomorrow morning?
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge version 1.5.16

Postby Marek14 » 21 Apr 2014, 05:53

Would that beta include Journey into Nyx?
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Forge version 1.5.16

Postby Max mtg » 21 Apr 2014, 10:51

MMA box contains 24 boosters
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Forge version 1.5.16

Postby friarsol » 21 Apr 2014, 12:07

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.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.5.16

Postby timmermac » 21 Apr 2014, 12:29

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 just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge version 1.5.16

Postby Chris H. » 21 Apr 2014, 12:49

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.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.16

Postby timmermac » 21 Apr 2014, 13:19

I'll have to try checking out again, since I really wanted to play with the new booster box code. <grin>
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge version 1.5.16

Postby drdev » 21 Apr 2014, 14:01

@timmermac - Did you switch to running Main.java from forge-gui-desktop?
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge version 1.5.16

Postby Chris H. » 21 Apr 2014, 15:28

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
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.16

Postby Chris H. » 21 Apr 2014, 15:52

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]
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.16

Postby KrazyTheFox » 21 Apr 2014, 17:35

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?
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times

Re: Forge version 1.5.16

Postby timmermac » 21 Apr 2014, 18:41

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.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge version 1.5.16

Postby friarsol » 21 Apr 2014, 18:43

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.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.5.16

Postby Chris H. » 21 Apr 2014, 23:44

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]
 
:?
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 53 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 53 users online :: 0 registered, 0 hidden and 53 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 53 guests

Login Form