DaftPoint / StarUML.Teamwork

MIT License
29 stars 8 forks source link

Open newly created Teamwork Project is not working #3

Closed aryoxp closed 8 years ago

aryoxp commented 8 years ago

Hi, I am going to try your StarUML extension on StarUML 2.6.0 for MacOSX. However I can not open my newly created Teamwork Project in order to have it sync'ed with my git repository. The Teamwork|Open Teamwork-Project menu does nothing on my Mac, not even showing any pop up window nor notification. Any ideas?

InteNs commented 8 years ago

same issue for me

DaftPoint commented 8 years ago

I don't use Mac so sadly I have no idea what the cause might be. I have to look into this.

aryoxp commented 8 years ago

Unfortunately, the issue is also occurred on StarUML 2.6.0 for Windows.

NFTMIND commented 8 years ago

+1

sstadelman commented 8 years ago

+1

sstadelman commented 8 years ago

I have debugged a bit on the Mac, and found the following:

The first issue I was facing, was that in the Teamwork configurations, I included the fully-qualified URL of the git repository: https://github.my.organization.corp/me/staruml-doc.git. This resulted in the https protocol being duplicated in the url being used for communicating with the server. The resolution was to remove https:// from the repository URL in the Teamwork configuration wizard: github.my.organization.corp/me/staruml-doc.git. Opened : https://github.com/DaftPoint/StarUML.Teamwork/issues/4.

Once this is completed, then the communication to the git host seems to be ok, and instead of seeing nothing when selecting the Open Teamwork-Project menu item, I see the following dialog: screen shot 2016-04-21 at 11 01 29 am

Unfortunately, even though I have created 3 Teamwork-Projects, none of them are appearing in this selection widget. I am debugging now.

sstadelman commented 8 years ago

This is a very strange behavior, but I can see that when I select Open Teamwork-Project menu item, a new directory is created, named /Project, in the Local Working Directory.

This happens, even if I already have a created Teamwork-Project in the Local Working Directory.

DaftPoint commented 8 years ago

I was able to look into this and could find one Problem. But unfortunately after fixing it i found another bug which appears to show itself after updating to 2.6.0

DaftPoint commented 8 years ago

I changed a little functionality so that projects should open and locks should work. A new release should be available in 2 days in the extension registry