You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/03/22 21:10:51 UTC

[1/2] git commit: INFRA-4347 Add Thrift to sonar disable some languages and components

Updated Branches:
  refs/heads/master 0c04fccf3 -> 565517a16


INFRA-4347 Add Thrift to sonar
disable some languages and components


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8cdb9e98
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8cdb9e98
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8cdb9e98

Branch: refs/heads/master
Commit: 8cdb9e983ca2dc489e840ac003aaff8c7c7819ac
Parents: 0c04fcc
Author: Roger Meier <ro...@apache.org>
Authored: Fri Mar 22 21:07:21 2013 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Fri Mar 22 21:07:21 2013 +0100

----------------------------------------------------------------------
 sonar-project.properties |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8cdb9e98/sonar-project.properties
----------------------------------------------------------------------
diff --git a/sonar-project.properties b/sonar-project.properties
index d7e82ee..b465fd1 100755
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -37,19 +37,32 @@ sonar.scm.url=scm:git:https://git-wip-us.apache.org/repos/asf/thrift
 sonar.cxx.cppcheck.reportPath=cppcheck-result.xml
 
 # List of the module identifiers
-sonar.modules=module1,module2,module3,module4,module5,module6,module7,module8,module9,module10,module11,module12,module13,module14,module15
- 
+sonar.modules=module1,module3,module4,module5,module6,module7,module8,module9,module10,module11,module12,module14
+
+
+
+# we need sonar-runner 2.1 for this, see http://jira.codehaus.org/browse/SONARPLUGINS-2421
+#sonar.modules=module2
+
+# delph plugin is broken
+#sonar.modules=module13
+
+# phpunit plugin is broken
+#sonar.modules=module15
+
 module1.sonar.projectName=Apache Thrift - Java Library
 module1.sonar.projectBaseDir=lib/java
 module1.sonar.sources=src
 module1.sonar.tests=test
-#module1.sonar.binaries=build
-#module1.sonar.libraries=build/lib
+module1.sonar.binaries=build/libthrift-1.0.0.jar
+module1.sonar.libraries=build/lib/*.jar
 module1.sonar.language=java
 
 module2.sonar.projectName=Apache Thrift - Java Tutorial
-module2.sonar.projectBaseDir=tutorial/java
-module2.sonar.sources=src
+module2.sonar.projectBaseDir=.
+module2.sonar.sources=tutorial/java/src, tutorial/java/gen-java
+module2.sonar.binaries=tutorial/java/tutorial.jar
+module2.sonar.libraries=lib/java/build/lib/*.jar,lib/java/build/libthrift-1.0.0.jar
 module2.sonar.language=java
 
 module3.sonar.projectName=Apache Thrift - JavaScript Library


[2/2] git commit: subversion, thanks and good bye ;-r

Posted by ro...@apache.org.
subversion, thanks and good bye
;-r


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/565517a1
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/565517a1
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/565517a1

Branch: refs/heads/master
Commit: 565517a16c0760f78f3d6183fa88cc77e3b31842
Parents: 8cdb9e9
Author: Roger Meier <ro...@apache.org>
Authored: Fri Mar 22 21:08:39 2013 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Fri Mar 22 21:08:39 2013 +0100

----------------------------------------------------------------------
 contrib/fb303/java/build.xml |    6 +++---
 debian/control               |    6 +++---
 doap.rdf                     |    8 ++++----
 lib/as3/build.xml            |    6 +++---
 lib/java/build.xml           |    6 +++---
 lib/js/test/test.html        |    2 +-
 lib/nodejs/package.json      |    4 ++--
 test/nodejs/package.json     |    4 ++--
 tutorial/js/tutorial.html    |    2 +-
 9 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/contrib/fb303/java/build.xml
----------------------------------------------------------------------
diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml
old mode 100644
new mode 100755
index c96e4be..bb80e64
--- a/contrib/fb303/java/build.xml
+++ b/contrib/fb303/java/build.xml
@@ -132,9 +132,9 @@
       <remoteRepository refid="central"/>
       <remoteRepository refid="apache"/>
       <license name="The Apache Software License, Version 2.0" url="${license}"/>
-      <scm connection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/" 
-      developerConnection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/"
-      url="http://svn.apache.org/viewcvs.cgi/thrift"
+      <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git" 
+      developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
+      url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
     />
       <!-- Thrift Developers -->
       <developer id="mcslee" name="Mark Slee"/>

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/debian/control
----------------------------------------------------------------------
diff --git a/debian/control b/debian/control
index f1b3fba..fceb597 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant,
     automake, pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all,
     python-all-dev, python-all-dbg, openjdk-6-jdk | java-sdk, libcommons-lang-java,
     libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7),
-    php5, php5-dev, libglib2.0-dev
+    php5, php5-dev, libglib2.0-dev, libqt4-dev
 Maintainer: Thrift Developer's <de...@thrift.apache.org>
 Homepage: http://thrift.apache.org/
-Vcs-Svn: https://svn.apache.org/repos/asf/thrift
-Vcs-Browser: http://svn.apache.org/viewvc/thrift
+Vcs-Git: https://git-wip-us.apache.org/repos/asf/thrift.git
+Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=thrift.git
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.4
 

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 411ab21..80e7fa7 100755
--- a/doap.rdf
+++ b/doap.rdf
@@ -102,10 +102,10 @@
       </Version>
     </release>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/thrift"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/thrift"/>
-      </SVNRepository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/thrift.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=thrift.git"/>
+      </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/lib/as3/build.xml
----------------------------------------------------------------------
diff --git a/lib/as3/build.xml b/lib/as3/build.xml
old mode 100644
new mode 100755
index aa523f0..62a9fe8
--- a/lib/as3/build.xml
+++ b/lib/as3/build.xml
@@ -120,9 +120,9 @@
       <remoteRepository refid="central"/>
       <remoteRepository refid="apache"/>
       <license name="The Apache Software License, Version 2.0" url="${license}"/>
-      <scm connection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/" 
-        developerConnection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/"
-        url="http://svn.apache.org/viewcvs.cgi/thrift"
+      <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git" 
+      developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
+      url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
       />
       <!-- Thrift Developers -->
       <developer id="mcslee" name="Mark Slee"/>

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/lib/java/build.xml
----------------------------------------------------------------------
diff --git a/lib/java/build.xml b/lib/java/build.xml
old mode 100644
new mode 100755
index ddbdfda..213d5ce
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -295,9 +295,9 @@
       <remoteRepository refid="central"/>
       <remoteRepository refid="apache"/>
       <license name="The Apache Software License, Version 2.0" url="${license}"/>
-      <scm connection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/" 
-        developerConnection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/"
-        url="http://svn.apache.org/viewcvs.cgi/thrift"
+      <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git" 
+      developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
+      url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
       />
       <!-- Thrift Developers -->
       <developer id="mcslee" name="Mark Slee"/>

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/lib/js/test/test.html
----------------------------------------------------------------------
diff --git a/lib/js/test/test.html b/lib/js/test/test.html
index 9396fd5..1c8fc9a 100755
--- a/lib/js/test/test.html
+++ b/lib/js/test/test.html
@@ -37,7 +37,7 @@
   <script type="text/javascript" src="test.js" charset="utf-8"></script>
 </head>
 <body>
-  <h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://svn.apache.org/repos/asf/thrift/trunk/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
+  <h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
   <h2 id="qunit-banner"></h2>
   <div id="qunit-testrunner-toolbar"></div> 
   <h2 id="qunit-userAgent"></h2>

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/lib/nodejs/package.json
----------------------------------------------------------------------
diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json
old mode 100644
new mode 100755
index cb4d222..b3f7b20
--- a/lib/nodejs/package.json
+++ b/lib/nodejs/package.json
@@ -3,8 +3,8 @@
   "description": "node.js bindings for the Apache Thrift RPC system",
   "homepage": "http://thrift.apache.org/",
   "repository":
-    { "type" : "svn",
-      "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
+    { "type" : "git",
+      "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
     },
   "version": "1.0.0-dev",
   "author":

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/test/nodejs/package.json
----------------------------------------------------------------------
diff --git a/test/nodejs/package.json b/test/nodejs/package.json
old mode 100644
new mode 100755
index 7afe077..85adef1
--- a/test/nodejs/package.json
+++ b/test/nodejs/package.json
@@ -4,8 +4,8 @@
   "description": "node.js test server and client for the Apache Thrift",
   "homepage": "http://thrift.apache.org/",
   "repository":
-    { "type" : "svn",
-      "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
+    { "type" : "git",
+      "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
     },
   "author":
     { "name": "Apache Thrift Developers",

http://git-wip-us.apache.org/repos/asf/thrift/blob/565517a1/tutorial/js/tutorial.html
----------------------------------------------------------------------
diff --git a/tutorial/js/tutorial.html b/tutorial/js/tutorial.html
old mode 100644
new mode 100755
index e900421..131ffae
--- a/tutorial/js/tutorial.html
+++ b/tutorial/js/tutorial.html
@@ -98,7 +98,7 @@
   </table>
   </form>
   
-  <p>This Java Script example uses <a href="https://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a> and a Thrift server using JSON protocol and HTTP transport.
+  <p>This Java Script example uses <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=tutorial/tutorial.thrift;hb=HEAD">tutorial.thrift</a> and a Thrift server using JSON protocol and HTTP transport.
   </p>
     <p>
         <a href="http://validator.w3.org/check/referer"><img