It is currently 16 Apr 2024, 06:05
   
Text Size

The SVN, nightly builds and biweekly betas

Post MTG Forge Related Programming Questions Here

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

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 11 Oct 2013, 20:47

I tried the first suggested maven command and later in the process the tests still get run and I get a ForkedBooter hang.
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: The SVN, nightly builds and biweekly betas

Postby jendave » 11 Oct 2013, 22:25

Try this. I get to the al the way to the upload.

Code: Select all
mvn -U -B clean release:clean -P osx,windows-linux install site deploy -DskipTests=true -Darguments="-DskipTests=true"
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 11 Oct 2013, 23:16

jendave wrote:Try this. I get to the al the way to the upload.

Code: Select all
mvn -U -B clean release:clean -P osx,windows-linux install site deploy -DskipTests=true -Darguments="-DskipTests=true"
 
I first tried the second command but it resulted in the same problem. It appears that the tests are being run at two different places in the process.

I am now trying this third command. :)
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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 11 Oct 2013, 23:25

Chris H. wrote:
jendave wrote:Try this. I get to the al the way to the upload.

Code: Select all
mvn -U -B clean release:clean -P osx,windows-linux install site deploy -DskipTests=true -Darguments="-DskipTests=true"
 
I first tried the second command but it resulted in the same problem. It appears that the tests are being run at two different places in the process.

I am now trying this third command. :)
 
A quick build failure with the above command.

I have been pasting the username and the password from the original command file and expect that this is not causing the problem.

A terminal log:

Code: Select all
Last login: Fri Oct 11 16:52:11 on ttys000
CardForge-2:~ chrish$ /Users/chrish/\ Forge\ Files/Daily\ Build\ to\ cardforge.command ; exit;
At revision 23467.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Forge 1.5.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ forge ---
[INFO] Deleting /Users/chrish/Workspace_SVN/ForgeSVN/target
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Forge 1.5.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.4.1:clean (default-cli) @ forge ---
[INFO] Cleaning up after release...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Forge 1.5.3
[INFO] ------------------------------------------------------------------------
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ forge ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1060 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Some input files use or override a deprecated API.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ forge ---
[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:3.0:testCompile (default-testCompile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ forge ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ forge ---
[INFO] Building jar: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3.jar
[INFO]
[INFO] --- launch4j-maven-plugin:1.5.2:launch4j (l4j-gui) @ forge ---
[INFO] Platform-specific work directory already exists: /Users/chrish/.m2/repository/com/akathist/maven/plugins/launch4j/launch4j-maven-plugin/1.5.2
[INFO] launch4j: Compiling resources
[INFO] launch4j: Linking
[INFO] launch4j: Successfully created /Users/chrish/Workspace_SVN/ForgeSVN/target/forge.exe
[INFO]
[INFO] --- replacer:1.5.2:replace (default) @ forge ---
[INFO] Replacement run on 2 files.
[INFO]
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ forge ---
[INFO] Building jar: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (win-linux-app-bundle) @ forge ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3
     [copy] Copying 1168 files to /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3
    [mkdir] Created dir: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3/res/cardsfolder
      [zip] Building zip: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3/res/cardsfolder/cardsfolder.zip
      [tar] Building tar: /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3.tar.bz2
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-distribution) @ forge ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ forge ---
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3.jar to /Users/chrish/.m2/repository/forge/forge/1.5.3/forge-1.5.3.jar
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/pom.xml to /Users/chrish/.m2/repository/forge/forge/1.5.3/forge-1.5.3.pom
[INFO] Installing /Users/chrish/Workspace_SVN/ForgeSVN/target/forge-1.5.3.tar.bz2 to /Users/chrish/.m2/repository/forge/forge/1.5.3/forge-1.5.3.tar.bz2
[INFO]
[INFO] --- maven-site-plugin:3.2:site (default-site) @ forge ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-changelog-plugin:2.2
[INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1
[INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.1
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5.1:cobertura (report:cobertura) @ forge >>>
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ forge ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1060 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Some input files use or override a deprecated API.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- cobertura-maven-plugin:2.5.1:instrument (report:cobertura) @ forge ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 2229 files to /Users/chrish/Workspace_SVN/ForgeSVN/target/generated-classes/cobertura
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.card.FatPackTemplate$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.deck.generate.GenerateThemeDeck$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.game.player.Player$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.game.zone.PlayerZone$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.CardListViewer$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.match.QuestWinLoseCardViewer$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.match.TargetingOverlay$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.FComboBoxPanel$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.FHyperlink$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.FList$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.FSkin$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.FSpinner$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.JXButtonPanel$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.gui.toolbox.special.CardViewer$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.quest.io.QuestDataIO$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.util.LineReader$1.  Perhaps you need to compile with debug=true?
[cobertura] WARN  [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class forge.view.FTitleBarBase$1.  Perhaps you need to compile with debug=true?
Cobertura: Saved information on 2229 classes.
Instrument time: 7047ms

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ forge ---
[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:3.0:testCompile (default-testCompile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ forge ---
[INFO] Tests are skipped.
[INFO]
[INFO] <<< cobertura-maven-plugin:2.5.1:cobertura (report:cobertura) @ forge <<<
[INFO] configuring report plugin org.apache.maven.plugins:maven-dependency-plugin:2.8
[INFO]
[INFO] >>> maven-dependency-plugin:2.8:analyze-report (report:analyze-report) @ forge >>>
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ forge ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1060 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Some input files use or override a deprecated API.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ forge ---
[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:3.0:testCompile (default-testCompile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/test-classes
[INFO]
[INFO] <<< maven-dependency-plugin:2.8:analyze-report (report:analyze-report) @ forge <<<
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.5
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9:javadoc (report:javadoc) @ forge >>>
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9:javadoc (report:javadoc) @ forge <<<
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9:test-javadoc (report:test-javadoc) @ forge >>>
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ forge ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1060 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Some input files use or override a deprecated API.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9:test-javadoc (report:test-javadoc) @ forge <<<
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:2.7.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.3
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.14.1
[INFO]
[INFO] >>> maven-surefire-report-plugin:2.14.1:failsafe-report-only (report:failsafe-report-only) @ forge >>>
[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-surefire-report-plugin:2.14.1:failsafe-report-only (report:failsafe-report-only) @ forge <<<
[INFO]
[INFO] >>> maven-surefire-report-plugin:2.14.1:report (report:report) @ forge >>>
[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/chrish/Workspace_SVN/ForgeSVN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ forge ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (build-version-string) @ forge ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1060 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/classes
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Some input files use or override a deprecated API.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/mana/ManaCostBeingPaid.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/chrish/Workspace_SVN/ForgeSVN/src/main/java/forge/card/SealedProductTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ forge ---
[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:3.0:testCompile (default-testCompile) @ forge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/chrish/Workspace_SVN/ForgeSVN/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ forge ---
[INFO] Tests are skipped.
[INFO]
[INFO] <<< maven-surefire-report-plugin:2.14.1:report (report:report) @ forge <<<
[INFO]
[INFO] >>> maven-surefire-report-plugin:2.14.1:report-only (report:report-only) @ forge >>>
[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-surefire-report-plugin:2.14.1:report-only (report:report-only) @ forge <<<
[INFO] configuring report plugin org.codehaus.mojo:taglist-maven-plugin:2.4
[INFO] configuring report plugin org.codehaus.mojo:versions-maven-plugin:1.3.1
[INFO] Relativizing decoration links with respect to project URL: http://cardforge.org
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Skipped "About" report, file "index.html" already exists for the English version.
[INFO] Skipped "Source Xref" report, file "xref/index.html" already exists for the English version.
[INFO] Skipped "Test Source Xref" report, file "xref-test/index.html" already exists for the English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html" already exists for the English version.
[INFO] Generating "Distribution Management" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Dependencies" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Project Plugins" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Continuous Integration" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.4
Downloading: http://arcane.googlecode.com/svn/trunk/repository/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.pom
Downloading: http://repo1.maven.org/maven2/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.pom
[INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Developer Activity" report    --- maven-changelog-plugin:2.2
[INFO] Generating changed sets xml to: /Users/chrish/Workspace_SVN/ForgeSVN/target/changelog.xml
[INFO] Executing: /bin/sh -c cd /Users/chrish/Workspace_SVN/ForgeSVN && svn --username releases@cardforge.org --password '*****' --non-interactive log -v -r '{2013-09-11 23:19:22 +0000}:{2013-10-12 23:19:22 +0000}' http://svn.slightlymagic.net/forge/tags/forge-1.5.3
[INFO] Working directory: /Users/chrish/Workspace_SVN/ForgeSVN
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: '/forge/!svn/bc/23467/tags/forge-1.5.3' path not found

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:16.393s
[INFO] Finished at: Fri Oct 11 19:19:25 EDT 2013
[INFO] Final Memory: 68M/549M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.2:site (default-site) on project forge: Error during page generation: Error rendering Maven report: An error has occurred during changelog command : Command failed. -> [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]

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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 12 Oct 2013, 20:40

jendave wrote:Try this. I get to the al the way to the upload.

Code: Select all
mvn -U -B clean release:clean -P osx,windows-linux install site deploy -DskipTests=true -Darguments="-DskipTests=true"
 
I tried this one again and this time it worked. :D

I guess that the svn server became unresponsive yesterday and that in turn caused the last error.
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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 07 Feb 2014, 18:44

I updated the OS on my iMac to Mavericks several weeks ago. When I then attempted to run the Maven snapshot build and deploy command the process ended in a build failure and the log in the terminal window stated:

svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy '/Users/me/Workspace_SVN/ForgeSVN' is too old (format 10, created by Subversion 1.6)

My workspace and the forge project was initially built using Subversion 1.6 and the Mavericks update updated Subversion to Subversion 1.7 and this created an incompatibility.

Running the 'svn upgrade' command failed to resolve the issue. With my OS updated to Mavericks I then created a new workspace and I checked out the forge project into this new workspace.

I have been able to successfully use the Maven command which builds and deploys the daily snapshot release to our cardforge server.

I have tried to use the Maven command which builds and deploys the biweekly beta release to our cardforge server. For some reason this command fails part way through the process with the same error above:

[ERROR] svn: E155036: Please see the 'svn upgrade' command
[ERROR] svn: E155036: Working copy '/Users/me/Workspace_New/ForgeLocal' is too old (format 10, created by Subversion 1.6)

There must be some remnants outside of this new workspace that points to Subversion 1.6. It looks like I can only release snapshots from my interior boot drive at this time.

I have booted to an exterior HD that has the older Lion OS installed and I can do a beta build and deploy from there as it is still using Subversion 1.6. This option is only a short term solution and can not be done over the long term.
 
Attachments
log.txt.zip
(23.06 KiB) Downloaded 505 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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 18 Feb 2014, 13:46

Today's attempt to do a build and deploy ended in a failure.

Code: Select all
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ forge-gui ---
Downloading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/maven-metadata.xml
Downloaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/maven-metadata.xml (949 B at 0.7 KB/sec)
Uploading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.jar
Uploaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.jar (2216 KB at 542.4 KB/sec)
Uploading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.pom
Uploaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.pom (28 KB at 48.1 KB/sec)
Downloading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/maven-metadata.xml
Downloaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/maven-metadata.xml (557 B at 1.3 KB/sec)
Uploading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/maven-metadata.xml
Uploaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/maven-metadata.xml (949 B at 1.8 KB/sec)
Uploading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/maven-metadata.xml
Uploaded: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/maven-metadata.xml (557 B at 1.2 KB/sec)
Uploading: ftp://ftp.cardforge.org/snapshots/forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.tar.bz2
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ...................................... SUCCESS [1:13.376s]
[INFO] Forge Core ........................................ SUCCESS [1:34.800s]
[INFO] Forge Game ........................................ SUCCESS [4:01.741s]
[INFO] Forge AI .......................................... SUCCESS [1:59.833s]
[INFO] Forge Net ......................................... SUCCESS [26.492s]
[INFO] Forge ............................................. FAILURE [37:28.463s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47:14.370s
[INFO] Finished at: Tue Feb 18 08:40:50 EST 2014
[INFO] Final Memory: 100M/387M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project forge-gui: Failed to deploy artifacts: Could not transfer artifact forge:forge-gui:tar.bz2:1.5.13-20140218.131144-11 from/to cardforge-snapshot-repo (ftp://ftp.cardforge.org/snapshots): PUT request to: forge/forge-gui/1.5.13-SNAPSHOT/forge-gui-1.5.13-20140218.131144-11.tar.bz2 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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :forge-gui
logout

[Process completed]
 
Attachments
log.txt.zip
(27.94 KiB) Downloaded 499 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: The SVN, nightly builds and biweekly betas

Postby Max mtg » 18 Feb 2014, 14:11

That's an FTP-related failure. How can we help?
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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 18 Feb 2014, 18:55

Max mtg wrote:That's an FTP-related failure. How can we help?
 
I think that this may have been a short term temporary problem and I will try again tomorrow.
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: The SVN, nightly builds and biweekly betas

Postby Chris H. » 21 Feb 2014, 15:23

The beta build and deploy process today gives us the archive but the reports are problematic.

Code: Select all
[INFO] [INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.4
[INFO] [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.4
[INFO] [INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.4
[INFO] [INFO] Generating "Developer Activity" report    --- maven-changelog-plugin:2.2
[INFO] [INFO] Generating changed sets xml to: /Users/me/Workspace_SVN/ForgeSVN/target/checkout/forge-gui/target/changelog.xml
[INFO] [INFO] Executing: /bin/sh -c cd /Users/me/Workspace_SVN/ForgeSVN/target/checkout/forge-gui && svn --non-interactive log -v -r '{2014-01-22 14:46:02 +0000}:{2014-02-22 14:46:02 +0000}' http://svn.slightlymagic.net/forge/tags/forge-1.5.13/forge-gui
[INFO] [INFO] Working directory: /Users/me/Workspace_SVN/ForgeSVN/target/checkout/forge-gui
[INFO] [ERROR] Provider message:
[INFO] [ERROR] The svn command failed.
[INFO] [ERROR] Command output:
[INFO] [ERROR] svn: OPTIONS of 'http://svn.slightlymagic.net/forge/tags/forge-1.5.13/forge-gui': could not connect to server (http://svn.slightlymagic.net)
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Forge Parent ...................................... SUCCESS [6:48.291s]
[INFO] [INFO] Forge Core ........................................ SUCCESS [2:44.209s]
[INFO] [INFO] Forge Game ........................................ SUCCESS [8:09.670s]
[INFO] [INFO] Forge AI .......................................... SUCCESS [3:22.784s]
[INFO] [INFO] Forge Net ......................................... SUCCESS [43.085s]
[INFO] [INFO] Forge ............................................. FAILURE [4:25.159s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 26:14.183s
[INFO] [INFO] Finished at: Fri Feb 21 09:47:18 EST 2014
[INFO] [INFO] Final Memory: 79M/501M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project forge-gui: Error during page generation: Error rendering Maven report: An error has occurred during changelog command : Command failed. -> [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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ...................................... FAILURE [29:29.768s]
[INFO] Forge Core ........................................ SUCCESS [1:23.784s]
[INFO] Forge Game ........................................ SUCCESS [3:40.889s]
[INFO] Forge AI .......................................... SUCCESS [1:57.660s]
[INFO] Forge Net ......................................... SUCCESS [22.854s]
[INFO] Forge ............................................. SUCCESS [7:35.086s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45:42.984s
[INFO] Finished at: Fri Feb 21 09:47:19 EST 2014
[INFO] Final Memory: 58M/563M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.4.2: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]
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

Previous

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 44 guests


Who is online

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

Login Form