[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-26 Thread Michael Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948322#comment-13948322
 ] 

Michael Brooks commented on CB-6265:


[~cmarcelk] I'm using v1.0.1 from daringfireball.net:

{code}
$ markdown -v
This is Markdown, version 1.0.1.
Copyright 2004 John Gruber
http://daringfireball.net/projects/markdown/
{code}

However, it appears that I've installed it via brew:

{code}
$ brew info markdown
markdown: stable 1.0.1
http://daringfireball.net/projects/markdown/
{code}

You can install it on OS X with:

{code}
$ sudo brew install markdown
{code}

> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-26 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948279#comment-13948279
 ] 

Marcel Kinard commented on CB-6265:
---

[~mwbrooks]: what markdown executable are you using, v1.0.1 from 
daringfireball.net, or a derivative?

> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-17 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937945#comment-13937945
 ] 

Marcel Kinard commented on CB-6265:
---

[~mwbrooks]: 
1. Yes, I did "svn update" of my local replica of the site before running rsync.
2. There has been a new language and version added before my "svn update", but 
I would hope that running "svn update" before rsync would get me caught up, so 
the only diffs are the files I modified.

The diff appears to be just whitespace. Here is an example of a file where I 
didn't touch the original md:

marcelk-macbook:site marcelk$ svn diff 
public/docs/en/edge/guide_platforms_index.md.html 
Index: public/docs/en/edge/guide_platforms_index.md.html
===
--- public/docs/en/edge/guide_platforms_index.md.html   (revision 1577688)
+++ public/docs/en/edge/guide_platforms_index.md.html   (working copy)
@@ -17,18 +17,16 @@
 specific language governing permissions and limitations
 under the License.
 -->
-
-
-
-
-
-Apache Cordova API Documentation
-
-
-
-
-
-
+
+
+
+
+Apache Cordova API Documentation
+
+
+
+
+
 
 Apache Cordova 
Documentation
 
@@ -107,8 +105,7 @@
 edge
 3.4.0
 3.1.0
-
-
+
 
 
 Platform Guides
@@ -171,7 +168,9 @@
 each platform, and platform-specific command-line tools that serve as
 a lower-level alternative to the cordova command-line utility.
 
-Amazon Fire OS
+
+Amazon Fire OS
+
 
 
 Amazon
 Fire OS Platform Guide
@@ -179,9 +178,10 @@
 Amazon
 Fire OS WebViews
 Amazon
 Fire OS Plugins
 
+
+Android
+
 
-Android
-
 
 Android 
Platform Guide
 Android 
Configuration
@@ -190,9 +190,10 @@
 Android
 Command-line Tools
 Upgrading 
Android
 
+
+BlackBerry 10
+
 
-BlackBerry 10
-
 
 BlackBerry
 10 Platform Guide
 BlackBerry
 10 Configuration
@@ -200,15 +201,17 @@
 BlackBerry
 10 Command-line Tools
 Upgrading
 BlackBerry 10
 
+
+Firefox OS
+
 
-Firefox OS
-
 
 Firefox
 OS Platform Guide
 
+
+iOS
+
 
-iOS
-
 
 iOS 
Platform Guide
 iOS 
Configuration
@@ -217,39 +220,41 @@
 iOS 
Command-line Tools
 Upgrading 
iOS
 
+
+Ubuntu
+
 
-Ubuntu
-
 
 Ubuntu 
Platform Guide
 
+
+Windows Phone
+
 
-Windows Phone
-
 
 Windows
 Phone Platform Guide
 Windows 
Phone Plugins
 Upgrading
 Windows Phone
 
+
+Windows 8
+
 
-Windows 8
-
 
 Windows
 8 Platform Guide
 Upgrading 
Windows 8
 
+
+Tizen
+
 
-Tizen
-
 
 Tizen 
Platform Guide
 
-
-
+
 
 
 
-
-
-
+
+
 
marcelk-macbook:site marcelk$ 


> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-14 Thread Michael Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935603#comment-13935603
 ] 

Michael Brooks commented on CB-6265:


[~cmarcelk] I'm using nokogiri 1.5.6 as well.

Two reasons that come to mind on why you may see so many altered files:

1. Did you update the cordova-website repository before running the rsync?
2. Have the docs added a new version or language? Both would update the 
upper-right selection box on every page of every version.

> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-14 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935579#comment-13935579
 ] 

Marcel Kinard commented on CB-6265:
---

I would publish the generated docs, but after running rsync against the svn 
repo, an "svn diff" is showing more than 3000 html files as being different. 
Argh. 

[~mwbrooks] Is my nokogiri 1.5.6 different from what you are using that would 
account for different generated files?

> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6265) CLI guide omits Windows workstations using CLI for Android projects

2014-03-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935558#comment-13935558
 ] 

ASF subversion and git services commented on CB-6265:
-

Commit b28cb8be613f637f28dbfd3c0db2bd193e7abb51 in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=b28cb8b ]

CB-6265 Add Windows as support for Android projects


> CLI guide omits Windows workstations using CLI for Android projects
> ---
>
> Key: CB-6265
> URL: https://issues.apache.org/jira/browse/CB-6265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.2.0
>Reporter: Marcel Kinard
>Assignee: Marcel Kinard
>Priority: Minor
> Fix For: 3.5.0
>
>
> In 
> http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface
>  it has the following line for Android:
> Android (Mac, Linux)
> Windows is obviously missing. Appears to be a defect in the docs going back 
> to 3.2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)