[jira] [Commented] (ANY23-247) FIX Attribute name "itemscope" associated with an element type "html" must be followed by the ' = ' character.

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-247:
--

Github user lewismc commented on the pull request:

https://github.com/apache/any23/pull/17#issuecomment-186536685
  
@ansell the line I am getting the error on is away down in semargl here

https://github.com/levkhomich/semargl/blob/ee8b35fc330deae6cb623fa3c57f583f3684bb76/rdfa/src/main/java/org/semarglproject/rdf/rdfa/RdfaParser.java#L1130
I am going to investigate this issue again this weekend as it is high time 
we got Any23 master back to successful healthy builds.


> FIX Attribute name "itemscope" associated with an element type "html" must be 
> followed by the ' = ' character.
> --
>
> Key: ANY23-247
> URL: https://issues.apache.org/jira/browse/ANY23-247
> Project: Apache Any23
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.3
>
>
> In the following markup
> {code}
>  "http://www.w3.org/TR/html4/loose.dtd";>
> http://www.w3.org/1999/xhtml"; 
> xmlns:og="http://opengraphprotocol.org/schema/"; 
> xmlns:fb="http://www.facebook.com/2008/fbml"; version="HTML+RDFa 1.0" 
> xml:lang="en" itemscope itemtype="http://schema.org/Product";>
> 
> 
> 
> 
> ...
> {code}
> Due to the absence of any subsequent value for *itemscope*, we get the 
> following error in our web server logs
> {code}
> [Fatal Error] :2:185: Attribute name "itemscope" associated with an element 
> type "html" must be followed by the ' = ' character.
> {code}
> Although the markup semantics are incorrect, Any23 should simply perform a 
> check for the itemscope value being null, if this is the case then add *=""*, 
> there is a precedent for us doing something like this before, I just cant 
> find the ticket right now!
> The code we need to add is present within either 
> core/src/main/java/org/apache/any23/extractor/microdata/ItemScope.java
> core/src/main/java/org/apache/any23/extractor/microdata/MicrodataParser.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-247 FIX Attribute name itemscope associa...

2016-02-19 Thread lewismc
Github user lewismc commented on the pull request:

https://github.com/apache/any23/pull/17#issuecomment-186536685
  
@ansell the line I am getting the error on is away down in semargl here

https://github.com/levkhomich/semargl/blob/ee8b35fc330deae6cb623fa3c57f583f3684bb76/rdfa/src/main/java/org/semarglproject/rdf/rdfa/RdfaParser.java#L1130
I am going to investigate this issue again this weekend as it is high time 
we got Any23 master back to successful healthy builds.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Jenkins build is still unstable: Any23-trunk #1466

2016-02-19 Thread Apache Jenkins Server
See 



[jira] [Commented] (ANY23-272) Service fails to start with any23server.bat

2016-02-19 Thread Hudson (JIRA)

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

Hudson commented on ANY23-272:
--

UNSTABLE: Integrated in Any23-trunk #1466 (See 
[https://builds.apache.org/job/Any23-trunk/1466/])
ANY23-272 Service fails to start with any23server.bat (lewis.j.mcgibbney: rev 
8de1df6b8ca11505facafe2378f4f2a803d8fd71)
* service/src/main/bin/any23server.bat


> Service fails to start with any23server.bat
> ---
>
> Key: ANY23-272
> URL: https://issues.apache.org/jira/browse/ANY23-272
> Project: Apache Any23
>  Issue Type: Bug
>  Components: service
>Affects Versions: 1.1
> Environment: windows 7
>Reporter: Karol Potocki
>Assignee: Karol Potocki
> Fix For: 1.2
>
>
> The service fails to start with .bat file because of script variable which is 
> referenced in linux way with '$REPO' instead of windows like '%REPO%' at 
> service/src/main/bin/any23server.bat [79]:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "$REPO"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
> {code}
> should be:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} 
> "%REPO%"/${project.build.finalName}.${project.packaging}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ANY23-276) Upgrade sesame dependencies to 4.1.0

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated ANY23-276:
---
Issue Type: Improvement  (was: Bug)

> Upgrade sesame dependencies to 4.1.0
> 
>
> Key: ANY23-276
> URL: https://issues.apache.org/jira/browse/ANY23-276
> Project: Apache Any23
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
> Fix For: 1.3
>
>
> 4.1.0 sesame dependencies have been released in Feb '16. We should upgrade in 
> Any23.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ANY23-276) Upgrade sesame dependencies to 4.1.0

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated ANY23-276:
---
Fix Version/s: (was: 1.2)
   1.3

> Upgrade sesame dependencies to 4.1.0
> 
>
> Key: ANY23-276
> URL: https://issues.apache.org/jira/browse/ANY23-276
> Project: Apache Any23
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
> Fix For: 1.3
>
>
> 4.1.0 sesame dependencies have been released in Feb '16. We should upgrade in 
> Any23.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-277) Any23 master branch will not build to to build due to lacking maven-assembly-plugin

2016-02-19 Thread Hudson (JIRA)

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

Hudson commented on ANY23-277:
--

UNSTABLE: Integrated in Any23-trunk #1465 (See 
[https://builds.apache.org/job/Any23-trunk/1465/])
ANY23-277 Any23 master branch will not build to to build due to lacking 
(lewis.j.mcgibbney: rev 69c1149662e66c2926b8159f73f56afaf2128a18)
* encoding/pom.xml
* .gitignore
* nquads/pom.xml
* test-resources/pom.xml
* mime/pom.xml
* core/src/main/assembly/bin.xml
* api/pom.xml
* csvutils/pom.xml


> Any23 master branch will not build to to build due to lacking 
> maven-assembly-plugin
> ---
>
> Key: ANY23-277
> URL: https://issues.apache.org/jira/browse/ANY23-277
> Project: Apache Any23
>  Issue Type: Bug
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Blocker
> Fix For: 1.2
>
>
> I have no idea when this happened, but right now I cannot even build Any23 
> master branch. After consulting [~simone.tripodi] I've fixed the issues and 
> we are not back to an unsuccessful build due to previous issues reported. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-274) Change any23.microdata.ns.default configuration value to http://schema.org

2016-02-19 Thread Hudson (JIRA)

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

Hudson commented on ANY23-274:
--

UNSTABLE: Integrated in Any23-trunk #1465 (See 
[https://builds.apache.org/job/Any23-trunk/1465/])
ANY23-274 Change any23.microdata.ns.default configuration value to 
(lewis.j.mcgibbney: rev a3631de0e957424dab3cf1d0c1833017d7ccc6fc)
* test-resources/src/test/resources/html/rdfa/goodrelations-rdfa10-expected.nq
* test-resources/src/test/resources/html/rdfa/ansa_2010-02-26_12645863.html
* core/src/test/java/org/apache/any23/extractor/ExtractionParametersTest.java
* 
test-resources/src/test/resources/org/apache/any23/validator/invalid-rdfa-about.html
* src/site/apt/configuration.apt
* core/src/main/resources/org/apache/any23/extractor/rdfa/example-rdfa11.html
* api/src/main/resources/default-configuration.properties
* test-resources/src/test/resources/microdata/microdata-nested-expected.nquads
* test-resources/src/test/resources/html/rdfa/goodrelations-rdfa10.html
* test-resources/src/test/resources/application/xhtml/blank-file-header.xhtml
* test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html


> Change any23.microdata.ns.default configuration value to http://schema.org
> --
>
> Key: ANY23-274
> URL: https://issues.apache.org/jira/browse/ANY23-274
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> ./api/src/main/resources/default-configuration.properties uses the very old 
> (deprecated) http://rdf.data-vocabulary.org namespace as a default namespace 
> for prepending to Microdata extractions. 
> {code}
> #  Microdata default namespace.
> any23.microdata.ns.default=http://rdf.data-vocabulary.org/
> {code}
> For obvious reasons we should change this to http://schema.org



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread Hudson (JIRA)

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

Hudson commented on ANY23-278:
--

UNSTABLE: Integrated in Any23-trunk #1465 (See 
[https://builds.apache.org/job/Any23-trunk/1465/])
ANY23-278 Upgrade all Maven plugin versions in parent pom.xml 
(lewis.j.mcgibbney: rev 6e042b7ad1fe6600ffa36c0dd08e21ec4819553f)
* pom.xml


> Upgrade all Maven plugin versions in parent pom.xml
> ---
>
> Key: ANY23-278
> URL: https://issues.apache.org/jira/browse/ANY23-278
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: Plugin Management
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> This issues is merely an update of all Maven plugin versions and 
> configuration within parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is still unstable: Any23-trunk #1465

2016-02-19 Thread Apache Jenkins Server
See 



[jira] [Resolved] (ANY23-272) Service fails to start with any23server.bat

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved ANY23-272.

Resolution: Fixed

Thank you for logging the big [~k255], I assigned this one to you for Karma. 
If, in the future you find bugs or improvements and are able to suggest 
improvements, we would really like a pull request or patch :)
Thanks again.

> Service fails to start with any23server.bat
> ---
>
> Key: ANY23-272
> URL: https://issues.apache.org/jira/browse/ANY23-272
> Project: Apache Any23
>  Issue Type: Bug
>  Components: service
>Affects Versions: 1.1
> Environment: windows 7
>Reporter: Karol Potocki
>Assignee: Karol Potocki
> Fix For: 1.2
>
>
> The service fails to start with .bat file because of script variable which is 
> referenced in linux way with '$REPO' instead of windows like '%REPO%' at 
> service/src/main/bin/any23server.bat [79]:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "$REPO"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
> {code}
> should be:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} 
> "%REPO%"/${project.build.finalName}.${project.packaging}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ANY23-272) Service fails to start with any23server.bat

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated ANY23-272:
---
Assignee: Karol Potocki

> Service fails to start with any23server.bat
> ---
>
> Key: ANY23-272
> URL: https://issues.apache.org/jira/browse/ANY23-272
> Project: Apache Any23
>  Issue Type: Bug
>  Components: service
>Affects Versions: 1.1
> Environment: windows 7
>Reporter: Karol Potocki
>Assignee: Karol Potocki
> Fix For: 1.2
>
>
> The service fails to start with .bat file because of script variable which is 
> referenced in linux way with '$REPO' instead of windows like '%REPO%' at 
> service/src/main/bin/any23server.bat [79]:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "$REPO"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
> {code}
> should be:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar 
> "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path 
> /${project.artifactId} 
> "%REPO%"/${project.build.finalName}.${project.packaging}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-138) Add OSGi metadata

2016-02-19 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney commented on ANY23-138:


Hi [~simone.tripodi], can you provide some guidance as to this one? Do you have 
any 'typical' steps or guidance which we could work on? Thanks

> Add OSGi metadata
> -
>
> Key: ANY23-138
> URL: https://issues.apache.org/jira/browse/ANY23-138
> Project: Apache Any23
>  Issue Type: New Feature
>Affects Versions: 0.7.0
>Reporter: Simone Tripodi
>Assignee: Simone Tripodi
> Fix For: 1.3
>
>
> As per subject, it would be nice to have Any23 working in OSGi environments, 
> it would be good starting adding OSGi metadata



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (ANY23-79) No execute permissions in command line tool

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved ANY23-79.
---
   Resolution: Fixed
Fix Version/s: (was: 1.3)
   1.2

> No execute permissions in command line tool
> ---
>
> Key: ANY23-79
> URL: https://issues.apache.org/jira/browse/ANY23-79
> Project: Apache Any23
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 0.7.0
>Reporter: Marco Fossati
>Assignee: Lewis John McGibbney
>Priority: Minor
> Fix For: 1.2
>
> Attachments: ANY23-79.patch
>
>
> When building the project, command line tool binaries generated in 
> ./core/target/appassembler/bin don't have execute permissions set by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (ANY23-274) Change any23.microdata.ns.default configuration value to http://schema.org

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved ANY23-274.

Resolution: Fixed

> Change any23.microdata.ns.default configuration value to http://schema.org
> --
>
> Key: ANY23-274
> URL: https://issues.apache.org/jira/browse/ANY23-274
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> ./api/src/main/resources/default-configuration.properties uses the very old 
> (deprecated) http://rdf.data-vocabulary.org namespace as a default namespace 
> for prepending to Microdata extractions. 
> {code}
> #  Microdata default namespace.
> any23.microdata.ns.default=http://rdf.data-vocabulary.org/
> {code}
> For obvious reasons we should change this to http://schema.org



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-274 Change any23.microdata.ns.default co...

2016-02-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/21


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (ANY23-274) Change any23.microdata.ns.default configuration value to http://schema.org

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-274:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/21


> Change any23.microdata.ns.default configuration value to http://schema.org
> --
>
> Key: ANY23-274
> URL: https://issues.apache.org/jira/browse/ANY23-274
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> ./api/src/main/resources/default-configuration.properties uses the very old 
> (deprecated) http://rdf.data-vocabulary.org namespace as a default namespace 
> for prepending to Microdata extractions. 
> {code}
> #  Microdata default namespace.
> any23.microdata.ns.default=http://rdf.data-vocabulary.org/
> {code}
> For obvious reasons we should change this to http://schema.org



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (ANY23-236) Port Any23 site to Apache CMS

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney closed ANY23-236.
--
Resolution: Won't Fix

CMS is being deprecated. Lets just keep to svnpubsub and fix the Maven build. 

> Port Any23 site to Apache CMS
> -
>
> Key: ANY23-236
> URL: https://issues.apache.org/jira/browse/ANY23-236
> Project: Apache Any23
>  Issue Type: Bug
>  Components: site
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.3
>
>
> Right now thr Any23 site is an absolute PITA to dynamically update.
> We should move to the Apache CMS and mograte all of our content over there.
> I recently did it with both Apache Nutch and Apache Gora.
> The sites are not perfect but they are now easy peasy to update. We have 
> people making incremental and frequent updates on a regular basis now which 
> is great. This is not the case with Any23.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-277) Any23 master branch will not build to to build due to lacking maven-assembly-plugin

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-277:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/20


> Any23 master branch will not build to to build due to lacking 
> maven-assembly-plugin
> ---
>
> Key: ANY23-277
> URL: https://issues.apache.org/jira/browse/ANY23-277
> Project: Apache Any23
>  Issue Type: Bug
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Blocker
> Fix For: 1.2
>
>
> I have no idea when this happened, but right now I cannot even build Any23 
> master branch. After consulting [~simone.tripodi] I've fixed the issues and 
> we are not back to an unsuccessful build due to previous issues reported. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (ANY23-277) Any23 master branch will not build to to build due to lacking maven-assembly-plugin

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved ANY23-277.

Resolution: Fixed

> Any23 master branch will not build to to build due to lacking 
> maven-assembly-plugin
> ---
>
> Key: ANY23-277
> URL: https://issues.apache.org/jira/browse/ANY23-277
> Project: Apache Any23
>  Issue Type: Bug
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Blocker
> Fix For: 1.2
>
>
> I have no idea when this happened, but right now I cannot even build Any23 
> master branch. After consulting [~simone.tripodi] I've fixed the issues and 
> we are not back to an unsuccessful build due to previous issues reported. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-277 Any23 master branch will not build t...

2016-02-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/20


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-278:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/22


> Upgrade all Maven plugin versions in parent pom.xml
> ---
>
> Key: ANY23-278
> URL: https://issues.apache.org/jira/browse/ANY23-278
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: Plugin Management
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> This issues is merely an update of all Maven plugin versions and 
> configuration within parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved ANY23-278.

Resolution: Fixed

> Upgrade all Maven plugin versions in parent pom.xml
> ---
>
> Key: ANY23-278
> URL: https://issues.apache.org/jira/browse/ANY23-278
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: Plugin Management
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> This issues is merely an update of all Maven plugin versions and 
> configuration within parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-278 Upgrade all Maven plugin versions in...

2016-02-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/22


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] any23 pull request: ANY23-278 Upgrade all Maven plugin versions in...

2016-02-19 Thread lewismc
GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/22

ANY23-278 Upgrade all Maven plugin versions in parent pom.xml

This issue addresses https://issues.apache.org/jira/browse/ANY23-278

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-278

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #22


commit 6e042b7ad1fe6600ffa36c0dd08e21ec4819553f
Author: Lewis John McGibbney 
Date:   2016-02-19T19:26:13Z

ANY23-278 Upgrade all Maven plugin versions in parent pom.xml




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-278:
--

GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/22

ANY23-278 Upgrade all Maven plugin versions in parent pom.xml

This issue addresses https://issues.apache.org/jira/browse/ANY23-278

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-278

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #22


commit 6e042b7ad1fe6600ffa36c0dd08e21ec4819553f
Author: Lewis John McGibbney 
Date:   2016-02-19T19:26:13Z

ANY23-278 Upgrade all Maven plugin versions in parent pom.xml




> Upgrade all Maven plugin versions in parent pom.xml
> ---
>
> Key: ANY23-278
> URL: https://issues.apache.org/jira/browse/ANY23-278
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: Plugin Management
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> This issues is merely an update of all Maven plugin versions and 
> configuration within parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated ANY23-278:
---
Description: This issues is merely an update of all Maven plugin versions 
and configuration within parent pom.xml  (was: This issues is merely an update 
of all plugin versions and configuration within parent pom.xml)

> Upgrade all Maven plugin versions in parent pom.xml
> ---
>
> Key: ANY23-278
> URL: https://issues.apache.org/jira/browse/ANY23-278
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: Plugin Management
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> This issues is merely an update of all Maven plugin versions and 
> configuration within parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ANY23-278) Upgrade all Maven plugin versions in parent pom.xml

2016-02-19 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created ANY23-278:
--

 Summary: Upgrade all Maven plugin versions in parent pom.xml
 Key: ANY23-278
 URL: https://issues.apache.org/jira/browse/ANY23-278
 Project: Apache Any23
  Issue Type: Improvement
  Components: Plugin Management
Affects Versions: 1.2
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
 Fix For: 1.2


This issues is merely an update of all plugin versions and configuration within 
parent pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-274) Change any23.microdata.ns.default configuration value to http://schema.org

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-274:
--

GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/21

ANY23-274 Change any23.microdata.ns.default configuration value to 
http://schema.org

This issues addresses https://issues.apache.org/jira/browse/ANY23-274

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-274

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit a3631de0e957424dab3cf1d0c1833017d7ccc6fc
Author: Lewis John McGibbney 
Date:   2016-02-19T19:16:12Z

ANY23-274 Change any23.microdata.ns.default configuration value to 
http://schema.org




> Change any23.microdata.ns.default configuration value to http://schema.org
> --
>
> Key: ANY23-274
> URL: https://issues.apache.org/jira/browse/ANY23-274
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api
>Affects Versions: 1.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.2
>
>
> ./api/src/main/resources/default-configuration.properties uses the very old 
> (deprecated) http://rdf.data-vocabulary.org namespace as a default namespace 
> for prepending to Microdata extractions. 
> {code}
> #  Microdata default namespace.
> any23.microdata.ns.default=http://rdf.data-vocabulary.org/
> {code}
> For obvious reasons we should change this to http://schema.org



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-274 Change any23.microdata.ns.default co...

2016-02-19 Thread lewismc
GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/21

ANY23-274 Change any23.microdata.ns.default configuration value to 
http://schema.org

This issues addresses https://issues.apache.org/jira/browse/ANY23-274

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-274

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit a3631de0e957424dab3cf1d0c1833017d7ccc6fc
Author: Lewis John McGibbney 
Date:   2016-02-19T19:16:12Z

ANY23-274 Change any23.microdata.ns.default configuration value to 
http://schema.org




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GSoC] ANY23-249 Update all W3C and other Standards Compliance within Any23

2016-02-19 Thread Lewis John Mcgibbney
Hi user@ and dev@,
This year, again I am going to propose (and put myself forward to be a
mentor) for the above issue, the ticket for which can be located at [0].
I am going to announce this on the W3C lists shortly as well as over on
schema.org, microformats, dbpedia lists, etc.
If there are any students out there on this list and interested in
participating then please let me know by contacting me lewismc [at] apache
[dot] org  CC'ing dev [at] any23 [dot] apache [dot] org
Thanks
Lewis

[0] https://issues.apache.org/jira/browse/ANY23-249

-- 
*Lewis*


[jira] [Updated] (ANY23-249) Update all W3C and other Standards Compliance within Any23

2016-02-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated ANY23-249:
---
Labels: gsoc2015 gsoc2016  (was: gsoc2015)

> Update all W3C and other Standards Compliance within Any23
> --
>
> Key: ANY23-249
> URL: https://issues.apache.org/jira/browse/ANY23-249
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api, core, extractors, microdata, nquads
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: gsoc2015, gsoc2016
> Fix For: 1.3
>
>
> [~michele.mostarda] and [~lewismc] have been 
> [discussing|http://www.mail-archive.com/dev%40any23.apache.org/msg01517.html] 
> what would work well for an Any23 Google Summer of Code Project for 2015.
> It turns out that in order to rebuild confidence with the Any23 standards 
> compliance (in light of new W3c standards which may be emerged or advanced) 
> an in light of new non-W3C emerging standards such as 
> [microformats2|http://microformats.org/wiki/microformats-2] it would be a 
> very worthwhile effort to have one or more student(s) engage on 
>  * initially evaluating all of the existing standards compliance within Any23
>  * uncovering which aspects of the compiled list require attention e.g. 
> updating, overhauling, re-implementation, extension or otherwise
>  * progress on executing the above under supervision of one or more of the 
> assigned mentors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ANY23-277) Any23 master branch will not build to to build due to lacking maven-assembly-plugin

2016-02-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ANY23-277:
--

GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/20

ANY23-277 Any23 master branch will not build to to build due to lacking 
maven-assembly-plugin

This issue addresses https://issues.apache.org/jira/browse/ANY23-277
It also adds some configuration to .gitignore for the any23-site as well as 
Eclipse files.
Would like to commit EoB today if possible. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-277

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/20.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #20






> Any23 master branch will not build to to build due to lacking 
> maven-assembly-plugin
> ---
>
> Key: ANY23-277
> URL: https://issues.apache.org/jira/browse/ANY23-277
> Project: Apache Any23
>  Issue Type: Bug
>Affects Versions: 1.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Blocker
> Fix For: 1.2
>
>
> I have no idea when this happened, but right now I cannot even build Any23 
> master branch. After consulting [~simone.tripodi] I've fixed the issues and 
> we are not back to an unsuccessful build due to previous issues reported. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] any23 pull request: ANY23-277 Any23 master branch will not build t...

2016-02-19 Thread lewismc
GitHub user lewismc opened a pull request:

https://github.com/apache/any23/pull/20

ANY23-277 Any23 master branch will not build to to build due to lacking 
maven-assembly-plugin

This issue addresses https://issues.apache.org/jira/browse/ANY23-277
It also adds some configuration to .gitignore for the any23-site as well as 
Eclipse files.
Would like to commit EoB today if possible. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/any23 ANY23-277

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/20.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #20






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ANY23-277) Any23 master branch will not build to to build due to lacking maven-assembly-plugin

2016-02-19 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created ANY23-277:
--

 Summary: Any23 master branch will not build to to build due to 
lacking maven-assembly-plugin
 Key: ANY23-277
 URL: https://issues.apache.org/jira/browse/ANY23-277
 Project: Apache Any23
  Issue Type: Bug
Affects Versions: 1.2
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
Priority: Blocker
 Fix For: 1.2


I have no idea when this happened, but right now I cannot even build Any23 
master branch. After consulting [~simone.tripodi] I've fixed the issues and we 
are not back to an unsuccessful build due to previous issues reported. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)