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
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to