I'm trying to get the scm:bootstrap-project working and am running into a
problem.  

I'm running 'maven scm:boostrap-project -Dmaven.scm.cvs.module=edog' from
c:\projects\crap\scm. The cvs checkout completes successfully (creating
c:\projects\crap\scm\edog) but when it tries to run my bootstrap goal I get
an error.  

In my bootstrap goal I'm doing the following...

         <util:available file="${maven.conf.dir}/${pom.artifactId}.filters">
            <ant:filter
filtersfile="${maven.conf.dir}/${pom.artifactId}.filters"/>
         </util:available>

And am getting an error...

file:/c:/tools/apache/maven_local/plugins/maven-mis-util-plugin-1.0.0/:86:84
: <a
nt:filter> Must specify a file not a directory in the filtersfile
attribute:C:\p
rojects\crap\scm\edog\edog\src\conf\edog.filters
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[scm:bootstrap
-project] --
file:/c:/tools/apache/maven_local/plugins/maven-scm-plugin-1.1/:77:
9: <maven:maven>
file:/c:/tools/apache/maven_local/plugins/maven-mis-util-plugin
-1.0.0/:86:84: <ant:filter> Must specify a file not a directory in the
filtersfi
le attribute:C:\projects\crap\scm\edog\edog\src\conf\edog.filters


Apparently, the file path is correct when the <util:available> is evaluated
or else we would never get inside the body of the tag.  However, when the
<ant:filter> is evaluated an extra 'edog' is added into the absolute file
path.


Any ideas?

--Norm


-- 
Norm Deane
MIS Consultant
Vanderbilt University
(615) 322-7855
[EMAIL PROTECTED] 


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

Reply via email to