Results 1 to 2 of 2

Thread: Exception thrown from AspejctJ pops up

  1. #1

    Default Exception thrown from AspejctJ pops up

    Hi,

    I'm currently using STS 3.1. I started a Roo project but now every time I'm working with a file and save it. I get

    AspectJ Internal Compiler Error
    Exception thrown from AspectJ


    java.io.FileNotFoundException
    aop-ajc.xml not found

    I'm running this on the latest MacOSX
    Attached Images Attached Images

  2. #2
    Join Date
    May 2009
    Location
    Vancouver
    Posts
    274

    Default

    Hi.

    I see you also posted on https://bugs.eclipse.org/bugs/show_bug.cgi?id=375477 . The compiler is trying to create the aop-ajc.xml file. I wonder if the problem is due to missing parent directories when trying to create the file:

    /Project/target/test-classes/META-INF/aop-ajc.xml

    Can you confirm whether target, test-classes and META-INF exist for you? Anything unusual about your roo project - have you actually got testcases? (just trying to think about why test-classes might not exist).

    cheers,
    Andy

Tags for this Thread

Posting Permissions

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