Commit Graph

113 Commits

Author SHA1 Message Date
Craig Raw
e630d31284 fix warning on unnecessary double load of openpnp-capture library
Some checks failed
Build OpenPnP Capture Java Distribution / build (8, ubuntu-latest) (push) Has been cancelled
2025-03-10 11:50:55 +02:00
Jason von Nieda
52374b9730
Merge pull request #9 from openpnp/vonnieda-patch-1
Update to v0.0.28
2023-05-19 14:39:55 -05:00
Jason von Nieda
b0957a4c3f
Update pom.xml 2023-05-19 14:37:59 -05:00
Jason von Nieda
fe9a6cd991
v0.0.28 test COM fix for Windows 2023-05-19 14:37:14 -05:00
Jason von Nieda
a10fbf8ad6 Tracking openpnp-capture v0.0.27 2023-04-14 12:05:52 -05:00
Jason von Nieda
a1143ed22b - new sub-version to get a rebuild of v0.0.26. Seems to have failed in Maven central. 2023-04-05 22:20:40 -05:00
Jason von Nieda
8ce0fda6a6 - Set auto release to true. Now that everything being built automatically no reason to have to manually release. 2023-04-04 11:01:35 -05:00
Jason von Nieda
dac09d59dd - Missed a version number 2023-04-03 18:42:39 -05:00
Jason von Nieda
c309e965f3 - Update ubuntu paths for new builders 2023-04-03 18:38:02 -05:00
Jason von Nieda
ac73318c2f Merge branch 'main' of https://github.com/openpnp/openpnp-capture-java
* 'main' of https://github.com/openpnp/openpnp-capture-java:
  Test change suggested in https://github.com/openpnp/openpnp/issues/1538
2023-04-03 18:33:40 -05:00
Jason von Nieda
1c09a32a73 - https://github.com/openpnp/openpnp-capture/releases/tag/v0.0.26 2023-04-03 18:33:35 -05:00
Jason von Nieda
d0c0cda653
Test change suggested in https://github.com/openpnp/openpnp/issues/1538 2023-04-03 17:42:43 -05:00
Jason von Nieda
0e55ab71ba - v0.0.25 - openpnp-capture capture fixes Windows builds 2023-03-27 19:30:40 -05:00
Jason von Nieda
1a4f3acfb1 - Round and round we go. 2023-02-16 22:14:53 -06:00
Jason von Nieda
773ad42dbc - Let's maintain an open source project he said. It'll be fun, he said. 2023-02-16 22:11:28 -06:00
Jason von Nieda
8056d6bcc5 - Woops, can't release from two builds at once. 2023-02-16 22:05:47 -06:00
Jason von Nieda
79ca9665f0 Merge branch 'brainstorm-switch_to_jna_only'
* brainstorm-switch_to_jna_only: (28 commits)
  Let's change master to main, and call this good.
  okay, looks like windows will actually work fine it's just the build script failing, so let's test it on windows, I guess.
  Windows, man.
  - Okay, everything but windows worked. Let's upgrade JNA cause why not, and see what is getting downloaded.
  - Let's use the right version.
  nacos...
  Let's see if the tests pass on mac and windows, too.
  Retaking this with local changes... custom Maven package management? What was I thinking?
  Fixup uses context
  Remove ghost target from the tarball
  Add Maven cache
  Copy the right binary
  Where is that dash convention coming from now?
  Quick and dirty hack targetting binaries into target (pun intended)
  Ignore all generated targets
  Fixup JNAerator-based bad formatting on the variable comments that made javadoc error out and fail the build... many warnings left behind though
  Bump up maven-javadoc-utils for clearer error messages
  No comments
  Tests shall pass, otherwise we'll get JNA loader issues anyway...
  Only publish to MavenCentral if it is in the upstream vonnieda repo
  ...
2023-02-16 21:59:13 -06:00
Jason von Nieda
06c806097e Let's change master to main, and call this good. 2023-02-16 21:59:05 -06:00
Jason von Nieda
7856f8bf93 okay, looks like windows will actually work fine it's just the build script failing, so let's test it on windows, I guess. 2023-02-16 21:55:42 -06:00
Jason von Nieda
1920c85d6a Windows, man. 2023-02-16 21:45:17 -06:00
Jason von Nieda
89b406e5af - Okay, everything but windows worked. Let's upgrade JNA cause why not, and see what is getting downloaded. 2023-02-16 21:43:38 -06:00
Jason von Nieda
7519a4eca3 - Let's use the right version. 2023-02-16 21:25:38 -06:00
Jason von Nieda
56c537c7f2 nacos... 2023-02-16 21:25:11 -06:00
Jason von Nieda
c7ddfb5f0f Let's see if the tests pass on mac and windows, too. 2023-02-16 21:24:42 -06:00
Jason von Nieda
008d777d98 Merge branch 'switch_to_jna_only' of https://github.com/brainstorm/openpnp-capture-java into brainstorm-switch_to_jna_only
# Conflicts:
#	.github/workflows/build.yml
2023-02-16 21:22:18 -06:00
Jason von Nieda
24b09e025f
Merge pull request #8 from sovcharenko/hotfix/lib-bump
Bump lib to add support for macOS 12
2023-02-15 19:09:57 -06:00
Sergii Ovcharenko
b293eed168 bump lib 2022-08-04 14:35:49 +01:00
Roman Valls Guimera
467eea8d0d Retaking this with local changes... custom Maven package management? What was I thinking? 2021-12-30 10:12:00 +11:00
Roman Valls Guimera
28c0411714 Fixup uses context 2021-07-11 11:08:32 +10:00
Roman Valls Guimera
500b5a475c Remove ghost target from the tarball 2021-07-11 11:07:19 +10:00
Roman Valls Guimera
48dfcdf7df Add Maven cache 2021-07-10 22:49:16 +10:00
Roman Valls Guimera
fd52bbc847 Copy the right binary 2021-07-10 12:32:48 +10:00
Roman Valls Guimera
1c18871bd3 Where is that dash convention coming from now? 2021-07-06 01:16:00 +10:00
Roman Valls Guimera
b9c2a67d36 Quick and dirty hack targetting binaries into target (pun intended) 2021-07-06 01:11:16 +10:00
Roman Valls Guimera
200214bcea Ignore all generated targets 2021-07-06 01:06:49 +10:00
Roman Valls Guimera
c0c8e47267 Fixup JNAerator-based bad formatting on the variable comments that made javadoc error out and fail the build... many warnings left behind though 2021-07-06 01:05:58 +10:00
Roman Valls Guimera
cf13f50978 Bump up maven-javadoc-utils for clearer error messages 2021-07-06 01:05:04 +10:00
Roman Valls Guimera
9795458166 No comments 2021-07-04 18:41:07 +10:00
Roman Valls Guimera
93a88413b3 Tests shall pass, otherwise we'll get JNA loader issues anyway... 2021-07-04 18:34:50 +10:00
Roman Valls Guimera
a287ff7ac3 Only publish to MavenCentral if it is in the upstream vonnieda repo 2021-07-04 14:07:30 +10:00
Roman Valls Guimera
76c573f0ca Try with ubuntu latest 2021-07-03 20:30:15 +10:00
Roman Valls Guimera
1b0cb5f35a Bump up ubuntu 2021-07-03 20:29:08 +10:00
Roman Valls Guimera
98d38a2b73 Leave cursed platforms out for now (darwin-aarch64, because there is no GH runner yet: https://github.com/actions/virtual-environments/issues/2187), targets are generated but tests fail locally... shall I port windows to GHA? 2021-07-03 20:24:37 +10:00
Roman Valls Guimera
3d1a40fe14 Correct locations for next release's binaries 2021-05-22 18:40:04 +10:00
Roman Valls Guimera
27495a2f06 Create the different OS-ARCH pairs that make sense for multiplatform/multitarget deployment 2021-05-22 18:22:17 +10:00
Jason von Nieda
a8805c684d
Merge pull request #5 from openpnp/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1
2021-05-17 13:21:02 -05:00
Roman Valls Guimera
fd94a2c4c5 Add aarch64 vs x86_64 targets for darwin, now that Apple has his own silicon 2021-05-15 17:37:05 +10:00
Roman Valls Guimera
278687e414 Classes JNAerated, hopefully for the last time, java.lang.String error corrected manually on the generated sources and disabled generation altogether 2021-05-15 17:09:41 +10:00
Roman Valls Guimera
c37b810413 Switch to JNA-only as discussed in Discord message https://discord.com/channels/693329785769689098/694915062388883567/841447130949877780 2021-05-15 14:21:49 +10:00
Jason von Nieda
c7a1c7d193 - Finished up v1 of the build script. Deploys to artifacts, maven central, and github releases on tags.
- Next version will also build the natives.
2021-03-07 20:49:38 -06:00