Book a Demo

Author Topic: Corporate version source code viewer  (Read 3301 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Corporate version source code viewer
« on: February 03, 2009, 12:41:08 am »
Hello everybody,

we are using the corporate version of EA to work on a shared model. The problem is that only the user who creates the model elements from his source code can see the code with the source code viewer. I thought that on a shared model everything is "shared". Why does no other user can see that source code?

Does anybody can help me on that problem?

Thnaks in advance

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: Corporate version source code viewer
« Reply #1 on: February 03, 2009, 04:30:51 am »
This is my guess,

It may be that your are looking at the source code through an integrated environment (e.g., MS Visual Studeo add-in) when you are using your licensed EA copy.

However when using the EA free viewer, it is NOT integrated into the application where the source code resides, so you would not be able to see it?

Let me know if that is true? Also, you could always send a support request to Sparx...
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Corporate version source code viewer
« Reply #2 on: February 03, 2009, 07:17:49 pm »
Hello and thanks for your answer

I haven“t got an integrated environment so I thought that anybody can see the source code with the source code viewer.

Takeshi K

  • EA User
  • **
  • Posts: 630
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Corporate version source code viewer
« Reply #3 on: February 03, 2009, 11:00:10 pm »
Hello,

Each class in a model has a path to its source file. If someone import a source file 'C:\src\a.java', EA stores the path in the class.
If another person trys to show the source but in his machine the source path is 'C:\another\path\a.java', he can not open the source.

If your situation is like above, the Local Path feature will solve this issue.

--
t-kouno