Changes between Version 39 and Version 40 of WikiEditorForEclipsePlugin


Ignore:
Timestamp:
Aug 4, 2011, 10:31:02 AM (13 years ago)
Author:
Ivan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiEditorForEclipsePlugin

    v39 v40  
    77
    88!WikiEditor4Eclipse is a new plug-in providing Trac Wiki editing capabilities to Eclipse IDE.
     9
     10A new version of this plugin was released on August 2011 you can install using the following update site:
     11http://trac-hacks.org/svn/wikieditorforeclipseplugin/update-site/v_0.1.x
    912
    1013
     
    98101== Building from Source ==
    99102
     103You can check out !WikiEditor4Eclipse from [http://trac-hacks.org/svn/wikieditorforeclipseplugin here] using Subversion, or [source:wikieditorforeclipseplugin browse the source] with Trac.
     104
     105
    100106This plugin is composed by:
    101107
     
    104110        * Set of Eclipse plugins: Eclipse wiki source editor and management capabilities.
    105111
    106 [[Image(source:/wikieditorforeclipseplugin/trunk/docs/screenshots/source-layout.png)]]
    107 
    108 You can check out !WikiEditor4Eclipse from [http://trac-hacks.org/svn/wikieditorforeclipseplugin here] using Subversion, or [source:wikieditorforeclipseplugin browse the source] with Trac.
    109 
     112[[Image(source:/wikieditorforeclipseplugin/docs/screenshots/source-layout.png)]]
    110113
    111114In order to build !WikiEditor4Eclipse you will need the following software:
     
    113116        * Subversion client
    114117        * Java JDK >= 1.5
    115         * [http://repository.sonatype.org/content/repositories/tycho-pseudo-releases/org/codehaus/tycho/tycho-distribution/ Tycho] maven plugin (tested with version 0.3.0-DEV-1819)
    116         * Eclipse SDK >= 3.2 (tested with version 3.4.2)
     118        * Maven 3
    117119
    118120You can build the plugin running the following commands on the command line:
     
    122124svn co http://trac-hacks.org/svn/wikieditorforeclipseplugin/trunk/source/ WikiEditor4Eclipse
    123125cd WikiEditor4Eclipse
    124 /opt/tycho-distribution-0.3.0-DEV-1819/bin/mvn \
    125  -Dtycho.targetPlatform=/opt/eclipse/eclipse-SDK-3.4.2 \
    126  clean install -Dmaven.test.skip
     126mvn clean install -DskipTests
    127127}}}
    128128
     
    132132[INFO] ------------------------------------------------------------------------
    133133[INFO] Reactor Summary:
    134 [INFO] ------------------------------------------------------------------------
    135 [INFO] Trac WikiEditor 4 Eclipse ............................. SUCCESS [26.864s]
    136 [INFO] Trac WikiEditor 4 Eclipse ~ Core ...................... SUCCESS [1:05.127s]
    137 [INFO] Trac WikiEditor 4 Eclipse ~ Eclipse Modules ........... SUCCESS [1.083s]
    138 [INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.core  SUCCESS [47.909s]
    139 [INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.plugin  SUCCESS [13.284s]
    140 [INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.feature  SUCCESS [2.595s]
    141 [INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.site  SUCCESS [8.048s]
    142 [INFO] ------------------------------------------------------------------------
    143 [INFO] ------------------------------------------------------------------------
    144 [INFO] BUILD SUCCESSFUL
    145 [INFO] ------------------------------------------------------------------------
    146 [INFO] Total time: 2 minutes 57 seconds
    147 [INFO] Finished at: Thu May 21 22:14:13 CEST 2009
    148 [INFO] Final Memory: 29M/52M
     134[INFO]
     135[INFO] Trac WikiEditor 4 Eclipse ......................... SUCCESS [0.203s]
     136[INFO] Trac WikiEditor 4 Eclipse ~ Core .................. SUCCESS [1.891s]
     137[INFO] Trac WikiEditor 4 Eclipse ~ Eclipse Modules ....... SUCCESS [0.015s]
     138[INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.core  SUCCESS [3.172s]
     139[INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.plugin  SUCCESS [1.875s]
     140[INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.feature  SUCCESS [0.078s]
     141[INFO] Trac WikiEditor 4 Eclipse ~ org.trachacks.wikieditor.eclipse.site  SUCCESS [2.047s]
     142[INFO] ------------------------------------------------------------------------
     143[INFO] BUILD SUCCESS
     144[INFO] ------------------------------------------------------------------------
     145[INFO] Total time: 53.860s
     146[INFO] Finished at: Thu Aug 04 12:27:36 CEST 2011
     147[INFO] Final Memory: 94M/242M
    149148[INFO] ------------------------------------------------------------------------
    150149}}}
    151150
    152151This will create a local eclipse update site at ''!WikiEditor4Eclipse/source/eclipse/org.trachacks.wikieditor.eclipse.site/target/site'' you can point Eclipse Update Manager to.
     152
     153(For instructions on how to build versions 0.0.x (0.0.6 and older) see [/wiki/WikiEditorForEclipsePlugin?version=37#BuildingfromSource])
    153154
    154155== Running Tests ==