Getting Files in unresolved when loaded in to RAD from RTC even though not having any difference in file content.
Hi,
Getting Files in unresolved when loaded in to RAD from RTC even though not having any difference in file content.
Problem Description:
A batch script will be executed in our local machine DOS Promt(Windows7) to generate files on the project(eq:workspace-ehbo) which is already loaded from RTC through RAD(Eclipse Client) in to sandbox .
Script:
start /B /wait taskkill /F /IM mtail.exe
cd c:\projects\NSF-3.0
set_all_env_vars.bat
cd C:\projects\NSF-3.0\workspace-ehbo\descriptors\applications\ehbo
set_exp_env_vars.bat
harvest_application.bat ehbo
harvest_component.bat ehbo ehbocomp
C:\usr\bin\mTail\mTail.exe /start /recycle c:\mylogs\expand-ehbo.log
expand_application_ehbo.bat > c:\mylogs\expand-ehbo.log 2>&1
xcopy /Y c:\projects\NSF-3.0\projects\ehbo\descriptors\components\ehbocomp\ext\view-ext\struts2\WEB-INF\classes C:\projects\NSF-3.0\projects\ehbo\expansions\applications\ehbo\struts\WEB-INF\classes
rem C:\projects\NSF-3.0\projects\ehbo\expansions\components\ehbocomp\view-ext\knockout\WEB-INF\classes
Once the execution of script done , some files are getting as changes in unresolved even though content in the file not changed(no differences).
My observations:
For the files which are having the above issue, the Delimiter set was to "Platform".
But when I tried to change the delimiter to single file to LF(Unix) and re-ran the script ,I didn't see any changes for this file.
But when I tried to configure the delimiter at the project level to "Platform" for all file types and ran the script, again I see files in unresolved even though no difference in the file content.
Is their any way to solve this issue.
My version of RTC is 4.0.4
Regards,
Vijay. |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
We are running the script on the files that are loaded. Could you suggest how to avoid this delimiters issue.
I'd like to understand where the changes are occurring. I can't provide any guidance with the information in the question, since I don't know what your scripts do, nor do I know how you're calling 'scm'.