Hi Om,

MDL needs to remove default css from HTML.swc, to work, since HTML comps
adds lots of CSS rules that we don't want. So that fix was bring from
pom.xml. in pom.xml needs to use the name of the artifact snapshot, while
in ANT the name is more straight forward.

That was the reason I was seeing the buttons behaving strangely in the ANT
build of MDLExample Alex posted...



2017-01-03 20:04 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>:

> Alex,
>
> Can you please explain this change?  The reason I ask is I copied
> FlexTeamPage_MDL example from this project so the same fix might need to go
> there as well.
>
> Thanks,
> Om
>
> On Tue, Jan 3, 2017 at 10:38 AM, <aha...@apache.org> wrote:
>
> > Repository: flex-asjs
> > Updated Branches:
> >   refs/heads/develop ffd738dce -> 354c8dc08
> >
> >
> > fix up ant build
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/354c8dc0
> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/354c8dc0
> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/354c8dc0
> >
> > Branch: refs/heads/develop
> > Commit: 354c8dc08d227cf00eaadd2a105e078ee3ec3d7c
> > Parents: ffd738d
> > Author: Alex Harui <aha...@apache.org>
> > Authored: Tue Jan 3 10:38:02 2017 -0800
> > Committer: Alex Harui <aha...@apache.org>
> > Committed: Tue Jan 3 10:38:12 2017 -0800
> >
> > ----------------------------------------------------------------------
> >  examples/flexjs/MDLExample/build.xml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/354c8d
> > c0/examples/flexjs/MDLExample/build.xml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/build.xml
> > b/examples/flexjs/MDLExample/build.xml
> > index 27967de..226b10d 100644
> > --- a/examples/flexjs/MDLExample/build.xml
> > +++ b/examples/flexjs/MDLExample/build.xml
> > @@ -27,7 +27,7 @@
> >      <property environment="env"/>
> >      <property file="${FLEXJS_HOME}/build.properties"/>
> >      <property name="FLEX_HOME" value="${FLEXJS_HOME}"/>
> > -    <property name="opt1_arg" value="-compiler.exclude-defau
> > lts-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css" />
> > +    <property name="opt1_arg" value="-compiler.exclude-defau
> > lts-css-files=HTML.swc:defaults.css" />
> >      <property name="opt2_arg" value="-html-template=${basedi
> > r}/src/main/resources/mdl-js-index-template.html" />
> >
> >      <include file="${basedir}/../../build_example.xml" />
> >
> >
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to