Re: Maven Optimism
Re: Maven Optimism
- Subject: Re: Maven Optimism
- From: Mike Schrag <email@hidden>
- Date: Thu, 10 Jul 2008 08:12:50 -0400
Will Ant tasks rely on Eclipse .classpath file to build WO projects?
Yes ... You can do an eclipse = "true" on several of the ant tags
(like <frameworks root = "System" eclipse = "true"/>) and framework
dependencies will load from .classpath.
Will that also depend on it knowing where the workspace is located
on the filesystem when doing automated builds? I think that's how
the current ant for eclipse thing works.
No ... I was just talking with Anjo about this, actually. In truth,
my current version does not support frameworks that aren't at least in
"/Lib/Fram" (symbolically -- "Local") for non-eclipse builds. But
Anjo had a good suggestion that makes it relatively easy (basically
that you can give it a set of folders that it can look in to find
projects, since most people aren't maintaining a "workspace" on their
build server). I can just find all the folders in the paths that you
provide that contain a .project (which is roughly what eclipse does
for a project import).
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden