|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
REST API and Git |
« View previous topic :: View next topic » |
Author |
Message
|
wmqiguy |
Posted: Fri Sep 29, 2017 2:40 pm Post subject: REST API and Git |
|
|
 Centurion
Joined: 09 Oct 2002 Posts: 145 Location: Florida
|
I'm a bit perplexed. I wrote up a REST API.
Everything worked great, so I copied the entire Application folder into the desired Git folder and committed it. Later, I needed to make some changes, so I imported that, without copying files to workspace. (Files are located in the Git directory, not the workspace directory.)
It now reports that:
Quote: |
"An error happened while loading the REST API." |
That didn't give me much to look into, but when I tried to open the restapi.descriptor file, it appears to be upset that it is not in the workspace path:
Quote: |
The project directory 'C:\MyWorkspacePath\workspace\RESTAPISTUFF_Appl' for the REST API does not exist or is not a directory. |
I checked the PROJECT_LOC and it points back to the Git directory structure.
Anyone have any suggestions? |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Sep 30, 2017 8:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Suggestions?
Do everything entirely different.
If you want to maintain your git repositories in folder outside the Eclipse workspace, then use the Import function in the Tookit to import your projects from where they are.
DO NOT use the "copy files into existing workspace", or whatever it's labeled.
This will create a softlink to the projects in their git repository locations.
Or install Egit and use that inside the Eclipse tooling.
Don't copy files to and from git repositories. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|