Re: The SVN, nightly builds and biweekly betas
yay! i just fixed the version numbers in Mantis. there is no need to change the release numbering now.
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
Thanks Braids.Braids wrote:yay! i just fixed the version numbers in Mantis. there is no need to change the release numbering now.
it's not too hard. go to http://cardforge.org/releases/snapshots/forge/forge/, click the latest SNAPSHOT link, then scroll to the bottom. download the latest .tar.bz2 file (for Linux and Windows) or the latest -osx.tar.bz2 (for Mac). those files install like the beta releases.timmermac wrote:Is it easy to get one of these daily builds and use it to play Forge? Or is it best to just wait until betas are released?
Cool... Next question... Is there a list of changes made to the SVN like there was at the Google site?Braids wrote:it's not too hard. go to http://cardforge.org/releases/snapshots/forge/forge/, click the latest SNAPSHOT link, then scroll to the bottom. download the latest .tar.bz2 file (for Linux and Windows) or the latest -osx.tar.bz2 (for Mac). those files install like the beta releases.timmermac wrote:Is it easy to get one of these daily builds and use it to play Forge? Or is it best to just wait until betas are released?
edit: the SVN Rev number will automatically be populated in any bug reports you file from within Forge, courtesy of Rob Cashwalker and myself.
Yep.timmermac wrote:Cool... Next question... Is there a list of changes made to the SVN like there was at the Google site?
Uploading: ftp.cardforge.org/snapshots/forge/forge/maven-metadata.xml
Uploaded: ftp.cardforge.org/snapshots/forge/forge/maven-metadata.xml (310 B at 0.2 KB/sec)
Uploading: ftp.cardforge.org/snapshots/forge/forge/1.1.3-SNAPSHOT/forge-1.1.3-20110906.103846-20-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:05.258s
[INFO] Finished at: Tue Sep 06 06:48:04 EDT 2011
[INFO] Final Memory: 55M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project forge: Failed to deploy artifacts: Could not transfer artifact forge:forge:jar:jar-with-dependencies:1.1.3-20110906.103846-20 from/to cardforge-snapshot-repo (ftp.cardforge.org/snapshots): PUT request to: forge/forge/1.1.3-SNAPSHOT/forge-1.1.3-20110906.103846-20-jar-with-dependencies.jar in cardforge-snapshot-repo failed: Broken pipe -> [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`jendave wrote:Chris. That looks like a problem with FTP. You'll have to run the process again.
"forge-" + version + "-" + date + "." time + "-" a number ...`Corwin72 wrote:I am now having an issues extracting the new file.
- | Open
edit.
I re downloaded and could not duplicate the error.
Unfortunately the Maven snapshot builds naming convention cannot be easily modified. I started looking at adding the rev number as a "classifier", but I will test it out. I don't want to make the naming convention logic too complex. It may end up messing up the release builds.Max mtg wrote:I think revision number is missing in build filenames. It might be even better than date+time, because SVN holds a log for every commit