Okay, I found the problem (and solution)

The build failed because project.xml didn't contain a build/sourceDirectory
element

Once I put in <build><sourceDirectory>...</sourceDirectory></build> it
worked.

James

----- Original Message -----
From: "James Tauber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 6:51 AM
Subject: Reference maven.dependency.classpath not found


> I'm just setting up my first Maven project (using 1.0b4) and after
following
> the Getting Started documentation and trying
>
>     ant -f build-maven.xml maven:jar
>
> I get the following error message:
>
>     [...]
>     do-env:
>
>     BUILD FAILED
>
>     /usr/local/maven/plugins/core/build.xml:1065: Reference
> maven.dependency.classpath not found.
>
> What is this error message an indication of? I can't see anywhere where it
> says I need to set maven.dependency.classpath. What's the solution?
>
> Thanks in advance
>
> James Tauber
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to