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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]