kurtomerfaruk / wicked-charts

Automatically exported from code.google.com/p/wicked-charts
0 stars 0 forks source link

drilldown.js missing from version 1.3.0 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the 1.3.0 jar, the drilldown.js is missing.

As a consequence, when using wicked-charts-wicket15:1.3.0, we get warnings due 
to 404:
WARN  o.a.w.r.resource.PackageResource - resource [path = 
com/googlecode/wickedcharts/highcharts/options/drilldown/drilldown.js, style = 
null, variation = null, locale = null]: Unable to find resource (status=404)

I'd guess it's a problem with resources filtering configuration (I think only 
*.java are processed in src/main/java where the drilldown.js resides, and that 
would be due to default maven configuration; if it were located under 
src/main/resources it'd be ok I guess)

Original issue reported on code.google.com by sebastie...@gmail.com on 5 Dec 2012 at 3:22

GoogleCodeExporter commented 9 years ago
Same when using wicked-charts-wicket6

Original comment by nicolas....@gmail.com on 5 Dec 2012 at 4:32

GoogleCodeExporter commented 9 years ago
> In the 1.3.0 jar, the drilldown.js is missing.
You're right. The JAR from maven central doesn't contain drilldown.js. Strange, 
because the JAR you can download from the download tab here does contain it... 
. As a workaround, please use that JAR instead, I will fix this as soon as 
possible.

Original comment by tom.homb...@gmail.com on 5 Dec 2012 at 8:46

GoogleCodeExporter commented 9 years ago
That's odd indeed. Thanks for the information about the downloadable jar 
though, this will do it for the mean time.

Original comment by sebastie...@gmail.com on 5 Dec 2012 at 9:13

GoogleCodeExporter commented 9 years ago
Hi Sebastien and Nicolas,

fixed the build and released version 1.3.1 that contains the fix. 

Thanks for your hints!

Regards,
Tom

Original comment by tom.homb...@gmail.com on 6 Dec 2012 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by tom.homb...@gmail.com on 6 Dec 2012 at 6:39

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix, it works fine !

Original comment by nicolas....@gmail.com on 6 Dec 2012 at 7:54