[ 
http://www.stripesframework.org/jira/browse/STS-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter resolved STS-859.
----------------------------

    Resolution: Won't Fix
      Assignee: Ben Gunter

This value is system-dependent so neither option is better than the other. It 
depends on whether your JAVA_HOME points to a JDK or a JRE and further depends 
on how those are installed. This dependency will be eliminated in Stripes 1.6.

> Stripes' pom.xml contains invalid systemPath for tools.jar
> ----------------------------------------------------------
>
>                 Key: STS-859
>                 URL: http://www.stripesframework.org/jira/browse/STS-859
>             Project: Stripes
>          Issue Type: Bug
>            Reporter: Tamas Szebeni
>            Assignee: Ben Gunter
>
> Stripes has a dependency on tools.jar because of SiteStructureTool, just in 
> its pom.xml it has the following config: 
> <dependency>
>           <groupId>com.sun</groupId>
>           <artifactId>tools</artifactId>
>           <version>1.4.2</version>
>           <scope>system</scope>
>           <systemPath>${java.home}/../lib/tools.jar</systemPath>
>         </dependency>
> please note the right systemPath would be:
> <systemPath>${java.home}/lib/tools.jar</systemPath>
> Thx

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to