Re: How to compile co-dependent files

2008-02-22 Thread Dimitris Mouchritsas
Donald McLean wrote: As I understand things, it is only possible to resolve circular references in the same compile. In other words, they would have to not only be in the same target but they would also have to be in the same javac task within that target. YMMV, void where prohibited, cash va

Re: How to compile co-dependent files

2008-02-21 Thread Donald McLean
As I understand things, it is only possible to resolve circular references in the same compile. In other words, they would have to not only be in the same target but they would also have to be in the same javac task within that target. YMMV, void where prohibited, cash value US$0.0002 mojoRis

Re: How to compile co-dependent files

2008-02-21 Thread Scot P. Floess
Understood... But, as Dimitris pointed out you usually put your build/classes dir in your classpath. Additionally, you probably want to include the source directory in the sourcepath section of the javac task... To be honest I'm not sure you are structuring your build.xml correctly or pe

Re: How to compile co-dependent files

2008-02-21 Thread mojoRising
get. I can't build successfully because the first > target can never compile since the second target hasn't been built yet. > > What am I doing wrong? > > Thanks so much for anyhelp you can offer - > > John > -- View this message in context: htt

Re: How to compile co-dependent files

2008-02-21 Thread Dimitris Mouchritsas
Scot P. Floess wrote: Can we see your build.xml? Also, is this Java compilation? mojoRising wrote: Hi. I am new to using ANT and hope someone can help me with this, I am sure most basic, question which has confounded me. I have 2 targets. Each target contains a file that has references to a

Re: How to compile co-dependent files

2008-02-21 Thread Scot P. Floess
Can we see your build.xml? Also, is this Java compilation? mojoRising wrote: Hi. I am new to using ANT and hope someone can help me with this, I am sure most basic, question which has confounded me. I have 2 targets. Each target contains a file that has references to a class in the other targe

How to compile co-dependent files

2008-02-21 Thread mojoRising
since the second target hasn't been built yet. What am I doing wrong? Thanks so much for anyhelp you can offer - John -- View this message in context: http://www.nabble.com/How-to-compile-co-dependent-files-tp15613186p15613186.html Sent from the Ant - Users mailing list archive at