[Design of JBoss Build System] - Re: jboss common maven build
by adrian@jboss.org
I've fixed the pom to get past this problem.
The problem I'm seeing is this:
| [INFO] [retro] Compiling classes for jdk14
| [INFO] ------------------------------------------------------------------------
| [ERROR] FATAL ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] Parameter 'directory' is not a directory
| [INFO] ------------------------------------------------------------------------
| [INFO] Trace
| java.lang.IllegalArgumentException: Parameter 'directory' is not a directory
| at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:207)
| at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:292)
| at org.jboss.maven.plugins.retro.RetroMojo.createJarEntries(RetroMojo.java:210)
| at org.jboss.maven.plugins.retro.RetroMojo.execute(RetroMojo.java:200)
| at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
| 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)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032744#4032744
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032744
17 years, 10 months