Re: How to use Barracuda?
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Nandakumar, KS wrote: > Hello Diez, > > Thanks for the response .. please help me to locate the contrib-package > you have mentioned. > > FYI, I have looked at the HelloWorld samples but could not understand > whether to create a separate Java file for each of the components? please reply to the list, too. I suggest you grab a fresh copy from the cvs. With the command-line cvs this is done as follows: cvs -d :pserver:[email protected]:/var/cvs login password: anoncvs cvs -d :pserver:[email protected]:/var/cvs co Barrracuda You then should be able to build it using ant. And there's my contrib package, too. The examples are located under Barracuda/src/org/engydra/barracuda/contrib/dbroggisch/webapp/src Diez