adding the jar to properties.xml did the trick

Thanks!

On 2/19/07, Matt Raible <[EMAIL PROTECTED]> wrote:

I'm guessing you're getting the error from Eclipse?  If so, you should
add it to your Java Build Path by right-clicking on your project and
going to Properties.  You'll need to modify properties.xml if you want
it in your classpath when building/testing with Ant.

Matt

On 2/19/07, Dorothy Turner <[EMAIL PROTECTED]> wrote:
> Thanks for the tip.  The jar is referenced in the lib.properties file
and is
> definitely being deployed into the lib folder of the webapp.
>
> I've added the following to servlets.xml.  My problem is that i don't
know
> what to do next.  How do I use the library?  How do I import the
classes?
> Do I need to make a manager? Do I need to use dependency injection?  I'm
> totally lost!
>
>     <servlet>
>       <servlet-name>delicious</servlet-name>
>       <servlet-class>del.icio.us.Delicious</servlet-class>
>     </servlet>
>
>
> Sincerely,
> Dorothy
>
>
> On 2/19/07, dylan schleppe <[EMAIL PROTECTED]> wrote:
> > Make sure you've added references to the external jar to
lib.properties
> > as well as build.xml for the proper targets.
> > The pattern that the other libs use will work fine.
> >
> >
> >
> > On 2/19/07, Dorothy Turner <[EMAIL PROTECTED]> wrote:
> > > Does anyone have experience using the delicious-java api with
appfuse
> found here (http://sourceforge.net/projects/delicious-java/
> ).  I've added the jar to my lib following this guide on the wiki (
> http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAddLibrary).
>  The jar is being deployed into the lib folder of webapp within tomcat
5.5.
> I tried to import a class from the api into an action class and my
errors
> say "package del.icio.us does not exist".  Do I need to add a reference
to
> the web.xml some how?  I'm used to having training wheels and now I have
> none.  I have no idea how to integrate such an api into appfuse nor do I
> know how to use it..any tutorials, links, etc..would be greatly
appreciated.
>
> > >
> > > appfuse 1.8.2
> > >
> > > Thanks
> > > Dorothy
> > >
> >
> >
> >
> > --
> > Dylan Schleppe
> > RedLightGreenLight
> > 2121 S. Lamar #104
> > Austin, TX 78704
> > www.rlgl.net
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to