you also might want to be aware that the schema file - project.xsd, that
comes with b4 needs to be updated. if you run maven:validate-pom it will
fail because the schema is incomplete. goto the maven cvs repository and
get the latest.
----- Original Message -----
From: "Leif Nelson" <[EMAIL PROTECTED]>
To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 2:24 PM
Subject: Re: deploy-dist target missing?
> My mistake.. I was looking at a bunch of xml files trying to figure this
> out. (I was looking at maven's build.xml file, and that's where I copied
> the stuff from)
>
> This is what's actually in my build.xml:
>
> <target name="maven:deploy-dist">
> <ant antfile="${maven.home}/plugins/core/build.xml"
> target="deploy-dist"/>
> </target>
>
> And, that build.xml file (in plugins/core) doesn't have a deploy-dist
> target in it. (in Maven 1.0-b4) I copied all my delegators from the docs
> at: http://jakarta.apache.org/turbine/maven/start/integrate.html
>
> Sorry for the confusion.
>
> --Leif
>
> At 02:15 PM 6/27/2002 -0400, you wrote:
> >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]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>