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 jarsnotending in .jar

Alas Eclipse is still using Bugzilla. But you can log bugs with it; see
http://www.eclipse.org/aspectj/bugs.php for the relevant links.

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Jeffrey Sinclair
Sent: Friday, May 11, 2007 4:05 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Problem with iajc or ajc classpath with
jarsnotending in .jar

Ron,

Thank you for the reply.

I'm new to this mailing list. What is the procedure for getting this fixed?

Is there a JIRA instance that I can log the issue into?

Regards,

Jeff

On 11/5/07 6:11 pm, "Ron Bodkin" <rbodkin@xxxxxxxxxxxxxx> wrote:

> 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
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


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



Back to the top