History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-987
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Matt Raible
Reporter: John Vance
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
AppFuse

appfuse:remove removes code it shouldn't

Created: 18/Dec/07 06:33 PM   Updated: 18/Dec/07 07:00 PM
Component/s: Tools - AMP
Affects Version/s: 2.0.1
Fix Version/s: None


 Description  « Hide
appfuse:remove removes all code that starts with the entity name you give it. So, if I have a domain object named Risk.java, and I run mvn appfuse:remove -Dentity=Risk, Risk.java, RiskReports.java, and RiskAllOtherDomainObjectsIWantToKeep.java get removed too.

 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 18/Dec/07 06:54 PM
Doesn't source control solve this problem? ;-)

John Vance - 18/Dec/07 07:00 PM
We use Serena Changeman, so if I submit my request today, I should be able to check out my old version mid-February.