The jsp/servlet solution would be very easy for me. Probably not so easy for 
you. Don't waste your
time on it. I'll see if I can ship something up for you tomorrow. I don't think 
I'll have time for
it tonight, but who knows . . .

I'll also see if I can fix the bug in the CL.

I'll get back to you tomorrow.

--Rob


--- Dan Bish <[EMAIL PROTECTED]> wrote:

> I am not really a Java guy.  I am more of a PHP guy.  CL definitely sounds 
> the easiest for me, however, if you can tell me where the actual .jsp files 
> are in the archive, I will give it a whirl.
> 
> Just as Napoleon said when he decided to conquer Russia, "How hard could it 
> be?"
> 
> Cheers,
> 
> --Dan
> 
> ----- Original Message ----- 
> From: "Robert MacGrogan" <[EMAIL PROTECTED]>
> To: "Dan Bish" <[EMAIL PROTECTED]>
> Cc: <[email protected]>; "Dan Bish" 
> <[EMAIL PROTECTED]>
> Sent: Thursday, January 06, 2005 5:30 PM
> Subject: Re: SourceJammer - server/repository synchronization
> 
> 
> > Now I get it! :-)
> >
> > You want to semi-automate deployment.
> >
> > I should definitely debug the sj command line tool. That's bad that that 
> > made it into production.
> > One alternative to get you around having to wait for me to fix the code 
> > would be to use the SJ Ant
> > tasks. You'd have to use "get project", though, which would get all the 
> > latest files in a tree.
> > There's no get single file ant task. Nor is there an ant task to let you 
> > see what files are
> > available. If you really need that fine-grain of detail, then it will have 
> > to be the CL. This will
> > still be a bit tricky for you, though. You'll have to parse the CL output 
> > and turn it into a web
> > page, etc.
> >
> > Actually, one other alternative would be to create some jsp pages and put 
> > them on your SJ server.
> > Yes, this might be the easist all around. SJ already has a basic jsp web 
> > interface (check it out
> > here: 
> > http://dev.sourcejammer.org/BrowseArchive?Command=open_archive&archive_name=SourceJammer).
> > Do you know anything about jsp? You could probably modify the project.jsp 
> > page and add a new link
> > called for deploy file or something like that. Then you could create a 
> > servlet based on
> > ShowFileController. All you'd really need to do is modify the process 
> > method so that text and
> > binary files are handled the same, get rid of all the formatting stuff, 
> > and then, in the
> > sendFile() method, just copy the file to your desired directory.
> >
> > Does this sound to you like something you can do?
> >
> > --Rob
> >
> > 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
SourceJammer-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel

Reply via email to