Dennis Lundberg created MSKINS-44:
-------------------------------------

             Summary: Not checking for null everywhere in site.vm
                 Key: MSKINS-44
                 URL: https://jira.codehaus.org/browse/MSKINS-44
             Project: Maven Skins
          Issue Type: Bug
          Components: Fluido Skin
    Affects Versions: fluido-1.2.1
            Reporter: Dennis Lundberg


When generating a site that has a site.xml file that doesn't have any 
breadcrumbs, a bunch of errors are generated on the command line.

{noformat}
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.2.1 
skin.
[INFO] Generating "Distribution Management" report    --- Maven Project Info 
Reports Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "About" report    --- Maven Project Info Reports Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Dependencies" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Issue Tracking" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Project Plugins" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Continuous Integration" report    --- Maven Project Info 
Reports Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Project License" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Mailing Lists" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Project Team" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Source Repository" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Plugin Management" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[INFO] Generating "Project Summary" report    --- Maven Project Info Reports 
Plugin 2.4
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
[ERROR] Left side ($decoration.body.links.size()) of '>' operation has null 
value. Operation not possible. META-INF/maven/site.vm [line 914, column 67]
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to