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

Incorrectly pointing to MANIFEST.MF file when building #2

Open
AntsCodeCommunity opened this issue Jul 12, 2022 · 0 comments
Open

Incorrectly pointing to MANIFEST.MF file when building #2

AntsCodeCommunity opened this issue Jul 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@AntsCodeCommunity
Copy link

In the following build.xml file, the relevant resources cannot be found when building with Ant, and this path needs to be modified.

JuicerTools/build.xml

Lines 297 to 298 in ec4a455

manifest="${basedir}/src/resources/manifests/juicebox_jar/META-INF/MANIFEST.MF">
<zipfileset file="${basedir}/src/resources/manifests/juicebox_jar/META-INF/MANIFEST.MF" prefix="META-INF"/>

JuicerTools/build.xml

Lines 334 to 335 in ec4a455

manifest="/resources/MANIFEST.MF">
<zipfileset file="/resources/MANIFEST.MF"

image

@AntsCodeCommunity AntsCodeCommunity added the bug Something isn't working label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant