-
Notifications
You must be signed in to change notification settings - Fork 225
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
Guice replacement #994
base: master
Are you sure you want to change the base?
Guice replacement #994
Conversation
e97c5a4
to
a9246bf
Compare
@fbarbero-ecervo would you mind using the |
@reinhapa Yes, I triy with Guice and |
a8eb789
to
05f67bb
Compare
The build is running on Linux only, but I would like to extend that to Windows and Mac even-though the actual usage is on all those platforms... What was the reason to switch back to Guice 5.1 ? |
I switch to Guice 5.1 for test only. I will go back to v7.0 soon ! In fact, I try to use the "ant" module in a Gradle plugin, but I found an issue with the "classpath" which does not include Guice. I'm looking for a solution to this problem. FYI, the compilation on this branch works, but some tests are still failing. I am not sure to have time to fix them 😞 |
caeb1a1
to
a6778e4
Compare
245f49a
to
8f82bdd
Compare
izpack-compiler/src/test/resources/samples/izpack-jdk11-min.xml
Outdated
Show resolved
Hide resolved
izpack-compiler/src/test/resources/samples/refpackset/izpack.xml
Outdated
Show resolved
Hide resolved
izpack-core/src/main/java/com/izforge/izpack/merge/file/FileMerge.java
Outdated
Show resolved
Hide resolved
izpack-core/src/main/java/com/izforge/izpack/merge/file/FileMerge.java
Outdated
Show resolved
Hide resolved
@@ -165,6 +169,11 @@ | |||
<artifactId>tika-parsers</artifactId> | |||
<version>1.28.5</version> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.ow2.asm</groupId> | |||
<artifactId>asm</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did I add this ?!
IOUtils.copy(zin, out); | ||
} | ||
out.closeEntry(); | ||
} catch (ZipException ex) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did not understood how it can work before ...
izpack-tools/src/main/java/com/izforge/izpack/util/OsVersionConstants.java
Outdated
Show resolved
Hide resolved
jos.putNextEntry(new ZipEntry("test")); | ||
jos.closeEntry(); | ||
jos.finish(); | ||
jos.close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use an utility method
izpack-test/src/test/java/com/izforge/izpack/compiler/container/TestCompilationContainer.java
Outdated
Show resolved
Hide resolved
8f82bdd
to
e56ea30
Compare
e56ea30
to
185a5f1
Compare
c221d0d
to
bf58d1c
Compare
bf58d1c
to
4fd5b71
Compare
4fd5b71
to
26e0b3d
Compare
No description provided.