marcosemiao opened a new pull request, #78:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78

   For example use directory with non-writable files, example git repository :
   
   java -jar jakartaee-migration-1.0.8-shaded.jar C:\work\
   
   jakartaee-migration read and write all files including those that have no 
been modified. and
   
   We can come across this kind of problem:
   Exception in thread "main" java.io.FileNotFoundException: 
C:\work\.git\objects\01\88c5faf5f495d7475de1b6f9a9760022cb97de (Access denied)
   
   Conclusion, jakartaee-migration-1.0.8-shaded.jar open and write 
88c5faf5f495d7475de1b6f9a9760022cb97de  file but 
   It reads and writes a file blocked by the OS.
   It should only write the files that were actually modified.


-- 
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

Reply via email to