On 8/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > "previously comiled" - maybe they are not uptodate? > Eclipse compiles all java files in the project (workspace?) if needed (and > "autocompile"), Ant doesnt have a workspace. It compiles only the files you > give to <javac> > > Jan > > >-----Ursprüngliche Nachricht----- > >Von: Petar Tahchiev [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 3. August 2005 10:57 > >An: Ant Users List > >Betreff: Cannot Resolve symbol > > > >I am a littel bit sceptic when posting this message but anyway > >I hope someone helps me. I have a build.xml that compiles some > >files. I set the classpath for compiling to use some > >previously comiled files. Strangely enough ant finds 7 errors > >that eclipse doesn't report. Ant says that it cannot find > >method blah blah(7 methods). However it doesn't report that it > >cannot find the class itself. The methods are public and the > >Eclipse finds them. > > > >Any idea? > > > >-- > >Regards, Petar! > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > I have another ant file that I call with <ant antfile="">. It compiles some sources, builds a .jar, and later on I include that jar in the classpath in the new compilation. They should be uptodate, because wheever I call the master build file it compiles the one that should go in the classpath
-- Regards, Petar!