Re: The SVN, nightly builds and biweekly betas
We have a new snapshot build today. We apologize for the delay.
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=5192
I'm still on Snow Leopard. I'll wait for Mountain Lion this summer before thinking about an upgrade.Chris H. wrote:I think that Dave mentioned that he upgraded to Lion a couple of months ago.
Are you still using Snow Leopard Slapshot or have you also updated to Lion?
`slapshot5 wrote:I'm still on Snow Leopard. I'll wait for Mountain Lion this summer before thinking about an upgrade.
Last login: Tue Feb 21 06:38:37 on ttys000
Macintosh:~ chrish$ /Users/chrish/Desktop/Daily\ Build\ to\ cardforge.command ; exit;
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Forge 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://arcane.googlecode.com/svn/trunk/repository/com/google/code/jyield/jyield/1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://arcane.googlecode.com/svn/trunk/repository/com/google/code/jyield/jyield/1.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ forge ---
[INFO] Deleting /Users/chrish/Workspace_SVN/ForgeSVN/target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ forge ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /Users/chrish/Workspace_SVN/ForgeSVN && svn --username releases@cardforge.org --password '*****' --no-auth-cache --non-interactive info
[INFO] Working directory: /Users/chrish/Workspace_SVN/ForgeSVN
[INFO] Storing buildNumber: 14223 at timestamp: 1329824646752
[INFO] Executing: /bin/sh -c cd /Users/chrish/Workspace_SVN/ForgeSVN && svn --username releases@cardforge.org --password '*****' --no-auth-cache --non-interactive info
[INFO] Working directory: /Users/chrish/Workspace_SVN/ForgeSVN
[INFO] Storing buildScmBranch: trunk
[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] --- 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-compiler-plugin:2.3.2:compile (default-compile) @ forge ---
[INFO] Compiling 541 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[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/chrish/Workspace_SVN/ForgeSVN/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ forge ---
[INFO] Compiling 27 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ forge ---
[INFO] Surefire report directory: /Users/chrish/Workspace_SVN/ForgeSVN/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNGMapConfigurator@57bcc0bc
[white, red, blue]
Tests run: 14, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 1.22 sec <<< FAILURE!
Results :
Failed tests: test_ctor_close_ctor(forge.model.FModelTest): model is not null expected object to not be null
test_getBuildID(forge.model.FModelTest)
test_getPreferences(forge.model.FModelTest)
test_getVersion(forge.model.FModelTest)
test_resetGameState_getGameState(forge.model.FModelTest)
Tests run: 14, Failures: 5, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.500s
[INFO] Finished at: Tue Feb 21 06:44:23 EST 2012
[INFO] Final Memory: 16M/105M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project forge: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/chrish/Workspace_SVN/ForgeSVN/target/surefire-reports for the individual test results.
[ERROR] -> [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/MojoFailureException
logout
[Process completed]
`Doublestrike wrote:Yeah, I've made some changes to FModel and GameState so the unit tests are invalid. I thought I commented out the critical parts for when they're ready for a rewrite? but I guess not.
I'm not sure how to proceed on this, I reckon we could delete now and retrieve/rewrite later if it's interesting....maybe.