You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Nick Dimiduk <nd...@apache.org> on 2016/04/19 22:00:08 UTC

Site broken

Hey guys,

Looks like the last site update missed something. Grammar, Functions, and
Data Types pages are all empty. Mind taking a look?

Thanks,
Nick

Re: Site broken

Posted by Nick Dimiduk <nd...@apache.org>.
Thanks Enis!

On Tue, Apr 19, 2016 at 1:55 PM, Enis Söztutar <en...@apache.org> wrote:

> Alright, fixed the issue in
> https://issues.apache.org/jira/browse/PHOENIX-2843. A quick review?
>
> I'll commit the updated docs regardless to have the site restored.
>
> Thanks Nick.
> Enis
>
> On Tue, Apr 19, 2016 at 1:48 PM, Enis Söztutar <en...@apache.org> wrote:
>
>> JDK-8 introduced a ArrayList.replaceAll() which is causing the build
>> issue since the code is trying to use the local static method inside a
>> custom ArrayList in BuildBase.java, line 136.
>>
>>
>> https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#replaceAll-java.util.function.UnaryOperator-
>>
>> Let me create an issue and commit the fix.
>>
>> Enis
>>
>> On Tue, Apr 19, 2016 at 1:45 PM, Enis Söztutar <en...@apache.org> wrote:
>>
>>> The problem is that, I was getting this, but the build did not fail:
>>>
>>> HW10676:phoenix-docs$ ./build.sh docs
>>>
>>> src/tools/org/h2/build/BuildBase.java:136: error: no suitable method
>>> found for replaceAll(String,String,String)
>>>
>>>             pattern = replaceAll(pattern, "/", File.separator);
>>>
>>>                       ^
>>>
>>>     method List.replaceAll(UnaryOperator<File>) is not applicable
>>>
>>>       (actual and formal argument lists differ in length)
>>>
>>>     method ArrayList.replaceAll(UnaryOperator<File>) is not applicable
>>>
>>>       (actual and formal argument lists differ in length)
>>>
>>> 1 error
>>>
>>> Error: Could not find or load main class org.h2.build.Build
>>>
>>> Enis
>>>
>>> On Tue, Apr 19, 2016 at 1:36 PM, Enis Söztutar <en...@apache.org> wrote:
>>>
>>>> I think it is me. Let me check.
>>>>
>>>> I had updated the site using this
>>>> https://phoenix.apache.org/building_website.html
>>>>
>>>> Enis
>>>>
>>>> On Tue, Apr 19, 2016 at 1:26 PM, Nick Dimiduk <nd...@apache.org>
>>>> wrote:
>>>>
>>>>> Sending to the correct dev list.
>>>>>
>>>>> http://phoenix.apache.org/language/index.html
>>>>> http://phoenix.apache.org/language/functions.html
>>>>> http://phoenix.apache.org/language/datatypes.html
>>>>>
>>>>> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
>>>>> wrote:
>>>>>
>>>>>> Hey guys,
>>>>>>
>>>>>> Looks like the last site update missed something. Grammar, Functions,
>>>>>> and Data Types pages are all empty. Mind taking a look?
>>>>>>
>>>>>> Thanks,
>>>>>> Nick
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: Site broken

Posted by Enis Söztutar <en...@apache.org>.
Alright, fixed the issue in
https://issues.apache.org/jira/browse/PHOENIX-2843. A quick review?

I'll commit the updated docs regardless to have the site restored.

Thanks Nick.
Enis

On Tue, Apr 19, 2016 at 1:48 PM, Enis Söztutar <en...@apache.org> wrote:

> JDK-8 introduced a ArrayList.replaceAll() which is causing the build issue
> since the code is trying to use the local static method inside a custom
> ArrayList in BuildBase.java, line 136.
>
>
> https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#replaceAll-java.util.function.UnaryOperator-
>
> Let me create an issue and commit the fix.
>
> Enis
>
> On Tue, Apr 19, 2016 at 1:45 PM, Enis Söztutar <en...@apache.org> wrote:
>
>> The problem is that, I was getting this, but the build did not fail:
>>
>> HW10676:phoenix-docs$ ./build.sh docs
>>
>> src/tools/org/h2/build/BuildBase.java:136: error: no suitable method
>> found for replaceAll(String,String,String)
>>
>>             pattern = replaceAll(pattern, "/", File.separator);
>>
>>                       ^
>>
>>     method List.replaceAll(UnaryOperator<File>) is not applicable
>>
>>       (actual and formal argument lists differ in length)
>>
>>     method ArrayList.replaceAll(UnaryOperator<File>) is not applicable
>>
>>       (actual and formal argument lists differ in length)
>>
>> 1 error
>>
>> Error: Could not find or load main class org.h2.build.Build
>>
>> Enis
>>
>> On Tue, Apr 19, 2016 at 1:36 PM, Enis Söztutar <en...@apache.org> wrote:
>>
>>> I think it is me. Let me check.
>>>
>>> I had updated the site using this
>>> https://phoenix.apache.org/building_website.html
>>>
>>> Enis
>>>
>>> On Tue, Apr 19, 2016 at 1:26 PM, Nick Dimiduk <nd...@apache.org>
>>> wrote:
>>>
>>>> Sending to the correct dev list.
>>>>
>>>> http://phoenix.apache.org/language/index.html
>>>> http://phoenix.apache.org/language/functions.html
>>>> http://phoenix.apache.org/language/datatypes.html
>>>>
>>>> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
>>>> wrote:
>>>>
>>>>> Hey guys,
>>>>>
>>>>> Looks like the last site update missed something. Grammar, Functions,
>>>>> and Data Types pages are all empty. Mind taking a look?
>>>>>
>>>>> Thanks,
>>>>> Nick
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Site broken

Posted by Enis Söztutar <en...@apache.org>.
JDK-8 introduced a ArrayList.replaceAll() which is causing the build issue
since the code is trying to use the local static method inside a custom
ArrayList in BuildBase.java, line 136.

https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#replaceAll-java.util.function.UnaryOperator-

Let me create an issue and commit the fix.

Enis

On Tue, Apr 19, 2016 at 1:45 PM, Enis Söztutar <en...@apache.org> wrote:

> The problem is that, I was getting this, but the build did not fail:
>
> HW10676:phoenix-docs$ ./build.sh docs
>
> src/tools/org/h2/build/BuildBase.java:136: error: no suitable method found
> for replaceAll(String,String,String)
>
>             pattern = replaceAll(pattern, "/", File.separator);
>
>                       ^
>
>     method List.replaceAll(UnaryOperator<File>) is not applicable
>
>       (actual and formal argument lists differ in length)
>
>     method ArrayList.replaceAll(UnaryOperator<File>) is not applicable
>
>       (actual and formal argument lists differ in length)
>
> 1 error
>
> Error: Could not find or load main class org.h2.build.Build
>
> Enis
>
> On Tue, Apr 19, 2016 at 1:36 PM, Enis Söztutar <en...@apache.org> wrote:
>
>> I think it is me. Let me check.
>>
>> I had updated the site using this
>> https://phoenix.apache.org/building_website.html
>>
>> Enis
>>
>> On Tue, Apr 19, 2016 at 1:26 PM, Nick Dimiduk <nd...@apache.org>
>> wrote:
>>
>>> Sending to the correct dev list.
>>>
>>> http://phoenix.apache.org/language/index.html
>>> http://phoenix.apache.org/language/functions.html
>>> http://phoenix.apache.org/language/datatypes.html
>>>
>>> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
>>> wrote:
>>>
>>>> Hey guys,
>>>>
>>>> Looks like the last site update missed something. Grammar, Functions,
>>>> and Data Types pages are all empty. Mind taking a look?
>>>>
>>>> Thanks,
>>>> Nick
>>>>
>>>
>>>
>>
>

Re: Site broken

Posted by Enis Söztutar <en...@apache.org>.
The problem is that, I was getting this, but the build did not fail:

HW10676:phoenix-docs$ ./build.sh docs

src/tools/org/h2/build/BuildBase.java:136: error: no suitable method found
for replaceAll(String,String,String)

            pattern = replaceAll(pattern, "/", File.separator);

                      ^

    method List.replaceAll(UnaryOperator<File>) is not applicable

      (actual and formal argument lists differ in length)

    method ArrayList.replaceAll(UnaryOperator<File>) is not applicable

      (actual and formal argument lists differ in length)

1 error

Error: Could not find or load main class org.h2.build.Build

Enis

On Tue, Apr 19, 2016 at 1:36 PM, Enis Söztutar <en...@apache.org> wrote:

> I think it is me. Let me check.
>
> I had updated the site using this
> https://phoenix.apache.org/building_website.html
>
> Enis
>
> On Tue, Apr 19, 2016 at 1:26 PM, Nick Dimiduk <nd...@apache.org> wrote:
>
>> Sending to the correct dev list.
>>
>> http://phoenix.apache.org/language/index.html
>> http://phoenix.apache.org/language/functions.html
>> http://phoenix.apache.org/language/datatypes.html
>>
>> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
>> wrote:
>>
>>> Hey guys,
>>>
>>> Looks like the last site update missed something. Grammar, Functions,
>>> and Data Types pages are all empty. Mind taking a look?
>>>
>>> Thanks,
>>> Nick
>>>
>>
>>
>

Re: Site broken

Posted by Enis Söztutar <en...@apache.org>.
I think it is me. Let me check.

I had updated the site using this
https://phoenix.apache.org/building_website.html

Enis

On Tue, Apr 19, 2016 at 1:26 PM, Nick Dimiduk <nd...@apache.org> wrote:

> Sending to the correct dev list.
>
> http://phoenix.apache.org/language/index.html
> http://phoenix.apache.org/language/functions.html
> http://phoenix.apache.org/language/datatypes.html
>
> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org> wrote:
>
>> Hey guys,
>>
>> Looks like the last site update missed something. Grammar, Functions, and
>> Data Types pages are all empty. Mind taking a look?
>>
>> Thanks,
>> Nick
>>
>
>

Re: Site broken

Posted by Nick Dimiduk <nd...@apache.org>.
Sending to the correct dev list.

http://phoenix.apache.org/language/index.html
http://phoenix.apache.org/language/functions.html
http://phoenix.apache.org/language/datatypes.html

On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org> wrote:

> Hey guys,
>
> Looks like the last site update missed something. Grammar, Functions, and
> Data Types pages are all empty. Mind taking a look?
>
> Thanks,
> Nick
>

Re: Site broken

Posted by Nick Dimiduk <nd...@gmail.com>.
Oh bother. Wrong dev list. Sorry guys.

On Tue, Apr 19, 2016 at 1:25 PM, Nick Dimiduk <nd...@gmail.com> wrote:

> http://phoenix.apache.org/language/index.html
> http://phoenix.apache.org/language/functions.html
> http://phoenix.apache.org/language/datatypes.html
>
> On Tue, Apr 19, 2016 at 1:24 PM, Stack <st...@duboce.net> wrote:
>
>> Which pages Nick?
>> St.Ack
>>
>> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
>> wrote:
>>
>> > Hey guys,
>> >
>> > Looks like the last site update missed something. Grammar, Functions,
>> and
>> > Data Types pages are all empty. Mind taking a look?
>> >
>> > Thanks,
>> > Nick
>> >
>>
>
>

Re: Site broken

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Nick, wrong mailing list ;)

2016-04-19 16:25 GMT-04:00 Nick Dimiduk <nd...@gmail.com>:

> http://phoenix.apache.org/language/index.html
> http://phoenix.apache.org/language/functions.html
> http://phoenix.apache.org/language/datatypes.html
>
> On Tue, Apr 19, 2016 at 1:24 PM, Stack <st...@duboce.net> wrote:
>
> > Which pages Nick?
> > St.Ack
> >
> > On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org>
> wrote:
> >
> > > Hey guys,
> > >
> > > Looks like the last site update missed something. Grammar, Functions,
> and
> > > Data Types pages are all empty. Mind taking a look?
> > >
> > > Thanks,
> > > Nick
> > >
> >
>

Re: Site broken

Posted by Nick Dimiduk <nd...@gmail.com>.
http://phoenix.apache.org/language/index.html
http://phoenix.apache.org/language/functions.html
http://phoenix.apache.org/language/datatypes.html

On Tue, Apr 19, 2016 at 1:24 PM, Stack <st...@duboce.net> wrote:

> Which pages Nick?
> St.Ack
>
> On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org> wrote:
>
> > Hey guys,
> >
> > Looks like the last site update missed something. Grammar, Functions, and
> > Data Types pages are all empty. Mind taking a look?
> >
> > Thanks,
> > Nick
> >
>

Re: Site broken

Posted by Stack <st...@duboce.net>.
Which pages Nick?
St.Ack

On Tue, Apr 19, 2016 at 1:00 PM, Nick Dimiduk <nd...@apache.org> wrote:

> Hey guys,
>
> Looks like the last site update missed something. Grammar, Functions, and
> Data Types pages are all empty. Mind taking a look?
>
> Thanks,
> Nick
>