I tried that, but thought I must have missed something.

Using beta-10 binary download, I can build my project (HiveMind) no problem.

When building from source, it fails:


    [echo] Generating the Unit Tests...
maven-junit-report-plugin:report:
java:prepare-filesystem:

java:compile:
    [echo] Compiling to C:\workspace\hivemind/target/classes

BUILD FAILED
File...... file:/C:/Documents and Settings/Howard/.maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line...... 34
Column.... 54
srcdir attribute must be set!
Total time:  49 seconds

That's the tail end of "maven site".

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 04, 2003 12:40 PM
> To: Maven Users List
> Subject: Re: Building beta-10
> 
> 
> 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]
> > 
> 


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

Reply via email to