Book a Demo

Author Topic: How to synchronize binary modules  (Read 3280 times)

pakmans

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to synchronize binary modules
« on: July 16, 2010, 10:48:31 am »
How on earth do you synchronize binary modules without classes being duplicated?
The scenario is this: There are 3rd party libs which get updated periodically and I'm trying to reflect those changes in my model.  If I import them again, even If I set "Synchronize existing classes" they get duplicated.

With source files, I have managed to synch with code by changing the path with the awful feature in Settings -> Local Paths as per the manual, but I haven't been able to synch binary files.

Regards.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to synchronize binary modules
« Reply #1 on: July 16, 2010, 11:15:10 am »
Should work the same way with local paths.

pakmans

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to synchronize binary modules
« Reply #2 on: July 17, 2010, 04:42:28 am »
Since binary modules are inside jars, I just don't see how I can use the local paths.  I managed to synchronize the binaries but I first had to unzip the jar file to a local directory and then apply the local paths dirty trick.

I refuse to believe there is not a better/easier way to do that.

Any help would be more than welcome.

pakmans

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to synchronize binary modules
« Reply #3 on: August 07, 2010, 02:12:24 am »
Nothing?