Book a Demo

Author Topic: Package Control XML filenames  (Read 3630 times)

danch

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Package Control XML filenames
« on: October 28, 2004, 08:57:52 am »
I'm trying to split a model into a set of controlled packages for parallel development. It seems like the fully qualified path of the file is kept within the file itself:

<UML:TaggedValue tag="xmlpath" value="C:\Documents and Settings\danch\My Documents\work\clients\WI\ETF\prototype\model\Prototype Use Case Model.xml"/>

This won't work unless all modellers use the same directory structure, which is very limiting, to say the least. Is there any workaround for this?

mikewhit

  • EA User
  • **
  • Posts: 608
  • Karma: +0/-0
  • Accessing ....
    • View Profile
Re: Package Control XML filenames
« Reply #1 on: October 29, 2004, 02:35:24 am »
Other people would also like this issue looked at :

http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.cgi?board=suggestions;action=display;num=1098457218

[Relative file path]

akos

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Package Control XML filenames
« Reply #2 on: November 01, 2004, 08:04:08 am »
Configuration / Local Paths / XMI

For details, see the help.

danch

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Package Control XML filenames
« Reply #3 on: November 03, 2004, 07:45:36 am »
Ah, there it is! Thank you, akos.