Hi,
When building the Spring AOP reference model, the configured output folder for a project is not available on the classpath if the output folder contains a linked resource. For instance, if my .project file have the following configuration at the end:
<linkedResources>
<link>
<name>output_projectName</name>
<type>2</type>
<locationURI>OUTPUT/projectName</locationURI>
</link>
</linkedResources>
and if the linked resource OUTPUT for example is configured to: C:/myprojects
then C:/myproject/projectName is not in the classpath and building Spring AOP reference model fails.
Are there ways to configure the classpath when building the Spring AOP reference model to include such a linked resource?
Thanks in advance!
Br,
Jimmy


Reply With Quote