Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig - Stable Branch?

David:

I have changed the activation on the "test" profile so it is no longer included in -Dall.

So you should be able to configure your build box without trouble to use: mvn clean install -Dall 

When we have tests going again we will make sure it is included in -Dall.

Cliff:

I have run net.refractions.udig.ui.test with 'mvn install -X 

Here is the result:

[DEBUG] Configuring mojo org.eclipse.tycho:tycho-surefire-plugin:0.13.0:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:0.13.0, parent: sun.misc.Launcher$AppClassLoader@37b90b39]
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-surefire-plugin:0.13.0:test' with basic configurator -->
[DEBUG]   (f) application = org.eclipse.ui.ide.workbench
[DEBUG]   (f) argLine = -Xmx128m -XX:MaxPermSize=256m -Dsdtcore.headless -XstartOnFirstThread
[DEBUG]   (f) devProperties = /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/target/dev.properties
[DEBUG]   (f) failIfNoTests = true
[DEBUG]   (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:0.13.0:, org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile, org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile, org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile, org.codehaus.plexus:plexus-utils:jar:2.0.4:compile, org.sonatype.aether:aether-util:jar:1.7:compile, org.codehaus.plexus:plexus-interpolation:jar:1.14:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.codehaus.plexus:plexus-archiver:jar:1.2:compile, org.codehaus.plexus:plexus-io:jar:1.0.1:compile, de.pdark:decentxml:jar:1.3:compile, org.eclipse.tycho:tycho-equinox-launching:jar:0.13.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:0.13.0:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:0.13.0:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:0.13.0:runtime]
[DEBUG]   (f) product = net.refractions.udig-product
[DEBUG]   (f) project = MavenProject: net.refractions:net.refractions.udig.ui.tests:1.2.0-SNAPSHOT @ /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/pom.xml
[DEBUG]   (f) reportsDirectory = /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/target/surefire-reports
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@38ee9f13
[DEBUG]   (f) showEclipseLog = false
[DEBUG]   (f) skip = false
[DEBUG]   (f) skipExec = false
[DEBUG]   (f) surefireProperties = /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/target/surefire.properties
[DEBUG]   (f) testClassesDirectory = /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/target/classes
[DEBUG]   (f) testFailureIgnore = false
[DEBUG]   (f) useUIHarness = true
[DEBUG]   (f) useUIThread = true
[DEBUG]   (f) work = /Users/jody/java/udig/jive/plugins/net.refractions.udig.ui.tests/target/work
[DEBUG] -- end configuration --

Of special interest is argLine = -Xmx128m -XX:MaxPermSize=256m -Dsdtcore.headless -XstartOnFirstThread

I am going to go read about tycho-surefire-plugin and see if I can increase that MaxPermSize limit.

Jody



Back to the top