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


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