Results 1 to 3 of 3

Thread: Output folder is not part of AOP reference model builder classpath.

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    2

    Default Output folder is not part of AOP reference model builder classpath.

    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

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Hi,

    this seams to be a bug! Can you please create a bug report at https://springide.org/project/newticket .

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3
    Join Date
    Aug 2007
    Posts
    2

    Default Bug report created

    Thanks for your reply! A bug report is created.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •