I'll see if I can dig up a minimal buildfile which demonstrates te
behavior I saw. I wonder if I just had the artifact already or
something like that.
Daniel
On Jul 30, 2009, at 2:54 PM, "Martin Grotzke" <martin.grot...@javakaffee.de
> wrote:
On Wed, 2009-07-29 at 17:38 -0700, Assaf Arkin wrote:
On Wed, Jul 29, 2009 at 3:17 PM, Daniel Spiewak
<djspie...@gmail.com> wrote:
I didn't know there's a part like that.
Really? That's odd, but it works though! :-) I had always
thought that
was what you were saying with that DOJO example. Based on that
code, I
tried it out using DBPool, and everything magically worked.
The DOJO example downloads DOJO, which is a big Zip file packed
with JS,
CSS, images and such. You can then add it to the classpath as a
resource,
merge it into a WAR, unpack it into a directory, etc.
Ok, thanx for the clarification! Now it's clear how it's working and
there's no extraction-artifact-lookup-whatever magic, it's just a
download and that's all. Fine :)
Cheers,
Martin
Assaf
Daniel