[vwnc] [7.6] moving extensions -> overrides

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] [7.6] moving extensions -> overrides

Holger Kleinsorgen-4
hello,

the following creates a bogus override (tested in a clean image, no
settings changed)

- create a package P1
- create a bundle B1
- create packages A2 and A3 within B1
- create a class in A1
- extend the class in A2
- publish all (version 1)
- move the extension from A2 to A3
- publish all (version 2)
- load version 1
- load version 2

now the extension method is an override in A3, it overrides A1

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6] moving extensions -> overrides

Holger Kleinsorgen-4
> the following creates a bogus override (tested in a clean image, no
> settings changed)
>
> - create a package P1

typo:

- create a package A1

> - create a bundle B1
> - create packages A2 and A3 within B1
> - create a class in A1
> - extend the class in A2
> - publish all (version 1)
> - move the extension from A2 to A3
> - publish all (version 2)
> - load version 1

...of bundle B1

> - load version 2

...of bundle B1

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6] moving extensions -> overrides

Andres Valloud-6
AR 54377...

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Holger Kleinsorgen
Sent: Wednesday, May 21, 2008 8:58 AM
To: [hidden email]
Subject: Re: [vwnc] [7.6] moving extensions -> overrides

> the following creates a bogus override (tested in a clean image, no
> settings changed)
>
> - create a package P1

typo:

- create a package A1

> - create a bundle B1
> - create packages A2 and A3 within B1
> - create a class in A1
> - extend the class in A2
> - publish all (version 1)
> - move the extension from A2 to A3
> - publish all (version 2)
> - load version 1

...of bundle B1

> - load version 2

...of bundle B1

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6] moving extensions -> overrides

Holger Kleinsorgen-4
In reply to this post by Holger Kleinsorgen-4
a similiar error:

- create a package P1
- create a class with a method in P1
- publish P1

- create a package E1
- override the method in E1

- create a package E2
- override the method in E2

- unload E2

P1 is now marked as scratched. Reconcile will fix this.

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6] moving extensions -> overrides

Andres Valloud-6
AR 54480...

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Holger Kleinsorgen
Sent: Monday, June 02, 2008 2:00 AM
To: [hidden email]
Subject: Re: [vwnc] [7.6] moving extensions -> overrides

a similiar error:

- create a package P1
- create a class with a method in P1
- publish P1

- create a package E1
- override the method in E1

- create a package E2
- override the method in E2

- unload E2

P1 is now marked as scratched. Reconcile will fix this.

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc