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

Add custom headers and libraries to working dir #22

Merged
merged 1 commit into from
Mar 31, 2015

Conversation

chringwer
Copy link

I think there is an issue with support for custom headers and libraries. These options need to be specified relative to the working dir which is not exposed in any way using this plugin.

So, I'd like to propose this patch which will copy the given file paths into the working directory and then pass their relative location into the launch4j configuration.

@@ -22,6 +22,11 @@
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like unused

@lukaszlenart
Copy link
Collaborator

Great! Let's rock! 👍

lukaszlenart added a commit that referenced this pull request Mar 31, 2015
Add custom headers and libraries to working dir
@lukaszlenart lukaszlenart merged commit 7ea5c23 into orphan-oss:master Mar 31, 2015
@lukaszlenart
Copy link
Collaborator

New version under way to the Central

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.

2 participants