just as info:
you can always check the dependency tree using maven:

cd empire-db-struts2/
mvn dependency:tree

[INFO] [dependency:tree]
[INFO] org.apache.empire-db:empire-db-struts2:jar:2.0.5-incubating-SNAPSHOT
[INFO] +- org.apache.empire-db:empire-db:jar:2.0.5-incubating-SNAPSHOT:compile
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] |  \- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- org.apache.struts:struts2-core:jar:2.0.11:compile
[INFO] |  +- com.opensymphony:xwork:jar:2.0.4:compile
[INFO] |  +- freemarker:freemarker:jar:2.3.8:compile
[INFO] |  +- opensymphony:ognl:jar:2.6.11:compile
[INFO] |  \- com.sun:tools:jar:1.5.0:system
[INFO] +- javax.servlet:servlet-api:jar:2.4:compile
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.0:compile
[INFO] +- commons-logging:commons-logging:jar:1.0.4:provided (scope
not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:provided
[INFO] \- junit:junit:jar:4.5:test


It seems you are missing ognl and freemarker? or are those optional?

---------- Forwarded message ----------
From:  <[email protected]>
Date: Sat, Apr 4, 2009 at 10:39 AM
Subject: svn commit: r761878 -
/incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
To: [email protected]


Author: doebele
Date: Sat Apr  4 08:39:43 2009
New Revision: 761878

URL: http://svn.apache.org/viewvc?rev=761878&view=rev
Log:
EMPIREDB-29

Added:
   
incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
  (with props)

Added: 
incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
URL: 
http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt?rev=761878&view=auto
==============================================================================
--- 
incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
(added)
+++ 
incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
Sat Apr  4 08:39:43 2009
@@ -0,0 +1,24 @@
+Apache Empire-db
+Copyright 2008 The Apache Software Foundation
+
+empire-struts2-ext dependency info
+----------------------------------
+
+The following dependencies are required to build empire-struts2-ext:
+
+From Apache Empire-db:
+- empire-db.jar
+
+From Apache Commons / Logging:
+- commons-beanutils-1.7.0.jar
+- commons-collections-3.2.1.jar
+- commons-logging-1.0.4.jar
+- log4j-1.2.14.jar
+
+From Sun JEE:
+- servlet-api.jar
+- jsp-api.jar
+
+From Apache Struts2:
+- struts2-core-2.0.x.jar
+- xwork-2.0.5.jar

Propchange: 
incubator/empire-db/trunk/empire-db-struts2/src/main/resources/dependencies.txt
------------------------------------------------------------------------------
   svn:mime-type = text/plain





-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

Reply via email to