You'll need to provide more details about exactly which Clojure JARs
you use and the stack trace for the exception (at least telling us
which class is not found and enough of the stack trace for us to see
where the reference is coming from).

My suspicion is you're using the Clojure 1.2 contrib library and
something in there refers to a now defunct class from HTMLUnit? It's
worth noting that the monolithic contrib library is no longer
maintained so you won't get any updates to that. Instead, as part of
the move to Clojure 1.3 (a couple of years back), the parts of contrib
that actually had maintainers were moved into new libraries, updated
individually. Many of them are still compatible with Clojure 1.2 but a
lot of the parts of the original contrib were abandoned for a number
of reasons.

Sean


On Tue, May 21, 2013 at 11:25 PM,  <vcoman...@gmail.com> wrote:
>
>  Hi,
>
>    We have built a web application using grails framework and we use Groovy,
> Java and Clojure programming languages. We use
>    Clojure 1.2. The clojure files include classes from HTMLUnit. Recently
> HTMLUnit released a new version of JAR file and we were
>    trying to migrate the web app to new version of HTMLUnit.
>
>   When we deploy the web app under Jetty (comes with Grails), during the
> deployment the Clojure code which uses HTMLUnit fails with ClassNotFound
> Exception.
>
>   What is the reason for this error and any help or pointers to solve this
> issue is greatly appreciated.
>
>    Looking forward to your reply.
>
> Regards
>  Vasu
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to