[objenesis] r294 committed - Edited wiki page HowToBuild through web user interface.

0 views
Skip to first unread message

obje...@googlecode.com

unread,
Oct 6, 2013, 6:50:42 AM10/6/13
to objene...@googlegroups.com
Revision: 294
Author: henri.t...@gmail.com
Date: Sun Oct 6 10:50:37 2013 UTC
Log: Edited wiki page HowToBuild through web user interface.
http://code.google.com/p/objenesis/source/detail?r=294

Modified:
/wiki/HowToBuild.wiki

=======================================
--- /wiki/HowToBuild.wiki Wed Aug 21 21:01:26 2013 UTC
+++ /wiki/HowToBuild.wiki Sun Oct 6 10:50:37 2013 UTC
@@ -105,27 +105,7 @@

= Test =

-Normal tests are done as usual through `mvn test`. To perform tests on
every supported platforms, call `mvn -Pjvm-test test`. This will launch the
TCK tests on all JVMs. The path for these JVMs should be specified in the
settings.xml file of your home directory. Here's an example:
-{{{
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/settings-1.0.0.xsd">
-
- <profiles>
- <profile>
- <id>jvm-test</id>
-
- <properties>
- <sun_jdk>C:\Program Files\Java\jre1.6.0\bin\java.exe</sun_jdk>
- <jrockit>C:\Program
Files\Java\jrockit-R26.4.0-jre1.4.2_11\bin\java.exe</jrockit>
- </properties>
-
- </profile>
- </profiles>
-
-</settings>
-}}}
+Normal tests are done as usual through `mvn test`. To perform tests on a
specific JVM, you can of course use the TCK. However, if you prefer using
the Maven build, call `mvn -Pjvm-test -Dmy.jvm=$MY_JAVA_HOME/bin/java`.

= Upgrade the license =

Reply all
Reply to author
Forward
0 new messages