I am running the "mvn install" goal under tapestry-project.
My CPU hits 100% usage at the following point: [INFO] ---------------------------------------------------------------------------- [INFO] Building Tapestry Core Library [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: /home/btomasini/svn.apache/tapestry-project/../tapestry-core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- ... then the CPU goes idle and the process seems to hang at this point: Running Tapestry Core ... I tried to run a thread dump on the forked surefire process and didn't have any luck. Here are my details: System: Ubuntu 6.10 Maven: maven version 2.0.5 Java: java version "1.5.0_08" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing) Has anyone else seen this on Ubuntu Linux? Does anyone have any suggestions on next steps I can do to help debug? Ben
