Is there a way to determine if file is added/deleted (RTC 3.0.1)?
![]()
I need to set different target in my incremental build based on what files are changed since last build. One of the requirement is that I need to rebuild everything if a file is deleted. I know that generateChangeLog task gives me all the files that are changed; however it doesn't tell me if the file is added, deleted or modified. Does anyone have any suggestion on how to get this information (similar to the command "scm status..")? Can I implement a new task to do this using the RTC PlainJavaLib?
|