You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/07/28 02:33:33 UTC

[jira] [Created] (CB-1154) Build error in edge docs

Shazron Abdullah created CB-1154:
------------------------------------

             Summary: Build error in edge docs
                 Key: CB-1154
                 URL: https://issues.apache.org/jira/browse/CB-1154
             Project: Apache Cordova
          Issue Type: Task
          Components: Docs
    Affects Versions: Master
            Reporter: Shazron Abdullah
            Assignee: Michael Brooks
             Fix For: 2.1.0


This happened in the last few days, don't know how to fix exactly my ruby-fu is limited.
2.0.0 tag builds fine.

=> Generating the Cordova Documentation for edge-en...
./bin/../lib/cordova/navigation_menu.rb:31:in `read': can't convert nil into String (TypeError)
	from ./bin/../lib/cordova/navigation_menu.rb:31:in `initialize'
	from ./bin/../lib/docs_generator.rb:102:in `new'
	from ./bin/../lib/docs_generator.rb:102:in `after_jodoc'
	from ./bin/../lib/docs_generator.rb:72:in `run'
	from ./bin/../lib/docs_generator.rb:62:in `foreach'
	from ./bin/../lib/docs_generator.rb:62:in `run'
	from ./bin/../lib/docs_generator.rb:58:in `foreach'
	from ./bin/../lib/docs_generator.rb:58:in `run'
	from ./bin/generate:25


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

        

[jira] [Updated] (CB-1154) Build error in edge docs

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-1154:
---------------------------------

      Priority: Blocker  (was: Major)
    Issue Type: Bug  (was: Task)

Updated to blocker since we need this to work to generate docs
                
> Build error in edge docs
> ------------------------
>
>                 Key: CB-1154
>                 URL: https://issues.apache.org/jira/browse/CB-1154
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Michael Brooks
>            Priority: Blocker
>             Fix For: 2.1.0
>
>
> This happened in the last few days, don't know how to fix exactly my ruby-fu is limited.
> 2.0.0 tag builds fine.
> => Generating the Cordova Documentation for edge-en...
> ./bin/../lib/cordova/navigation_menu.rb:31:in `read': can't convert nil into String (TypeError)
> 	from ./bin/../lib/cordova/navigation_menu.rb:31:in `initialize'
> 	from ./bin/../lib/docs_generator.rb:102:in `new'
> 	from ./bin/../lib/docs_generator.rb:102:in `after_jodoc'
> 	from ./bin/../lib/docs_generator.rb:72:in `run'
> 	from ./bin/../lib/docs_generator.rb:62:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:62:in `run'
> 	from ./bin/../lib/docs_generator.rb:58:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:58:in `run'
> 	from ./bin/generate:25

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

        

[jira] [Commented] (CB-1154) Build error in edge docs

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425273#comment-13425273 ] 

Michael Brooks commented on CB-1154:
------------------------------------

[d52d5|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=d52d5424ff00d42a77f82d887654e93eac36e502] Fix error while generating the documentation.

The problem was that a hash (#) was used in a h1.
The fix was easy, since all of the h1 titles should
have been h2 to begin with.
                
> Build error in edge docs
> ------------------------
>
>                 Key: CB-1154
>                 URL: https://issues.apache.org/jira/browse/CB-1154
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Michael Brooks
>            Priority: Blocker
>             Fix For: 2.1.0
>
>
> This happened in the last few days, don't know how to fix exactly my ruby-fu is limited.
> 2.0.0 tag builds fine.
> => Generating the Cordova Documentation for edge-en...
> ./bin/../lib/cordova/navigation_menu.rb:31:in `read': can't convert nil into String (TypeError)
> 	from ./bin/../lib/cordova/navigation_menu.rb:31:in `initialize'
> 	from ./bin/../lib/docs_generator.rb:102:in `new'
> 	from ./bin/../lib/docs_generator.rb:102:in `after_jodoc'
> 	from ./bin/../lib/docs_generator.rb:72:in `run'
> 	from ./bin/../lib/docs_generator.rb:62:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:62:in `run'
> 	from ./bin/../lib/docs_generator.rb:58:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:58:in `run'
> 	from ./bin/generate:25

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

        

[jira] [Resolved] (CB-1154) Build error in edge docs

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Brooks resolved CB-1154.
--------------------------------

    Resolution: Fixed
    
> Build error in edge docs
> ------------------------
>
>                 Key: CB-1154
>                 URL: https://issues.apache.org/jira/browse/CB-1154
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Michael Brooks
>            Priority: Blocker
>             Fix For: 2.1.0
>
>
> This happened in the last few days, don't know how to fix exactly my ruby-fu is limited.
> 2.0.0 tag builds fine.
> => Generating the Cordova Documentation for edge-en...
> ./bin/../lib/cordova/navigation_menu.rb:31:in `read': can't convert nil into String (TypeError)
> 	from ./bin/../lib/cordova/navigation_menu.rb:31:in `initialize'
> 	from ./bin/../lib/docs_generator.rb:102:in `new'
> 	from ./bin/../lib/docs_generator.rb:102:in `after_jodoc'
> 	from ./bin/../lib/docs_generator.rb:72:in `run'
> 	from ./bin/../lib/docs_generator.rb:62:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:62:in `run'
> 	from ./bin/../lib/docs_generator.rb:58:in `foreach'
> 	from ./bin/../lib/docs_generator.rb:58:in `run'
> 	from ./bin/generate:25

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