[ https://issues.apache.org/jira/browse/CXF-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Freeman Fang resolved CXF-3178. ------------------------------- Resolution: Fixed commit fix http://svn.apache.org/viewvc?rev=1043830&view=rev for trunk http://svn.apache.org/viewvc?rev=1043832&view=rev for 2.3 branch http://svn.apache.org/viewvc?rev=1043836&view=rev for 2.2 branch > build failed on Mac OSX caused by Failed to resolve artifact. > om.sun:tools:jar:1.5.0 > ------------------------------------------------------------------------------------ > > Key: CXF-3178 > URL: https://issues.apache.org/jira/browse/CXF-3178 > Project: CXF > Issue Type: Bug > Reporter: Freeman Fang > Assignee: Freeman Fang > Fix For: 2.3.2, 2.4 > > > the latest com.puppycrawl.tools.checkstyle have dependency like > <dependency> > <groupId>com.sun</groupId> > <artifactId>tools</artifactId> > <version>1.5.0</version> > <scope>system</scope> > <systemPath>${java.home}/../lib/tools.jar</systemPath> > </dependency> > but on Mac OSX, there's no tools.jar, it should be > ${java.home}/../Classes/classes.jar instead, we need add a profile for mac to > replace the path tomake the build pass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.