Trying to figure out why my ‘Import Artifact’ shows ‘Not targets available’ at file level within project, but I am able to use the ‘Import Artifact’ successfully at the project/branch level. It is also important to note that if I right click on any existing xml file and choose ‘Deploy Artifact’, ‘Refresh Artifact’, or ‘Compare with Remote’, all of the targets show up in the list and those processes work correctly. This worked correctly previously.
You need to be in the top level folder to do an import artifacts.
Previously, I was always able to ‘Import Artifact’ into any folder within the project tree (Application, Bundles, Capabilities, etc.). My co-worker verified last night that he can still import at any file level within the project tree. This issue just started between my last project branch and my new project branch.
Adding to this, it looks like Eclipse has structured your project strangely. The “config” folder shouldn’t be a source folder, among other things. I suspect the plugin is excluding source folders from showing the “Import Artifact” menu item.
Here’s a screenshot of how your project ought to be structured.
I was missing my .classpath file. I got a copy of the file from co-worker and put it back int the directory where it was needed,
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.