Skip to content

coconutpalm/SynchronizeOperation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
etc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
How to use this:
----------------

1) Make sure that there are no spaces in the path where you cloned
this repo. A bug in the Maven Tycho publishing process will cause
problems if you have spaces in your path.

2) Start the Jetty web server using:

   java -jar start.jar

This makes sure that all paths on your computer are the same as in the
code.

3) Change into the release engineering project and build/test using
Maven/Tycho:

   $ cd webapps/root/test.releng
   $ mvn clean install

4) To edit/debug: The workspace is in webapps/root.  Just make this 
folder be your Eclipse workspace.  Then import all projects in that
folder into your workspace.  

5) To run from the IDE:

a) Export test.app.product somewhere.  e.g.: c:\temp\test.app
b) Edit TestSynchronizeOperation class and make FIXTURE_LOCATION point 
where you exported test.app.product.

About

An example illustrating how to use the new P2 SynchronizeOperation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published