EDIT: After looking into this for several hours I decided to switch to Maven, making this question irrelevant. The switch for my project wasn't too hard for the code, hopefully the last bit stays simple as well. For anyone else having this issue, I suggest you switch to Maven as well if you're trying to use JFreeChart in your Ant-based project. From what I can see it just won't work with Ant.
I've been bashing my head against a proverbial wall trying to work with JFreeChart in my project so I can create charts (bar, pie etc.) using data stored and edited by the program.
What I've done so far is installed the download in my projects libraries through its properties, but with that alone it doesn't know what it is. It seems I need to directly clarify a dependency somehow, but I've seen that in Ant that is somewhat difficult. However, I'm stuck with Ant as too much of the project is already coded in for this instead of something like Maven.
I can supposedly make it work using an ant build script, but I'm not sure where to find this or how to even use it/where to put it etc. I'm currently working on this using NetBeans.