L.S.

FYI

I tried to compile mmbase(HEAD) on a debian box with j2sdk1.5.0_04 using
maven. 
There was a library missing so I had to add it to maven-base/project.xml

197,202d196
<             <groupId>commons-fileupload</groupId>
<             <artifactId>commons-fileupload</artifactId>
<             <version>1.0</version>
<             <type>jar</type>
<         </dependency>
<         <dependency>

Then it compiled with maven:war and deployed it with maven
jboss:deploy-warfile
The deploying was not a great succes because the web.xml is missing in
the warfile.

Jeroen

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to