Problem with CaesarJ [message #248219] |
Thu, 07 February 2008 06:49 |
Eclipse User |
|
|
|
Originally posted by: mattiar82.yahoo.com
Dear All,
I'm working on a CaesarJ project by using the corresponding eclipse plugin.
This project depends on an AspectJ project, named AOPHiddenMetrics. In
particular my Java classes extend a class in the aspectj project.
To this regards, I
- add the AspectJ project in the build path
- add the package (AOPHiddenMetrics/bib/AOPHiddenMetrics/metrics/exec)
with the class to extend in the build path libraries by using "add
class folder" option
Then, I create my test class in the Caesarj project as:
//test.java
import AOPHiddenMetrics.metrics.exec.*;
public class test extends testCase{ ... }
Inexplicably, this code generates the following compilation error at
class definition:
error: Cannot find class "testCase" [JLS 8]
The inexplicably is related to the fact that it doesn't complain about
importing the package but its classes can't be found when I want to use
them.
This sounds strange especially by using different packages/classes I
didn't get the error.
Do you have any suggestion about how to solve this issue?
Mattia
|
|
|
Powered by
FUDForum. Page generated in 0.08373 seconds