I think this is an Eclipse question.
I have a mercury repository with a source folder (src / main / java /) and some source code. The repository also contains the build.xml file. After cloning a project in Eclipse using the Mercurial plugin, I cannot configure the launch configuration for my project. Eclipse cannot identify a newly cloned project as a project when configuring the launch configuration. What am I missing?
TIA
What startup configuration are you using?
Configuration of external tools (in this case, you defnie and Ant assembly with a direct link to your build.xml file)
" ", .eclipse .classpath , .eclipse , , .
.eclipse
.classpath
.project ?
, File- > Import- > General- > Existing Projects Workspace.
, File- > New- > Project .
Source: https://habr.com/ru/post/1723531/More articles:Where can I find out what I need to know about C ++ compilers? - c ++Install / Uninstall Windows service in assembly script using NAnt - windowsSubversion - pythonVS 2008 / MSTest - how do I execute a subset of all tests? - visual-studio-2008C # parallel extensions Task.Factory.StartNew calls a method on the wrong object - c #Ramifications of virtual methods / properties - c #Can I use the shared library compiled on Ubuntu on a Redhat Linux machine? - c ++How to edit XML using XSL? - javaIs it possible to order order_by with the called? - djangoOpen form before entering Windows C # - c #All Articles