Re: commons net question

2007-06-04 Thread Rory Winston
10:46 AM To: Echevarria, Octavio Subject: Re: commons net question Hi Octavio Firstly, sorry for not replying sooner - I have been out of the country. As to your issue, it may be related to you not calling completePendingCommand(). See the following FAQ entry "*Q:After I perform a

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Anil Philip
Thank you for your reply which I shall apply - it is an honor to hear from you. - Anil --- "Daniel F. Savarese" <[EMAIL PROTECTED]> wrote: > > In message > <[EMAIL PROTECTED]>, > Anil Philip wr > ites: > >I googled and read that the oro.jar is missing. > >However my application is sensitive to

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Anil Philip wr ites: >I googled and read that the oro.jar is missing. >However my application is sensitive to download times >and I dont wish to add the oro.jar if possible - I am >not using regex here. >Is there any way out? The oro jar 77k in size (a good deal sm

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Rory Winston
Anil At the moment, you need oro in the classpath as it is used internally by the FTP parser. A later version of [net] will probbaly use the JDK 1.4+ regex facilities and preclude this, but for now, you do need it. Thanks Rory "Jakarta Commons Developers List" wrote: > > Hello, > I am getti

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Henri Yandell
I'm afraid it's the obvious one - check the code out and modify bits. Alternatively, take an oro jar and rip out the bits that are being used (maybe using Torsten's minijar). Hen On 8/7/06, Anil Philip <[EMAIL PROTECTED]> wrote: Hello, I am getting this error during a call to FTPFile[] f = FTPC

Re: [commons-net] listNewNews(query) ?

2004-11-03 Thread Rory Winston
It should be - what is the problem you are seeing? BTWm this should probably be on [user] Cheers, Rory "Jakarta Commons Developers List" <[EMAIL PROTECTED]> wrote: > > I am having problems with listNewNews(query), is this ... working? > > (nightly build ) > > tia, > .V > > > --

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread robert burrell donkin
hi steve the website has been updated already so this is just FYI... the release documentation is now a little out of date. AIUI cvs.apache.org and www.apache.org are now the same machine (minotaur). you should now have no problems accessing minotaur using 'ssh -l scohen www.apache.org'.

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Mario Ivankovits
Steve Cohen wrote: But, does anyone understand what is wrong with my setup of Eclipse that would cause the "ö" character to be mangled every time a file is saved with one in it? I bet this has something to do with the characterset used. Maybe Martin uses ISO-8859-1 (or ISO-8859-15). If you o

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
On Sunday 02 May 2004 1:30 pm, Steve Cohen wrote: ...> At any rate, it all looks well now! > Aargh! Except for the mangling of poor Martin Pöschl's name. I fixed that so now truly all looks well. But, does anyone understand what is wrong with my setup of Eclipse that would cause the "ö" charac

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
elopers List > > Subject: Re: jakarta news page not updating re commons-net 1.2 release > > > > > > I DID check in the changes, yesterday for > > jakarta-site2/docs/site/news/news-2004-1stHalf.html revision 1.27 and > > jakarta-site2/xdocs/site/news/news-2004-1st

RE: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Martin Cooper
> -Original Message- > From: Steve Cohen [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 02, 2004 10:16 AM > To: Jakarta Commons Developers List > Subject: Re: jakarta news page not updating re commons-net 1.2 release > > > I DID check in the changes, yesterday

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
I DID check in the changes, yesterday for jakarta-site2/docs/site/news/news-2004-1stHalf.html revision 1.27 and jakarta-site2/xdocs/site/news/news-2004-1stHalf.xml revision 1.22 But my changes to jakarta-site2/xdocs/site/news/index.xml somehow failed to be checked in I have checked them in now.

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Ted Husted
I checked out site2 and the page looks the same as the one that is posted now. If you've made changes to site2, you need to check those changes back into the site2 repository. (Or send me a patch and I'll apply it later today.) -Ted. On Sun, 02 May 2004 06:40:18 -0500, Steve Cohen wrote: > I p

jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
I pushed through the release of commons-net 1.2 yesterday. I completed all the steps mentioned in http://jakarta.apache.org/commons/releases/release.html, in particular, step 13: Follow standard procedures to update the J

RE: Commons::Net Wiki

2004-04-19 Thread Noel J. Bergman
> > We still need to get the old wiki migrated permanently to MoinMoin. > > I think that Leo has probably been tied up. > IIRC, the last time Leo did a migration, he said it would be the last one he > did, because it's painful to do, with all the patch up required. No, he is planning on one more.

Re: Commons::Net Wiki

2004-04-19 Thread Martin Cooper
"Noel J. Bergman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I second this. Can we have a new Jakarta-commons wiki?? Pretty please?? > > Was there ever a request submitted to infrastructure and cc'd to the PMC? > The shell is easy to create. Leo Simons could give advice on po

RE: Commons::Net Wiki

2004-04-19 Thread Noel J. Bergman
> I second this. Can we have a new Jakarta-commons wiki?? Pretty please?? Was there ever a request submitted to infrastructure and cc'd to the PMC? The shell is easy to create. Leo Simons could give advice on populating it from the migrated Wiki. We still need to get the old wiki migrated perman

Re: Commons::Net Wiki

2004-04-19 Thread Simon Kitching
On Thu, 2004-04-15 at 10:10, Daniel F. Savarese wrote: > In message <[EMAIL PROTECTED]>, "Rory Winston" w > rites: > >Whereas the new Wiki is: > > > >http://wiki.apache.org/old/CommonsNet/FrequentlyAskedQuestions > > I'm confused. That page is not editable (it's listed as an immutable > page) and

RE: Commons::Net Wiki

2004-04-15 Thread Rory Winston
OK, that sounds great. Thanks for the support. Cheers, Rory -Original Message- From: Daniel F. Savarese [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 17:45 To: 'Jakarta Commons Developers List' Subject: Re: Commons::Net Wiki In message <[EMAIL PROTECTED]>, "

Re: Commons::Net Wiki

2004-04-15 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, "Rory Winston" writes: >well - day job permitting). I am not a committer as of yet - I do >realize that you mentioned making me a committer before - what would it >take to get myself on the committers list? AIUI, it's a voting process >by existing committers? We ju

Re: [all] time to move to the new wiki...? [WAS Re: Commons::Net Wiki]

2004-04-15 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, robert burr ell donkin writes: >is it time for jakarta commons to move to the new wiki...? +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Commons::Net Wiki

2004-04-14 Thread Rory Winston
get myself on the committers list? AIUI, it's a voting process by existing committers? Cheers, Rory -Original Message- From: Daniel F. Savarese [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 11:11 PM To: Jakarta Commons Developers List Subject: Re: Commons::Net Wiki

Re: Commons::Net Wiki

2004-04-14 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, "Rory Winston" w rites: >Whereas the new Wiki is: > >http://wiki.apache.org/old/CommonsNet/FrequentlyAskedQuestions I'm confused. That page is not editable (it's listed as an immutable page) and does not appear on the list of wikis at http://wiki.apache.org/ The p

[all] time to move to the new wiki...? [WAS Re: Commons::Net Wiki]

2004-04-14 Thread robert burrell donkin
is it time for jakarta commons to move to the new wiki...? - robert On 14 Apr 2004, at 21:59, robert burrell donkin wrote: hi rory AIUI the url you have is the ported entry rather than a new, permanent home. i'm going to rename this thread (to try to attract other people's attention) but p

Re: Commons::Net Wiki

2004-04-14 Thread robert burrell donkin
hi rory AIUI the url you have is the ported entry rather than a new, permanent home. i'm going to rename this thread (to try to attract other people's attention) but please continue to contribute to it (if you wish). - robert On 14 Apr 2004, at 17:29, Rory Winston wrote: Hi, Would it be pos

RE: [COMMONS-NET]Can't open uploaded file after download

2003-01-22 Thread Jeff Barrett
Did you transfer it in ascii mode? Try this before getting the file: FtpClient.setFileType( FTP.BINARY_FILE_TYPE ); > -Original Message- > From: Thomas Hüsler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 10:51 AM > To: Jakarta Commons User List (E-Mail) > Subject: [COMM

[NET] Nightlies ( was RE: Commons NET and JXPath )

2002-09-19 Thread Brekke, Jeff
ECTED] http://www.qg.com > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 12:44 AM > To: [EMAIL PROTECTED] > Subject: Re: Commons NET and JXPath > > > On Wed, 18 Sep 2002, V. Cekven

RE: Commons NET and JXPath

2002-09-19 Thread Brekke, Jeff
venich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 7:06 AM > To: Jakarta Commons Developers List > Subject: Re: Commons NET and JXPath > > > (thanks) > > One more follow up question: Any JavaDoc on commons NET? > tia > V. > > Stefan

Re: Commons NET and JXPath

2002-09-19 Thread V. Cekvenich
(thanks) One more follow up question: Any JavaDoc on commons NET? tia V. Stefan Bodewig wrote: > On Wed, 18 Sep 2002, V. Cekvenich <[EMAIL PROTECTED]> wrote: > > >>Anyone know links for Commons NET code or jar or zip? > > > Jakarta's Gump () builds it on a >

RE: Commons NET

2002-09-18 Thread Brekke, Jeff
I don't believe there are nightlines being built for net right now. You can check out the sources and build your own jar or get a snapshot from the maven repo on ibiblio: http://www.ibiblio.org/maven/commons-net/jars = Jeffrey D. Br

Re: Commons NET and JXPath

2002-09-18 Thread V. Cekvenich
(Thanks Dmitri) Anyone know links for Commons NET code or jar or zip? V. Dmitri Plotnikov wrote: > Vic, > > --- "V. Cekvenich" <[EMAIL PROTECTED]> wrote: > >>(repost, mail program broken) >>How can I get my hands on commons net? >> >>I can only vie CVS in browser? >> >>Is there a link to binn

Re: Commons NET and JXPath

2002-09-18 Thread Dmitri Plotnikov
Vic, --- "V. Cekvenich" <[EMAIL PROTECTED]> wrote: > (repost, mail program broken) > How can I get my hands on commons net? > > I can only vie CVS in browser? > > Is there a link to binnary? Nightly binaries are not currently build for jxpath. I don't know what the issue with the build is and