You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Bernd Waibel (JIRA)" <se...@james.apache.org> on 2014/10/29 08:39:34 UTC

[jira] [Comment Edited] (JAMES-1560) Errors running builder 'Maven Project Builder' on project 'james-karaf-integration'

    [ https://issues.apache.org/jira/browse/JAMES-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188112#comment-14188112 ] 

Bernd Waibel edited comment on JAMES-1560 at 10/29/14 7:38 AM:
---------------------------------------------------------------

Possible patch:
{noformat}
[PATCH]
### Eclipse Workspace Patch 1.0
#P james-server
Index: karaf/integration/pom.xml
===================================================================
--- karaf/integration/pom.xml	(revision 1634498)
+++ karaf/integration/pom.xml	(working copy)
@@ -13,6 +13,8 @@
 
     <groupId>org.apache.james.karaf</groupId>
     <artifactId>james-karaf-integration</artifactId>
+    <packaging>pom</packaging>
+
     <name>Apache James :: Karaf :: Integration tests</name>
 
     <dependencies>
{noformat}


was (Author: bwaibel):
{noformat}
[PATCH]
### Eclipse Workspace Patch 1.0
#P james-server
Index: karaf/integration/pom.xml
===================================================================
--- karaf/integration/pom.xml	(revision 1634498)
+++ karaf/integration/pom.xml	(working copy)
@@ -13,6 +13,8 @@
 
     <groupId>org.apache.james.karaf</groupId>
     <artifactId>james-karaf-integration</artifactId>
+    <packaging>pom</packaging>
+
     <name>Apache James :: Karaf :: Integration tests</name>
 
     <dependencies>
{noformat}

> Errors running builder 'Maven Project Builder' on project 'james-karaf-integration'
> -----------------------------------------------------------------------------------
>
>                 Key: JAMES-1560
>                 URL: https://issues.apache.org/jira/browse/JAMES-1560
>             Project: James Server
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: Trunk, 3.0.0-beta5
>         Environment: Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T18:37:52+01:00)
> Maven home: C:\eclipse_luna\apache_james_3\james-server\EMBEDDED
> Java version: 1.7.0_55, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_55\jre
> Default locale: de_DE, platform encoding: Cp1252
> OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
>            Reporter: Bernd Waibel
>              Labels: maven
>             Fix For: Trunk
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Developing in eclipse luna with integrated maven.
> When checking out the james-server project, and updating the projects with "Maven update", an NPE occured:
> {noformat}
> Errors occurred during the build.
> Errors running builder 'Maven Project Builder' on project 'james-karaf-integration'.
> java.lang.NullPointerException
> {noformat}
> It seems to be a problem with the packaging, but I am not an Maven expert.
> Changing the packaging to "pom" would help, not sure if this is correkt.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org