int-modules-pgsql - Build # 2304 - Failure:

Check console output at https://ci.openbravo.com/job/int-modules-pgsql/2304/ to 
view the results.


Committers since last success:

Changes for Build #2304

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 36683: CSS minifier breaks @font-face directives

CSSMinimizer have problems dealing with selectors like url('data:image/....'). 
The url content need to be surrounded with double quotes in order to minimize 
it properly. For this reason a regular expression is used in order to replace 
the single quotes of the url definition with double quotes.

The problem here was that if additional single quotes appeared after the url 
definition, like for example:

  src: url('./../font/Roboto-Condensed/Roboto-Condensed-Bold.woff') 
format('woff');

the replacement was not being done properly.

To fix the problem the regular expression has been changed in order to look for 
the closing quote of the url content. Thus, we ensure that we are replacing 
just the single quotes of the url value.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StyleSheetResourceComponent.java




Last 20 lines of the console output:

[...truncated 1962 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to