Re: [Andromda-devel] RE: cvs does not build

2004-03-02 Thread Chad Brandon
- Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Wouter Zoons'" <[EMAIL PROTECTED]>; "'Chad Brandon'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 5:41 PM Subject: [Andromda-devel] RE: cvs does not build Hi all, guys, we have to make su

Re: [Andromda-devel] Complexity and performance

2004-03-02 Thread Chad Brandon
- Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Chad Brandon'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 5:39 PM Subject: [Andromda-devel] Complexity and performance Hi Chad, I think we have passed a certain le

[Andromda-devel] RE: cvs does not build

2004-03-02 Thread Matthias Bohlen
Hi all, guys, we have to make sure that the user has to enter this info only once. The topmost build.properties file contains a property andromda.home which is propagated down to all the other build.xml files in the tree. We have to use a similar mechanism for the new properties andromda.old.home

[Andromda-devel] Complexity and performance

2004-03-02 Thread Matthias Bohlen
Hi Chad, I think we have passed a certain level of complexity here that we should not have passed. This context stuff sucks - maybe, we need a different design idea. Could you do me a favor? Could you please write a JUnit test case that reproduces the context problem and throws an assertion? Then

[Andromda-devel] Re: cvs does not build

2004-03-02 Thread Chad Brandon
Hey Wouter, Why aren't you on IM...I could have told you how to fix this quickly. Since the metafacades are now using the bootstrap build just like the meta cartridge, you need to change the build.properties.sample that resides in andromda-all/metafacades/uml/common and andromda-all/metafacades/u

[Andromda-devel] cvs does not build

2004-03-02 Thread Wouter Zoons
Hi guyz, I did a complete update from CVS, installed the bootstrap v5 and tried to run Ant in the root of the project dir (andromda-all) Below the separator line is what I got (console output), seems like the classpath is corrupt. It's probably just a properties file or something, I tried some

[Andromda-devel] RE: Experts_only_004

2004-03-02 Thread Wouter Zoons
Hi Chad, I'll see what I can do I will update from CVS, install the experts-only-4 bundle and see what happens ... I'll contact you on ICQ to let you know if something fails and I can't fix it right away I hope this will do the trick ? Anyway, if the facades get generated I'm happy .. I'll take

Re: [Andromda-devel] RE: Experts_only_004

2004-03-02 Thread Chad Brandon
--- Chad Brandon <[EMAIL PROTECTED]> wrote: > --- Matthias Bohlen <[EMAIL PROTECTED]> wrote: > > Hi Chad, > > > > to make the context feature work again, you have > to > > add a third > > parameter to createFacadeImpl() and change > > MetaFacadeLogic.vsl to make a > > logic class pass its context

[Andromda-devel] RE: Experts_only_004

2004-03-02 Thread Chad Brandon
--- Matthias Bohlen <[EMAIL PROTECTED]> wrote: > Hi Chad, > > to make the context feature work again, you have to > add a third > parameter to createFacadeImpl() and change > MetaFacadeLogic.vsl to make a > logic class pass its context to the "super_" class. Yeah thats what I thought, so I tried