You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Justin Mclean <ju...@classsoftware.com> on 2015/12/01 02:47:49 UTC

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Hi,

+1 binding.

I checked:
- release name contains incubating
- signature and hash good
- DISCLAIMER exists
- LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see below).
- no unexpected binary files
- all source files have Apache headers
- can compile from source

You might want to in the next release sign the release with an apache email address.

You may want to also double check the version of bootstrap you have bundled, the comment says 3.2 and that it is Apache licensed, however github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap to the LICENSE file in the next release. However it may be that Twitter didn’t update the header of this file. If that's the case I’d just leave it as it is. Sorry I missed this last time.

I also had to increase the memory in gradle.properties to get the project to compile without an out of heap space error but that may just be my setup.

Thanks,
Justin

1. https://github.com/twbs/bootstrap/tree/v3.2.0 <https://github.com/twbs/bootstrap/tree/v3.2.0>
2. https://github.com/twbs/bootstrap/tree/v3.0.3 <https://github.com/twbs/bootstrap/tree/v3.0.3>


Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Thanks for trying out, Jacques.

Can you please try removing zk 3.4.6 dir cached in your local m2 and re-run
the build?
 - rm -rf ~/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6
 - $PROJECT_ROOT/gradlew build


Santosh

On Mon, Dec 7, 2015 at 5:30 PM, Jacques Nadeau <ja...@apache.org> wrote:

> I tried to build and got this message:
>
> $ brew install gradle
> ==> Downloading
> https://downloads.gradle.org/distributions/gradle-2.8-bin.zip
> ########################################################################
> 100.0%
> 🍺  /usr/local/Cellar/gradle/2.8: 164 files, 47M, built in 6 seconds
>
> $ gradle wrapper
>
> ...
>
> $ ./gradlew build
>
> ...
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Could not resolve all dependencies for configuration
> ':myriad-scheduler:compile'.
> > Could not find zookeeper-tests.jar
> (org.apache.zookeeper:zookeeper:3.4.6).
>   Searched in the following locations:
>
>
> file:/Users/jnadeau/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-tests.jar
>
>
> Did I miss a step?
>
> $ java -version
>
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
>
>
>
> thanks,
> Jacques
>
>
> On Mon, Dec 7, 2015 at 3:26 PM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
> > Hello All,
> >
> >   Appreciate if IPMC members can review the RC and vote.
> >
> > Thanks,
> > Santosh
> >
> > On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
> > wrote:
> >
> > > Hello All,
> > >
> > >   Just a reminder that this vote is still open.
> > >
> > >  We've received feedback, and a binding +1, from just one IPMC member
> > > (Justin Mclean). Appreciate if more folks can try out the RC and vote.
> > >
> > > Thanks,
> > > Santosh
> > >
> > > On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <
> smarella@maprtech.com>
> > > wrote:
> > >
> > >> Thanks Justin. Appreciate your feedback.
> > >>
> > >> > You may want to also double check the version of bootstrap you have
> > >> bundled, the comment says 3.2 and that it is Apache licensed, however
> > >> > github shows 3.2 is MIT licensed. [1] I think the change from Apache
> > to
> > >> MIT happened at around 3.0.3. [2] If this is the case can you add
> > bootstrap
> > >> > to the LICENSE file in the next release. However it may be that
> > Twitter
> > >> didn’t update the header of this file. If that's the case I’d just
> > leave it
> > >> as it is.
> > >>
> > >> The bootstrap css bundled with Myriad was generated using
> > >> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> > >> suspect bootswatchr is not including the right license header.
> > >>
> > >> /*!
> > >>  * Bootstrap v3.2
> > >>  *
> > >>  * Copyright 2014 Twitter, Inc
> > >>  * Licensed under the Apache License v2.0
> > >>  * http://www.apache.org/licenses/LICENSE-2.0
> > >>  *
> > >>  * Designed and built with all the love in the world by @mdo and @fat.
> > >>  * BootSwatchr built and provided by @DrewStrickland
> > >>  */
> > >> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
> > >>
> > >> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this
> > for
> > >> the next release.
> > >>
> > >> Thanks,
> > >> Santosh
> > >>
> > >> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <
> > justin@classsoftware.com>
> > >> wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> +1 binding.
> > >>>
> > >>> I checked:
> > >>> - release name contains incubating
> > >>> - signature and hash good
> > >>> - DISCLAIMER exists
> > >>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap
> (see
> > >>> below).
> > >>> - no unexpected binary files
> > >>> - all source files have Apache headers
> > >>> - can compile from source
> > >>>
> > >>> You might want to in the next release sign the release with an apache
> > >>> email address.
> > >>>
> > >>> You may want to also double check the version of bootstrap you have
> > >>> bundled, the comment says 3.2 and that it is Apache licensed, however
> > >>> github shows 3.2 is MIT licensed. [1] I think the change from Apache
> > to MIT
> > >>> happened at around 3.0.3. [2] If this is the case can you add
> > bootstrap to
> > >>> the LICENSE file in the next release. However it may be that Twitter
> > didn’t
> > >>> update the header of this file. If that's the case I’d just leave it
> > as it
> > >>> is. Sorry I missed this last time.
> > >>>
> > >>> I also had to increase the memory in gradle.properties to get the
> > >>> project to compile without an out of heap space error but that may
> > just be
> > >>> my setup.
> > >>>
> > >>> Thanks,
> > >>> Justin
> > >>>
> > >>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> > >>> https://github.com/twbs/bootstrap/tree/v3.2.0>
> > >>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> > >>> https://github.com/twbs/bootstrap/tree/v3.0.3>
> > >>>
> > >>>
> > >>
> > >
> >
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Thanks for trying out, Jacques.

Can you please try removing zk 3.4.6 dir cached in your local m2 and re-run
the build?
 - rm -rf ~/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6
 - $PROJECT_ROOT/gradlew build


Santosh

On Mon, Dec 7, 2015 at 5:30 PM, Jacques Nadeau <ja...@apache.org> wrote:

> I tried to build and got this message:
>
> $ brew install gradle
> ==> Downloading
> https://downloads.gradle.org/distributions/gradle-2.8-bin.zip
> ########################################################################
> 100.0%
> 🍺  /usr/local/Cellar/gradle/2.8: 164 files, 47M, built in 6 seconds
>
> $ gradle wrapper
>
> ...
>
> $ ./gradlew build
>
> ...
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Could not resolve all dependencies for configuration
> ':myriad-scheduler:compile'.
> > Could not find zookeeper-tests.jar
> (org.apache.zookeeper:zookeeper:3.4.6).
>   Searched in the following locations:
>
>
> file:/Users/jnadeau/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-tests.jar
>
>
> Did I miss a step?
>
> $ java -version
>
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
>
>
>
> thanks,
> Jacques
>
>
> On Mon, Dec 7, 2015 at 3:26 PM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
> > Hello All,
> >
> >   Appreciate if IPMC members can review the RC and vote.
> >
> > Thanks,
> > Santosh
> >
> > On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
> > wrote:
> >
> > > Hello All,
> > >
> > >   Just a reminder that this vote is still open.
> > >
> > >  We've received feedback, and a binding +1, from just one IPMC member
> > > (Justin Mclean). Appreciate if more folks can try out the RC and vote.
> > >
> > > Thanks,
> > > Santosh
> > >
> > > On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <
> smarella@maprtech.com>
> > > wrote:
> > >
> > >> Thanks Justin. Appreciate your feedback.
> > >>
> > >> > You may want to also double check the version of bootstrap you have
> > >> bundled, the comment says 3.2 and that it is Apache licensed, however
> > >> > github shows 3.2 is MIT licensed. [1] I think the change from Apache
> > to
> > >> MIT happened at around 3.0.3. [2] If this is the case can you add
> > bootstrap
> > >> > to the LICENSE file in the next release. However it may be that
> > Twitter
> > >> didn’t update the header of this file. If that's the case I’d just
> > leave it
> > >> as it is.
> > >>
> > >> The bootstrap css bundled with Myriad was generated using
> > >> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> > >> suspect bootswatchr is not including the right license header.
> > >>
> > >> /*!
> > >>  * Bootstrap v3.2
> > >>  *
> > >>  * Copyright 2014 Twitter, Inc
> > >>  * Licensed under the Apache License v2.0
> > >>  * http://www.apache.org/licenses/LICENSE-2.0
> > >>  *
> > >>  * Designed and built with all the love in the world by @mdo and @fat.
> > >>  * BootSwatchr built and provided by @DrewStrickland
> > >>  */
> > >> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
> > >>
> > >> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this
> > for
> > >> the next release.
> > >>
> > >> Thanks,
> > >> Santosh
> > >>
> > >> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <
> > justin@classsoftware.com>
> > >> wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> +1 binding.
> > >>>
> > >>> I checked:
> > >>> - release name contains incubating
> > >>> - signature and hash good
> > >>> - DISCLAIMER exists
> > >>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap
> (see
> > >>> below).
> > >>> - no unexpected binary files
> > >>> - all source files have Apache headers
> > >>> - can compile from source
> > >>>
> > >>> You might want to in the next release sign the release with an apache
> > >>> email address.
> > >>>
> > >>> You may want to also double check the version of bootstrap you have
> > >>> bundled, the comment says 3.2 and that it is Apache licensed, however
> > >>> github shows 3.2 is MIT licensed. [1] I think the change from Apache
> > to MIT
> > >>> happened at around 3.0.3. [2] If this is the case can you add
> > bootstrap to
> > >>> the LICENSE file in the next release. However it may be that Twitter
> > didn’t
> > >>> update the header of this file. If that's the case I’d just leave it
> > as it
> > >>> is. Sorry I missed this last time.
> > >>>
> > >>> I also had to increase the memory in gradle.properties to get the
> > >>> project to compile without an out of heap space error but that may
> > just be
> > >>> my setup.
> > >>>
> > >>> Thanks,
> > >>> Justin
> > >>>
> > >>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> > >>> https://github.com/twbs/bootstrap/tree/v3.2.0>
> > >>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> > >>> https://github.com/twbs/bootstrap/tree/v3.0.3>
> > >>>
> > >>>
> > >>
> > >
> >
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Jacques Nadeau <ja...@apache.org>.
I tried to build and got this message:

$ brew install gradle
==> Downloading
https://downloads.gradle.org/distributions/gradle-2.8-bin.zip
########################################################################
100.0%
🍺  /usr/local/Cellar/gradle/2.8: 164 files, 47M, built in 6 seconds

$ gradle wrapper

...

$ ./gradlew build

...

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration
':myriad-scheduler:compile'.
> Could not find zookeeper-tests.jar (org.apache.zookeeper:zookeeper:3.4.6).
  Searched in the following locations:

file:/Users/jnadeau/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-tests.jar


Did I miss a step?

$ java -version

java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)



thanks,
Jacques


On Mon, Dec 7, 2015 at 3:26 PM, Santosh Marella <sm...@maprtech.com>
wrote:

> Hello All,
>
>   Appreciate if IPMC members can review the RC and vote.
>
> Thanks,
> Santosh
>
> On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
> > Hello All,
> >
> >   Just a reminder that this vote is still open.
> >
> >  We've received feedback, and a binding +1, from just one IPMC member
> > (Justin Mclean). Appreciate if more folks can try out the RC and vote.
> >
> > Thanks,
> > Santosh
> >
> > On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
> > wrote:
> >
> >> Thanks Justin. Appreciate your feedback.
> >>
> >> > You may want to also double check the version of bootstrap you have
> >> bundled, the comment says 3.2 and that it is Apache licensed, however
> >> > github shows 3.2 is MIT licensed. [1] I think the change from Apache
> to
> >> MIT happened at around 3.0.3. [2] If this is the case can you add
> bootstrap
> >> > to the LICENSE file in the next release. However it may be that
> Twitter
> >> didn’t update the header of this file. If that's the case I’d just
> leave it
> >> as it is.
> >>
> >> The bootstrap css bundled with Myriad was generated using
> >> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> >> suspect bootswatchr is not including the right license header.
> >>
> >> /*!
> >>  * Bootstrap v3.2
> >>  *
> >>  * Copyright 2014 Twitter, Inc
> >>  * Licensed under the Apache License v2.0
> >>  * http://www.apache.org/licenses/LICENSE-2.0
> >>  *
> >>  * Designed and built with all the love in the world by @mdo and @fat.
> >>  * BootSwatchr built and provided by @DrewStrickland
> >>  */
> >> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
> >>
> >> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this
> for
> >> the next release.
> >>
> >> Thanks,
> >> Santosh
> >>
> >> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <
> justin@classsoftware.com>
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> +1 binding.
> >>>
> >>> I checked:
> >>> - release name contains incubating
> >>> - signature and hash good
> >>> - DISCLAIMER exists
> >>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
> >>> below).
> >>> - no unexpected binary files
> >>> - all source files have Apache headers
> >>> - can compile from source
> >>>
> >>> You might want to in the next release sign the release with an apache
> >>> email address.
> >>>
> >>> You may want to also double check the version of bootstrap you have
> >>> bundled, the comment says 3.2 and that it is Apache licensed, however
> >>> github shows 3.2 is MIT licensed. [1] I think the change from Apache
> to MIT
> >>> happened at around 3.0.3. [2] If this is the case can you add
> bootstrap to
> >>> the LICENSE file in the next release. However it may be that Twitter
> didn’t
> >>> update the header of this file. If that's the case I’d just leave it
> as it
> >>> is. Sorry I missed this last time.
> >>>
> >>> I also had to increase the memory in gradle.properties to get the
> >>> project to compile without an out of heap space error but that may
> just be
> >>> my setup.
> >>>
> >>> Thanks,
> >>> Justin
> >>>
> >>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> >>> https://github.com/twbs/bootstrap/tree/v3.2.0>
> >>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> >>> https://github.com/twbs/bootstrap/tree/v3.0.3>
> >>>
> >>>
> >>
> >
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Jacques Nadeau <ja...@apache.org>.
I tried to build and got this message:

$ brew install gradle
==> Downloading
https://downloads.gradle.org/distributions/gradle-2.8-bin.zip
########################################################################
100.0%
🍺  /usr/local/Cellar/gradle/2.8: 164 files, 47M, built in 6 seconds

$ gradle wrapper

...

$ ./gradlew build

...

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration
':myriad-scheduler:compile'.
> Could not find zookeeper-tests.jar (org.apache.zookeeper:zookeeper:3.4.6).
  Searched in the following locations:

file:/Users/jnadeau/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-tests.jar


Did I miss a step?

$ java -version

java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)



thanks,
Jacques


On Mon, Dec 7, 2015 at 3:26 PM, Santosh Marella <sm...@maprtech.com>
wrote:

> Hello All,
>
>   Appreciate if IPMC members can review the RC and vote.
>
> Thanks,
> Santosh
>
> On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
> > Hello All,
> >
> >   Just a reminder that this vote is still open.
> >
> >  We've received feedback, and a binding +1, from just one IPMC member
> > (Justin Mclean). Appreciate if more folks can try out the RC and vote.
> >
> > Thanks,
> > Santosh
> >
> > On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
> > wrote:
> >
> >> Thanks Justin. Appreciate your feedback.
> >>
> >> > You may want to also double check the version of bootstrap you have
> >> bundled, the comment says 3.2 and that it is Apache licensed, however
> >> > github shows 3.2 is MIT licensed. [1] I think the change from Apache
> to
> >> MIT happened at around 3.0.3. [2] If this is the case can you add
> bootstrap
> >> > to the LICENSE file in the next release. However it may be that
> Twitter
> >> didn’t update the header of this file. If that's the case I’d just
> leave it
> >> as it is.
> >>
> >> The bootstrap css bundled with Myriad was generated using
> >> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> >> suspect bootswatchr is not including the right license header.
> >>
> >> /*!
> >>  * Bootstrap v3.2
> >>  *
> >>  * Copyright 2014 Twitter, Inc
> >>  * Licensed under the Apache License v2.0
> >>  * http://www.apache.org/licenses/LICENSE-2.0
> >>  *
> >>  * Designed and built with all the love in the world by @mdo and @fat.
> >>  * BootSwatchr built and provided by @DrewStrickland
> >>  */
> >> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
> >>
> >> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this
> for
> >> the next release.
> >>
> >> Thanks,
> >> Santosh
> >>
> >> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <
> justin@classsoftware.com>
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> +1 binding.
> >>>
> >>> I checked:
> >>> - release name contains incubating
> >>> - signature and hash good
> >>> - DISCLAIMER exists
> >>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
> >>> below).
> >>> - no unexpected binary files
> >>> - all source files have Apache headers
> >>> - can compile from source
> >>>
> >>> You might want to in the next release sign the release with an apache
> >>> email address.
> >>>
> >>> You may want to also double check the version of bootstrap you have
> >>> bundled, the comment says 3.2 and that it is Apache licensed, however
> >>> github shows 3.2 is MIT licensed. [1] I think the change from Apache
> to MIT
> >>> happened at around 3.0.3. [2] If this is the case can you add
> bootstrap to
> >>> the LICENSE file in the next release. However it may be that Twitter
> didn’t
> >>> update the header of this file. If that's the case I’d just leave it
> as it
> >>> is. Sorry I missed this last time.
> >>>
> >>> I also had to increase the memory in gradle.properties to get the
> >>> project to compile without an out of heap space error but that may
> just be
> >>> my setup.
> >>>
> >>> Thanks,
> >>> Justin
> >>>
> >>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> >>> https://github.com/twbs/bootstrap/tree/v3.2.0>
> >>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> >>> https://github.com/twbs/bootstrap/tree/v3.0.3>
> >>>
> >>>
> >>
> >
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Hello All,

  Appreciate if IPMC members can review the RC and vote.

Thanks,
Santosh

On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
wrote:

> Hello All,
>
>   Just a reminder that this vote is still open.
>
>  We've received feedback, and a binding +1, from just one IPMC member
> (Justin Mclean). Appreciate if more folks can try out the RC and vote.
>
> Thanks,
> Santosh
>
> On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
>> Thanks Justin. Appreciate your feedback.
>>
>> > You may want to also double check the version of bootstrap you have
>> bundled, the comment says 3.2 and that it is Apache licensed, however
>> > github shows 3.2 is MIT licensed. [1] I think the change from Apache to
>> MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
>> > to the LICENSE file in the next release. However it may be that Twitter
>> didn’t update the header of this file. If that's the case I’d just leave it
>> as it is.
>>
>> The bootstrap css bundled with Myriad was generated using
>> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
>> suspect bootswatchr is not including the right license header.
>>
>> /*!
>>  * Bootstrap v3.2
>>  *
>>  * Copyright 2014 Twitter, Inc
>>  * Licensed under the Apache License v2.0
>>  * http://www.apache.org/licenses/LICENSE-2.0
>>  *
>>  * Designed and built with all the love in the world by @mdo and @fat.
>>  * BootSwatchr built and provided by @DrewStrickland
>>  */
>> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
>>
>> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
>> the next release.
>>
>> Thanks,
>> Santosh
>>
>> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
>> wrote:
>>
>>> Hi,
>>>
>>> +1 binding.
>>>
>>> I checked:
>>> - release name contains incubating
>>> - signature and hash good
>>> - DISCLAIMER exists
>>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
>>> below).
>>> - no unexpected binary files
>>> - all source files have Apache headers
>>> - can compile from source
>>>
>>> You might want to in the next release sign the release with an apache
>>> email address.
>>>
>>> You may want to also double check the version of bootstrap you have
>>> bundled, the comment says 3.2 and that it is Apache licensed, however
>>> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
>>> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
>>> the LICENSE file in the next release. However it may be that Twitter didn’t
>>> update the header of this file. If that's the case I’d just leave it as it
>>> is. Sorry I missed this last time.
>>>
>>> I also had to increase the memory in gradle.properties to get the
>>> project to compile without an out of heap space error but that may just be
>>> my setup.
>>>
>>> Thanks,
>>> Justin
>>>
>>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
>>> https://github.com/twbs/bootstrap/tree/v3.2.0>
>>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
>>> https://github.com/twbs/bootstrap/tree/v3.0.3>
>>>
>>>
>>
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Hello All,

  Appreciate if IPMC members can review the RC and vote.

Thanks,
Santosh

On Thu, Dec 3, 2015 at 1:27 AM, Santosh Marella <sm...@maprtech.com>
wrote:

> Hello All,
>
>   Just a reminder that this vote is still open.
>
>  We've received feedback, and a binding +1, from just one IPMC member
> (Justin Mclean). Appreciate if more folks can try out the RC and vote.
>
> Thanks,
> Santosh
>
> On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
> wrote:
>
>> Thanks Justin. Appreciate your feedback.
>>
>> > You may want to also double check the version of bootstrap you have
>> bundled, the comment says 3.2 and that it is Apache licensed, however
>> > github shows 3.2 is MIT licensed. [1] I think the change from Apache to
>> MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
>> > to the LICENSE file in the next release. However it may be that Twitter
>> didn’t update the header of this file. If that's the case I’d just leave it
>> as it is.
>>
>> The bootstrap css bundled with Myriad was generated using
>> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
>> suspect bootswatchr is not including the right license header.
>>
>> /*!
>>  * Bootstrap v3.2
>>  *
>>  * Copyright 2014 Twitter, Inc
>>  * Licensed under the Apache License v2.0
>>  * http://www.apache.org/licenses/LICENSE-2.0
>>  *
>>  * Designed and built with all the love in the world by @mdo and @fat.
>>  * BootSwatchr built and provided by @DrewStrickland
>>  */
>> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
>>
>> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
>> the next release.
>>
>> Thanks,
>> Santosh
>>
>> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
>> wrote:
>>
>>> Hi,
>>>
>>> +1 binding.
>>>
>>> I checked:
>>> - release name contains incubating
>>> - signature and hash good
>>> - DISCLAIMER exists
>>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
>>> below).
>>> - no unexpected binary files
>>> - all source files have Apache headers
>>> - can compile from source
>>>
>>> You might want to in the next release sign the release with an apache
>>> email address.
>>>
>>> You may want to also double check the version of bootstrap you have
>>> bundled, the comment says 3.2 and that it is Apache licensed, however
>>> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
>>> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
>>> the LICENSE file in the next release. However it may be that Twitter didn’t
>>> update the header of this file. If that's the case I’d just leave it as it
>>> is. Sorry I missed this last time.
>>>
>>> I also had to increase the memory in gradle.properties to get the
>>> project to compile without an out of heap space error but that may just be
>>> my setup.
>>>
>>> Thanks,
>>> Justin
>>>
>>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
>>> https://github.com/twbs/bootstrap/tree/v3.2.0>
>>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
>>> https://github.com/twbs/bootstrap/tree/v3.0.3>
>>>
>>>
>>
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Hello All,

  Just a reminder that this vote is still open.

 We've received feedback, and a binding +1, from just one IPMC member
(Justin Mclean). Appreciate if more folks can try out the RC and vote.

Thanks,
Santosh

On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
wrote:

> Thanks Justin. Appreciate your feedback.
>
> > You may want to also double check the version of bootstrap you have
> bundled, the comment says 3.2 and that it is Apache licensed, however
> > github shows 3.2 is MIT licensed. [1] I think the change from Apache to
> MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
> > to the LICENSE file in the next release. However it may be that Twitter
> didn’t update the header of this file. If that's the case I’d just leave it
> as it is.
>
> The bootstrap css bundled with Myriad was generated using
> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> suspect bootswatchr is not including the right license header.
>
> /*!
>  * Bootstrap v3.2
>  *
>  * Copyright 2014 Twitter, Inc
>  * Licensed under the Apache License v2.0
>  * http://www.apache.org/licenses/LICENSE-2.0
>  *
>  * Designed and built with all the love in the world by @mdo and @fat.
>  * BootSwatchr built and provided by @DrewStrickland
>  */
> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
>
> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
> the next release.
>
> Thanks,
> Santosh
>
> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
> wrote:
>
>> Hi,
>>
>> +1 binding.
>>
>> I checked:
>> - release name contains incubating
>> - signature and hash good
>> - DISCLAIMER exists
>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
>> below).
>> - no unexpected binary files
>> - all source files have Apache headers
>> - can compile from source
>>
>> You might want to in the next release sign the release with an apache
>> email address.
>>
>> You may want to also double check the version of bootstrap you have
>> bundled, the comment says 3.2 and that it is Apache licensed, however
>> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
>> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
>> the LICENSE file in the next release. However it may be that Twitter didn’t
>> update the header of this file. If that's the case I’d just leave it as it
>> is. Sorry I missed this last time.
>>
>> I also had to increase the memory in gradle.properties to get the project
>> to compile without an out of heap space error but that may just be my setup.
>>
>> Thanks,
>> Justin
>>
>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
>> https://github.com/twbs/bootstrap/tree/v3.2.0>
>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
>> https://github.com/twbs/bootstrap/tree/v3.0.3>
>>
>>
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Hello All,

  Just a reminder that this vote is still open.

 We've received feedback, and a binding +1, from just one IPMC member
(Justin Mclean). Appreciate if more folks can try out the RC and vote.

Thanks,
Santosh

On Mon, Nov 30, 2015 at 7:59 PM, Santosh Marella <sm...@maprtech.com>
wrote:

> Thanks Justin. Appreciate your feedback.
>
> > You may want to also double check the version of bootstrap you have
> bundled, the comment says 3.2 and that it is Apache licensed, however
> > github shows 3.2 is MIT licensed. [1] I think the change from Apache to
> MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
> > to the LICENSE file in the next release. However it may be that Twitter
> didn’t update the header of this file. If that's the case I’d just leave it
> as it is.
>
> The bootstrap css bundled with Myriad was generated using
> http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I
> suspect bootswatchr is not including the right license header.
>
> /*!
>  * Bootstrap v3.2
>  *
>  * Copyright 2014 Twitter, Inc
>  * Licensed under the Apache License v2.0
>  * http://www.apache.org/licenses/LICENSE-2.0
>  *
>  * Designed and built with all the love in the world by @mdo and @fat.
>  * BootSwatchr built and provided by @DrewStrickland
>  */
> /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
>
> Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
> the next release.
>
> Thanks,
> Santosh
>
> On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
> wrote:
>
>> Hi,
>>
>> +1 binding.
>>
>> I checked:
>> - release name contains incubating
>> - signature and hash good
>> - DISCLAIMER exists
>> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
>> below).
>> - no unexpected binary files
>> - all source files have Apache headers
>> - can compile from source
>>
>> You might want to in the next release sign the release with an apache
>> email address.
>>
>> You may want to also double check the version of bootstrap you have
>> bundled, the comment says 3.2 and that it is Apache licensed, however
>> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
>> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
>> the LICENSE file in the next release. However it may be that Twitter didn’t
>> update the header of this file. If that's the case I’d just leave it as it
>> is. Sorry I missed this last time.
>>
>> I also had to increase the memory in gradle.properties to get the project
>> to compile without an out of heap space error but that may just be my setup.
>>
>> Thanks,
>> Justin
>>
>> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
>> https://github.com/twbs/bootstrap/tree/v3.2.0>
>> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
>> https://github.com/twbs/bootstrap/tree/v3.0.3>
>>
>>
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Thanks Justin. Appreciate your feedback.

> You may want to also double check the version of bootstrap you have
bundled, the comment says 3.2 and that it is Apache licensed, however
> github shows 3.2 is MIT licensed. [1] I think the change from Apache to
MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
> to the LICENSE file in the next release. However it may be that Twitter
didn’t update the header of this file. If that's the case I’d just leave it
as it is.

The bootstrap css bundled with Myriad was generated using
http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I suspect
bootswatchr is not including the right license header.

/*!
 * Bootstrap v3.2
 *
 * Copyright 2014 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 * BootSwatchr built and provided by @DrewStrickland
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
the next release.

Thanks,
Santosh

On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> +1 binding.
>
> I checked:
> - release name contains incubating
> - signature and hash good
> - DISCLAIMER exists
> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
> below).
> - no unexpected binary files
> - all source files have Apache headers
> - can compile from source
>
> You might want to in the next release sign the release with an apache
> email address.
>
> You may want to also double check the version of bootstrap you have
> bundled, the comment says 3.2 and that it is Apache licensed, however
> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
> the LICENSE file in the next release. However it may be that Twitter didn’t
> update the header of this file. If that's the case I’d just leave it as it
> is. Sorry I missed this last time.
>
> I also had to increase the memory in gradle.properties to get the project
> to compile without an out of heap space error but that may just be my setup.
>
> Thanks,
> Justin
>
> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> https://github.com/twbs/bootstrap/tree/v3.2.0>
> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> https://github.com/twbs/bootstrap/tree/v3.0.3>
>
>

Re: [VOTE] Release Apache Myriad 0.1.0 (incubating)

Posted by Santosh Marella <sm...@maprtech.com>.
Thanks Justin. Appreciate your feedback.

> You may want to also double check the version of bootstrap you have
bundled, the comment says 3.2 and that it is Apache licensed, however
> github shows 3.2 is MIT licensed. [1] I think the change from Apache to
MIT happened at around 3.0.3. [2] If this is the case can you add bootstrap
> to the LICENSE file in the next release. However it may be that Twitter
didn’t update the header of this file. If that's the case I’d just leave it
as it is.

The bootstrap css bundled with Myriad was generated using
http://bootswatchr.com/ by selecting version "3.2" of bootstrap.  I suspect
bootswatchr is not including the right license header.

/*!
 * Bootstrap v3.2
 *
 * Copyright 2014 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 * BootSwatchr built and provided by @DrewStrickland
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

Created https://issues.apache.org/jira/browse/MYRIAD-177 to fix this for
the next release.

Thanks,
Santosh

On Mon, Nov 30, 2015 at 5:47 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> +1 binding.
>
> I checked:
> - release name contains incubating
> - signature and hash good
> - DISCLAIMER exists
> - LICENSE and NOTICE good. May be minor LICENSE issue re bootstrap (see
> below).
> - no unexpected binary files
> - all source files have Apache headers
> - can compile from source
>
> You might want to in the next release sign the release with an apache
> email address.
>
> You may want to also double check the version of bootstrap you have
> bundled, the comment says 3.2 and that it is Apache licensed, however
> github shows 3.2 is MIT licensed. [1] I think the change from Apache to MIT
> happened at around 3.0.3. [2] If this is the case can you add bootstrap to
> the LICENSE file in the next release. However it may be that Twitter didn’t
> update the header of this file. If that's the case I’d just leave it as it
> is. Sorry I missed this last time.
>
> I also had to increase the memory in gradle.properties to get the project
> to compile without an out of heap space error but that may just be my setup.
>
> Thanks,
> Justin
>
> 1. https://github.com/twbs/bootstrap/tree/v3.2.0 <
> https://github.com/twbs/bootstrap/tree/v3.2.0>
> 2. https://github.com/twbs/bootstrap/tree/v3.0.3 <
> https://github.com/twbs/bootstrap/tree/v3.0.3>
>
>