In eclipse, which develops a java application, there are several class files that are generated by a custom ant script. This happens automatically, and it is configured as an export / publish dependency for / WEB -INF / classes. This happens well with the publication, however, when exporting to .WAR, these files simply went missing. Is there a way to automate this?
I would suggest creating your war file using Ant.
I like my results, which are easy to create with a simple toolchain, i.e. No need to run Eclipse to create them. thus, it is easier to automate and document.
: Ant, - , Maven
.
Perhaps you can try adding an extra builder. Go to the project properties and then to the builders. You can add your own commands that will be launched after the start of the eclipse building process.
This is not an ideal solution, but it may work.
Source: https://habr.com/ru/post/1698568/More articles:Ruby Daemons не запускается - rubyConvert string of numbers to integers - cHow to define a font as symbolic in java? - javaHow can you determine the MySite user id - c #Is it better to write a more focused stored procedure with fewer parameters? - sqlhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1698569/protecting-user-passwords-in-desktop-applications&usg=ALkJrhjlr2cPRTWREiHJI9QfXWEWrZ1h2AIntegrated Authentication IIS 6.0: 401.1 with IE7 - securityLINQ to SQL with non-MS SQL Server RDBMS - sql-serverAccess web datasheet in webApp - sharepointWhat is the best way to sort using GridView and LINQ? - vb.netAll Articles