Hi
I could not find the answer to my question below. So Iam assuming that
ajc doesn't support the classpath in the manifest file. 

I resolved the problem using a workaround by weaving the already
compiled classes and used anttask(iajc) for the build.

Savita

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chandan, Savita
Sent: Thursday, May 31, 2007 7:06 PM
To: [email protected]
Subject: [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
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to