Skip to content

Classpath handling #22

@jvalkeal

Description

@jvalkeal

Currently jar files directly under pdk/lib dir are added to projects classpath and build.properties. Build file can be modified to modify classpath on export operation.

We would need:

  • Ability to add libraries from project to classpath. You can do it manually, thought. Hypclipse should be enough clever to automatically modify classpath tag(hq-plugins.xml).
  • Some paths on xml are relative and resolved during plugin startup. This is the case if referring libraries under plugin pdk dir. Also some of these libs are added to classpath by default.
  • Study how plugin is handling classpath. Docs are saying that all libs under custom plugin package are added to classpath automatically. Is this true? Do we rely on this, or does it need to be referenced in xml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions