From: Dan L. <dl...@ca...> - 2005-05-02 21:00:46
|
Checking out most recent CVS sourceAll you need is the most recent html-unit jar, which can be transferred via disk or cd. So, something like this: - on your windown box, download the source from cvs - in that dir run "maven" - maven will download all the required libs for compilation, and eventually will produce a jar named "htmlunit-NextRelease.jar" - copy (via disk, CD, network) that file to your classpath on the unix machine - move the old htmlunit.jar out of the classpath - run it dan -----Original Message----- From: htm...@li... [mailto:htm...@li...]On Behalf Of Dantes, Ed Sent: Monday, May 02, 2005 1:13 PM To: htm...@li... Subject: [Htmlunit-user] Checking out most recent CVS source Hello, I wanted to get the current copy of the CVS source for htmlunit, and wondered about something... My stuff is on a unix machine, which unfortunately does not have internet capablilty(I am using the weblogic server as to test my web applications). Is there any way I can get that source downloaded to my windows pc, and then transferring it over to my unix box. In other words, is the current source able to be put on a disk or cd, and how would I merge that with the existing htmlunit. If not, what are my other options?? I am getting script exception errors, saying that the Setter configured but has not been implemented. Thanks Ed |