-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.
Reactions are currently unavailable