chequer-io / JDBC.NET

It is a wrapper that allows you to use JDBC drivers in ADO.NET
MIT License
33 stars 11 forks source link

Will Not Build #28

Closed tcables closed 1 year ago

tcables commented 1 year ago

Hello,

I've tried to clone your latest code and build as debug. I receive the following error:

"Could not copy the file "Could not copy the file "C:\source\JDBC.NET\JDBC.NET.Bridge\target\JDBC.NET.Bridge-1.0-SNAPSHOT-jar-with-dependencies.jar" because it was not found."

I am using Visual Studio 2022 Community Edition. Fresh clone, no changes, immediate attempt to build.

Edit: If I build as Release, I do not receive the error, but I cannot debug.

Bas-Boven commented 1 year ago

Did you also build the included java application?

tcables commented 1 year ago

Good call, I did not notice that there was a Java app that needed to be built.