It is currently 25 May 2025, 02:20
   
Text Size

Bug Reports (snapshot builds)

Post MTG Forge Related Programming Questions Here

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

Re: Bug Reports (snapshot builds)

Postby myk » 22 Feb 2013, 18:43

Chris H. wrote:
myk wrote:not sure if this is an option, but this particular kind of problem doesn't exist with git.
Oh, we tried git for a couple of months and then decided to go back to SVN.

We were on googlecode SVN for a couple of years and went to git in an effort to avoid the sleeping giant. Git turned out to be more complicated for those people who were into the project more as a hobby and did not have much tech background.

We moved to the current SVN in the hopes that people like myself would be able to stay with the project. :)
yeah, that's kinda what I meant by "this particular kind of problem" : ) I use git for some other projects, and I do love it, but it does take some getting used to.

The auto updating might be more of a problem for other people than myself. Then again, people are creatures of habit and it is not easy to get us to change even if it is in our best interests. :)
perhaps there is another option -- the buildnumber plugin has this bug to use svnversion instead of svn --info, but no activity to fix it in several years. let me see if we can call svnversion directly. That will tell us all the info we need to know without forcing updates on every build.

Edit: I found this plugin which should do what we want. testing it now
Edit 2: committed in r19828. Tell me if it causes build problems for anyone. If it reports mixed revisions for you but you don't think it should, run 'svnversion' from trunk/. if svnversion reports a range of revisions, try running 'svn up' from trunk/ and see if that clears it up.
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: Bug Reports (snapshot builds)

Postby Chris H. » 22 Feb 2013, 22:09

myk wrote:Edit 2: committed in r19828. Tell me if it causes build problems for anyone. If it reports mixed revisions for you but you don't think it should, run 'svnversion' from trunk/. if svnversion reports a range of revisions, try running 'svn up' from trunk/ and see if that clears it up.
 
Updated to rev 19831.

Both of the archives built with the Maven command are missing the forge-1.3.9-SNAPSHOT-jar-with-dependencies.jar file. #-o
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: Bug Reports (snapshot builds)

Postby myk » 22 Feb 2013, 22:27

It looks like the addition of the antrun task changed the build order of the tarball creation task. Sorry about that. I'll get that fixed. fixed in r19836
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: Bug Reports (snapshot builds)

Postby Corwin72 » 23 Feb 2013, 00:40

Description: AI cast Necromancy on Brood of Cockroaches with Elesh Norn, Grand Cenobite in play.
forge-1.3.9-20130220.131435-12
NullPointerException | Open
Code: Select all
Forge Version:    Forge version 1.3.9-SNAPSHOT
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_15 Oracle Corporationnull

java.lang.NullPointerException
   at forge.game.GameAction.checkStateEffects(GameAction.java:1007)
   at forge.game.zone.MagicStack.unfreezeStack(MagicStack.java:210)
   at forge.game.zone.MagicStack.finishResolving(MagicStack.java:984)
   at forge.card.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1004)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1196)
   at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:995)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:843)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:735)
   at forge.game.player.PlayerController.passPriority(PlayerController.java:70)
   at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:77)
   at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
   at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener$Actions.actionPerformed(Unknown Source)
   at javax.swing.SwingUtilities.notifyAction(Unknown Source)
   at javax.swing.JComponent.processKeyBinding(Unknown Source)
   at javax.swing.JComponent.processKeyBindings(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(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.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.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)

User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby Chris H. » 23 Feb 2013, 01:03

myk wrote:It looks like the addition of the antrun task changed the build order of the tarball creation task. Sorry about that. I'll get that fixed. fixed in r19836
 
I updated my local copy to rev 19838 and then ran the Maven command to build both archives locally. This time I get the jar file, good so far.

Run the jar and the title bar reports mixed revisions. I open a terminal window and CD to my project. I then enter 'svnversion' and it reports back:

19809:19838

I rerun the Maven command to build both archives locally. Then run the jar and get the same report so I must be doing something wrong.
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: Bug Reports (snapshot builds)

Postby Chris H. » 23 Feb 2013, 01:24

Chris H. wrote:Run the jar and the title bar reports mixed revisions. I open a terminal window and CD to my project. I then enter 'svnversion' and it reports back:

19809:19838

I rerun the Maven command to build both archives locally. Then run the jar and get the same report so I must be doing something wrong.
 

I ran the 'svn up' command and then reran the 'svnversion' command and it looks like there no longer is a mixed revisions issue.

I then rerun the local build Maven command and I now get a build error.

Code: Select all
INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-distribution) @ forge ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ forge ---
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.3.9-SNAPSHOT.jar to /Users/chrish/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT.jar
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/pom.xml to /Users/chrish/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT.pom
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 to /Users/chrish/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT-osx.tar.bz2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:11.325s
[INFO] Finished at: Fri Feb 22 20:14:35 EST 2013
[INFO] Final Memory: 15M/93M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project forge: Failed to install artifact forge:forge:tar.bz2:osx:1.3.9-SNAPSHOT: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 (No such file or directory) -> [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
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: Bug Reports (snapshot builds)

Postby Chris H. » 23 Feb 2013, 01:32

I reran the local build Maven command but only built the widows/linux archive and not the mac archive and I get a build success.

I launched the jar and this time the mixed revs report is not there.

Looks like we are getting closer. :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

Re: Bug Reports (snapshot builds)

Postby myk » 23 Feb 2013, 02:58

Chris H. wrote:I then rerun the local build Maven command and I now get a build error.
Code: Select all
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project forge: Failed to install artifact forge:forge:tar.bz2:osx:1.3.9-SNAPSHOT: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 (No such file or directory) -> [Help 1]
I could not reproduce this error, but it seems my builds were succeeding because of a different one:
Code: Select all
main:
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
     [copy] Copying 3 files to /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/res/cardsfolder
      [zip] Building zip: /Users/myk/src/forge/trunk/target/res/cardsfolder/cardsfolder.zip
[jarbundler] Creating application bundle: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx/Forge.app
     [exec] Creating disk image...
     [exec] 2013-02-22 18:56:13.518 copy-helper[35247:707] copy error (canceling): /Volumes/Forge-1.3.9-SNAPSHOT/Forge.app/Contents/Resources/Java/res/pics/evincars_justice.jpg: No space left on device
     [exec] could not access /Volumes/Forge-1.3.9-SNAPSHOT/Forge.app/Contents/Resources/Java/res/pics/evincars_justice.jpg - No space left on device
     [exec]
     [exec] hdiutil: create failed - No space left on device
     [exec] Result: 1
      [tar] Nothing to do: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 is up to date.
...
[INFO] BUILD SUCCESS
I went back a few revisions, and it seems this happens even with the old code. Did you make any modifications to your system to get this to work? There is plenty of space on my hard drive itself.

Also, could you post a little more of the build log file -- the section before what you posted? Did the .bz2 file get built correctly, or was there an error there for you too?

On a different note, double-sided cards are no longer flipping on click in the deck editor.
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: Bug Reports (snapshot builds)

Postby Chris H. » 23 Feb 2013, 03:08

myk wrote:I could not reproduce this error, but it seems my builds were succeeding because of a different one:
Code: Select all
main:
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
     [copy] Copying 3 files to /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/res/cardsfolder
      [zip] Building zip: /Users/myk/src/forge/trunk/target/res/cardsfolder/cardsfolder.zip
[jarbundler] Creating application bundle: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx/Forge.app
     [exec] Creating disk image...
     [exec] 2013-02-22 18:56:13.518 copy-helper[35247:707] copy error (canceling): /Volumes/Forge-1.3.9-SNAPSHOT/Forge.app/Contents/Resources/Java/res/pics/evincars_justice.jpg: No space left on device
     [exec] could not access /Volumes/Forge-1.3.9-SNAPSHOT/Forge.app/Contents/Resources/Java/res/pics/evincars_justice.jpg - No space left on device
     [exec]
     [exec] hdiutil: create failed - No space left on device
     [exec] Result: 1
      [tar] Nothing to do: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 is up to date.
...
[INFO] BUILD SUCCESS
I went back a few revisions, and it seems this happens even with the old code. Did you make any modifications to your system to get this to work? There is plenty of space on my hard drive itself.
 
It looks like your build is trying to add your pics to the contents of the .dmg file that is being created as part of the archive creation process for the Mac version. Try removing the contents of the pic folder and try again. :)

I keep my local copy of the SVN empty of the various extra data files as I need a clean copy to use for the releases. My personal data files are kept in a recent snapshot build that I play with recreationally.


And no, I do not remember doing anything other than running the commands from your earlier message.
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: Bug Reports (snapshot builds)

Postby friarsol » 23 Feb 2013, 03:30

The SetInfo box in the CardDetailPanel no longer has the correct colors based on rarity (it's only black)
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby myk » 23 Feb 2013, 03:31

good tip. Excluding the res/pics/ got it working for me. I fixed a bug in createdmg as well (bad template format), but if it used to work for you, I don't see why this would change anything now.

At any rate, the complete build works for me now on OSX 10.8.2 (mvn -U -B clean install -P windows-linux,osx) and Linux (mvn -U -B clean install -P windows-linux). Here's the full build log:
| Open
Code: Select all
$ mvn -U -B clean install -P windows-linux,osx
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Forge 1.3.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ forge ---
[INFO] Deleting /Users/myk/src/forge/trunk/target
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:released-version (released-version) @ forge ---
[INFO] artifact forge:forge: checking for updates from arcane-maven-repo
[INFO] artifact forge:forge: checking for updates from central
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ forge ---
[INFO]
[INFO] --- svn-revision-number-maven-plugin:1.13:revision (default) @ forge ---
[INFO] inspecting directory /Users/myk/src/forge/trunk
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ forge ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ forge ---
Downloading: http://repository.apache.org/snapshots/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloading: http://repository.codehaus.org/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloading: http://arcane.googlecode.com/svn/trunk/repository/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml (2 KB at 14.1 KB/sec)
Downloading: http://nexus.codehaus.org/snapshots/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloaded: http://repository.codehaus.org/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml (2 KB at 3.7 KB/sec)
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ forge ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/myk/src/forge/trunk/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ forge ---
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ forge ---
[INFO] Surefire report directory: /Users/myk/src/forge/trunk/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNGMapConfigurator@7e5a9de6
[white, red, blue]
failed : 41.0
failed : 42.0
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ forge ---
[INFO] Building jar: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT.jar
[INFO]
[INFO] --- launch4j-maven-plugin:1.3.4:launch4j (l4j-gui) @ forge ---
[INFO] Platform-specific work directory already exists: /Users/myk/.m2/repository/com/akathist/maven/plugins/launch4j/launch4j-maven-plugin/1.3.4
[INFO] launch4j: Compiling resources
[INFO] launch4j: Linking
[INFO] launch4j: Successfully created /Users/myk/src/forge/trunk/target/forge.exe
[INFO]
[INFO] --- maven-replacer-plugin:1.4.1:replace (default) @ forge ---
[INFO] Replacement run on 1 file.
[INFO]
[INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ forge ---
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] org/xmlpull/v1/XmlPullParser.class already added, skipping
[INFO] org/xmlpull/v1/XmlPullParserException.class already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/NOTICE.txt already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/NOTICE.txt already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] Building jar: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-jar-with-dependencies.jar
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] org/xmlpull/v1/XmlPullParser.class already added, skipping
[INFO] org/xmlpull/v1/XmlPullParserException.class already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/NOTICE.txt already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/NOTICE.txt already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (win-linux-app-bundle) @ forge ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT
     [copy] Copying 1402 files to /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT
     [copy] Copied 47 empty directories to 2 empty directories under /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT/res/cardsfolder
      [zip] Building zip: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT/res/cardsfolder/cardsfolder.zip
      [tar] Building tar: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT.tar.bz2
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (osx-appbundle) @ forge ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
     [copy] Copying 3 files to /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx
    [mkdir] Created dir: /Users/myk/src/forge/trunk/target/res/cardsfolder
      [zip] Building zip: /Users/myk/src/forge/trunk/target/res/cardsfolder/cardsfolder.zip
[jarbundler] Creating application bundle: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx/Forge.app
     [exec] Creating disk image...
     [exec] created: /Users/myk/src/forge/trunk/target/rw.forge-1.3.9-SNAPSHOT.dmg
     [exec] Mounting disk image...
     [exec] Mount directory: /Volumes/Forge-1.3.9-SNAPSHOT
     [exec] Device name:     /dev/disk3
     [exec] Copying background file...
     [exec] Running Applescript: /usr/bin/osascript "/var/folders/sm/6fyxj26d2fqg0s7xh2ykrv140000gn/T/createdmgYsMjw" "Forge-1.3.9-SNAPSHOT"
     [exec] Done running the applescript...
     [exec] Fixing permissions...
     [exec] Done fixing permissions.
     [exec] Unmounting disk image...
     [exec] "disk3" unmounted.
     [exec] "disk3" ejected.
     [exec] Compressing disk image...
     [exec] Preparing imaging engine…
     [exec] Reading Protective Master Boot Record (MBR : 0)…
     [exec]    (CRC32 $BC149447: Protective Master Boot Record (MBR : 0))
     [exec] Reading GPT Header (Primary GPT Header : 1)…
     [exec]    (CRC32 $46BA2F90: GPT Header (Primary GPT Header : 1))
     [exec] Reading GPT Partition Data (Primary GPT Table : 2)…
     [exec]    (CRC32 $D81669C5: GPT Partition Data (Primary GPT Table : 2))
     [exec] Reading  (Apple_Free : 3)…
     [exec]    (CRC32 $00000000:  (Apple_Free : 3))
     [exec] Reading disk image (Apple_HFS : 4)…
     [exec]    (CRC32 $296B6196: disk image (Apple_HFS : 4))
     [exec] Reading  (Apple_Free : 5)…
     [exec]    (CRC32 $00000000:  (Apple_Free : 5))
     [exec] Reading GPT Partition Data (Backup GPT Table : 6)…
     [exec]    (CRC32 $D81669C5: GPT Partition Data (Backup GPT Table : 6))
     [exec] Reading GPT Header (Backup GPT Header : 7)…
     [exec]    (CRC32 $B7020238: GPT Header (Backup GPT Header : 7))
     [exec] Adding resources…
     [exec] Elapsed Time:  3.031s
     [exec] File size: 54161495 bytes, Checksum: CRC32 $63D73357
     [exec] Sectors processed: 614400, 129460 compressed
     [exec] Speed: 20.9Mbytes/sec
     [exec] Savings: 82.8%
     [exec] created: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT.dmg
     [exec] Disk image done
      [tar] Building tar: /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-distribution) @ forge ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-distribution-osx) @ forge ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ forge ---
[INFO] Installing /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT.jar to /Users/myk/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT.jar
[INFO] Installing /Users/myk/src/forge/trunk/pom.xml to /Users/myk/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT.pom
[INFO] Installing /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT.tar.bz2 to /Users/myk/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT.tar.bz2
[INFO] Installing /Users/myk/src/forge/trunk/target/forge-1.3.9-SNAPSHOT-osx.tar.bz2 to /Users/myk/.m2/repository/forge/forge/1.3.9-SNAPSHOT/forge-1.3.9-SNAPSHOT-osx.tar.bz2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:09.205s
[INFO] Finished at: Fri Feb 22 19:24:56 PST 2013
[INFO] Final Memory: 11M/99M
[INFO] ------------------------------------------------------------------------
Does this differ at all from what you get now?
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: Bug Reports (snapshot builds)

Postby Chris H. » 23 Feb 2013, 03:55

myk wrote:Does this differ at all from what you get now?
 
I was able to complete the build both archives and it went to the end with a build success. Looks like we are in good shape for tomorrow's snapshot build.

I guess that I could add 'svn up' to my two command files one line above the maven command and this will prevent the mixed rev numbers issue.


Oh, I got your pm and sent a reply but it may take the system awhile to send it out.

It is getting late for me so I will sign off for the night.
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: Bug Reports (snapshot builds)

Postby Max mtg » 23 Feb 2013, 07:01

friarsol wrote:The SetInfo box in the CardDetailPanel no longer has the correct colors based on rarity (it's only black)
fixed. 19841
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: Bug Reports (snapshot builds)

Postby myk » 23 Feb 2013, 07:01

myk wrote:On a different note, double-sided cards are no longer flipping on click in the deck editor.
fixed.
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: Bug Reports (snapshot builds)

Postby Max mtg » 23 Feb 2013, 07:03

It's interesting to know where the focus is set by default as application starts.

WTR: Start Forge (contructed mode window shows up), Press ENTER -> The window closes (though I expected a match to start)
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 43 guests


Who is online

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

Login Form