I am trying to figure out how to change the publication xml files for the run test button and the publish button such that webmaker will automatically compile some custom java files with static methods I put in my application design webapp\WEB-INF\classes directory so I don't have to remember to manually recompile the classes for running tests or deployment. The java files contain static methods that the webmaker controller generated by the rulemaker will call.
Ideally if there are compilation errors I'd like to see the red message that you get when the run test or publication process fails for other standard reasons and provide the compiler output in the details section of the error link.
Which files would I need to modify to make this happen and what changes would I have to make to those files?
Are the files necessary to modify part of the webmaker project so that exporting and importing the project will bring these customizations with it?
Thank you.
Ideally if there are compilation errors I'd like to see the red message that you get when the run test or publication process fails for other standard reasons and provide the compiler output in the details section of the error link.
Which files would I need to modify to make this happen and what changes would I have to make to those files?
Are the files necessary to modify part of the webmaker project so that exporting and importing the project will bring these customizations with it?
Thank you.