Skip to main content

developerWorks >  XML  >  Forums  >  XML and Java Technology  >  developerWorks

ANT build scripts & Circular dependencies.    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1
Stazione_Kolkatta

Posts: 6
Registered: Mar 25, 2009 12:30:01 PM
ANT build scripts & Circular dependencies.
Posted: Oct 19, 2009 06:21:07 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hello,

WID 6.x is my developement.

The issue is, I have 4 projects A ( Web Project ), B ( Web Project ), C ( Java Project ), D ( Web Project ). Since this is an existing application, you can understand that I am limited by the existing design decisions.

Project D is dependent on Project C.
Project C depends on both project A,B and D.
Project A depends on Project C.

Objective : Create an / multiple Ant build scripts which could build all these projects and come up with one ear file.

The main issue I am running into is for example is, I cannot compile project A till project C is compile. Yet project C also depends on A.

I am trying to figure out how I can have my ant dependencies set up to handle such circular dependencies. I was hoping for some insight which might help me resolve this issue.

Thank you.
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums