java - Svn Merge not taking Roo generated aspectj files into account -
i have project spring roo use generate javabean, jpa , service aspects java files. use svn eclipse. when modify javabean example, aj files updated , can commit new changed .aj files svn without problem. problem starts when try merge these changes different branch of same project. can see changed java files merged roo generated files not show in merge. target branch retains old version of these files. checked in svn history of branch commited new .aj files , show in history properly. stuck , don't have solution of now.
aby
eclipse filtering aj files. can turn off filtering by:
- in package explorer, click down arrow on top right corner
- click filters...
- uncheck "hide generated spring roo itds"
Comments
Post a Comment