You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Hugo Ferreira <hf...@gmail.com> on 2022/10/08 19:02:26 UTC

Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hi,

Seems that my last commit did break the Jenkins.
I don't see the error and compiles on my side.
The only think that cames to my mind is the sass changes (I used a css >
sass converter).

---------- Forwarded message ---------
De: <je...@builds.apache.org>
Date: sábado, 8/10/2022 à(s) 19:39
Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
To: <ro...@royale.apache.org>


Royale » Royale-asjs - Build # 3015 - Failure:

Check console output at
https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the
results.

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Hugo Ferreira <hf...@gmail.com>.
Hi Greg,

Yes, I just update and re-compile on my side with ANT and it's worked as
expected.

Thank you very much.

Greg Dove <gr...@gmail.com> escreveu no dia domingo, 9/10/2022 à(s)
22:18:

> Hi Hugo,
>
> There was still a slight issue with that - iirc the sass compilation only
> happens with the maven build. I am pushing a fix for maven - can you please
> check that the defaults.css (which is generated from the sass compilation)
> is what you want... thanks, Greg
>
>
> On Mon, Oct 10, 2022 at 6:17 AM Hugo Ferreira <hf...@gmail.com>
> wrote:
>
> > No problem and thank you for explain me (will serve me well for a future
> > need).
> > As I said, I'm not familiar with sass but I had this fix in css on my
> side
> > for a long time.
> > Fixed the indentation.
> >
> > Maria Jose Esteve <mj...@iest.com> escreveu no dia domingo, 9/10/2022
> > à(s) 18:12:
> >
> > > Sorry Hugo,
> > >
> > > .first.jewel.list, .middle.jewel.list
> > >     &::-webkit-scrollbar
> > >         display: none;
> > >     -ms-overflow-style: none;
> > >     scrollbar-width: none;
> > >
> > > Hiedra
> > >
> > > -----Mensaje original-----
> > > De: Maria Jose Esteve <mj...@iest.com>
> > > Enviado el: domingo, 9 de octubre de 2022 19:10
> > > Para: dev@royale.apache.org
> > > Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 -
> Failure!
> > >
> > > And you must respect the "spaces or tabs" throughout the document.
> > > In this case each line, of different level, must be separated by "4
> > > spaces".
> > >
> > > .first.jewel.list, .middle.jewel.list
> > >     &::-webkit-scrollbar
> > >     display: none;
> > >     -ms-overflow-style: none;
> > >     scrollbar-width: none;
> > >
> > > Hiedra
> > >
> > > -----Mensaje original-----
> > > De: Maria Jose Esteve <mj...@iest.com> Enviado el: domingo, 9 de
> > > octubre de 2022 19:05
> > > Para: dev@royale.apache.org
> > > Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 -
> Failure!
> > >
> > > Hugo, Remove the keys "{" "}"
> > >
> > > .first.jewel.list, .middle.jewel.list {
> > >   &::-webkit-scrollbar {
> > >     display: none;
> > >   }
> > >
> > >   -ms-overflow-style: none;
> > >   scrollbar-width: none;
> > > }
> > >
> > >
> > >
> > > -----Mensaje original-----
> > > De: Hugo Ferreira <hf...@gmail.com> Enviado el: sábado, 8 de
> > > octubre de 2022 21:02
> > > Para: dev@royale.apache.org
> > > Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 -
> Failure!
> > >
> > > Hi,
> > >
> > > Seems that my last commit did break the Jenkins.
> > > I don't see the error and compiles on my side.
> > > The only think that cames to my mind is the sass changes (I used a css
> >
> > > sass converter).
> > >
> > > ---------- Forwarded message ---------
> > > De: <je...@builds.apache.org>
> > > Date: sábado, 8/10/2022 à(s) 19:39
> > > Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> > > To: <ro...@royale.apache.org>
> > >
> > >
> > > Royale » Royale-asjs - Build # 3015 - Failure:
> > >
> > > Check console output at
> > > https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view
> > the
> > > results.
> > >
> >
>

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Greg Dove <gr...@gmail.com>.
Hi Hugo,

There was still a slight issue with that - iirc the sass compilation only
happens with the maven build. I am pushing a fix for maven - can you please
check that the defaults.css (which is generated from the sass compilation)
is what you want... thanks, Greg


On Mon, Oct 10, 2022 at 6:17 AM Hugo Ferreira <hf...@gmail.com>
wrote:

> No problem and thank you for explain me (will serve me well for a future
> need).
> As I said, I'm not familiar with sass but I had this fix in css on my side
> for a long time.
> Fixed the indentation.
>
> Maria Jose Esteve <mj...@iest.com> escreveu no dia domingo, 9/10/2022
> à(s) 18:12:
>
> > Sorry Hugo,
> >
> > .first.jewel.list, .middle.jewel.list
> >     &::-webkit-scrollbar
> >         display: none;
> >     -ms-overflow-style: none;
> >     scrollbar-width: none;
> >
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Maria Jose Esteve <mj...@iest.com>
> > Enviado el: domingo, 9 de octubre de 2022 19:10
> > Para: dev@royale.apache.org
> > Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> >
> > And you must respect the "spaces or tabs" throughout the document.
> > In this case each line, of different level, must be separated by "4
> > spaces".
> >
> > .first.jewel.list, .middle.jewel.list
> >     &::-webkit-scrollbar
> >     display: none;
> >     -ms-overflow-style: none;
> >     scrollbar-width: none;
> >
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Maria Jose Esteve <mj...@iest.com> Enviado el: domingo, 9 de
> > octubre de 2022 19:05
> > Para: dev@royale.apache.org
> > Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> >
> > Hugo, Remove the keys "{" "}"
> >
> > .first.jewel.list, .middle.jewel.list {
> >   &::-webkit-scrollbar {
> >     display: none;
> >   }
> >
> >   -ms-overflow-style: none;
> >   scrollbar-width: none;
> > }
> >
> >
> >
> > -----Mensaje original-----
> > De: Hugo Ferreira <hf...@gmail.com> Enviado el: sábado, 8 de
> > octubre de 2022 21:02
> > Para: dev@royale.apache.org
> > Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> >
> > Hi,
> >
> > Seems that my last commit did break the Jenkins.
> > I don't see the error and compiles on my side.
> > The only think that cames to my mind is the sass changes (I used a css >
> > sass converter).
> >
> > ---------- Forwarded message ---------
> > De: <je...@builds.apache.org>
> > Date: sábado, 8/10/2022 à(s) 19:39
> > Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> > To: <ro...@royale.apache.org>
> >
> >
> > Royale » Royale-asjs - Build # 3015 - Failure:
> >
> > Check console output at
> > https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view
> the
> > results.
> >
>

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Hugo Ferreira <hf...@gmail.com>.
No problem and thank you for explain me (will serve me well for a future
need).
As I said, I'm not familiar with sass but I had this fix in css on my side
for a long time.
Fixed the indentation.

Maria Jose Esteve <mj...@iest.com> escreveu no dia domingo, 9/10/2022
à(s) 18:12:

> Sorry Hugo,
>
> .first.jewel.list, .middle.jewel.list
>     &::-webkit-scrollbar
>         display: none;
>     -ms-overflow-style: none;
>     scrollbar-width: none;
>
> Hiedra
>
> -----Mensaje original-----
> De: Maria Jose Esteve <mj...@iest.com>
> Enviado el: domingo, 9 de octubre de 2022 19:10
> Para: dev@royale.apache.org
> Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
>
> And you must respect the "spaces or tabs" throughout the document.
> In this case each line, of different level, must be separated by "4
> spaces".
>
> .first.jewel.list, .middle.jewel.list
>     &::-webkit-scrollbar
>     display: none;
>     -ms-overflow-style: none;
>     scrollbar-width: none;
>
> Hiedra
>
> -----Mensaje original-----
> De: Maria Jose Esteve <mj...@iest.com> Enviado el: domingo, 9 de
> octubre de 2022 19:05
> Para: dev@royale.apache.org
> Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
>
> Hugo, Remove the keys "{" "}"
>
> .first.jewel.list, .middle.jewel.list {
>   &::-webkit-scrollbar {
>     display: none;
>   }
>
>   -ms-overflow-style: none;
>   scrollbar-width: none;
> }
>
>
>
> -----Mensaje original-----
> De: Hugo Ferreira <hf...@gmail.com> Enviado el: sábado, 8 de
> octubre de 2022 21:02
> Para: dev@royale.apache.org
> Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
>
> Hi,
>
> Seems that my last commit did break the Jenkins.
> I don't see the error and compiles on my side.
> The only think that cames to my mind is the sass changes (I used a css >
> sass converter).
>
> ---------- Forwarded message ---------
> De: <je...@builds.apache.org>
> Date: sábado, 8/10/2022 à(s) 19:39
> Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> To: <ro...@royale.apache.org>
>
>
> Royale » Royale-asjs - Build # 3015 - Failure:
>
> Check console output at
> https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the
> results.
>

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Maria Jose Esteve <mj...@iest.com>.
Sorry Hugo,

.first.jewel.list, .middle.jewel.list
    &::-webkit-scrollbar
        display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;

Hiedra

-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> 
Enviado el: domingo, 9 de octubre de 2022 19:10
Para: dev@royale.apache.org
Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

And you must respect the "spaces or tabs" throughout the document.
In this case each line, of different level, must be separated by "4 spaces".

.first.jewel.list, .middle.jewel.list
    &::-webkit-scrollbar
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;

Hiedra

-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> Enviado el: domingo, 9 de octubre de 2022 19:05
Para: dev@royale.apache.org
Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hugo, Remove the keys "{" "}" 

.first.jewel.list, .middle.jewel.list {
  &::-webkit-scrollbar {
    display: none;
  }

  -ms-overflow-style: none;
  scrollbar-width: none;
}



-----Mensaje original-----
De: Hugo Ferreira <hf...@gmail.com> Enviado el: sábado, 8 de octubre de 2022 21:02
Para: dev@royale.apache.org
Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hi,

Seems that my last commit did break the Jenkins.
I don't see the error and compiles on my side.
The only think that cames to my mind is the sass changes (I used a css > sass converter).

---------- Forwarded message ---------
De: <je...@builds.apache.org>
Date: sábado, 8/10/2022 à(s) 19:39
Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
To: <ro...@royale.apache.org>


Royale » Royale-asjs - Build # 3015 - Failure:

Check console output at
https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the results.

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Maria Jose Esteve <mj...@iest.com>.
And you must respect the "spaces or tabs" throughout the document.
In this case each line, of different level, must be separated by "4 spaces".

.first.jewel.list, .middle.jewel.list
    &::-webkit-scrollbar
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;

Hiedra

-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> 
Enviado el: domingo, 9 de octubre de 2022 19:05
Para: dev@royale.apache.org
Asunto: RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hugo, Remove the keys "{" "}" 

.first.jewel.list, .middle.jewel.list {
  &::-webkit-scrollbar {
    display: none;
  }

  -ms-overflow-style: none;
  scrollbar-width: none;
}



-----Mensaje original-----
De: Hugo Ferreira <hf...@gmail.com> Enviado el: sábado, 8 de octubre de 2022 21:02
Para: dev@royale.apache.org
Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hi,

Seems that my last commit did break the Jenkins.
I don't see the error and compiles on my side.
The only think that cames to my mind is the sass changes (I used a css > sass converter).

---------- Forwarded message ---------
De: <je...@builds.apache.org>
Date: sábado, 8/10/2022 à(s) 19:39
Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
To: <ro...@royale.apache.org>


Royale » Royale-asjs - Build # 3015 - Failure:

Check console output at
https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the results.

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Hugo Ferreira <hf...@gmail.com>.
Thank you.
I just commited the fix-

Maria Jose Esteve <mj...@iest.com> escreveu no dia domingo, 9/10/2022
à(s) 18:05:

> Hugo, Remove the keys "{" "}"
>
> .first.jewel.list, .middle.jewel.list {
>   &::-webkit-scrollbar {
>     display: none;
>   }
>
>   -ms-overflow-style: none;
>   scrollbar-width: none;
> }
>
>
>
> -----Mensaje original-----
> De: Hugo Ferreira <hf...@gmail.com>
> Enviado el: sábado, 8 de octubre de 2022 21:02
> Para: dev@royale.apache.org
> Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
>
> Hi,
>
> Seems that my last commit did break the Jenkins.
> I don't see the error and compiles on my side.
> The only think that cames to my mind is the sass changes (I used a css >
> sass converter).
>
> ---------- Forwarded message ---------
> De: <je...@builds.apache.org>
> Date: sábado, 8/10/2022 à(s) 19:39
> Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
> To: <ro...@royale.apache.org>
>
>
> Royale » Royale-asjs - Build # 3015 - Failure:
>
> Check console output at
> https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the
> results.
>

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Posted by Maria Jose Esteve <mj...@iest.com>.
Hugo, Remove the keys "{" "}" 

.first.jewel.list, .middle.jewel.list {
  &::-webkit-scrollbar {
    display: none;
  }

  -ms-overflow-style: none;
  scrollbar-width: none;
}



-----Mensaje original-----
De: Hugo Ferreira <hf...@gmail.com> 
Enviado el: sábado, 8 de octubre de 2022 21:02
Para: dev@royale.apache.org
Asunto: Fwd: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

Hi,

Seems that my last commit did break the Jenkins.
I don't see the error and compiles on my side.
The only think that cames to my mind is the sass changes (I used a css > sass converter).

---------- Forwarded message ---------
De: <je...@builds.apache.org>
Date: sábado, 8/10/2022 à(s) 19:39
Subject: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!
To: <ro...@royale.apache.org>


Royale » Royale-asjs - Build # 3015 - Failure:

Check console output at
https://ci-builds.apache.org/job/Royale/job/Royale-asjs/3015/ to view the results.