luisdalves / jmxquery

Automatically exported from code.google.com/p/jmxquery
0 stars 0 forks source link

jmxquery does not build #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn co …/trunk
2. mvn package
3.

What is the expected output? What do you see instead?

Should produce a jar in target/

Instead produces compile errors complaining that we're not targeting Java 1.5.

What version of the product are you using? On what operating system?

trunk on MacOS

Please provide any additional information below.

I've attached a patch which fixes this.

Original issue reported on code.google.com by dom.happ...@gmail.com on 16 Sep 2009 at 12:11

Attachments:

GoogleCodeExporter commented 8 years ago
added the compiler and assembly plugin.  mvn assembly:assembly should create a 
zip with the jar and shell 
script inside.

Original comment by snoop...@gmail.com on 16 Jan 2010 at 10:00