RE: inter project dependencies

David Bernard <[email protected]>
Newsgroups gmane.comp.krysalis.user
Organization Freelance
Message-ID <[email protected]>
!! The process described don't match with Centipede approach but could
help you.

The original goal of ruper is to update jar, tgz,... I use in my project
from local/remote repository.
flow :
- build project B
- if project B is OK then publish (copy) B-0.0-dev-20030320.jar in a
directory (eg: ${user.home}/lib/java)
- when I write project A I need B.jar so I copy B-xxxx.jar in the lib
directory of project A.
- when I would update project A lib dependencies I call Ruper for all
files (*.jar) in the lib directory. And I include my local publish
directory in the list of repository (eg: ${user.home}/lib/java).

Originaly Ruper would be create as a concurrent to Gump. Because Ruper
approach is to update dependencies when user request and with published
version not with current CVS version (draft, try,...).

Sorry for this intrusion.

Another point, Ruper use an Interface to define VersionComparator, So
other implementation could be write to enable the selection of
specifique version (eg : with modifier = release).

On Tue, 2003-03-18 at 14:20, Glen Stampoultzis wrote:
> I am also interested in the answer to this as I will need to setup 
> something like this for the new Poi build.
> 
> Regards,
> 
> Glen
> 
> 
> At 10:13 PM 18/03/2003, you wrote:
> 
> >Nick Chalko wrote
> > >
> > > Unico Hommes wrote:
> > >
> > > >Hi,
> > > >
> > > >Some time ago I supplied a patch for inter project
> > > dependencies within a module. I must admit I haven't been
> > > monitoring the changes to centipede much, but I was wondering
> > > whether some of that had made it in. I recently updated
> > > centipede to the current CVS HEAD but I can't get inter
> > > project dependencies to work. Is there something special I
> > > should do to make that work.
> > > >
> > >
> > > >A quick look at getdepend.xsl didn't make things much
> > > clearer. What's attribute 'export' on 'depend' element tell Ruper?
> > > >
> > > >
> > > Things marked export="true"  are included in the distribution when a
> > > project is built.
> > >
> > > >Regards,
> > > >U.
> >
> >
> >Thanks for your reply Nick. It doesn't yet explain me how to solve my 
> >particular problem though. My situation is that I have a project A that 
> >has a java dependency on project B.
> >
> >module.xml looks something like:
> >
> ><module>
> >...
> >   <project name="A">
> >     ...
> >     <depend project="B" />
> >   </project>
> >
> >   <project name="B">
> >     <ant target="package" />
> >     ...
> >   </project>
> >
> ></module>
> >
> >What can I do to have project B's classes added to project A's compilation 
> >path? Previously I had gotten that working with a change I made to 
> >makeclasspath.xsl but that approach seems to have been abandoned in the 
> >most recent centipede.
> >
> >Should I declare another repository in module.xml and reference that in 
> >the depend tag? Will the ant target declared in project B get called when 
> >project B is declared to be a dependency on A?
> >
> >Thanks,
> >U.
> >
> >
> >-------------------------------------------------------
> >This SF.net email is sponsored by: Does your code think in ink?
> >You could win a Tablet PC. Get a free Tablet PC hat just for playing.
> >What are you waiting for?
> >http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
> >_______________________________________________
> >krysalis-users mailing list
> >[email protected]
> >https://lists.sourceforge.net/lists/listinfo/krysalis-users
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Does your code think in ink? 
> You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
> What are you waiting for?
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
> _______________________________________________
> krysalis-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/krysalis-users
-- 
David Bernard <[email protected]>
Freelance



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.