You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/08/31 11:21:09 UTC

[jira] [Created] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
------------------------------------------------------------------------------------------------------

                 Key: CAMEL-4398
                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
             Project: Camel
          Issue Type: Task
          Components: build system
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.9.0


See nabble
http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html

Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
Instead we need to add a profile which is based on java.home path.

See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094501#comment-13094501 ] 

Claus Ibsen commented on CAMEL-4398:
------------------------------------

Sorry the issue is the tools JAR is added as dep on the SNAPSHOTs, but not on the releases etc. So its a bit weird. Track down to be possible in parent/pom.xml with some antrun tasks that does some osgi versioning regex replacement.

And since this dependency is added to camel-core it gets inheirted by all the other artifcats. But only for SNAPSHOTs, and not releases. So I guess the release profile makes something different.

The tools JAR is thus not needed at all as a dependency to use Camel, so what we want is to get rid of tools JAR in the camel-core/pom.xml file.

> Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4398
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html
> Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
> Instead we need to add a profile which is based on java.home path.
> See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reopened CAMEL-4398:
--------------------------------

      Assignee: Daniel Kulp  (was: Claus Ibsen)


I have a better fix for this....  

The tools jar is required for the schemagen stuff, not the  OSGi stuff.   In anycase, a better fix is coming.

> Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4398
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Daniel Kulp
>             Fix For: 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html
> Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
> Instead we need to add a profile which is based on java.home path.
> See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4398.
--------------------------------

    Resolution: Not A Problem

We should upgrade the bundle plugin as it does not need the special versioning stuff that the antrun plugin does, which drags in the tools JAR

> Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4398
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html
> Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
> Instead we need to add a profile which is based on java.home path.
> See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CAMEL-4398:
-------------------------------

    Fix Version/s: 2.8.2

> Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4398
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Daniel Kulp
>             Fix For: 2.8.2, 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html
> Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
> Instead we need to add a profile which is based on java.home path.
> See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4398) Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CAMEL-4398.
--------------------------------

    Resolution: Fixed

> Add profile to camel-core pom.xml to have tools.jar added as dependency which is needed for CI servers
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4398
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4398
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Daniel Kulp
>             Fix For: 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Jenkins-dependency-in-camel-core-pom-xml-for-SNAPSHOTs-tp4749494p4749494.html
> Jenkins will by default insert dependency if missing in published pom.xml, which have hardcoded link path to jenkins server.
> Instead we need to add a profile which is based on java.home path.
> See the links from the nabble talk above.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira