Switching to latest version of TeaVM: 0.3.0. Works like a charm.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 28 Jun 2015 06:44:36 +0200
changeset 236b157a20a6945
parent 235 22af9c43b8be
child 237 83302b8a5cdf
Switching to latest version of TeaVM: 0.3.0. Works like a charm.
minesweeper/nbactions-teabrwsr.xml
minesweeper/pom.xml
minesweeper/src/main/assembly/teabrwsr.xml
pom.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/minesweeper/nbactions-teabrwsr.xml	Sun Jun 28 06:44:36 2015 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +
     1.7 +    The MIT License (MIT)
     1.8 +
     1.9 +    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    1.10 +
    1.11 +    Permission is hereby granted, free of charge, to any person obtaining a copy
    1.12 +    of this software and associated documentation files (the "Software"), to deal
    1.13 +    in the Software without restriction, including without limitation the rights
    1.14 +    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    1.15 +    copies of the Software, and to permit persons to whom the Software is
    1.16 +    furnished to do so, subject to the following conditions:
    1.17 +
    1.18 +    The above copyright notice and this permission notice shall be included in
    1.19 +    all copies or substantial portions of the Software.
    1.20 +
    1.21 +    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    1.22 +    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    1.23 +    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    1.24 +    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    1.25 +    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    1.26 +    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    1.27 +    THE SOFTWARE.
    1.28 +
    1.29 +-->
    1.30 +<actions>
    1.31 +    <action>
    1.32 +        <actionName>run</actionName>
    1.33 +        <goals>
    1.34 +            <goal>package</goal>
    1.35 +            <goal>bck2brwsr:show</goal>
    1.36 +        </goals>
    1.37 +        <properties>
    1.38 +            <skipTests>true</skipTests>
    1.39 +        </properties>
    1.40 +    </action>
    1.41 +</actions>
     2.1 --- a/minesweeper/pom.xml	Sun Jun 28 06:28:18 2015 +0200
     2.2 +++ b/minesweeper/pom.xml	Sun Jun 28 06:44:36 2015 +0200
     2.3 @@ -474,6 +474,22 @@
     2.4                            </execution>
     2.5                        </executions>                
     2.6                    </plugin>      
     2.7 +                  <plugin>
     2.8 +                      <groupId>org.apidesign.bck2brwsr</groupId>
     2.9 +                      <artifactId>bck2brwsr-maven-plugin</artifactId>
    2.10 +                      <version>${bck2brwsr.version}</version>
    2.11 +                      <executions>
    2.12 +                          <execution>
    2.13 +                              <goals>
    2.14 +                                  <goal>brwsr</goal>
    2.15 +                              </goals>
    2.16 +                          </execution>
    2.17 +                      </executions>
    2.18 +                      <configuration>
    2.19 +                          <directory>${project.build.directory}/${project.build.finalName}-teabrwsr/public_html/</directory>
    2.20 +                          <startpage>index.html</startpage>
    2.21 +                      </configuration>
    2.22 +                  </plugin>
    2.23                </plugins>
    2.24            </build>
    2.25        </profile>
     3.1 --- a/minesweeper/src/main/assembly/teabrwsr.xml	Sun Jun 28 06:28:18 2015 +0200
     3.2 +++ b/minesweeper/src/main/assembly/teabrwsr.xml	Sun Jun 28 06:44:36 2015 +0200
     3.3 @@ -30,6 +30,7 @@
     3.4    <id>teabrwsr</id>
     3.5    <formats>
     3.6        <format>zip</format>
     3.7 +      <format>dir</format>
     3.8    </formats>
     3.9    <baseDirectory>public_html</baseDirectory>
    3.10    <fileSets>
     4.1 --- a/pom.xml	Sun Jun 28 06:28:18 2015 +0200
     4.2 +++ b/pom.xml	Sun Jun 28 06:44:36 2015 +0200
     4.3 @@ -18,7 +18,7 @@
     4.4        <grizzly.version>2.3.16</grizzly.version>
     4.5        <nb.html.version>1.0</nb.html.version>
     4.6        <bck2brwsr.version>0.12</bck2brwsr.version>
     4.7 -      <teavm.version>0.2.1</teavm.version>
     4.8 +      <teavm.version>0.3.0</teavm.version>
     4.9        <license>COPYING</license>
    4.10    </properties>
    4.11    <modules>