[jcifs] Small issues with 0.7.0b2

Allen, Michael B (RSCH) Michael_B_Allen at ml.com
Fri Aug 23 14:24:31 EST 2002


> -----Original Message-----
> From:	Allen, Michael B (RSCH) [SMTP:Michael_B_Allen at ml.com]
> Sent:	Friday, August 23, 2002 12:11 AM
> To:	'crh at ubiqx.mn.org'
> Cc:	jcifs at samba.org
> Subject:	RE: [jcifs] Small issues with 0.7.0b2
> 
> 
> 
> > -----Original Message-----
> > From:	Christopher R. Hertel [SMTP:crh at ubiqx.mn.org]
> > Sent:	Thursday, August 22, 2002 11:53 PM
> > To:	Allen, Michael B (RSCH)
> > Cc:	jcifs at samba.org
> > Subject:	Re: [jcifs] Small issues with 0.7.0b2
> > 
> > I also cannot seem to recompile the stuff in the html/ directory.  What 
> > Jar am I missing?
> > 
> 	Ahh, you mean the jcifs.http package. I tthought I should leave that out of the
> 	"depends" clause in the build.xml file because you need the servlets jar file for that.
> 	Actually that's in the resin lib directory but you'll have to add that to the
> 	CLASSPATH in build.sh. It's called jsdk23.jar (or also servlet.jar). So on my
> 	machine I have: /usr/local/resin/lib/jsdk23.jar in my CLASSPATH. That will allow
> 	you to build *everything*.
> 
	And the "depends" clause is supposed to be in the "smb" target in the build.xml file like:

	    <target name="smb" depends="netbios,util,http">
	        <mkdir dir="build"/>
	        <javac srcdir="src" ...





More information about the jcifs mailing list