[GitHub] [tomcat-jakartaee-migration] aooohan commented on issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-08-18 Thread GitBox


aooohan commented on issue #29:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/issues/29#issuecomment-1219238170

   > but my OS is windows not Unix. 
   
   Sorry, I was careless.
   
[jakartaee-migration-1.0.2-SNAPSHOT-bin.zip](https://github.com/apache/tomcat-jakartaee-migration/files/9372150/jakartaee-migration-1.0.2-SNAPSHOT-bin.zip)
   
   The steps are the same, first you need to unzip the package, then go to the 
lib folder and execute the jakartaee-migration-1.0.2-SNAPSHOT.jar file(the 
command is the same).
   
   JAVA_HOME/bin/java.exe -jar jakartaee-migration-1.0.2-SNAPSHOT.jar 
your-war.war target-your-war.war
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat-jakartaee-migration] aooohan commented on issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-08-18 Thread GitBox


aooohan commented on issue #29:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/issues/29#issuecomment-1219162105

   Hi, @nissan4x4 
   
[jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz](https://github.com/apache/tomcat-jakartaee-migration/files/9371552/jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz)
   
   You can use this temporary tool to test whether the migration of your war 
package works.
   
   - `tar -zxvf jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz`
   - `cd jakartaee-migration-1.0.2-SNAPSHOT/lib`
   - `java -jar jakartaee-migration-1.0.2-SNAPSHOT.jar your-war.war 
target-your-war.war` **OR**` java -jar your-war-dir target-dir`
   
   **Note**: This is not a release version, it has nothing to do with tc 
offical, it is only for testing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat-jakartaee-migration] aooohan commented on issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-08-01 Thread GitBox


aooohan commented on issue #29:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/issues/29#issuecomment-1200766146

   > > Hi,@gregorkistler. I've tried to fix the problem, can you test it with 
this fixed version? branch: 
https://github.com/aooohan/tomcat-jakartaee-migration/tree/test_deflated OR 
jar: 
[jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz](https://github.com/apache/tomcat-jakartaee-migration/files/9230380/jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz)
   > > 1.`tar -zxvf jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz` 2.`cd 
jakartaee-migration-1.0.2-SNAPSHOT/lib` 3.`java -jar 
jakartaee-migration-1.0.2-SNAPSHOT.jar jna-platform-4.5.1.jar 
jna-platform-4.5.1.jar.jakarta`
   > > Note: This is not a release version, it has nothing to do with tc 
offical, it is only for testing.
   > > Thanks
   > 
   > LGTM
   > 
   > No exception any longer on any of the used jars. Thanks!
   
   Thanks for the test. ;)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat-jakartaee-migration] aooohan commented on issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-07-31 Thread GitBox


aooohan commented on issue #29:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/issues/29#issuecomment-1200600710

   >  I've meanwhile switched back to version 1.0.0 which works as intended.
   
   Sure. The difference between 1.0.0 and 1.0.1 is that in order to solve #20, 
the logic was modified to use common-compression instead of JDK's zip 
implementation.
   
   Hi,@gregorkistler. 
   I've tried to fix the problem, can you test it with this fixed version?
   branch: 
https://github.com/aooohan/tomcat-jakartaee-migration/tree/test_deflated
   OR
   jar:
   
[jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz](https://github.com/apache/tomcat-jakartaee-migration/files/9230352/jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz)

   1.`tar -zxvf  jakartaee-migration-1.0.2-SNAPSHOT-bin.tar.gz`
   2.`cd jakartaee-migration-1.0.2-SNAPSHOT/lib`
   3.`java -jar jakartaee-migration-1.0.2-SNAPSHOT.jar jna-platform-4.5.1.jar 
jna-platform-4.5.1.jar.jakarta`  
   
   Note: This is not a release version, it has nothing to do with tc offical, 
it is only for testing.
   
   Thanks 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat-jakartaee-migration] aooohan commented on issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-07-31 Thread GitBox


aooohan commented on issue #29:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/issues/29#issuecomment-1200394952

   You can do it like this: java -jar jakartaee-migration-1.0.1-shaded.jar 
-zipInMemory jna-platform-4.5.1.jar jna-platform-4.5.1.jar.jakarta
   
   It's a little inefficient, but it'll work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org