Re: Classes in the same directory as source

2004-11-29 Thread jmutonho






Eventually just jarred them and placed in local repository...Thanx

Jeff

Registered Linux user number 366042




This e-mail is intended exclusively for the addressee.
If you are not the addressee you must not read, copy, use or disclose
the e-mail nor the content; please notify us immediately (by clicking Reply) 
and delete this e-mail.

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



Re: Classes in the same directory as source

2004-11-26 Thread Jason van Zyl
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]