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]

Reply via email to