I am able build with jdk 1.4.2 You should change directory to scm directory and run
maven plugin:install -D On 8/10/05, berndq <[EMAIL PROTECTED]> wrote: > dan tran wrote: > > > Like I mentioned yesterday in the other thread, you just need to > > fetch maven-scm-plugin 1.5.1 snapshot in svn and build it your self. > > All dependency settings are in place. > > got i partially worrking with the alpha-2 jars but before I report > the errors I will build the trunk. > > I wanted to avoid to having to learn the build process but here > we go: > > Can build maven with maven:build-install > > But building the plugins with maven:plugins-build gives me > compilation errors: > > ---------------------------------------------------------------------- > +---------------------------------------- > | Building Maven Artifact Plugin > | Memory: 9M/19M > +---------------------------------------- > > > plugin: > > build:end: > > build:start: > > clean:clean: > [delete] Deleting directory > /home/bernd/mavenplugins/maven-1/maven-1/plugins/trunk/artifact/target > > clean: > > plugin:plugin: > java:prepare-filesystem: > [mkdir] Created dir: > /home/bernd/mavenplugins/maven-1/maven-1/plugins/trunk/artifact/target/classes > > java:compile: > [echo] Compiling to > /home/bernd/mavenplugins/maven-1/maven-1/core/trunk/../../plugins/trunk/artifact/target/class > es > [javac] Compiling 6 source files to > /home/bernd/mavenplugins/maven-1/maven-1/plugins/trunk/artifact/target/classe > s > /home/bernd/mavenplugins/maven-1/maven-1/plugins/trunk/artifact/src/main/org/apache/maven/artifact/PomRewriter.java:1 > 03: incompatible types > found : java.util.List > required: java.util.Map > Map properties = d.getProperties(); > ^ > /home/bernd/mavenplugins/maven-1/maven-1/plugins/trunk/artifact/src/main/org/apache/maven/artifact/PomRewriter.java:1 > 11: cannot find symbol > symbol : method getProjectAsString() > location: class org.apache.maven.project.Project > String asString = p.getProjectAsString(); > ^ > 2 errors > > BUILD FAILED > File...... /home/bernd/mavenplugins/maven-1/maven-1/core/trunk/maven.xml > Element... maven:reactor > Line...... 61 > Column.... 7 > Unable to obtain goal [plugin:plugin] -- > /home/bernd/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48: <ant:java > c> Compile failed; see the compiler error output for details. > ---------------------------------------------------------------------- > > I am running jdk5: JAVA_HOME=/home/bernd/jdk1.5.0_04 > > Bernd > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
