Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Can ajc use Manifest file for the classpath?

 
Hi,

Iam trying to weave an aspect into a an existing project that has  a
very long class path. 
The too long class path had been solved by moving the whole classpath
from commandline to a manifest file. This works very well with java
compiler. 

When I try to use ajc and give the class path the location of the jar
file... It somehow doesnot recognize it. 

Is it because ajc doesnot support the classpath that is packaged in a
jar?

Thanks,
Savita


Back to the top