Re: Maven Optimism
Re: Maven Optimism
- Subject: Re: Maven Optimism
- From: Mike Schrag <email@hidden>
- Date: Thu, 10 Jul 2008 08:15:15 -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.
One of the big changes, btw, is that there is no difference between project and framework dependencies. Instead you depend on a set of framework names, and it dynamically resolves them to either projects (if you have them open in your workspace), an embedded framework folder (of your designation) inside the project, ~/Lib/Fram, /Lib/Fram, /Sys/Lib/Fram, /Network/Lib/Fram (I believe that's the order). So the classpath file just has a set of "WOFramework/Ajax", "WOFramework'ERExtensions" etc classpath entries.
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