Skip to content

Create a core-sources jar #118

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

Closed
processing-bot opened this issue Aug 15, 2020 · 3 comments
Closed

Create a core-sources jar #118

processing-bot opened this issue Aug 15, 2020 · 3 comments

Comments

@processing-bot
Copy link
Collaborator

Created by: sampottinger

This came up from @clankill3r but wanted to check with you @benfry before I did it. It would probably help folks using the core jar as a dependency in Java to have a core-sources jar. That's just adding:

<jar basedir="bin" destfile="library/core-sources.jar"> 
    <fileset dir="src" includes="**/*.java"/>
</jar>

Have any objections to that?

@processing-bot
Copy link
Collaborator Author

Created by: benfry

If that goes into library, isn't the preprocessor going to auto-add that .jar to the classpath and scan it?

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Just adding a separate build target for this to core. For folks who want it:

cd core
ant source-jar

Don't want to include in the download because it's not clear where to put it… do we really tell folks to do Show Package Contents on macOS? Does that help anyone? And I don't want to make it a separate download since I don't need more on my plate when pushing out new releases.

@processing-bot
Copy link
Collaborator Author

Created by: github-actions[bot]

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant