Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Problem with iajc or ajc classpath with jars notending in .jar

Jeff,

I just tested and I can verify this is a problem in recent development
builds of the AspectJ tools (presumably also in 1.5.3).

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Jeffrey Sinclair
Sent: Wednesday, May 09, 2007 2:51 PM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Problem with iajc or ajc classpath with jars
notending in .jar

AspectJ-Users,

I've tried to use the iajc ant task with the classpath attribute containing
jar files not ending in .jar (for example some end in .jar.0).

If I ensure that all the jars in the classpath attribute end in .jar exactly
then I have no problems compiling.

On the other hand if I try to reference jars in the classpath attribute that
end in say .jar.0, I get compile errors saying that such and such type
cannot be resolved.

Can someone confirm if the behavior I'm seeing is because the iajc ant task
or the ajc compiler does actually ignore my jars ending in .jar.0?

Regards,

Jeff


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top