This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [info] [SUCCESSFUL ] org.scalatest#scalatest_2.9.1;1.6.1!scalatest_2.9.1.jar (250ms) | |
| [info] downloading http://repo.typesafe.com/typesafe/releases/org/codehaus/jackson/jackson-core-asl/1.9.5/jackson-core-asl-1.9.5.jar ... | |
| [info] [SUCCESSFUL ] org.codehaus.jackson#jackson-core-asl;1.9.5!jackson-core-asl.jar (44ms) | |
| [info] downloading http://repo.typesafe.com/typesafe/releases/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar ... | |
| [info] [SUCCESSFUL ] com.thoughtworks.paranamer#paranamer;2.3!paranamer.jar (37ms) | |
| [info] downloading http://repo.typesafe.com/typesafe/releases/com/google/guava/guava/r09/guava-r09.jar ... | |
| [info] [SUCCESSFUL ] com.google.guava#guava;r09!guava.jar (120ms) | |
| [info] downloading http://repo.typesafe.com/typesafe/releases/play/play-test_2.9.1/2.0/play-test_2.9.1-2.0.jar ... | |
| [info] [SUCCESSFUL ] play#play-test_2.9.1;2.0!play-test_2.9.1.jar (62ms) | |
| [info] Done updating. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package testexamples; | |
| import static org.fest.assertions.Assertions.assertThat; | |
| import static play.test.Helpers.HTMLUNIT; | |
| import static play.test.Helpers.running; | |
| import static play.test.Helpers.testServer; | |
| import org.junit.Test; | |
| import play.libs.F.Callback; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <add-linker name="xs" /> | |
| or | |
| <add-linker name="xsi" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>2.4.1</version> | |
| <configuration> | |
| <filesets> | |
| <fileset> | |
| <directory>../YOUR_DEPLOYMENT_DIRECTORY</directory> | |
| <includes> | |
| <directory>gwt-unitCache/**</directory> | |
| </includes> | |
| <followSymlinks>false</followSymlinks> |
NewerOlder