Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] ZIP files on iajc classpath

There shouldn't be a problem; many people do the same.  Not
to be too obvious, but try debugging as you would for javac
classpaths:
- try the same thing on the command line
- try with javac and a minimal "missing" reference

Typically the problem is something like the wrong classpath
separator, wrong case on the reference, .class file not in
package location, etc.

Wes

On Tue, 19 Jul 2005 17:15:58 -0600
 "Oleg Lebedev" <oleglebedev@xxxxxxxxxxxxx> wrote:
> Greetings,
>  
> I am trying to compile my Java sources using iajc ant
> target. However, I
> keep getting "XXX cannot be resolved" errors, even though
> the ZIP file,
> which contains XXX.class file is on the iajc classpath,
> which I print
> out before running iajc.
>  
> Are there problems with using ZIPs on iajc the classpath?
> Can I use
> extdirs to include third-party ZIPs?
>  
> Thanks.
>  
> Oleg Lebedev
> Software Architect
> Waterford Research Institute

> Phone: 801.938.1724
> Cell: 801.209.6706
>  



Back to the top