Hi guys,
I have the following problems: roo console is generating some .aj files for me in my project. Do I need those .aj files in the SVN?
1) Some of them I don't need and can safely delete and ignore from the SVN. The build then works fine and I can commit. But some of them cannot be deleted because
mvn clean install
will fail to compile the project. And the problem becomes really big when you have a CI server (like hudson or bamboo) that will not be able to run the roo console to generate those .aj files before the build. So it looks like I need them.
2) If I need them, does it really make sense to leave them in the SVN as they are every time regenerated? It looks ugly for me to bloat the SVN with additional files that are always regenerated.
Is there a Maven plugin that will generate the .aj files for me? Maybe I can bind it to any phase before compile?
Thank you for your time.


Reply With Quote
) ...
