It is currently 24 May 2025, 07:27
   
Text Size

Forge version 1.4.2

Post MTG Forge Related Programming Questions Here

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

Forge version 1.4.2

Postby Chris H. » 24 Jun 2013, 12:28

Tentative target release date: Friday July 5?

We are waiting for Dave to report back about his efforts to use a different Mac builder for Java 7 compatibility.
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.4.2

Postby friarsol » 24 Jun 2013, 14:07

I believe July 5th is that friday.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.4.2

Postby jendave » 24 Jun 2013, 16:34

Chris H. wrote:Tentative target release date: Friday July 5?

We are waiting for Dave to report back about his efforts to use a different Mac builder for Java 7 compatibility.
Working on it. That said, it has been harder than I thought it would be. I will let the forum know how it goes.

Dave
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: Forge version 1.4.2

Postby Chris H. » 24 Jun 2013, 20:25

jendave wrote:Working on it. That said, it has been harder than I thought it would be. I will let the forum know how it goes.

Dave
 
Thank you for the assistance in this area.

Please take your time, no need to such out a new beta at this time. :)
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.4.2

Postby Max mtg » 24 Jun 2013, 20:30

You've mentioned of a batch file used to launch forge from osx. Will it work as a temporary solution?

Another link just for reference -http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
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.4.2

Postby Chris H. » 25 Jun 2013, 12:28

The forge command file is a copy of the unix "forge.sh" that is included in the windows/unix archive.

For this shell script top be executable under Mac OS X the file extension needs to be changed to ".command" and the file access permissions need to be set via the "chmod 755" command.

It may be possible to do this but I do not know how it would be accomplished with our Maven based build and deploy system. The unix shell script is located on the SVN in the /src/main/ directory. File access permissions are tricky.


EDIT:

There may also be problems in getting our user base who use Macs to understand this and to use the new command file.
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.4.2

Postby jendave » 25 Jun 2013, 15:41

Chris H. wrote:The forge command file is a copy of the unix "forge.sh" that is included in the windows/unix archive.

For this shell script top be executable under Mac OS X the file extension needs to be changed to ".command" and the file access permissions need to be set via the "chmod 755" command.

It may be possible to do this but I do not know how it would be accomplished with our Maven based build and deploy system. The unix shell script is located on the SVN in the /src/main/ directory. File access permissions are tricky.


EDIT:

There may also be problems in getting our user base who use Macs to understand this and to use the new command file.
This is possible to do and it is easy to implement. That said, most Mac users would be very confused. I suggest this only as a last resort. If you guys think it would be useful though, I can add it to the Maven build.
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: Forge version 1.4.2

Postby Chris H. » 25 Jun 2013, 16:24

jendave wrote:This is possible to do and it is easy to implement. That said, most Mac users would be very confused. I suggest this only as a last resort. If you guys think it would be useful though, I can add it to the Maven build.
 
It might be useful for a few people and if it is easy enough to add in I think that we should go ahead.
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.4.2

Postby Max mtg » 25 Jun 2013, 20:47

Chris, I've removed the first point on issues list of release notes.
The combatLki now enables propper operation of Abu Ja'far and Wall of Corpses (unless Sol or someone else proves it does not work ;) )

In the same list a sentence starting with "Forge is likely to be compatible with Java 7 " is a bit outdated, taking into consideration the ongoing migration.


Upd: What do you think of an intermediate beta build without mac version to be released this Friday? (I've just read the 1.4.1 bug reports thread... players keep posting the problems already fixed in trunk. Wish they posted something new. I'd also be happy to let them attack in bands and use Redirect & Spellskite the soonest possible)
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.4.2

Postby jendave » 25 Jun 2013, 22:38

Chris H. wrote:
jendave wrote:This is possible to do and it is easy to implement. That said, most Mac users would be very confused. I suggest this only as a last resort. If you guys think it would be useful though, I can add it to the Maven build.
 
It might be useful for a few people and if it is easy enough to add in I think that we should go ahead.
Done. Note that since the forge.command file is simply a re-named .sh file, I added it to the windows-linux profile since it was trivial to do it this way. When you do the 'mvn clean install -P windows-linux' it will generate both the .sh and the .command files. I will work on getting the .app file fixed for 1.7.

Dave
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: Forge version 1.4.2

Postby Chris H. » 26 Jun 2013, 12:29

Max mtg wrote:Chris, I've removed the first point on issues list of release notes.
The combatLki now enables propper operation of Abu Ja'far and Wall of Corpses (unless Sol or someone else proves it does not work ;) )

In the same list a sentence starting with "Forge is likely to be compatible with Java 7 " is a bit outdated, taking into consideration the ongoing migration.
 
Thank you Max, I had planned to make those changes myself but became preoccupied.

Max mtg wrote:Upd: What do you think of an intermediate beta build without mac version to be released this Friday? (I've just read the 1.4.1 bug reports thread... players keep posting the problems already fixed in trunk. Wish they posted something new. I'd also be happy to let them attack in bands and use Redirect & Spellskite the soonest possible)
 
I will try to, if I can set aside some time on Friday.
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.4.2

Postby Chris H. » 26 Jun 2013, 22:56

jendave wrote:Done. Note that since the forge.command file is simply a re-named .sh file, I added it to the windows-linux profile since it was trivial to do it this way. When you do the 'mvn clean install -P windows-linux' it will generate both the .sh and the .command files. I will work on getting the .app file fixed for 1.7.

Dave
 
Thank you. :D
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


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 31 guests


Who is online

In total there are 31 users online :: 0 registered, 0 hidden and 31 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 31 guests

Login Form