Re: Building the jdbc-diver as a fat-jar?

2023-07-05 Thread Christofer Dutz
Hi Xiangdong,

now that you mention it ... yeah ... found the profile. Guess I must have 
missed that initially.

Geee ... I really gotta dig into the details of our build a bit more before 
starting to suggest stuff ;-)

Chris




Am 05.07.23, 02:51 schrieb "Xiangdong Huang" mailto:saint...@gmail.com>>:


Hi,


Actually we have the profile.
Using "-P get-jar-with-dependencies" can active it.
Maybe we can enable it by default.


Best,
---
Xiangdong Huang


Trevor Hart mailto:tre...@ope.nz>> 于2023年7月5日周三 03:59写道:
>
>
>
>
>
> 100% agree. I have been building my own fat jar version for the past few 
> years. Thanks Trevor HartOpe Limitedw: www.ope.nzm: +64212728039  On Wed, 
> 05 Jul 2023 06:07:39 +1200 Christofer Dutz > wrote  Hi all, today I wanted to play 
> around with the 1.3.0-SNAPSHOT version and wanted to use IntelliJ as the SQL 
> client …. But when adding IoTDB JDBC driver I noticed, we’re currently only 
> building a default jar. This is quite a pain, if you want to manually deploy 
> the jdbc driver anywhere … locally I added a config, that makes the build 
> also build a fat-jar “iotdb-jdbc-1.3.0-SNAPSHOT-jar-with-dependencies.jar” … 
> would it be ok for me to commit that change? I think it’s quite useful. Chris
>
>
>
>
>
>





Re: Building the jdbc-diver as a fat-jar?

2023-07-04 Thread Xiangdong Huang
Hi,

Actually we have the profile.
Using "-P get-jar-with-dependencies" can active it.
Maybe we can enable it by default.

Best,
---
Xiangdong Huang

Trevor Hart  于2023年7月5日周三 03:59写道:
>
>
>
>
>
> 100% agree. I have been building my own fat jar version for the 
> past few years. Thanks Trevor HartOpe Limitedw: www.ope.nzm: +64212728039
>  On Wed, 05 Jul 2023 06:07:39 +1200  Christofer 
> Dutz wrote  Hi all,  today I wanted to play 
> around with the 1.3.0-SNAPSHOT version and wanted to use IntelliJ as the SQL 
> client …. But when adding IoTDB JDBC driver I noticed, we’re currently only 
> building a default jar.  This is quite a pain, if you want to manually deploy 
> the jdbc driver anywhere … locally I added a config, that makes the build 
> also build a fat-jar “iotdb-jdbc-1.3.0-SNAPSHOT-jar-with-dependencies.jar” … 
> would it be ok for me to commit that change? I think it’s quite useful.  Chris
>
>
>
>
>
>


Re: Building the jdbc-diver as a fat-jar?

2023-07-04 Thread Trevor Hart




100% agree. I have been building my own fat jar version for the 
past few years. Thanks Trevor HartOpe Limitedw: www.ope.nzm: +64212728039
 On Wed, 05 Jul 2023 06:07:39 +1200  Christofer 
Dutz wrote  Hi all,  today I wanted to play 
around with the 1.3.0-SNAPSHOT version and wanted to use IntelliJ as the SQL 
client …. But when adding IoTDB JDBC driver I noticed, we’re currently only 
building a default jar.  This is quite a pain, if you want to manually deploy 
the jdbc driver anywhere … locally I added a config, that makes the build also 
build a fat-jar “iotdb-jdbc-1.3.0-SNAPSHOT-jar-with-dependencies.jar” … would 
it be ok for me to commit that change? I think it’s quite useful.  Chris








Building the jdbc-diver as a fat-jar?

2023-07-04 Thread Christofer Dutz
Hi all,

today I wanted to play around with the 1.3.0-SNAPSHOT version and wanted to use 
IntelliJ as the SQL client …. But when adding IoTDB JDBC driver I noticed, 
we’re currently only building a default jar.

This is quite a pain, if you want to manually deploy the jdbc driver anywhere … 
locally I added a config, that makes the build also build a fat-jar 
“iotdb-jdbc-1.3.0-SNAPSHOT-jar-with-dependencies.jar” … would it be ok for me 
to commit that change? I think it’s quite useful.

Chris