$ rbt diff
diff --git jdbc/pom.xml jdbc/pom.xml
index 
8071e87a5da5efca973502bf21926549f887c9d6..6ae8c3c90fe9b71eed717614c81d9b2b36466b39
 
100644
--- jdbc/pom.xml
+++ jdbc/pom.xml
@@ -139,6 +139,11 @@
 
   <build>
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}/src/resources</directory>
+      </resource>
+    </resources>
    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git jdbc/src/resources/META-INF/services/java.sql.Driver 
jdbc/src/resources/META-INF/services/java.sql.Driver
new file mode 100644
index 
0000000000000000000000000000000000000000..ec764c2249aaf2edb5d88a88d02133aaddbea254
--- /dev/null
+++ jdbc/src/resources/META-INF/services/java.sql.Driver
@@ -0,0 +1 @@
+org.apache.hive.jdbc.HiveDriver



On Saturday, January 31, 2015 at 9:35:25 AM UTC-8, David Trowbridge wrote:
>
> Hi,
>
> Can you tell us what version of Review Board you're using?
>
> Also, can you attach the output of 'rbt post --debug' and 'rbt diff'? (If 
> the latter is sensitive, let us know and we can figure something out).
>
> -David
>
> On Fri Jan 30 2015 at 6:16:36 PM Alexander Pivovarov <apivo...@gmail.com 
> <javascript:>> wrote:
>
>> I'm trying to upload hive patch for review
>> I'm using hive-git
>>
>> both web ui and "rbt post" return - list index out of range
>>
>> I even tried to upload old hive patches which I successfully uploaded for 
>> review before - still same error - list index out of range
>>
>>
>>
>>
>>  -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to