Re: clerezza-rdf-core git commit: CLEREZZA-951: language tag n1tormalized to lowercase (as the javadoc said it would)

2015-04-05 Thread Reto Gmür
Der Menschqiii thought zfieif ist nicht fürs Glück gemacht
On Apr 5, 2015 1:03 PM, r...@apache.org wrote:

 Repository: clerezza-rdf-core
 Updated Branches:
   refs/heads/master d1dc9e835 - 95dc83759


 CLEREZZA-951: language tag normalized to lowercase (as the javadoc said it
 would)

 Project: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/repo
 Commit:
 http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/commit/95dc8375
 Tree:
 http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/95dc8375
 Diff:
 http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/95dc8375

 Branch: refs/heads/master
 Commit: 95dc837594df58bcf9d063e04a9b18b799723773
 Parents: d1dc9e8
 Author: Reto Gmür r...@apache.org
 Authored: Sun Apr 5 11:02:39 2015 +
 Committer: Reto Gmür r...@apache.org
 Committed: Sun Apr 5 11:02:39 2015 +

 --
  api/src/main/java/org/apache/commons/rdf/Language.java | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 --



 http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/95dc8375/api/src/main/java/org/apache/commons/rdf/Language.java
 --
 diff --git a/api/src/main/java/org/apache/commons/rdf/Language.java
 b/api/src/main/java/org/apache/commons/rdf/Language.java
 index 03f328c..e76e16d 100644
 --- a/api/src/main/java/org/apache/commons/rdf/Language.java
 +++ b/api/src/main/java/org/apache/commons/rdf/Language.java
 @@ -36,7 +36,7 @@ public class Language {
  if ((id == null) || (id.equals())) {
  throw new IllegalArgumentException(A language id may not be
 null or empty);
  }
 -this.id = id;
 +this.id = id.toLowerCase();
  }

  @Override




[jira] [Commented] (CLEREZZA-961) port rdf.core

2015-04-05 Thread Hasan (JIRA)

[ 
https://issues.apache.org/jira/browse/CLEREZZA-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14396141#comment-14396141
 ] 

Hasan commented on CLEREZZA-961:


@Reto, all: do you have problems compiling rdf.core?

I got error as follows
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 5.439 s
[INFO] Finished at: 2015-04-05T09:51:52+02:00
[INFO] Final Memory: 20M/209M
[INFO] 
[ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.15.0:scr 
(generate-scr-scrdescriptor) on project rdf.core: 
/home/hhn/repos/apache/clerezza/rdf.core/src/main/java/org/apache/clerezza/rdf/core/InvalidLiteralTypeException.java
 : Unable to scan class files: 
org.apache.clerezza.rdf.core.InvalidLiteralTypeException (Class file format 
probably not supported by ASM ?): IllegalArgumentException - [Help 1]

Do I miss something here?


 port rdf.core
 -

 Key: CLEREZZA-961
 URL: https://issues.apache.org/jira/browse/CLEREZZA-961
 Project: Clerezza
  Issue Type: Sub-task
Reporter: Reto Gmür
Assignee: Hasan

 Big parts of rdf.core are now parts of rdf-commons, what remains are mainly 
 dataset and query related functions.



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