Dear all,

In the last several days, I did several upgrades:

1. upgraded my development PC from Fedora 14 to Fedora 15
     1.1 Eclipse 3.6.2 cannot work since SWT 3.6.2 is not compatible 
with xulrunner 2.0+
           The fix is to set 
"-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-2.0/" in 
eclipse.ini
     1.2 XEclipse cannot be launched as an Eclipse application in 
Eclipse PDE
           the reason is the same issue as above, since XEclipse also 
requires native xulrunner support in order to show page content.
           I have tried several ways with no success.
           When I was about to switch back to Fedora 14, I notice 
Eclipse 3.7RC3 comes out and I gave it a try and XEclipse can work.

2. Eclipse IDE is upgraded from 3.6.2 (helios) to 3.7RC3 (indigo) and so 
is the maven build script.
     The newly generated products for linux x86 will work with xulrunner 
2.0+ without additional settings

3. try to update maven-tycho plugin from 0.11.1 to 0.12.0, which is the 
first official release after tycho is moved to Eclipse project
     however, mvn build fails after following the migration guide in 
http://wiki.eclipse.org/Tycho_Release_Notes/0.12
     switch back to 0.11.1 after several unsuccessful trials with the 
new release

I have set up the Eclipse PDE + maven development environment in Fedora 
15, and added the org.xwiki.eclipse.rest plugin which includes all the 
required jar libraries in restlet 1.1.10.

One question about the dependency of 
xwiki-platform-rest-model-3.1-SNAPSHOT.jar in org.xwiki.eclipse.rest plugin.

Do we need to put it as a static jar or add a dependency of 
xwiki-platform-rest-model artifact in pom.xml like:
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-rest-model</artifactId>
<version>${platform.version}</version>
</dependency>


Best regards

Jun Han

On 05/25/2011 03:18 PM, Jun Han wrote:
> Dear all,
>
> Down below is the working plan for this week and the next one.
>
> Time Period
>       Tasks
>       Deliverable
> May 24 -- May 28
>       use xwiki-platform-rest-model library and replace 
> xwiki-core-xmlrpc-model-1.4; develop RemoteXWikiDataStorage.java which 
> uses REST instead of XML-RPC
>       complete all the current methods in IDataStorage.java interface
> May 30 -- June 3
>       extend IDataStorage.java with new functionality and resources 
> provided in rest-model library
>       complete all the functionalities in rest-model library, provide test 
> case plugin (xwiki.eclipse.test)
>
>
> I have a question about restlet library, is there any plan to upgrade 
> it to v2.0+?
> Or we will stick with v1.1?
>
> Best regards
>
> Jun Han

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

Reply via email to