[ 
https://issues.apache.org/jira/browse/JSPWIKI-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534254#comment-13534254
 ] 

Harry Metske commented on JSPWIKI-756:
--------------------------------------

Back to my own laptop, shows what Stripes is used for, the Exporter (rest is 
testcode):

{noformat}
metskem@athena ~/workspace/JSPWiki-2.9 $ find . -name *.java -exec grep -l 
net.sourceforge.stripes {} \;
./src/org/apache/wiki/content/Exporter.java
./tests/org/apache/wiki/ui/CommandResolverTest.java
./tests/org/apache/wiki/TestEngine.java
./tests/org/apache/wiki/auth/login/WebContainerLoginModuleTest.java
./tests/org/apache/wiki/auth/login/CookieAssertionLoginModuleTest.java
./tests/org/apache/wiki/search/SearchManagerTest.java
./tests/org/apache/wiki/plugin/IfPluginTest.java
./tests/org/apache/wiki/WikiSessionTest.java
 {noformat} 

So I think we still need Stripes for the test classes.
I think we should remove Exporter from the code, we won't need it anymore since 
we will not be using JCR.
WDYT?
                
> Unused JAR references in build.xml
> ----------------------------------
>
>                 Key: JSPWIKI-756
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-756
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core & storage
>    Affects Versions: 2.9.1
>         Environment: JDK 7, Tomcat 7, Ubuntu Linux.
>            Reporter: Glen Mazza
>            Priority: Minor
>         Attachments: buildPatch.diff
>
>
> Testing with Ant, I found four JARs declared for testing but not needed for 
> it: custom_rhino-0.4.3.jar, jasper-compiler-5.5.23.jar, xercesImpl-2.6.2.jar, 
> xml-apis-1.0.b2.jar.  Further, Maven had detected that the stripes JAR, 
> declared at the testing level, should be actually made available in the main 
> JAR.  Patch attached accomplishes these goals.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to