Why are you running maven maven:install? ant -f build-bootstrap.xml already installs maven.... -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 05/08/2003 01:54:38 AM: > Move Maven frustration. > > I wanted to fix the Clover plugin, because it isn't sorting the way > I'd like it to (and doesn't > provide a property to control sorting). > > I downloaded via CVS Maven beta-10. > > ant -f build-bootstrap.xml > > Seems to work fine. > > maven maven:install > > Chugs along for a couple of minutes, and ends with: > > +---------------------------------------- > | Building Maven Changelog Plug-in > | Memory: 57M/88M > +---------------------------------------- > Attempting to download regexp-1.2.jar. > .. > . > > clean:clean: > [delete] Deleting directory C:\workspace\maven\src\plugins- > build\changelog\target > > clean: > > plugin: > java:prepare-filesystem: > [mkdir] Created dir: C:\workspace\maven\src\plugins- > build\changelog\target\classes > > java:compile: > [echo] Compiling to c:\workspace\maven\src\plugins- > build\changelog/target/classes > [javac] Compiling 17 source files to > C:\workspace\maven\src\plugins-build\changelog\target\classes > C:\workspace\maven\src\plugins- > build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerato > r.java:106: cannot resolve symbol > symbol : method splitSCMConnection (java.lang.String) > location: class org.apache.maven.project.Repository > String tokens[] = Repository.splitSCMConnection(getConnection()); > ^ > 1 error > > BUILD FAILED > File...... file:/c:/workspace/maven/ > Element... maven:reactor > Line...... 60 > Column.... 7 > Unable to obtain goal [plugin] -- file:/C:/Documents and > Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: <ant: > javac> Compile failed; see the > compiler error output > for details. > Total time: 3 minutes 16 seconds > > > > This is JDK 1.4 on Windows XP. > > I don't get it ... I took the beta 10 code from CVS. This should be > no different than when the > Maven crew built the distro so why does it fail?\ > > -- > Howard M. Lewis Ship > Creator, Tapestry: Java Web Components > http://jakarta.apache.org/tapestry > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
