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

Share common project (dependency,library) in two other project problem #16

Open
darvishpoor opened this issue Jul 8, 2020 · 2 comments

Comments

@darvishpoor
Copy link

I'm not experienced in javacard development
In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , but there are some common java classes that are used in both of them!

with dependency handling explained in #1, it seems we have one applet.cap + one common.cap that first common.cap must be installed and then applet.cap must be installed.
Is there any solution in this plugin that we could install only one applet on smartcard and we have common source and applet source separately (good dependency handling and management) ?

@martinpaljak
Copy link

You could use ant-javacard directly and use sources and sources2 for this purpose

@darvishpoor
Copy link
Author

Thank you for your replying, but can't this plugin handle it and why we use ant and how?
Are there any example?

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

No branches or pull requests

2 participants