You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Jeoffrey Bakker <je...@finalist.nl> on 2014/02/25 12:39:59 UTC

Problem building apache rave

Hi All,

I have a problem with building the latest source of rave.
This morning I checked out the source from svn (
http://svn.apache.org/repos/asf/rave/trunk).
But when I try to build it with mvn clean install. It fails on compiling
the css files from the less files in the rave-portal-resources project.
This is the error i got
ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
exitStatus: 1
WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
Exception while applying NodeLessCssProcessor processor on the rave
resource, no processing applied...
ro.isdc.wro.WroRuntimeException: Error in LESS:
ParseError: Unrecognised input in rave on line 922, column 7:
921     .spanX (@index) when (@index > 0) {
922       (~".span@{index}") { .span(@index); }
923       .spanX(@index - 1);

I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
Am I missing something?

Btw The continues integration link on rave.apache.org doesn't link to
https://builds.apache.org/job/rave-project-trunk/
and the build is failing since the beginning of January so that doesn't
help in diagnosing my build failure.


Regards
-- 
Jeoffrey Bakker
Medior Software Engineer

Finalist  - open IT oplossingen
Eindhoven - Maarssen - Rotterdam

http://www.finalist.nl

Re: Problem building apache rave

Posted by Jeoffrey Bakker <je...@finalist.nl>.
Hi,

I tried to signup for jira, but it just returns back to the signup page
without any error message. I can try it later, maybe I have some more luck
next time.

Jeoffrey


2014-02-26 16:59 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:

> If the 3.0 upgrade will fix it then I think we are good. Can you just add a
> comment to that ticket noting that it will fix this problem as well?
>
> Chris
>
>
> On Wed, Feb 26, 2014 at 8:45 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> >wrote:
>
> > Chris,
> >
> > The incompatible less syntax is used in the mixins.less files from
> > bootstrap 2. Fixing RAVE-1091 Upgrade to Bootstrap
> > 3.x<https://issues.apache.org/jira/browse/RAVE-1091> should
> > also solve this problem.
> > Do you still think that I should create a Jira Ticket?
> >
> > Regards
> > Jeoffrey
> >
> >
> > 2014-02-26 16:17 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
> >
> > > Jeoffrey,
> > >
> > > Thanks for the update. That probably means we need to update our less
> to
> > > stay compatible. Can you put in a Jira Bug ticket describing the
> problem
> > > and what you found?
> > >
> > > Thanks,
> > > Chris
> > >
> > >
> > > On Wed, Feb 26, 2014 at 4:50 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> > > >wrote:
> > >
> > > > Hi Chris,
> > > >
> > > > After playing around with my environment I found out that the build
> is
> > > > using lessc when it is available on the path.
> > > > The syntax used in the less file is no longer valid since lessc
> 1.4.0.
> > > > Locally I had the latest version installed, so that is the reason why
> > the
> > > > build was broken on my environment . The build succeeded after
> > > downgrading
> > > > lessc to version 1.3.3 or when I removed lessc from my path.
> > > >
> > > > Regards
> > > > Jeoffrey
> > > >
> > > >
> > > > 2014-02-25 23:51 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
> > > >
> > > > > Jeoffrey,
> > > > >
> > > > > I just got the latest trunk and it all compiled just fine. I'm
> using
> > > > oracle
> > > > > jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running
> > on?
> > > > >
> > > > > Chris
> > > > >
> > > > >
> > > > > On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <
> > jeoffrey@finalist.nl
> > > > > >wrote:
> > > > >
> > > > > > Hi All,
> > > > > >
> > > > > > I have a problem with building the latest source of rave.
> > > > > > This morning I checked out the source from svn (
> > > > > > http://svn.apache.org/repos/asf/rave/trunk).
> > > > > > But when I try to build it with mvn clean install. It fails on
> > > > compiling
> > > > > > the css files from the less files in the rave-portal-resources
> > > project.
> > > > > > This is the error i got
> > > > > > ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
> -
> > > > > > exitStatus: 1
> > > > > > WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
> -
> > > > > > Exception while applying NodeLessCssProcessor processor on the
> rave
> > > > > > resource, no processing applied...
> > > > > > ro.isdc.wro.WroRuntimeException: Error in LESS:
> > > > > > ParseError: Unrecognised input in rave on line 922, column 7:
> > > > > > 921     .spanX (@index) when (@index > 0) {
> > > > > > 922       (~".span@{index}") { .span(@index); }
> > > > > > 923       .spanX(@index - 1);
> > > > > >
> > > > > > I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> > > > > > Am I missing something?
> > > > > >
> > > > > > Btw The continues integration link on rave.apache.org doesn't
> link
> > > to
> > > > > > https://builds.apache.org/job/rave-project-trunk/
> > > > > > and the build is failing since the beginning of January so that
> > > doesn't
> > > > > > help in diagnosing my build failure.
> > > > > >
> > > > > >
> > > > > > Regards
> > > > > > --
> > > > > > Jeoffrey Bakker
> > > > > > Medior Software Engineer
> > > > > >
> > > > > > Finalist  - open IT oplossingen
> > > > > > Eindhoven - Maarssen - Rotterdam
> > > > > >
> > > > > > http://www.finalist.nl
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Jeoffrey Bakker
> > > > Medior Software Engineer
> > > >
> > > > Finalist  - open IT oplossingen
> > > > Eindhoven - Maarssen - Rotterdam
> > > >
> > > > http://www.finalist.nl
> > > > Telefoon 088 217 08 57
> > > > Mobiel    06 187 569 50
> > > >
> > >
> >
> >
> >
> > --
> > Jeoffrey Bakker
> > Medior Software Engineer
> >
> > Finalist  - open IT oplossingen
> > Eindhoven - Maarssen - Rotterdam
> >
> > http://www.finalist.nl
> > Telefoon 088 217 08 57
> > Mobiel    06 187 569 50
> >
>



-- 
Jeoffrey Bakker
Medior Software Engineer

Finalist  - open IT oplossingen
Eindhoven - Maarssen - Rotterdam

http://www.finalist.nl
Telefoon 088 217 08 57
Mobiel    06 187 569 50

Re: Problem building apache rave

Posted by Chris Geer <ch...@cxtsoftware.com>.
If the 3.0 upgrade will fix it then I think we are good. Can you just add a
comment to that ticket noting that it will fix this problem as well?

Chris


On Wed, Feb 26, 2014 at 8:45 AM, Jeoffrey Bakker <je...@finalist.nl>wrote:

> Chris,
>
> The incompatible less syntax is used in the mixins.less files from
> bootstrap 2. Fixing RAVE-1091 Upgrade to Bootstrap
> 3.x<https://issues.apache.org/jira/browse/RAVE-1091> should
> also solve this problem.
> Do you still think that I should create a Jira Ticket?
>
> Regards
> Jeoffrey
>
>
> 2014-02-26 16:17 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
>
> > Jeoffrey,
> >
> > Thanks for the update. That probably means we need to update our less to
> > stay compatible. Can you put in a Jira Bug ticket describing the problem
> > and what you found?
> >
> > Thanks,
> > Chris
> >
> >
> > On Wed, Feb 26, 2014 at 4:50 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> > >wrote:
> >
> > > Hi Chris,
> > >
> > > After playing around with my environment I found out that the build is
> > > using lessc when it is available on the path.
> > > The syntax used in the less file is no longer valid since lessc 1.4.0.
> > > Locally I had the latest version installed, so that is the reason why
> the
> > > build was broken on my environment . The build succeeded after
> > downgrading
> > > lessc to version 1.3.3 or when I removed lessc from my path.
> > >
> > > Regards
> > > Jeoffrey
> > >
> > >
> > > 2014-02-25 23:51 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
> > >
> > > > Jeoffrey,
> > > >
> > > > I just got the latest trunk and it all compiled just fine. I'm using
> > > oracle
> > > > jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running
> on?
> > > >
> > > > Chris
> > > >
> > > >
> > > > On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <
> jeoffrey@finalist.nl
> > > > >wrote:
> > > >
> > > > > Hi All,
> > > > >
> > > > > I have a problem with building the latest source of rave.
> > > > > This morning I checked out the source from svn (
> > > > > http://svn.apache.org/repos/asf/rave/trunk).
> > > > > But when I try to build it with mvn clean install. It fails on
> > > compiling
> > > > > the css files from the less files in the rave-portal-resources
> > project.
> > > > > This is the error i got
> > > > > ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > > > exitStatus: 1
> > > > > WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > > > Exception while applying NodeLessCssProcessor processor on the rave
> > > > > resource, no processing applied...
> > > > > ro.isdc.wro.WroRuntimeException: Error in LESS:
> > > > > ParseError: Unrecognised input in rave on line 922, column 7:
> > > > > 921     .spanX (@index) when (@index > 0) {
> > > > > 922       (~".span@{index}") { .span(@index); }
> > > > > 923       .spanX(@index - 1);
> > > > >
> > > > > I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> > > > > Am I missing something?
> > > > >
> > > > > Btw The continues integration link on rave.apache.org doesn't link
> > to
> > > > > https://builds.apache.org/job/rave-project-trunk/
> > > > > and the build is failing since the beginning of January so that
> > doesn't
> > > > > help in diagnosing my build failure.
> > > > >
> > > > >
> > > > > Regards
> > > > > --
> > > > > Jeoffrey Bakker
> > > > > Medior Software Engineer
> > > > >
> > > > > Finalist  - open IT oplossingen
> > > > > Eindhoven - Maarssen - Rotterdam
> > > > >
> > > > > http://www.finalist.nl
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Jeoffrey Bakker
> > > Medior Software Engineer
> > >
> > > Finalist  - open IT oplossingen
> > > Eindhoven - Maarssen - Rotterdam
> > >
> > > http://www.finalist.nl
> > > Telefoon 088 217 08 57
> > > Mobiel    06 187 569 50
> > >
> >
>
>
>
> --
> Jeoffrey Bakker
> Medior Software Engineer
>
> Finalist  - open IT oplossingen
> Eindhoven - Maarssen - Rotterdam
>
> http://www.finalist.nl
> Telefoon 088 217 08 57
> Mobiel    06 187 569 50
>

Re: Problem building apache rave

Posted by Jeoffrey Bakker <je...@finalist.nl>.
Chris,

The incompatible less syntax is used in the mixins.less files from
bootstrap 2. Fixing RAVE-1091 Upgrade to Bootstrap
3.x<https://issues.apache.org/jira/browse/RAVE-1091> should
also solve this problem.
Do you still think that I should create a Jira Ticket?

Regards
Jeoffrey


2014-02-26 16:17 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:

> Jeoffrey,
>
> Thanks for the update. That probably means we need to update our less to
> stay compatible. Can you put in a Jira Bug ticket describing the problem
> and what you found?
>
> Thanks,
> Chris
>
>
> On Wed, Feb 26, 2014 at 4:50 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> >wrote:
>
> > Hi Chris,
> >
> > After playing around with my environment I found out that the build is
> > using lessc when it is available on the path.
> > The syntax used in the less file is no longer valid since lessc 1.4.0.
> > Locally I had the latest version installed, so that is the reason why the
> > build was broken on my environment . The build succeeded after
> downgrading
> > lessc to version 1.3.3 or when I removed lessc from my path.
> >
> > Regards
> > Jeoffrey
> >
> >
> > 2014-02-25 23:51 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
> >
> > > Jeoffrey,
> > >
> > > I just got the latest trunk and it all compiled just fine. I'm using
> > oracle
> > > jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running on?
> > >
> > > Chris
> > >
> > >
> > > On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> > > >wrote:
> > >
> > > > Hi All,
> > > >
> > > > I have a problem with building the latest source of rave.
> > > > This morning I checked out the source from svn (
> > > > http://svn.apache.org/repos/asf/rave/trunk).
> > > > But when I try to build it with mvn clean install. It fails on
> > compiling
> > > > the css files from the less files in the rave-portal-resources
> project.
> > > > This is the error i got
> > > > ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > > exitStatus: 1
> > > > WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > > Exception while applying NodeLessCssProcessor processor on the rave
> > > > resource, no processing applied...
> > > > ro.isdc.wro.WroRuntimeException: Error in LESS:
> > > > ParseError: Unrecognised input in rave on line 922, column 7:
> > > > 921     .spanX (@index) when (@index > 0) {
> > > > 922       (~".span@{index}") { .span(@index); }
> > > > 923       .spanX(@index - 1);
> > > >
> > > > I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> > > > Am I missing something?
> > > >
> > > > Btw The continues integration link on rave.apache.org doesn't link
> to
> > > > https://builds.apache.org/job/rave-project-trunk/
> > > > and the build is failing since the beginning of January so that
> doesn't
> > > > help in diagnosing my build failure.
> > > >
> > > >
> > > > Regards
> > > > --
> > > > Jeoffrey Bakker
> > > > Medior Software Engineer
> > > >
> > > > Finalist  - open IT oplossingen
> > > > Eindhoven - Maarssen - Rotterdam
> > > >
> > > > http://www.finalist.nl
> > > >
> > >
> >
> >
> >
> > --
> > Jeoffrey Bakker
> > Medior Software Engineer
> >
> > Finalist  - open IT oplossingen
> > Eindhoven - Maarssen - Rotterdam
> >
> > http://www.finalist.nl
> > Telefoon 088 217 08 57
> > Mobiel    06 187 569 50
> >
>



-- 
Jeoffrey Bakker
Medior Software Engineer

Finalist  - open IT oplossingen
Eindhoven - Maarssen - Rotterdam

http://www.finalist.nl
Telefoon 088 217 08 57
Mobiel    06 187 569 50

Re: Problem building apache rave

Posted by Chris Geer <ch...@cxtsoftware.com>.
Jeoffrey,

Thanks for the update. That probably means we need to update our less to
stay compatible. Can you put in a Jira Bug ticket describing the problem
and what you found?

Thanks,
Chris


On Wed, Feb 26, 2014 at 4:50 AM, Jeoffrey Bakker <je...@finalist.nl>wrote:

> Hi Chris,
>
> After playing around with my environment I found out that the build is
> using lessc when it is available on the path.
> The syntax used in the less file is no longer valid since lessc 1.4.0.
> Locally I had the latest version installed, so that is the reason why the
> build was broken on my environment . The build succeeded after downgrading
> lessc to version 1.3.3 or when I removed lessc from my path.
>
> Regards
> Jeoffrey
>
>
> 2014-02-25 23:51 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:
>
> > Jeoffrey,
> >
> > I just got the latest trunk and it all compiled just fine. I'm using
> oracle
> > jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running on?
> >
> > Chris
> >
> >
> > On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> > >wrote:
> >
> > > Hi All,
> > >
> > > I have a problem with building the latest source of rave.
> > > This morning I checked out the source from svn (
> > > http://svn.apache.org/repos/asf/rave/trunk).
> > > But when I try to build it with mvn clean install. It fails on
> compiling
> > > the css files from the less files in the rave-portal-resources project.
> > > This is the error i got
> > > ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > exitStatus: 1
> > > WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > > Exception while applying NodeLessCssProcessor processor on the rave
> > > resource, no processing applied...
> > > ro.isdc.wro.WroRuntimeException: Error in LESS:
> > > ParseError: Unrecognised input in rave on line 922, column 7:
> > > 921     .spanX (@index) when (@index > 0) {
> > > 922       (~".span@{index}") { .span(@index); }
> > > 923       .spanX(@index - 1);
> > >
> > > I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> > > Am I missing something?
> > >
> > > Btw The continues integration link on rave.apache.org doesn't link to
> > > https://builds.apache.org/job/rave-project-trunk/
> > > and the build is failing since the beginning of January so that doesn't
> > > help in diagnosing my build failure.
> > >
> > >
> > > Regards
> > > --
> > > Jeoffrey Bakker
> > > Medior Software Engineer
> > >
> > > Finalist  - open IT oplossingen
> > > Eindhoven - Maarssen - Rotterdam
> > >
> > > http://www.finalist.nl
> > >
> >
>
>
>
> --
> Jeoffrey Bakker
> Medior Software Engineer
>
> Finalist  - open IT oplossingen
> Eindhoven - Maarssen - Rotterdam
>
> http://www.finalist.nl
> Telefoon 088 217 08 57
> Mobiel    06 187 569 50
>

Re: Problem building apache rave

Posted by Jeoffrey Bakker <je...@finalist.nl>.
Hi Chris,

After playing around with my environment I found out that the build is
using lessc when it is available on the path.
The syntax used in the less file is no longer valid since lessc 1.4.0.
Locally I had the latest version installed, so that is the reason why the
build was broken on my environment . The build succeeded after downgrading
lessc to version 1.3.3 or when I removed lessc from my path.

Regards
Jeoffrey


2014-02-25 23:51 GMT+01:00 Chris Geer <ch...@cxtsoftware.com>:

> Jeoffrey,
>
> I just got the latest trunk and it all compiled just fine. I'm using oracle
> jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running on?
>
> Chris
>
>
> On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <jeoffrey@finalist.nl
> >wrote:
>
> > Hi All,
> >
> > I have a problem with building the latest source of rave.
> > This morning I checked out the source from svn (
> > http://svn.apache.org/repos/asf/rave/trunk).
> > But when I try to build it with mvn clean install. It fails on compiling
> > the css files from the less files in the rave-portal-resources project.
> > This is the error i got
> > ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > exitStatus: 1
> > WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> > Exception while applying NodeLessCssProcessor processor on the rave
> > resource, no processing applied...
> > ro.isdc.wro.WroRuntimeException: Error in LESS:
> > ParseError: Unrecognised input in rave on line 922, column 7:
> > 921     .spanX (@index) when (@index > 0) {
> > 922       (~".span@{index}") { .span(@index); }
> > 923       .spanX(@index - 1);
> >
> > I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> > Am I missing something?
> >
> > Btw The continues integration link on rave.apache.org doesn't link to
> > https://builds.apache.org/job/rave-project-trunk/
> > and the build is failing since the beginning of January so that doesn't
> > help in diagnosing my build failure.
> >
> >
> > Regards
> > --
> > Jeoffrey Bakker
> > Medior Software Engineer
> >
> > Finalist  - open IT oplossingen
> > Eindhoven - Maarssen - Rotterdam
> >
> > http://www.finalist.nl
> >
>



-- 
Jeoffrey Bakker
Medior Software Engineer

Finalist  - open IT oplossingen
Eindhoven - Maarssen - Rotterdam

http://www.finalist.nl
Telefoon 088 217 08 57
Mobiel    06 187 569 50

Re: Problem building apache rave

Posted by Chris Geer <ch...@cxtsoftware.com>.
Jeoffrey,

I just got the latest trunk and it all compiled just fine. I'm using oracle
jdk 1.7.0_51 and maven 3.0.4 as well. What platform are you running on?

Chris


On Tue, Feb 25, 2014 at 4:39 AM, Jeoffrey Bakker <je...@finalist.nl>wrote:

> Hi All,
>
> I have a problem with building the latest source of rave.
> This morning I checked out the source from svn (
> http://svn.apache.org/repos/asf/rave/trunk).
> But when I try to build it with mvn clean install. It fails on compiling
> the css files from the less files in the rave-portal-resources project.
> This is the error i got
> ERROR: ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> exitStatus: 1
> WARN : ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor -
> Exception while applying NodeLessCssProcessor processor on the rave
> resource, no processing applied...
> ro.isdc.wro.WroRuntimeException: Error in LESS:
> ParseError: Unrecognised input in rave on line 922, column 7:
> 921     .spanX (@index) when (@index > 0) {
> 922       (~".span@{index}") { .span(@index); }
> 923       .spanX(@index - 1);
>
> I'm using maven 3.0.4 and oracle jdk 1.7.0_51.
> Am I missing something?
>
> Btw The continues integration link on rave.apache.org doesn't link to
> https://builds.apache.org/job/rave-project-trunk/
> and the build is failing since the beginning of January so that doesn't
> help in diagnosing my build failure.
>
>
> Regards
> --
> Jeoffrey Bakker
> Medior Software Engineer
>
> Finalist  - open IT oplossingen
> Eindhoven - Maarssen - Rotterdam
>
> http://www.finalist.nl
>