[jboss-dev-forums] [Design of JBoss Build System] - aop-mc-int tests failing

kabir.khan@jboss.com do-not-reply at jboss.com
Thu Sep 20 08:42:45 EDT 2007


  | Kabir at KabirDell ~/sourcecontrol/microcontainer/aop-mc-int
  | $ mvn surefire-report:report -Pant-tests-weave
  | [INFO] Scanning for projects...
  | [INFO] Searching repository for plugin with prefix: 'surefire-report'.
  | WAGON_VERSION: 1.0-beta-2
  | [INFO] ----------------------------------------------------------------------------
  | [INFO] Building JBoss Microcontainer AOP MC INT
  | [INFO]    task-segment: [surefire-report:report]
  | [INFO] ----------------------------------------------------------------------------
  | [INFO] Preparing surefire-report:report
  | [INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from jboss
  | [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] Tests are skipped.
  | [INFO] [surefire:test {execution: weave}]
  | [INFO] Tests are skipped.
  | [INFO] [surefire:test {execution: weave-secure}]
  | [INFO] Tests are skipped.
  | [INFO] [surefire:test {execution: no-weave}]
  | [INFO] Tests are skipped.
  | [INFO] [surefire:test {execution: no-weave-secure}]
  | [INFO] Tests are skipped.
  | Downloading: http://repository.jboss.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
  | [WARNING] Unable to get resource 'junit:junit:jar:3.8.2' from repository jboss (http://repository.jboss.org/maven2)
  | Downloading: http://repository.jboss.org/maven2//junit/junit/3.8.2/junit-3.8.2.jar
  | [WARNING] Unable to get resource 'junit:junit:jar:3.8.2' from repository repository.jboss.org (http://repository.jboss.org/maven2/)
  | Downloading: http://repository.jboss.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
  | [WARNING] Unable to get resource 'junit:junit:jar:3.8.2' from repository jboss (http://repository.jboss.org/maven2)
  | Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
  | 117K downloaded
  | [INFO] [antrun:run {execution: ant-tests-weave}]
  | [INFO] Executing tasks
  |     [mkdir] Created dir: C:\cygwin\home\Kabir\sourcecontrol\microcontainer-beta4\aop-mc-int\target\surefire-reports\ant-weave
  |     [mkdir] Created dir: C:\cygwin\home\Kabir\sourcecontrol\microcontainer-beta4\aop-mc-int\target\log
  |     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.797 sec
  | java.io.FileNotFoundException: C:\cygwin\home\Kabir\sourcecontrol\microcontainer-beta4\aop-mc-int\junitvmwatcher2026226667.properties (The system cannot find the file specified)
  |         at java.io.FileInputStream.open(Native Method)
  |         at java.io.FileInputStream.<init>(FileInputStream.java:106)
  |         at java.io.FileReader.<init>(FileReader.java:55)
  |         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1028)
  |         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:817)
  |         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1657)
  |         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:764)
  |         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
  |         at org.apache.tools.ant.Task.perform(Task.java:348)
  |         at org.apache.tools.ant.Target.execute(Target.java:357)
  |         at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108)
  |         at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83)
  |         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:420)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:510)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
  |         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
  |         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
  |         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
  |         at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
  |         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  |         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
  |         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
  |     [junit] Running org.jboss.test.aop.junit.MicrocontainerJunitSmokeTestCase
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086645#4086645

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086645



More information about the jboss-dev-forums mailing list