Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradelize Build #1

Open
MeFisto94 opened this issue Jan 30, 2020 · 0 comments
Open

Gradelize Build #1

MeFisto94 opened this issue Jan 30, 2020 · 0 comments

Comments

@MeFisto94
Copy link
Member

In order to move the build to gradle, a few things have to be done, with the most tricky part being the support of jstackalloc, which has a custom ant task we still need to execute (or rewrite for gradle).

In general, I think we should make jbullet.jar contain all it's needed libs like jstackalloc, vectormath (which has a java3d:vectormath maven coordinate) and ant for the custom task.
The alternative would be hosting yet another maven addressable version of jstackalloc which works with java8+, which is something I would like to avoid.

Thus I could imagine those dependencies being built as subprojects and then the ant tasks being filtered out again.
Also our old distribution didn't include the demos of jbullet, we should thus also filter them out of the creation.

Lastly we can/should add CI Support. Travis or Github Actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant