-
Notifications
You must be signed in to change notification settings - Fork 35
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
Apache Ant & Maven Recipes are failing on PkgCreator recipe #137
Comments
Yeah, AutoPkg needs a patch for this to work. Check out autopkg/autopkg#303 and specifically commit autopkg/autopkg@2f0844f. I just haven't had time to get back to it to get it fixed, and with it being broke this long, it appears I've pretty much been the only one using it, so I just patch my local install of AutoPkg when it comes up. |
Ah, ok. So I read through the history on MacAdmins #autopkg where this was discussed years ago before posting the issue. I just assumed since these recipes were added later, that that issue was resolved. I've got a request for Ant from one of our Site Admins and they were wanting to basically do the same as you (location wise). So this seemed perfect. Would be nice to get this officially patched in the AutoPkg. (Considering, it doesn't appear that it would break anything existing.) |
I believe this issue can be closed now. Can you confirm @n8felton? |
I'm using
And not seeing this issue and I see the PR was merged into autopkg last year. Closing at this time. |
Hey @n8felton, went to use the Ant recipe today and after created a .jss recipe, I realized it didn't work.
After checking, both the Ant and Maven .pkg recipes fail on the PkgCreator step. Seems they're both failing to find the symlinks that are created in the previous steps:
Ant:
Maven
If I remove the Symlinker steps, the .pkg successfully completes.
Any thoughts?
The text was updated successfully, but these errors were encountered: