Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] preliminary proposed change to BuildFileCreator.java

Hi Jim,

The only problem I see with that is that repository path you're using
is hard coded (i.e. org.eclipse.higgins/plugins/) but not all our
projects are located there. Also it can't download 3rd party libs if
necessary.

I'd propose another target which uses resoureLocation.xml from
higgins.auto...

Please try attached config.xml script.
It has few problems right now but it show the idea.

In order to use it place both attached scripts into the project folder
(single project checked out into empty workspace) and run "ant -f
config.xml". As the result you should get all project dependencies
fetched with all 3rd party libraries downloaded.

Valery

Monday, October 22, 2007, 8:50:19 AM, you wrote:

> All,

> The change outlined in this patch will add a target to build.xml
> called "fetch-subprojects".  If your build.properties file contains a line like this:
> ensure.dependencies.version = HEAD

> (where HEAD can be any cvs tag), then the fetch-subprojects target
> will use cvs to pull down all dependency projects (recursively)
> using the version specified in build.properties.

> If ensure.dependencies.version is not set, then nothing happens for the fetch-subprojects target.

> Anyone have issues with me adding this?

> Jim

Attachment: config.xml
Description: XML document

Attachment: execs.xml
Description: XML document


Back to the top