You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/04/21 16:15:05 UTC

[jira] [Created] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Add ant support to generate CQL documentation from textile source
-----------------------------------------------------------------

                 Key: CASSANDRA-2526
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
             Project: Cassandra
          Issue Type: Task
    Affects Versions: 0.8 beta 1
            Reporter: Jonathan Ellis
            Assignee: Nate McCall
            Priority: Minor
             Fix For: 0.8.0


possibly useful links: 

- http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
- http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Posted by "Nate McCall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025290#comment-13025290 ] 

Nate McCall commented on CASSANDRA-2526:
----------------------------------------

Patch was accepted: 
https://github.com/fusesource/wikitext/commit/8fc22fc3fa54bd2cb0896d0b1ee38c37422ad9f9 

Waiting to hear back on status of point release.

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Posted by "Nate McCall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024838#comment-13024838 ] 

Nate McCall commented on CASSANDRA-2526:
----------------------------------------

Looks like they have an issue which leaves out message resource bundles for the ant task when they roll their jar files. I have an email with a patch sent out, so will wait to hear back. If not, we can just fork and deploy our own cut of just the ant task which will play nice with their existing jars. 

Ie. we would end up with two jars instead of one:
wikitext-core.jar (packaged fusesource)
wikitext-ant-task.jar (packaged by DataStax)

The goal would be to get wikitext-ant-task avaialable on maven central as well. 

Ideally I just hear back from fusesource and they will fix + redeploy. 

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

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

Jonathan Ellis updated CASSANDRA-2526:
--------------------------------------

      Component/s: Documentation & website
    Fix Version/s:     (was: 0.8.1)
                   0.8.0
           Labels: cql  (was: )

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>          Components: Documentation & website
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8.0
>
>         Attachments: 2526.txt, 2526v2.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Posted by "Nate McCall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031978#comment-13031978 ] 

Nate McCall edited comment on CASSANDRA-2526 at 5/11/11 7:29 PM:
-----------------------------------------------------------------

Attaching patch intended to work with: http://github.com/riptano/wikitext-core-ant

This patch will not work unless the above is installed locally. However, this project has been submitted for inclusion to maven central and should be available thusly in the next few days at which time the package retrieval will work.

See: https://issues.sonatype.org/browse/OSSRH-1691 for tracking maven central inclusion efforts.

      was (Author: zznate):
    Attaching patch intended to work with: http://github.com/riptano/wikitext-core-ant

This patch will not work unless the above is installed locally. However, this project has been submitted for inclusion to maven central and should be available thusly in the next few days at which time the package retrieval will work.
  
> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: 2526.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

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

Jonathan Ellis resolved CASSANDRA-2526.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis

committed (and removed CQL.html from the source tree).

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: 2526.txt, 2526v2.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

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

Nate McCall updated CASSANDRA-2526:
-----------------------------------

    Attachment: 2526v2.txt

Accepted on maven central. 2526v2.txt Patch contains the correct maven coordinates for such.

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: 2526.txt, 2526v2.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

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

Nate McCall updated CASSANDRA-2526:
-----------------------------------

    Attachment: 2526.txt

Attaching patch intended to work with: http://github.com/riptano/wikitext-core-ant

This patch will not work unless the above is installed locally. However, this project has been submitted for inclusion to maven central and should be available thusly in the next few days at which time the package retrieval will work.

> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: 2526.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034297#comment-13034297 ] 

Hudson commented on CASSANDRA-2526:
-----------------------------------

Integrated in Cassandra-0.8 #109 (See [https://builds.apache.org/hudson/job/Cassandra-0.8/109/])
    add "ant generate-cql-html"
patch by Nate McCall; reviewed by jbellis for CASSANDRA-2526


> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: 2526.txt, 2526v2.txt
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2526) Add ant support to generate CQL documentation from textile source

Posted by "Nate McCall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022847#comment-13022847 ] 

Nate McCall commented on CASSANDRA-2526:
----------------------------------------

Looks like some folks were having the same initial frustrations I did. The fusesource folks have re-packaged this in github and gotten it included in maven central:
http://repo2.maven.org/maven2/org/fusesource/wikitext/

GH project:
https://github.com/fusesource/wikitext



> Add ant support to generate CQL documentation from textile source
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-2526
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2526
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.8 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> possibly useful links: 
> - http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html#ConversionusingAntbuildscripts
> - http://www.mvnbrowser.com/artifact-details.html?groupId=org.eclipse.mylyn.wikitext&artifactId=wikitext

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira