Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request wocommunity#140 from getsharp/eclipse_4_10
Browse files Browse the repository at this point in the history
Readme changes
  • Loading branch information
darkv authored Feb 21, 2019
2 parents 29ddd25 + 7c95afe commit 4ec4d4b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
<img src="http://wiki.wocommunity.org/download/attachments/2624275/icon_256x256.png?version=1&modificationDate=1287449464000&api=v2" alt="WOLips Icon" width="30%" style="float: right;"/>
#WOLips

# WOLips

With the deprecation of the Apple-supplied WebObjects development tools in the WO5.4 timeframe, WOProject/WOLips has become the recommended toolset for WebObjects development and is the toolset that Apple itself uses internally.

Almost all of the functionality provided by the Apple toolset (XCode, EOModeler, WOBuilder, etc) has been duplicated, greatly expanded upon or re-thought from the ground up in Eclipse and WOLips. WOProject/WOLips is the net effect of thousands of hours of freely-given and paid-for labor by many talented developers, and it is constantly improving.

##WOLips Project Home
## WOLips Project Home

The home page for the WOLips project is <a href="http://wiki.wocommunity.org/display/WOL/Home">http://wiki.wocommunity.org/display/WOL/Home</a>


##Installing WOLips
## Installing WOLips

Installing prebuilt versions of WOLips in existing Eclipse installations can be done the same way any other Eclipse plugin is installed.


1. Add the WOLips update URL to the Available Software Sites list (either through **Eclipse > Preferences > Install/Update > Available Software Sites** or **Help > Install New Software... > Add**)
2. Use the WOLips update URL to install the plugin http://jenkins.wocommunity.org/job/WOLips44/lastSuccessfulBuild/artifact/temp/dist/
2. Use the WOLips update URL to install the plugin http://jenkins.wocommunity.org/job/WOLips410/lastSuccessfulBuild/artifact/temp/dist/




###Building WOLips
### Building WOLips

####Prerequisites
* Eclipse ( this document is current as of 4.4 Luna)
#### Prerequisites
* Eclipse ( this document is current as of 4.10 2018-12)
* Git
* JRebel and JProfiler are required if you want to build those parts of WOLips

Expand All @@ -35,24 +36,23 @@ Installing prebuilt versions of WOLips in existing Eclipse installations can be
3. build with ant. Example:

```bash
user$ ant -Dbuild.version=4.4.0 -Declipse.home=/path/to/eclipse -Dskip.jprofiler=true -Dskip.jrebel=true
user$ ant -Dbuild.version=4.10.0 -Declipse.home=/path/to/eclipse -Dskip.jprofiler=true -Dskip.jrebel=true
```

4. verify the build succeeded and the product is in the dist directory
5. Use the eclipse plugin installation process to install from the dist directory.


======
wolips
======

Fork of wonder/wolips with changes to develop and debug in Eclipse 4.4 PDE
Fork of wonder/wolips with changes to develop and debug in Eclipse 4.10 PDE

## Installation of WOLips to develop under Eclipse 4.4
## Installation of WOLips to develop under Eclipse 4.10

### Prepare eclipse:

1) Use an extra Eclipse installation to develop and debug WOLips, e.g “Eclipse IDE for Eclipse Committers 4.4.1”
1) Use an extra Eclipse installation to develop and debug WOLips

2) Be sure to use Java 1.7 or higher

Expand All @@ -79,7 +79,7 @@ Fork of wonder/wolips with changes to develop and debug in Eclipse 4.4 PDE
Open ../wolips/build.xml and comment all occurrences of “jprofile”

4) Open terminal in WOLips root folder and run
ant -Dbuild.version=4.4.0
ant -Dbuild.version=4.10.0

### Prepare workspace:

Expand Down

0 comments on commit 4ec4d4b

Please sign in to comment.