|
From: Seth L. <se...@eh...> - 2004-05-10 21:35:34
|
Hello,
I'm trying to run the tests via ant, but both on windows and linux, I
run into this problem:
buildtests:
[mkdir] Created dir:
/home/seth/eclipse/workspace/spring/target/test-classes
[javac] Compiling 260 source files to
/home/seth/eclipse/workspace/spring/target/test-classes
[javac]
/home/seth/eclipse/workspace/spring/target/generated-commons-attributes-test/org/springframework/aop/framework/autoproxy/metadata/TxClassImpl$__attributeRepository.java:32:
cannot resolve symbol
[javac] symbol : class DefaultTransactionAttribute
[javac] location: class
org.springframework.aop.framework.autoproxy.metadata.TxClassImpl$__attributeRepository
[javac] DefaultTransactionAttribute _attr = new
DefaultTransactionAttribute (TransactionDefinition.PROPAGATION_REQUIRED
//
/home/seth/eclipse/workspace/spring/test/org/springframework/aop/framework/autoproxy/metadata/TxClassImpl.java:35
[javac] ^
This is after ant clean ; ant tests
Is there another order of commands I should be giving? Or is the
problem merely a classpath one in the build file?
Thanks very much,
Seth
|