It also looks like your calling the build script incorrectly, its
${maven.home}/plugins/core/build.xml

the file is build.xml not biuld-maven.xml

If thats not the case then most likely your ${maven.home} is set incorrectly
or it is being overridden by either a local build.properties or
project.properties.


hope this helps

----- Original Message -----
From: "Leif Nelson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 2:03 PM
Subject: deploy-dist target missing?


> Hi-
>
> I have recently started using Maven...  It's a REALLY cool tool!  I added
> the following to my build.xml (along with all the rest of the delegators)
>
> <target name="maven:deploy-dist">
>    <ant antfile="${maven.home}/build-maven.xml" target="deploy-dist"/>
> </target>
>
> But, when I run it, it says that the target "deploy-dist" doesn't exist.
I
> followed the paths in the build.xml file, and build-maven.xml has a
> deploy-dist target that goes to plugins/core/build.xml.  This is where it
> looks like the deploy-dist target is missing.
>
> I'm running maven 1.0-b4.
>
> Any ideas?
>
> Thanks,
>
> --Leif
>
>
>
>
> --
> 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