You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Nicolai Guba (Created) (JIRA)" <ji...@apache.org> on 2012/01/19 15:52:40 UTC

[jira] [Created] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

karaf-maven-plugin pom.xml has missing dependencies
---------------------------------------------------

                 Key: KARAF-1166
                 URL: https://issues.apache.org/jira/browse/KARAF-1166
             Project: Karaf
          Issue Type: Bug
          Components: karaf-tooling
         Environment: java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
nicos-imac:karaf nguba$ mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
            Reporter: Nicolai Guba
            Priority: Trivial


The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy

org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
org.fusesource.jansi/jansi (managed)

hmmm.....



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

Posted by "Nicolai Guba (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolai Guba updated KARAF-1166:
--------------------------------

    Attachment: pom.xml
    
> karaf-maven-plugin pom.xml has missing dependencies
> ---------------------------------------------------
>
>                 Key: KARAF-1166
>                 URL: https://issues.apache.org/jira/browse/KARAF-1166
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>         Environment: java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
> nicos-imac:karaf nguba$ mvn -version
> Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>            Reporter: Nicolai Guba
>            Priority: Trivial
>         Attachments: pom.xml
>
>
> The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy
> org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
> org.fusesource.jansi/jansi (managed)
> hmmm.....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

Posted by "Jean-Baptiste Onofré (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1166:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> karaf-maven-plugin pom.xml has missing dependencies
> ---------------------------------------------------
>
>                 Key: KARAF-1166
>                 URL: https://issues.apache.org/jira/browse/KARAF-1166
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0
>         Environment: java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
> nicos-imac:karaf nguba$ mvn -version
> Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>            Reporter: Nicolai Guba
>            Assignee: Jean-Baptiste Onofré
>            Priority: Trivial
>         Attachments: pom.xml
>
>
> The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy
> org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
> org.fusesource.jansi/jansi (managed)
> hmmm.....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

Posted by "Jamie goodyear (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear updated KARAF-1166:
----------------------------------

    Affects Version/s: 3.0.0
    
> karaf-maven-plugin pom.xml has missing dependencies
> ---------------------------------------------------
>
>                 Key: KARAF-1166
>                 URL: https://issues.apache.org/jira/browse/KARAF-1166
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0
>         Environment: java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
> nicos-imac:karaf nguba$ mvn -version
> Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>            Reporter: Nicolai Guba
>            Priority: Trivial
>         Attachments: pom.xml
>
>
> The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy
> org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
> org.fusesource.jansi/jansi (managed)
> hmmm.....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1166:
-------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)
    
> karaf-maven-plugin pom.xml has missing dependencies
> ---------------------------------------------------
>
>                 Key: KARAF-1166
>                 URL: https://issues.apache.org/jira/browse/KARAF-1166
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0
>         Environment: java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
> nicos-imac:karaf nguba$ mvn -version
> Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>            Reporter: Nicolai Guba
>            Priority: Trivial
>         Attachments: pom.xml
>
>
> The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy
> org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
> org.fusesource.jansi/jansi (managed)
> hmmm.....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1166) karaf-maven-plugin pom.xml has missing dependencies

Posted by "Brian Topping (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292586#comment-13292586 ] 

Brian Topping commented on KARAF-1166:
--------------------------------------

Is this still an issue?  Can it be marked as resolved?
                
> karaf-maven-plugin pom.xml has missing dependencies
> ---------------------------------------------------
>
>                 Key: KARAF-1166
>                 URL: https://issues.apache.org/jira/browse/KARAF-1166
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0
>         Environment: java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
> nicos-imac:karaf nguba$ mvn -version
> Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>            Reporter: Nicolai Guba
>            Priority: Trivial
>         Attachments: pom.xml
>
>
> The current trunk doesn't build.  Neither from the command-line, nor from within eclipse (I am adding the executor ignores from m2e as we speak).  It appears that karaf-maven-plugin needs the following dependencies in the pom in order for the compiler to be happy
> org.apache.felix/org.apache.felix.gogo.command/0.12.0 (unmanaged)
> org.fusesource.jansi/jansi (managed)
> hmmm.....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira