Sorry, I didnt explain clearly.
pom.repository.cvsRoot and pom.repository.cvsModule are set by the
<connection> setting.
For the "dest" you might want to try setting it a little differently.
Maybe using:
${pom.build.sourceDirectory} (eg. <sourceDirectory>src/java</sourceDirectory>)
or
${basedir} (the top of the project, where the project.xml is)
All this said, I think you are after:
> <echo>Downloading the Schoolbus project</echo>
> <ant:cvs
> cvsRoot="${pom.repository.cvsRoot}"
> package="${pom.repository.cvsModule}"
> dest="${pom.build.sourceDirectory} "
> />
> <!--attainGoal name="scm:checkout-project"/-->
> <attainGoal name="multiproject:install"/>
> <attainGoal name="multiproject:site"/>
> </goal>
Now that I think about it, I may be leading you in the wrong
direction, maybe someone could clarify this for me.
To use maven, you must have a project.xml (or sim) and as such it has
to come from somewhere (presumably the cvs?). With this in mind,
doesnt that negate using maven for this particular step? *confused*
Sorry,
-Corey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]