Skip to content

Migration of the dxf library from Ant to Gradle #1192

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

npNSU
Copy link

@npNSU npNSU commented Jul 28, 2025

Resolves

This PR resolves #981

Changes

  • Replicated the code from Pull Request #1189
  • Edited the files: java/libraries/dxf/build.gradle.kts & java/build.gradle.kts
  • Took out the dependency lines(17-21) in /java/libraries/dxf/build.gradle.kts that appeared in PR 1189.
  • Modified line 89: val libraries = arrayOf(“dxf") in java/build.gradle.kts

Tests

  • We ran ./gradlew test, built successfully.
  • Ran ./gradlew run, built IDE successfully.
  • Tested the creation of a .dxf file from a sketch using the following the sketch code: /Users/nia/processing4/java/libraries/dxf/examples/SimpleExport/SimpleExport.pde
  • Tested opening outputted .dxf file in ShareCAD; displayed as expected

Screenshots

Opened IDE after changes with test code and sketch
IDE Image

Produced .dxf file opened in ShareCAD
image

Thank you for your guidance @Stefterv! Please let us know if we need to make further adjustments!

Signed-off-by: [Nia Perez] <nia.perez.506@gmail.com>

Co-authored-by: Amante' Woodley <awood0727@gmail.com>
Co-authored-by: Kayla Bobo <kay3583@gmail.com>
Co-authored-by: Silas Morgan <victorsmorgan@gmail.com>
@SableRaf SableRaf requested a review from Stefterv July 28, 2025 20:15
@Stefterv
Copy link
Collaborator

Thank you @npNSU, looks good to me!

We will have to wait to merge these changes until we merge my PR (and probably resolve the conflict)

@Stefterv Stefterv changed the title Worked on migration of the dxf library from Ant to Gradle Migration of the dxf library from Ant to Gradle Jul 29, 2025
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

Successfully merging this pull request may close these issues.

Move dxf Library to Gradle
3 participants