Hi, What does it mean in english : Caused by: java.io.IOException: O sistema não pode encontrar o caminho especificado
? :-) Thanks, -- Olivier 2007/12/13, Diego <[EMAIL PROTECTED]>: > > Hi, > > I am using Continuum 1.1 final, Maven 2.0.7, Java 1.5.0_06 and WindowsXP > > I added a M2 project in Continuum, but in result of build I got: > > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > > ---------------------------------------------------------------------------- > [INFO] Building Sincronismo > [INFO] task-segment: [clean, install] > [INFO] > > ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory C:\continuum\work\6\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 8 source files to C:\continuum\work\6\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 1 source file to C:\continuum\work\6\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\continuum\work\6\target\surefire-reports > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error creating properties files for forking; nested exception is > java.io.IOException: O sistema não pode encontrar o caminho > especificado > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Error creating > properties files for forking; nested exception is java.io.IOException: O > sistema não pode encontrar o caminho especificado > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:564) > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle > (DefaultLifecycleExecutor.java:480) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > DefaultLifecycleExecutor.java:459) > 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:334) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > 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) > Caused by: org.apache.maven.plugin.MojoExecutionException: Error > creating properties files for forking; nested exception is > java.io.IOException: O sistema não pode encontrar o caminho > especificado > at > org.apache.maven.plugin.surefire.SurefirePlugin.execute( > SurefirePlugin.java:402) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo( > DefaultPluginManager.java:443) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:539) > ... 16 more > Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: > Error creating properties files for forking; nested exception is > java.io.IOException: O sistema não pode encontrar o caminho > especificado > at > org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java > :519) > at > org.apache.maven.surefire.booter.SurefireBooter.forkSuites( > SurefireBooter.java:412) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce( > SurefireBooter.java:312) > at > org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java > :202) > at > org.apache.maven.plugin.surefire.SurefirePlugin.execute( > SurefirePlugin.java:398) > ... 18 more > Caused by: java.io.IOException: O sistema não pode encontrar o > caminho especificado > at java.io.WinNTFileSystem.createFileExclusively(Native Method) > at java.io.File.checkAndCreate(File.java:1345) > at java.io.File.createTempFile(File.java:1434) > at java.io.File.createTempFile(File.java:1471) > at > org.apache.maven.surefire.booter.SurefireBooter.writePropertiesFile( > SurefireBooter.java:450) > at > org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java > :511) > ... 22 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Thu Dec 13 11:25:58 BRST 2007 > [INFO] Final Memory: 6M/14M > [INFO] > ------------------------------------------------------------------------ > > The maven didn´t find the directory > C:\continuum\work\6\target\surefire-reports (continuum working > directory). The directory surefire-reports was created by continuum in > C:\continuum\build\6\16\surefire-reports (continuum build output > directory) > In Continuum 1.0.3 I haven´t problem > Can you help me? > > Thanks >
