Re: [jug-discussion] drive recovery software os x

2002-06-21 Thread Paul Scott
Paul Scott wrote: Warner Onstine wrote: - Original Message - From: Paul Scott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 9:21 PM Subject: Re: [jug-discussion] drive recovery software os x Warner Onstine wrote: Hi all, I've recently had a crash

[jug-discussion] cvs tools

2002-06-21 Thread Warner Onstine
Hi all, I was wondering if anyone knew of any java cvs tools. What I would like to be able to do is to check-in and check-out files via a Servlet or server side technology. I have thought of using Slide, but I don't know how hard it would be to write a CVS repository module to it. The other

RE: [jug-discussion] drive recovery software os x

2002-06-21 Thread Art Gramlich
If it helps, most installations will use HFS+ (apple's filesystem - data/resource fork, etc). It is possible to create ufs/ffs bsd filesystems but it would be rare that this is done (performance is terrible, classic doesn't work, some carbon apps don't work, etc). -Original Message-

Re: [jug-discussion] cvs tools

2002-06-21 Thread Erik Hatcher
Or, launch Ant to do it! :) Many folks do this kind of thing. Scarab, Anthill, and CruiseControl all have code to steal that launches Ant from Java. I've seen talk of a CVS repository hook for Slide being developed or considered, but I've not seen any reports of it being done. That would be

[jug-discussion] Speakers for August: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Rick Hightower
I will volunteer for August. However, I travel 25% of the time, and I can't predict which 25% very well so it would be good to have a back up speaker. Speaking of travel I've been to New York 4 times this year and I am going back next week. There is this fabled New York Pizza that is suppose

RE: [jug-discussion] XDoclet (EJBDoclet), Little Italy Re: [jug-discussion] Speakers for August: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Rick Hightower
After you start doing EJB with XDoclet (EJBDoclet), I can('t) imagine doing snip Eric says I have to step in here and correct. ** eBlox flashback! Eric says EJBDoclet was the name of the first incarnation. It became more of a generic tool and renamed XDoclet. EJBDoclet is a dead name. ***

[jug-discussion] Erik, nepotism, Re: [jug-discussion] XDoclet (EJBDoclet), Little Italy Re: [jug-discussion] Speakers for August: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Rick Hightower
nep·o·tism Pronunciation Key (np-tzm) n. Favoritism shown or patronage granted to relatives, as in business Above from dictionary.com First off... its Erik not Eric it doesn't bother me, but he sure gets hot under the collar if you call him Eric. :) 2nd, based on the above Erik is not

Re: [jug-discussion] XDoclet (EJBDoclet), Little Italy Re: [jug-discussion] Speakers for August: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Erik Hatcher
Eric says I have to step in here and correct. Correction: Its Erik with a k. *** Correct... that is why it is in parenthesis just in case someone knew it by another name. BTW There is still a task called EJBDoclet see link... http://xdoclet.sourceforge.net/ejbdoclet_toc.html Well,

Re: [jug-discussion] cvs tools

2002-06-21 Thread Warner Onstine
That would be fine if the server had access to that. How's that work with servlet sandboxing? -warner - Original Message - From: Ken Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 11:31 AM Subject: Re: [jug-discussion] cvs tools Just out of curiosity, isnt