int-modules-pgsql - Build # 2305 - Fixed:
Check console output at https://ci.openbravo.com/job/int-modules-pgsql/2305/ to
view the results.
Committers since last success:
Changes for Build #2304
Carlos Aristu <[email protected]> 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
Changes for Build #2305
No changes
Last 20 lines of the console output:
[...truncated 1862 lines...]
[ "$(jps | grep Bootstrap || true)" = "" ] && break
sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop"
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs
for tomcat to stop"
echo
fi
[int-modules-pgsql] $ /bin/bash -xe /tmp/hudson8500847870987053998.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds