ICEmobile
  1. ICEmobile
  2. MOBI-588

Regression: disappearing content on theme change in mobileshowcase

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.2 Final
    • Fix Version/s: 1.2 Final
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      ICEmobile

      Description

      If the theme is changed in tablet view in mobileshowcase, the panel on the right will be missing content.

        Activity

        Hide
        Ted Goddard added a comment -

        The root cause is the <arg line> below:

        <java classname="org.icefaces.ace.generator.xmlbuilder.FacesConfigMerge" classpathref="compile.run.classpath" fork="true" classpath="$

        {build}

        ">
        <arg value="$

        {generator.faces-config.host}

        " />
        <arg line="$

        {generator.faces-config.merge}

        " />
        <arg value="$

        {generator.faces-config.output}

        " />
        </java>

        The use of <arg line> caused the space in the Jenkins project name
        "ICEmobile 1.2.0" to be parsed as multiple generator merge files
        "ICEmobile" and "1.2.0".

        build.xml has been modified to use <arg value>.

        Show
        Ted Goddard added a comment - The root cause is the <arg line> below: <java classname="org.icefaces.ace.generator.xmlbuilder.FacesConfigMerge" classpathref="compile.run.classpath" fork="true" classpath="$ {build} "> <arg value="$ {generator.faces-config.host} " /> <arg line="$ {generator.faces-config.merge} " /> <arg value="$ {generator.faces-config.output} " /> </java> The use of <arg line> caused the space in the Jenkins project name "ICEmobile 1.2.0" to be parsed as multiple generator merge files "ICEmobile" and "1.2.0". build.xml has been modified to use <arg value>.

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: