Please send results of running maven with the -X option (verbose output). This will give more clues.

jeff

Morris, Jason [IT] wrote:
When I try to generate the Changelog report, I get this:

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

maven-changelog-plugin:report:
    [echo] Generating the changelog report

BUILD FAILED
File......
file:/export/opt/MavenTest0.1/plugins/maven-changelog-plugin-1.3-SNAPSHOT/
Element... changelog:changelog
Line...... 61
Column.... 15
java.lang.reflect.InvocationTargetException
Total time:  13 seconds

It looks like it is failing to invoke class
org.apache.maven.changelog.ChangeLog. I see that class as a .class file
below the "plugins" directory, but not in the "repository" directory as a
.jar file. Is it just failing to add the plugin directory to the classpath?
What do I have to do to force it into classpath so it will use the raw
.class files? I'm familiar with plugins that use jars but not those using
class files.

I tried forcing the Changelog directory into my CLASSPATH in the maven run
script. This time I got:

|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

File......
file:/export/opt/MavenTest0.1/plugins/maven-changelog-plugin-1.3-SNAPSHOT/
Element... define:jellybean
Line...... 32
Column.... 9
org/apache/maven/project/BaseObject
BUILD SUCCESSFUL
Total time:  11 seconds

Not sure if I got further this time or just broke the classpath completely.

Thanks,

Jason.

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



-- jeff bonevich mailto: [EMAIL PROTECTED]

"Any sufficiently advanced technology is indistinguishable from magic."
Arthur C. Clarke

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning."
Rich Cook

"All programmers are playwrights and all computers are lousy actors."
Unknown


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



Reply via email to