Skip to main content

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

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: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Chandan, Savita
Sent: Thursday, May 31, 2007 7:06 PM
To: aspectj-users@xxxxxxxxxxx
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
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top