IDEA development environment. The program works for me on a computer, everything is fine. I commit to SVN, then I download to another folder what I uploaded, launch it and everything, as it does not work before. I check all files are identical, but do not want to work as before. The difference in the scaling of pictures, I have everything in the version on my computer, and the one that I uploaded and downloaded to my other folder does not scale anymore.

    1 answer 1

    Once there was a similar problem, after it was uploaded to SVN, the program did not work. The reason was that all files from the lib folder were added to the classpath , including the service folder svn '.svn'.

    PS You probably have a different problem. Maybe you have absolute paths to some files?

    • Thank you very much! But it is possible in more detail. - zesen
    • 1) The ant script was started with a .bat file, which installed CLASSPATH like this: CLASSPATH =% CLASSPATH%:% LIB_DIR% / * until everything was working in SVN and then it began to fall because it couldn’t adequately handle the folder .svn which appeared inside LIB_DIR 2) an example of a side with an absolute path / relative yes / no result? :) - jmu