On Fri, 2004-11-26 at 08:16, [EMAIL PROTECTED] wrote:
> 
> 
> 
> If one has classes that are sitting in the same directory as the
> source you want to compile , is there a way of telling maven to use
> the already compiled classes in its classpath in order to compile the
> not yet compiled java files?

No because it's not a good practice, in fact it's bad, and something
Maven would never support. Separate your compiled classes from your
sources or you're just looking for a world of pain.

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to