[jira] [Commented] (BUILDR-732) Support bnd version 2.1.0 or more

2017-09-09 Thread Peter Donald (JIRA)

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

Peter Donald commented on BUILDR-732:
-

Looks good. I applied the change as 
https://github.com/apache/buildr/commit/00f02b7277e5984f320107d506689a8434cfc106
 

I will do some more extensive locally over the next week or so. 

Thanks!

> Support bnd version 2.1.0 or more
> -
>
> Key: BUILDR-732
> URL: https://issues.apache.org/jira/browse/BUILDR-732
> Project: Buildr
>  Issue Type: Dependency upgrade
>  Components: Extensions
>Affects Versions: 1.5.1
>Reporter: Eric Bruneton
> Attachments: builr-bnd.patch
>
>
> The biz aQute bnd artifact has moved two times since version 1.50.0: see 
> [https://mvnrepository.com/artifact/biz.aQute/bnd], 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/bnd] and 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/biz.aQute.bnd].
> Therefore, despite the configurable version number in the bnd addon (added 
> for [https://issues.apache.org/jira/browse/BUILDR-654]), it is not possible 
> to use a version larger than 1.50.0 (due to the hardcoded group and artifact 
> ids [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L30]). 
> Also, the options of the 'print' command have changed since version 2.1.0: 
> \-verify is no longer supported, and the build fails at 
> [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L113]. \-v 
> or \-\-verify must be used instead 
> ([http://bnd.bndtools.org/commands/print.html]).
> Is it possible to update the default version to the latest one (3.4.0), or to 
> make sure any version from 1.50.0 to 3.4.0 can be used?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BUILDR-732) Support bnd version 2.1.0 or more

2017-09-06 Thread Eric Bruneton (JIRA)

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

Eric Bruneton commented on BUILDR-732:
--

I attached a proposed patch to fix this issue.

> Support bnd version 2.1.0 or more
> -
>
> Key: BUILDR-732
> URL: https://issues.apache.org/jira/browse/BUILDR-732
> Project: Buildr
>  Issue Type: Dependency upgrade
>  Components: Extensions
>Affects Versions: 1.5.1
>Reporter: Eric Bruneton
> Attachments: builr-bnd.patch
>
>
> The biz aQute bnd artifact has moved two times since version 1.50.0: see 
> [https://mvnrepository.com/artifact/biz.aQute/bnd], 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/bnd] and 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/biz.aQute.bnd].
> Therefore, despite the configurable version number in the bnd addon (added 
> for [https://issues.apache.org/jira/browse/BUILDR-654]), it is not possible 
> to use a version larger than 1.50.0 (due to the hardcoded group and artifact 
> ids [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L30]). 
> Also, the options of the 'print' command have changed since version 2.1.0: 
> \-verify is no longer supported, and the build fails at 
> [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L113]. \-v 
> or \-\-verify must be used instead 
> ([http://bnd.bndtools.org/commands/print.html]).
> Is it possible to update the default version to the latest one (3.4.0), or to 
> make sure any version from 1.50.0 to 3.4.0 can be used?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BUILDR-732) Support bnd version 2.1.0 or more

2017-08-12 Thread Eric Bruneton (JIRA)

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

Eric Bruneton commented on BUILDR-732:
--

I won't have time for this before September (I going in vacation tomorrow).

> Support bnd version 2.1.0 or more
> -
>
> Key: BUILDR-732
> URL: https://issues.apache.org/jira/browse/BUILDR-732
> Project: Buildr
>  Issue Type: Dependency upgrade
>  Components: Extensions
>Affects Versions: 1.5.1
>Reporter: Eric Bruneton
>
> The biz aQute bnd artifact has moved two times since version 1.50.0: see 
> [https://mvnrepository.com/artifact/biz.aQute/bnd], 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/bnd] and 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/biz.aQute.bnd].
> Therefore, despite the configurable version number in the bnd addon (added 
> for [https://issues.apache.org/jira/browse/BUILDR-654]), it is not possible 
> to use a version larger than 1.50.0 (due to the hardcoded group and artifact 
> ids [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L30]). 
> Also, the options of the 'print' command have changed since version 2.1.0: 
> \-verify is no longer supported, and the build fails at 
> [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L113]. \-v 
> or \-\-verify must be used instead 
> ([http://bnd.bndtools.org/commands/print.html]).
> Is it possible to update the default version to the latest one (3.4.0), or to 
> make sure any version from 1.50.0 to 3.4.0 can be used?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BUILDR-732) Support bnd version 2.1.0 or more

2017-08-10 Thread Peter Donald (JIRA)

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

Peter Donald commented on BUILDR-732:
-

It should be reasonably easy to tackle ... feel like having a go yourself? If 
not I can try and look at it this weekend or the following.

> Support bnd version 2.1.0 or more
> -
>
> Key: BUILDR-732
> URL: https://issues.apache.org/jira/browse/BUILDR-732
> Project: Buildr
>  Issue Type: Dependency upgrade
>  Components: Extensions
>Affects Versions: 1.5.1
>Reporter: Eric Bruneton
>
> The biz aQute bnd artifact has moved two times since version 1.50.0: see 
> [https://mvnrepository.com/artifact/biz.aQute/bnd], 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/bnd] and 
> [https://mvnrepository.com/artifact/biz.aQute.bnd/biz.aQute.bnd].
> Therefore, despite the configurable version number in the bnd addon (added 
> for [https://issues.apache.org/jira/browse/BUILDR-654]), it is not possible 
> to use a version larger than 1.50.0 (due to the hardcoded group and artifact 
> ids [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L30]). 
> Also, the options of the 'print' command have changed since version 2.1.0: 
> \-verify is no longer supported, and the build fails at 
> [https://github.com/apache/buildr/blob/master/addon/buildr/bnd.rb#L113]. \-v 
> or \-\-verify must be used instead 
> ([http://bnd.bndtools.org/commands/print.html]).
> Is it possible to update the default version to the latest one (3.4.0), or to 
> make sure any version from 1.50.0 to 3.4.0 can be used?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)