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

Should our code generator be part of tightdb.jar? #45

Closed
kspangsege opened this issue Aug 19, 2012 · 2 comments
Closed

Should our code generator be part of tightdb.jar? #45

kspangsege opened this issue Aug 19, 2012 · 2 comments
Assignees
Labels

Comments

@kspangsege
Copy link
Contributor

In my opinion, the code generator should not be part of tightdb.jar, because it is only needed during compilation of the customers Java code. When the customer deploys the code, they still need to include tightdb.jar, but there is no longer any need for the generator.

I suggest we produce two JARs:
tightdb.jar
tightdb-codegen.jar

@ghost ghost assigned bmunkholm Aug 19, 2012
@bmunkholm
Copy link
Contributor

How much code do we save?
It will also be more "difficult" to handle/understand the two jar's.
Hmm---

@bmunkholm bmunkholm reopened this Aug 27, 2012
@nmihajlovski
Copy link
Contributor

I re-configured the JAR plugin to package only the "com.tightdb" and "com.tightdb.lib" packages into tightdb.jar. And tightdb-devkit.jar remains the same, so it contains the code generator classes etc.

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

No branches or pull requests

3 participants