---------- Forwarded message ----------
From: fernando da Motta hildebrand <[EMAIL PROTECTED]>
Date: 22/01/2007 17:12
Subject: Subproject recursive dependency....
To: Maven_users <[email protected]>
Ok,
Got subproject with source of class A,
and got subproject with source of class B,
Here are examples of the two classes:
import org.pack.B
publica class A{
private B;
...
}
import org.pack.A
publica class B{
private A;
....
}
As you can see, both are inter-dependent, but rest in diferent subprojects
of maven (using maven 1.x by the way...).
How do I build this project?
--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."
--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."