Nope.  What else should I check?



       <dependency>
           <groupId>axis</groupId>
           <type>jar</type>
           <artifactId>axis</artifactId>
           <version>1.1</version>
       </dependency>
       <dependency>
           <groupId>commons-discovery</groupId>
           <type>jar</type>
           <artifactId>commons-discovery</artifactId>
           <version>0.2</version>
       </dependency>
       <dependency>
           <groupId>commons-lang</groupId>
           <type>jar</type>
           <artifactId>commons-lang</artifactId>
           <version>2.0</version>
       </dependency>
       <dependency>
           <groupId>commons-logging</groupId>
           <type>jar</type>
           <artifactId>commons-logging</artifactId>
           <version>1.0.3</version>
       </dependency>
       <dependency>
           <groupId>jaxrpc</groupId>
           <type>jar</type>
           <artifactId>jaxrpc</artifactId>
           <version>1.0</version>
       </dependency>
       <dependency>
           <groupId>junit</groupId>
           <type>jar</type>
           <artifactId>junit</artifactId>
           <version>3.8.1</version>
       </dependency>
       <dependency>
           <groupId>log4j</groupId>
           <type>jar</type>
           <artifactId>log4j</artifactId>
           <version>1.2.8</version>
       </dependency>
       <dependency>
           <groupId>saaj</groupId>
           <type>jar</type>
           <artifactId>saaj</artifactId>
           <jar>saaj.jar</jar>
       </dependency>


Charlie



Brett Porter said the following on 12/13/2004 5:37 PM:

Does the project you are working on have a velocity dependency?

- Brett


On Mon, 13 Dec 2004 16:58:58 -0500, Charles N. Harvey III
<[EMAIL PROTECTED]> wrote:


Is anyone else having problems with the little-used uberjar plugin?
Ever since 1.0.2 I am getting velocity errors in a few plugins.
Ok, 2 plugins.  "site" and "uberjar".

---------------------------------------------------------------------
uberjar:init:
   [mkdir] Created dir:
/code/home2/charvey/projects/hip-e-dlg/target/uberjar/WORLDS-INF/lib
   [mkdir] Created dir:
/code/home2/charvey/projects/hip-e-dlg/target/uberjar/WORLDS-INF/conf

BUILD FAILED
File...... /home/charvey/.maven/cache/maven-uberjar-plugin-1.2/plugin.jelly
Element... velocity:merge
Line...... 141
Column.... 36
null:-1:-1: <null> null
---------------------------------------------------------------------

I look at line 141 and it does indeed do <velocity:merge> with some
variables.  Is there anything I can do about it?

And this is the error I get when I try to run "maven site":

---------------------------------------------------------------------
   [echo] Generating the Task List...
xdoc:init:

maven-tasklist-plugin:report:
   [echo] Generating tasklist ...

BUILD FAILED
File...... /home/charvey/.maven/cache/maven-vdoclet-plugin-1.2/plugin.jelly
Element... vdoclet:vdocletBean
Line...... 38
Column.... 11
vdoclet.GeneratorException
---------------------------------------------------------------------

If anyone has any idea please let me know.  Is it the version of maven?
Is it the plugin?  Is it my setup?  How can I tell it is something in
my setup?

Thanks a lot.

Charlie

---------------------------------------------------------------------
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]






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



Reply via email to