Re: interdependent modules not getting compiled

2004-09-18 Thread dan tran
1. do a preGoal on java:compile to copy source from one project to another project or 2 Break and all interdepency code into another project (common), and take advantage of multiproject plugin. -D On Sun, 19 Sep 2004 16:52:30 +0530, Ashutosh Kumar <[EMAIL PROTECTED]> wrote: > I am wring pr

interdependent modules not getting compiled

2004-09-18 Thread Ashutosh Kumar
I am wring project.xml at module level. Both the packages have interdependency on each other. How can I include one source file from one packege When compiling other package through project.xml. Regds Ashutosh