Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Problem with iajc or ajc classpath with jars not ending 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




Back to the top