info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Production builds of software projects...


From: d.dyson
Subject: Production builds of software projects...
Date: Wed, 27 Mar 2002 02:20:25 GMT

Hello,

Wondering if other development teams restrict access to 3rd party jars as
part of their production builds. We are limiting the source of 3rd party
jars in the sense that developers can't just add a new dependency. They must
submit a request to use an existing jar, or a request to add a new 3rd party
jar to version control. The point of this is to ensure cross development
teams use a common set of versioned jars.

My question is related to CVS checkout and/or export. As part of our build
system we maintain a list of 3rd party jars per product and/or component. We
pass into the ANT build script the list. Problems...
1) We can't pull the list as one pull from CVS... Any ideas?

2) We can not pull from one project into a specific directory. Always need
to copy the jars from their project structure into the project under
construction. I'd like to be able to pull files from one project into a
different directory. Any ideas?

I'm using the CVS command from ANT. Are others doing the same? How do you
control dependencies? Do you allow developers to checkin the dependencies?
We wanted to control this because we would have the same jar in many
locations.

Thanks, Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]