Skip to content

Packages are linking to the wrong default property set resources #2537

Description

@RyanMcilnay

Summary

Projects/packages that are created after an existing project exists are linking to the existing project's default property sets instead of the new project's property sets.

Expected and Current Behavior

The newly created package should be linking to the default property sets that are referenced within the owning project.

Steps to Reproduce

  1. Create a project named Test1
  2. Create another project named Test2
  3. Create a package in Test2 named test
  4. Add"with Base_Types;" in the newly created package in Test2 public section.
    The new package should look like:
package test
public
	with Base_Types;
end test;
  1. Right click Test1 and select "Close Project"

An error that states "Couldn't resolve reference to ModelUnit 'Base_Types'." occurs.

Environment

  • OSATE Version: 2.9.0
  • Operating System: Windows

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions