Help setting up generic web connector [message #23275] |
Mon, 20 August 2007 18:26  |
Eclipse User |
|
|
|
Originally posted by: markphip.GoogleMail.com
I am trying to use the generic web connector. Are there any
techniques for figuring out what is happening? For example, my
repository requireslogin and for all I know my problem is that I did
not configure that
correctly.
I am getting errors that I need to check my query regexp, but it
seemslike it could just as easily be a login problem.
Are there any tools you used to test your regex? I assume you
wouldwant to paste the source of the web page in some tool and then run
the expression to see what it gives back.
I am trying to match something like this:
<td> artf25589 :
Deliver Product Training </td>
I am currently trying this:
(.+?)
Thanks
Mark
--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
|
|
|
|
|
Re: Help setting up generic web connector [message #577966 is a reply to message #23275] |
Mon, 20 August 2007 22:23  |
Eclipse User |
|
|
|
Mark,
There isn't really much tools, but we have few hints on the wiki about
troubleshoting
http://wiki.eclipse.org/Mylyn_FAQ#Why_can.27t_I_connect_usin g_one_of_the_existing_templates.3F
The easiest could be to use wget to get content of the page and then
try regexp in Eclipse text editor.
While back someone seem wanted to contribute some debugging features,
but I haven't heard back about that...
regards,
Eugene
Mark Phippard wrote:
> I am trying to use the generic web connector. Are there any
> techniques for figuring out what is happening? For example, my
> repository requireslogin and for all I know my problem is that I did
> not configure that
> correctly.
>
> I am getting errors that I need to check my query regexp, but it
> seemslike it could just as easily be a login problem.
>
> Are there any tools you used to test your regex? I assume you
> wouldwant to paste the source of the web page in some tool and then run
> the expression to see what it gives back.
>
> I am trying to match something like this:
>
>
> <td> artf25589 :
> Deliver Product Training </td>
>
> I am currently trying this:
>
> (.+?)
>
> Thanks
>
> Mark
>
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03675 seconds