[jboss-dev-forums] [Design of JBoss Build System] - jboss.jbossts:resources:jar:4.4.0.CR1 warning in jbossas thi
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Aug 7 11:20:26 EDT 2008
Some code in the thirdparty setup appears to be trying to access thirdparty/jboss/jbossts/resources as a regular file when its a directory:
| [WARNING] Unable to extract resources artifact: jboss.jbossts:resources:jar:4.4.0.CR1:compile
| [WARNING]
| java.io.FileNotFoundException: /Users/svn/JBossHead/jboss-head/thirdparty/jboss/jbossts/resources
| at java.io.FileOutputStream.open(Native Method)
| at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
| at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
| at org.jboss.maven.plugins.thirdparty.util.JarUtil.extractJarFile(JarUtil.java:107)
| at org.jboss.maven.plugins.thirdparty.BuildThirdpartyMojo.copyDependenciesAndGenrateCompInfo(BuildThirdpartyMojo.java:292)
| at org.jboss.maven.plugins.thirdparty.BuildThirdpartyMojo.execute(BuildThirdpartyMojo.java:174)
| at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:924)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:767)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:529)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
| 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)
|
| [513][valkyrie: thirdparty]$ ls thirdparty/jboss/jbossts/resources
| jbossjta-properties.xml
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169327#4169327
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169327
More information about the jboss-dev-forums
mailing list