Hi,
Could someone please help debug the following error. This error is resulting in
failure of build. Not able to figure the issue here. Appreciate some help here
and thanks in advance.
[INFO] magnolia-project .................................. SUCCESS [8.984s]
[INFO] magnolia-core ..................................... SUCCESS [1:49.375s]
[INFO] magnolia-jaas ..................................... SUCCESS [2.219s]
[INFO] magnolia-gui ...................................... SUCCESS [10.609s]
[INFO] magnolia-module-exchange-simple ................... SUCCESS [5.188s]
[INFO] magnolia-module-templating ........................ SUCCESS [14.547s]
[INFO] magnolia-module-admininterface .................... SUCCESS [58.390s]
[INFO] magnolia-module-fckeditor ......................... SUCCESS [36.907s]
[INFO] magnolia-module-cache ............................. SUCCESS [10.953s]
[INFO] magnolia-module-templating-components ............. FAILURE [8.984s]
[INFO] CMS Tag Library ................................... SKIPPED
[INFO] magnolia-module-mail .............................. SKIPPED
[INFO] CMS Utility Tag Library ........................... SKIPPED
[INFO] magnolia-module-workflow .......................... SKIPPED
[INFO] magnolia-module-samples ........................... SKIPPED
[INFO] magnolia-module-store-client ...................... SKIPPED
[INFO] magnolia-empty-webapp ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:27.813s
[INFO] Finished at: Thu Aug 18 01:48:14 IST 2011
[INFO] Final Memory: 40M/127M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.xdoclet:maven2-xdoclet2-plugin:2.0.7:xdoclet (xdoclet-tld) on
project magnolia-module-templating-components: XDoclet plugin failed: Failed to
set property restrictedpath to file://C:\Documents and
Settings\cclab4\.m2\repository: null: InvocationTargetException: The filename,
directory name, or volume label syntax is incorrect -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.codehaus.xdoclet:maven2-xdoclet2-plugin:2.0.7:xdoclet (xdoclet-tld) on
project magnolia-module-templating-components: XDoclet plugin failed: Failed to
set property restrictedpath to file://C:\Documents and
Settings\cclab4\.m2\repository: null
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: XDoclet plugin
failed: Failed to set property restrictedpath to file://C:\Documents and
Settings\cclab4\.m2\repository: null
at org.codehaus.xdoclet.XDocletMojo.execute(XDocletMojo.java:260)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.picocontainer.PicoInitializationException: Failed to set
property restrictedpath to file://C:\Documents and
Settings\cclab4\.m2\repository: null
at
org.picocontainer.defaults.BeanPropertyComponentAdapter.getComponentInstance(BeanPropertyComponentAdapter.java:79)
at
org.picocontainer.defaults.DefaultPicoContainer.getComponentInstancesOfType(DefaultPicoContainer.java:274)
at
org.picocontainer.defaults.DefaultPicoContainer.getComponentInstancesOfTypeWithContainerAdaptersLast(DefaultPicoContainer.java:377)
at
org.picocontainer.defaults.DefaultPicoContainer.start(DefaultPicoContainer.java:347)
at
org.nanocontainer.integrationkit.LifecycleContainerBuilder.autoStart(LifecycleContainerBuilder.java:52)
at
org.nanocontainer.integrationkit.LifecycleContainerBuilder.buildContainer(LifecycleContainerBuilder.java:45)
at org.codehaus.xdoclet.XDocletMojo.execute(XDocletMojo.java:251)
... 21 more
Caused by: java.lang.reflect.InvocationTargetException
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.picocontainer.defaults.BeanPropertyComponentAdapter.getComponentInstance(BeanPropertyComponentAdapter.java:77)
... 27 more
Caused by: java.io.IOException: The filename, directory name, or volume label
syntax is incorrect
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
at java.io.File.getCanonicalPath(File.java:559)
at
org.generama.defaults.QDoxPlugin.setRestrictedpath(QDoxPlugin.java:43)
... 32 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :magnolia-module-templating-components
Regards,
Teja.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=0c56e0a6-9637-4fc9-bdf9-aad459d82730
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------