On Thu, May 16, 2002 at 02:53:02AM -0400, Peter Meggitt wrote:
> Everywhere where a callback is made the property maven.base.classpath
> is set: <property name="maven.build.classpath" value="classpath"/>. I
> changed "classpath" to "${maven.dependency.classpath}". 

maven.build.classpath should be equal "${classpath}" which is the
classpath created from the deps of your project's POM.  You are looking
for the Maven's classpath which currently isn't passed, but I can add a
new property to accomodate that as well, perhaps maven.maven.classpath?
Don't let the first "maven." mislead you, that is there for only
namespace distinction (i.e. all maven properties start with "maven.").
Let me run this by the others first to make sure this makes sense. 

> Also I keep getting a message about updating my project file: "ERROR:
> The specified update can not be performed, please check your
> maven.toVersion and maven.fromVersion and try again." How can I get
> rid of this? 

What's the <version> element contain in your project?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to