[xwiki-devs] xwiki-patchservice under core1.4 build fails
I am trying to build the xwiki-core jar file from sources, But I am getting the following error when i run the maven install. other projects under core compile without any issue. Any one has the same experience building xwiki core jar from source. Please help. Thanks Satya [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 38 source files to C:\xwiki new\xwiki platform\core\xwiki-patc service\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\web\PatchServiceAction.java:[14,46] package org.xwiki.platfor .patchservice.plugin does not exist C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\hook\PatchCreator.java:[25,46] package org.xwiki.platform.pat hservice.plugin does not exist C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\hook\PatchCreator.java:[39,4] cannot find symbol symbol : class PatchservicePlugin location: class org.xwiki.platform.patchservice.hook.PatchCreator C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\hook\PatchCreator.java:[45,24] cannot find symbol symbol : class PatchservicePlugin location: class org.xwiki.platform.patchservice.hook.PatchCreator C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\web\PatchServiceAction.java:[33,8] cannot find symbol symbol : class PatchservicePlugin location: class org.xwiki.platform.patchservice.web.PatchServiceAction C:\xwiki new\xwiki platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla form\patchservice\web\PatchServiceAction.java:[34,13] cannot find symbol symbol : class PatchservicePlugin location: class org.xwiki.platform.patchservice.web.PatchServiceAction -- View this message in context: http://www.nabble.com/xwiki-patchservice-under-core1.4-build-fails-tp1803071... Sent from the XWiki- Dev mailing list archive at Nabble.com.
spanduga wrote:
I am trying to build the xwiki-core jar file from sources, But I am getting the following error when i run the maven install. other projects under core compile without any issue. Any one has the same experience building xwiki core jar from source. Please help.
I already answered this on Friday. You should not build that module. It is experimental, and not needed for the wiki to work. You do not have to build all modules, one by one, it is enough to execute "mvn install" in the parent module. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
spanduga