Re: minimal set of jar files for struts 2.3

2014-04-06 Thread Dave Evans
For people who may arrive here via a search, the list of required jars for
a minimal struts app ends up being this:

asm-3.3.jar
asm-commons-3.3.jar
commons-fileupload-1.3.1.jar
commons-io-2.2.jar
commons-lang3-3.1.jar
freemarker-2.3.19.jar
ognl-3.0.6.jar
struts2-core-2.3.16.1.jar
xwork-core-2.3.16.1.jar

A minimal example application is available in the full distribution
download, and is in the  /apps/struts2-blank.war file.
It adds the following files to the /lib directory.
asm-tree-3.3.jar
commons-logging-1.1.3.jar
log4j-1.2.17.jar
javassist-3.11.0.GA.jar




On Mon, Jan 6, 2014 at 11:30 PM, Lukasz Lenart lukaszlen...@apache.orgwrote:

 2014/1/6 Miguel Almeida mig...@almeida.at:
  Lukasz,
 
  Incidentally, is this list compiled by hand or is it built automatically
  using a (which?) maven plugin?

 By Maven, I think it's a part of maven reports -
 http://maven.apache.org/plugins/maven-project-info-reports-plugin/


 Regards
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




Re: minimal set of jar files for struts 2.3

2014-01-06 Thread Miguel Almeida
Lukasz,

Incidentally, is this list compiled by hand or is it built automatically
using a (which?) maven plugin?

Miguel
On Sat, 2014-01-04 at 13:18 +0100, Lukasz Lenart wrote:

 The first section compile and optional No
 
 http://struts.apache.org/release/2.3.x/xwork-core/dependencies.html
 http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html
 
 2014/1/4 Dave Evans dsevan...@gmail.com:
  Hello,
 
  I have a couple of old struts 2 apps that are using 2.2.1. I want to
  upgrade them to 2.3.
 
  What is the minimal set of jar files I need in WEB-INF/lib?
 
  I currently have:
  commons-beanutils-1.7.jar
  commons-collections-2.1.jar
  commons-digester-1.7.jar
  commons-fileupload-1.2.1.jar
  commons-io-1.4.jar
  commons-javaflow-20060411.jar
  commons-lang-2.5.jar
  commons-logging-1.0.4.jar
  freemarker-2.3.16.jar
  ibatis-2.3.2.715.jar
  itext-1.3.1.jar
  jasperreports-2.0.5.jar
  javamail.jar
  javassist-3.8.0.GA.jar
  jdt-compiler-3.1.1.jar
  jstl.jar
  jxl-2.6.jar
  log4j-1.2.14.jar
  ognl-3.0.jar
  poi-3.0.1-FINAL-20070705.jar
  spring.jar
  standard.jar
  struts2-core-2.2.1.jar
  struts2-jasperreports-plugin-2.0.11.1.jar
  urlrewrite-3.2.0.jar
  xalan.jar
  xercesImpl.jar
  xwork-core-2.2.1.jar
 
  Thanks,
 
  Dave
 
 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org
 




Re: minimal set of jar files for struts 2.3

2014-01-06 Thread Lukasz Lenart
2014/1/6 Miguel Almeida mig...@almeida.at:
 Lukasz,

 Incidentally, is this list compiled by hand or is it built automatically
 using a (which?) maven plugin?

By Maven, I think it's a part of maven reports -
http://maven.apache.org/plugins/maven-project-info-reports-plugin/


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: minimal set of jar files for struts 2.3

2014-01-04 Thread Lukasz Lenart
The first section compile and optional No

http://struts.apache.org/release/2.3.x/xwork-core/dependencies.html
http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html

2014/1/4 Dave Evans dsevan...@gmail.com:
 Hello,

 I have a couple of old struts 2 apps that are using 2.2.1. I want to
 upgrade them to 2.3.

 What is the minimal set of jar files I need in WEB-INF/lib?

 I currently have:
 commons-beanutils-1.7.jar
 commons-collections-2.1.jar
 commons-digester-1.7.jar
 commons-fileupload-1.2.1.jar
 commons-io-1.4.jar
 commons-javaflow-20060411.jar
 commons-lang-2.5.jar
 commons-logging-1.0.4.jar
 freemarker-2.3.16.jar
 ibatis-2.3.2.715.jar
 itext-1.3.1.jar
 jasperreports-2.0.5.jar
 javamail.jar
 javassist-3.8.0.GA.jar
 jdt-compiler-3.1.1.jar
 jstl.jar
 jxl-2.6.jar
 log4j-1.2.14.jar
 ognl-3.0.jar
 poi-3.0.1-FINAL-20070705.jar
 spring.jar
 standard.jar
 struts2-core-2.2.1.jar
 struts2-jasperreports-plugin-2.0.11.1.jar
 urlrewrite-3.2.0.jar
 xalan.jar
 xercesImpl.jar
 xwork-core-2.2.1.jar

 Thanks,

 Dave

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



minimal set of jar files for struts 2.3

2014-01-03 Thread Dave Evans
Hello,

I have a couple of old struts 2 apps that are using 2.2.1. I want to
upgrade them to 2.3.

What is the minimal set of jar files I need in WEB-INF/lib?

I currently have:
commons-beanutils-1.7.jar
commons-collections-2.1.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-io-1.4.jar
commons-javaflow-20060411.jar
commons-lang-2.5.jar
commons-logging-1.0.4.jar
freemarker-2.3.16.jar
ibatis-2.3.2.715.jar
itext-1.3.1.jar
jasperreports-2.0.5.jar
javamail.jar
javassist-3.8.0.GA.jar
jdt-compiler-3.1.1.jar
jstl.jar
jxl-2.6.jar
log4j-1.2.14.jar
ognl-3.0.jar
poi-3.0.1-FINAL-20070705.jar
spring.jar
standard.jar
struts2-core-2.2.1.jar
struts2-jasperreports-plugin-2.0.11.1.jar
urlrewrite-3.2.0.jar
xalan.jar
xercesImpl.jar
xwork-core-2.2.1.jar

Thanks,

Dave


Re: minimal set of jar files for struts 2.3

2014-01-03 Thread Jan-Olav Eide
How about creating a minimal maven project and see what it pulls in ? 

 Den 4. jan. 2014 kl. 00:52 skrev Dave Evans dsevan...@gmail.com:
 
 Hello,
 
 I have a couple of old struts 2 apps that are using 2.2.1. I want to
 upgrade them to 2.3.
 
 What is the minimal set of jar files I need in WEB-INF/lib?
 
 I currently have:
 commons-beanutils-1.7.jar
 commons-collections-2.1.jar
 commons-digester-1.7.jar
 commons-fileupload-1.2.1.jar
 commons-io-1.4.jar
 commons-javaflow-20060411.jar
 commons-lang-2.5.jar
 commons-logging-1.0.4.jar
 freemarker-2.3.16.jar
 ibatis-2.3.2.715.jar
 itext-1.3.1.jar
 jasperreports-2.0.5.jar
 javamail.jar
 javassist-3.8.0.GA.jar
 jdt-compiler-3.1.1.jar
 jstl.jar
 jxl-2.6.jar
 log4j-1.2.14.jar
 ognl-3.0.jar
 poi-3.0.1-FINAL-20070705.jar
 spring.jar
 standard.jar
 struts2-core-2.2.1.jar
 struts2-jasperreports-plugin-2.0.11.1.jar
 urlrewrite-3.2.0.jar
 xalan.jar
 xercesImpl.jar
 xwork-core-2.2.1.jar
 
 Thanks,
 
 Dave

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org