On Sat, Jul 2, 2011 at 8:35 AM, Nirmal Fernando <[email protected]> wrote: > Hi, > > FYI: I tried building the trunk, it failed with following error. > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Tuscany SCA iTest Base > [INFO] task-segment: [compile] > [INFO] > ------------------------------------------------------------------------ > [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] > [INFO] [remote-resources:process {execution: default}] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Tuscany SCA iTest Base Dependencies > [INFO] task-segment: [compile] > [INFO] > ------------------------------------------------------------------------ > [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] > [INFO] [remote-resources:process {execution: default}] > [INFO] [resources:resources {execution: default-resources}] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/base/dependencies/src/main/resources > [INFO] Copying 0 resource > [INFO] Copying 3 resources > [INFO] [compiler:compile {execution: default-compile}] > [INFO] No sources to compile > [INFO] [dependency:copy-dependencies {execution: copy}] > [INFO] Copying classes to > /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/base/dependencies/target/dependency/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error copying artifact from > /media/798D-18B1/GSoC-2011/Tuscany/trunk/modules/assembly/target/classes to > /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/base/dependencies/target/dependency/classes > > Embedded error: > /media/798D-18B1/GSoC-2011/Tuscany/trunk/modules/assembly/target/classes (Is > a directory) > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Error copying > artifact from > /media/798D-18B1/GSoC-2011/Tuscany/trunk/modules/assembly/target/classes to > /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/base/dependencies/target/dependency/classes > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) > 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:597) > 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 copying > artifact from > /media/798D-18B1/GSoC-2011/Tuscany/trunk/modules/assembly/target/classes to > /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/base/dependencies/target/dependency/classes > at > org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:194) > at > org.apache.maven.plugin.dependency.CopyDependenciesMojo.copyArtifact(CopyDependenciesMojo.java:186) > at > org.apache.maven.plugin.dependency.CopyDependenciesMojo.execute(CopyDependenciesMojo.java:85) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) > ... 17 more > Caused by: java.io.FileNotFoundException: > /media/798D-18B1/GSoC-2011/Tuscany/trunk/modules/assembly/target/classes (Is > a directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:929) > at > org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:189) > ... 21 more > >
I can't see what could be going wrong from that log, is that a full build running from the top trunk folder and does the problem happen if you do the build just in the testing\itest\base\dependencies directory? ...ant ...ant
