On May 13, 2009, at 12:03 PM, Dan Svoboda wrote:

> Can someone please help me with this? i.e. having the xeclipse  
> specific
> swizzle-confluence source would really help me.
>

Hi Dan,

sorry for the late reply but I changed my HD and your mail slipped in  
the backup drive...

I looked at your mail again...

As I told you the source for that jar is basically the source on the  
Swizzle trunk.

The problem is that you are looking at the wrong XEclipse source: the  
current code is the one in org.xwiki.eclipse.core

org.xwiki.eclipse is the original, ancient version of XEclipse and  
should not be there (probably it survived to previous cleanings and I  
am going to remove it)

In org.xwiki.eclipse.core you have the code for accessing the wiki and  
so on. Things like IdentityObjectConvertor are no longer used so the  
code in the Swizzle trunk should be fine.

If you still have problems drop me a mail also telling me what exactly  
you are trying to do and we will manage to solve the problem.

Alternatively you might also use the XMLRPC client library located in 
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-xmlrpc/xwiki-xmlrpc-client/
 
  that is more XWiki-Oriented than Swizzle.

Let me know and sorry again for the delay.
Fabio



> Thanks, Dan
>>>> Hi,
>>>>
>>>> I'm working with the xwiki-xmlrpc code, and I'm wondering...
>>>>
>>>> What's the story behind swizzle-confluence-1.1-20070829-xwiki.jar?
>>>>
>>>> Where can I get the source?
>>>>
>>>> Thanks, Dan
>>>>
>>>>
>>
>>
>>> Hi Dan,
>>>
>>> this was a custom package created long time ago from the Swizzle  
>>> 1.1 +
>>> some custom patches.
>>> Those patches got eventually committed in the Swizzle trunk but  
>>> since
>>> there has not been a 1.2 release since, we kept that custom jar.
>>>
>>> You can assume that the source of that jar is the one you find in  
>>> the
>>> Swizzle trunk:
>>> http://svn.codehaus.org/swizzle/trunk/swizzle-confluence/
>>>
>>> Cheers,
>>> Fabio
>>>
>>
>> Fabio,
>>
>> Thanks for the reply.
>>
>> The source at the above URL is not the code referenced in, e.g.  
>> org.xwiki.plugins.eclipse.model.impl.XWikiConnection:
>>
>>    import org.codehaus.swizzle.confluence.Confluence;
>>    import org.codehaus.swizzle.confluence.IdentityObjectConvertor;
>>    import org.codehaus.swizzle.confluence.Space;
>>    import org.codehaus.swizzle.confluence.SpaceSummary;
>>    import org.codehaus.swizzle.confluence.SwizzleConfluenceException;
>>    import org.codehaus.swizzle.confluence.SwizzleXWiki;
>>
>> Specifically, SwizzleXWiki, SwizzleConfluenceException, and  
>> IdentityObjectConvertor do not exist in that codebase.
>>
>> I'm creating an XmlRpc client, and am using the XEclipse code as a  
>> pattern for my code. I'd like to have the source for the version of  
>> swizzle-confluence that implements these classes.
>>
>> Thanks,
>> Dan
>>
>>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to