It is currently 25 Apr 2024, 20:43
   
Text Size

Forge version 1.5.41

Post MTG Forge Related Programming Questions Here

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

Forge version 1.5.41

Postby Chris H. » 20 Jul 2015, 15:59

I attempted a build and deploy for version 1.5.41 and received a failure:

Code: Select all
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ forge-gui-mobile ---
[INFO] [INFO] Installing /Users/me/Documents/workspace/forge/target/checkout/forge-gui-mobile/target/forge-gui-mobile-1.5.41.jar to /Users/me/.m2/repository/forge/forge-gui-mobile/1.5.41/forge-gui-mobile-1.5.41.jar
[INFO] [INFO] Installing /Users/me/Documents/workspace/forge/target/checkout/forge-gui-mobile/pom.xml to /Users/me/.m2/repository/forge/forge-gui-mobile/1.5.41/forge-gui-mobile-1.5.41.pom
[INFO] [INFO] Installing /Users/me/Documents/workspace/forge/target/checkout/forge-gui-mobile/target/forge-gui-mobile-1.5.41-sources.jar to /Users/me/.m2/repository/forge/forge-gui-mobile/1.5.41/forge-gui-mobile-1.5.41-sources.jar
[INFO] [INFO] Installing /Users/me/Documents/workspace/forge/target/checkout/forge-gui-mobile/target/forge-gui-mobile-1.5.41-javadoc.jar to /Users/me/.m2/repository/forge/forge-gui-mobile/1.5.41/forge-gui-mobile-1.5.41-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ forge-gui-mobile ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Forge Parent ....................................... SUCCESS [  4.025 s]
[INFO] [INFO] Forge Core ......................................... SUCCESS [  9.687 s]
[INFO] [INFO] Forge Game ......................................... SUCCESS [ 13.452 s]
[INFO] [INFO] Forge AI ........................................... SUCCESS [  6.211 s]
[INFO] [INFO] Forge Gui .......................................... SUCCESS [  9.089 s]
[INFO] [INFO] Forge .............................................. SUCCESS [02:20 min]
[INFO] [INFO] Forge Mobile ....................................... FAILURE [  8.798 s]
[INFO] [INFO] Forge Mobile Dev ................................... SKIPPED
[INFO] [INFO] Forge Android ...................................... SKIPPED
[INFO] [INFO] Forge iOS .......................................... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 03:12 min
[INFO] [INFO] Finished at: 2015-07-20T11:33:27-04:00
[INFO] [INFO] Final Memory: 55M/207M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project forge-gui-mobile: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR]   mvn <goals> -rf :forge-gui-mobile
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Forge Parent
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ....................................... FAILURE [09:09 min]
[INFO] Forge Core ......................................... SUCCESS [  3.421 s]
[INFO] Forge Game ......................................... SUCCESS [  3.342 s]
[INFO] Forge AI ........................................... SUCCESS [  0.805 s]
[INFO] Forge Gui .......................................... SUCCESS [  1.774 s]
[INFO] Forge .............................................. SUCCESS [01:46 min]
[INFO] Forge Mobile ....................................... SUCCESS [  4.934 s]
[INFO] Forge Mobile Dev ................................... SUCCESS [  0.692 s]
[INFO] Forge Android ...................................... SUCCESS [  1.089 s]
[INFO] Forge iOS .......................................... SUCCESS [  2.324 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:52 min
[INFO] Finished at: 2015-07-20T11:33:27-04:00
[INFO] Final Memory: 54M/143M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:perform (default-cli) on project forge: Maven execution failed, exit code: '1' -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
logout

[Process completed]

 
Attachments
log.txt.zip
(28.25 KiB) Downloaded 184 times
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.41

Postby KrazyTheFox » 21 Jul 2015, 01:01

Looks like I forgot to add the parent pom section to the forge-gui-mobile and forge-gui-mobile-dev modules. I'll commit a fix in a few for this.
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.41

Postby R2_ » 04 Aug 2015, 18:15

Description: I just started my second match with Mr.Smith, I accepted to keep my hand and... bang, check screenshot.

screenshot2.png


After that I clicked continue and play normally. :shock:


NullPointerException | Open
Code: Select all
Forge Version:    1.5.41-r-1
Operating System: Windows 8.1 6.3 x86
Java Version:     1.8.0_51 Oracle Corporation

java.lang.NullPointerException
   at forge.game.GameLog.getLogEntries(GameLog.java:73)
   at forge.screens.match.views.VLog.getNewGameLogEntries(VLog.java:181)
   at forge.screens.match.views.VLog.displayNewGameLogEntries(VLog.java:171)
   at forge.screens.match.views.VLog.updateConsole(VLog.java:133)
   at forge.screens.match.controllers.CLog$1.run(CLog.java:48)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
R2_
 
Posts: 8
Joined: 31 May 2008, 17:25
Has thanked: 0 time
Been thanked: 0 time


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 62 guests

cron

Who is online

In total there are 62 users online :: 0 registered, 0 hidden and 62 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 62 guests

Login Form