On Thursday, March 22, 2012 1:08:05 PM UTC+1, Franz wrote:
>
> Hi, 
>
> I am using eclipse (Version: Indigo Service Release 1) and tried to 
> connect with my Trac (Version: Trac 0.13dev-r10991) using Access type 
> "web". 
>

I'd be very surprised if the screen-scraping connector worked for current 
trunk - or even any recent version of Trac. It was originally added before 
RPC was available, and I haven't heard of anyone using it or maintaining it 
for years.
 

> I also 
> tried it with XmlRpcPlugin, but this didn't work either (see 
> http://trac-hacks.org/ticket/​9919 <http://trac-hacks.org/ticket/9919>). 
>
>
That's more like it. We've closed that ticket now though as it was due to 
your "python -OO" optimization which conflicted with the code 
(documentation) introspection. I've also added a small fix to handle that 
more gracefully.

However, the big issue with RPC in current trunk arise with the change in 
ticket update timestamp handling - the logic that intends to ensure that 
ticket collision updates don't occur (posting updates based on stale 
information). For current 0.13dev this has changed - both name of argument, 
and its format. See:

http://trac.edgewall.org/ticket/7145#comment:50

I've created a ticket for this issue, including an ugly patch that makes it 
work (and illustrates the problem). I rather hope to see this changed in 
Trac, but really the RPC ticket update code is already so messy that I 
suppose one more workaround may not make a big difference.... ;-) See:

http://trac-hacks.org/ticket/9921

:::simon

https://www.coderesort.com
http://trac-hacks.org/wiki/osimons

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-dev/-/8YVY5l2FEvoJ.
To post to this group, send email to trac-dev@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to