Book a Demo

Author Topic: Local path  (Read 3848 times)

kamil.svoboda

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Local path
« on: January 30, 2005, 01:26:09 am »
Hi all,
I'm trying to use local path feature for my project. But when I define new local path (menu Configuration > Local Path) and the click Apply Path - nothing happens. All classes have old paths furthermore.
How can I use this feature?
Thanx
Kamil

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Local path
« Reply #1 on: January 30, 2005, 01:14:39 pm »
I'll assume that you've read the relavent help pages (Code Engineering | Code Engineering Settings | Local Paths) and (Code Engineering | Code Engineering Settings | Local Path Dialog)

I don't know what you've done from what you've said, but:
  • Have you set the Type to the language that your classes are from?
  • Did a message box pop up telling you how many records had been affected?
  • You did type the old path into the path field before clicking apply didn't you?
That's about all the things I can think of to ask/suggest at the moment.  Hope you're successful.

Simon

kamil.svoboda

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Local path
« Reply #2 on: January 31, 2005, 01:18:03 am »
Yes I read the appropriate help pages.
But when I create new local path (or edit existing) and set value of Path to generation path of classes in my model and after that click on Apply Path, the message box show Process copmplete! 0 record affected. :(
The Path value is exactly the same as generation path of my classes and Apply Path doesn't change any of them to relative (%ID%\class.java) - I see this in Generate Code dialog (Ctrl+G)
Thanx for reply
Kamil
PS: excuse my terrible english ;)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Local path
« Reply #3 on: January 31, 2005, 06:13:35 pm »
Hi Kamil,

You didn't verify that you have set the language for the local path...

Quote
  • Have you set the Type to the language that your classes are from?


Since you're still having problems though maybe you could send in your model along with the precise steps taken into [email protected] (Or even just detailed steps like:
1. Hava a Java class with filename ...
2. Open the local paths dialog.
3. Enter the path ...
4. Type ... as the ID
5. Select the Type as Java
6. Click Save
7. Click Apply Path
8. Filename for class from step 1 is now/still ...
9. I was expecting ...)

Simon
« Last Edit: January 31, 2005, 06:14:38 pm by simonm »

kamil.svoboda

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Local path
« Reply #4 on: February 01, 2005, 01:07:17 am »
Yes, I verified the language, but it still doesn't change path for class generation to the relative.
I sent the email with project to suggested address.
Kamil