Menu

#10 jtreemap-1.1.0.jar in m2 repo lacks (un)zoom.png

open-fixed
None
5
2011-09-30
2008-01-21
Kai Runte
No

The jtreemap-1.1.0.jar file in the Maven2 repository doesn't contain the zoom.png/unzoom.png, which prevents my from using the ZoomPopupMenu.

This seems to be due an error in the pom.xml file. It contains a definition for resources:
<resources>
<resource>
<directory>src/conf</directory>
<includes>
<include>*.properties</include>
<include>**/*.gif</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>

src/conf, however, does not exist.
If I remove the lines above and copy zoom.png and unzoom.png into a directory
src/main/resources/net/sf/jtreemap/swing/provider/icons

the command:
mvn package
creates a jar file including the icons.

Regards
Kai

Discussion

  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30
    • assigned_to: nobody --> jense128
     
  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30
    • status: open --> open-fixed
     
  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30

    fixed in 1.1.1

     

Log in to post a comment.