you need to get the new WOLips and build it. the instruction are on the wiki:

http://wiki.wocommunity.org/display/WOL/Building+WOLips

It looks like Pascal finally merged the ‘fixes’ into the master brach so you 
can ignore the instructions that talk about fetching the 4.4 version
basically:

clone the repo
cd into the folder
and execute     ant -Dbuild.version=4.4.0

then follow the rest of the instructions to tell eclipse where your folder is 
with the compiled WOLips

it is actually very easy. (i mean, even I figured it out)

Ted



On Sep 1, 2014, at 9:52 AM, Flavio Donadio <fla...@donadio.com.br> wrote:

> Hello, all!
> 
> 
> I have been watching this thread closely... And now I am very interested in 
> setting up a new WO development environment from scratch, with the most 
> recent stuff, including Eclipse and WOLips.
> 
> I have not developed anything for some time and I plan on getting back soon, 
> so I think this is the right time to update all my tools.
> 
> Is there a step-by-step guide? I mean, there IS a step-by-step, but it 
> doesn't mention WOLips 4.4. I would like to get up and running as fast as I 
> can, but it seems even you guys, the masters of WO, are having a hard time 
> setting up the environment! ;)
> 
> 
> Cheers,
> Flavio
> 
> On 01/09/2014, at 02:57, Timothy Worman <li...@thetimmy.com> wrote:
> 
>> I actually had that happen when I tried to build it locally - even though 
>> the file in question was there. Is it possible that maybe the necessary 
>> properties aren’t in the build file? Mine required some additions:
>> 
>> eclipse.home=/Applications/eclipse
>> wo.woroot=/
>> wo.dir.reference.api=/Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/documentation/MacOSXServer/Reference/WO54_Reference
>> 
>> Tim
>> UCLA GSE&IS
>> 
>>> On Aug 31, 2014, at 5:14 PM, Pascal Robert <prob...@macti.ca> wrote:
>>> 
>>> I have tried to configure Jenkins to build it, but it always say:
>>> 
>>> /var/lib/jenkins/jobs/WOLips44/workspace/buildscripts/woproperties.xml:10: 
>>> Could not find 
>>> /var/lib/jenkins/jobs/WOLips44/workspace/Library/wobuild.properties. There 
>>> should now be a generated one. Just launch ant again
>>> 
>>> Even if the file is there. Doing a build manually in the same directory 
>>> works fine.
>>> 
>>>> Is there a jenkins build of the 4_4 branch?
>>>> 
>>>> Paul
>>>> On Aug 30, 2014, at 9:20 AM, Theodore Petrosky <tedp...@yahoo.com> wrote:
>>>> 
>>>>> I don’t think so. Yesterday, I created a new folder, cloned the repo, and 
>>>>> built. it failed until I did the checkout of the 4_4.
>>>>> 
>>>>> 
>>>>> 
>>>>> On Aug 30, 2014, at 9:14 AM, Pascal Robert <prob...@macti.ca> wrote:
>>>>> 
>>>>>> Well, looks like I really did merge into master :-/
>>>>>> 
>>>>>>> OK, I guess I misunderstood. Pull request 109 says:
>>>>>>> 
>>>>>>> “
>>>>>>> Eclipse 4.4 compatibility #109
>>>>>>> Merged  pascalrobert merged 8 commits into wocommunity:master from 
>>>>>>> Wolfy42:eclipse_4_4 20 days ago"
>>>>>>> 
>>>>>>> I didn’t see any commits after that so I assumed everything was in 
>>>>>>> master.
>>>>>>> 
>>>>>>> FYI, I was able to build WOLips for Eclipse 4.4 without any errors.
>>>>>>> 
>>>>>>> Tim
>>>>>>> UCLA GSE&IS
>>>>>>> 
>>>>>>>> On Aug 29, 2014, at 2:20 PM, Pascal Robert <prob...@macti.ca> wrote:
>>>>>>>> 
>>>>>>>> I didn't merge into master, I merged the pull request in the 
>>>>>>>> Wolfsonething-4.4 branch.
>>>>>>>> 
>>>>>>>> Envoyé de mon iPhone
>>>>>>>> 
>>>>>>>> Le 2014-08-29 à 16:27, Timothy Worman <li...@thetimmy.com> a écrit :
>>>>>>>> 
>>>>>>>>> OK, the reason I was getting an error earlier is because I was 
>>>>>>>>> working from my own fork on github. So, if anyone else is doing that 
>>>>>>>>> then the command to checkout pull request 109 is:
>>>>>>>>> 
>>>>>>>>> git remote add upstream https://github.com/wocommunity/wolips.git
>>>>>>>>> git fetch upstream pull/109/head:eclipse_4_4
>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>> 
>>>>>>>>> What is confusing to me is that github indicates that Pascal merged 
>>>>>>>>> 109 into wocommunity:master 20 days ago. I don’t see changes since 
>>>>>>>>> then. Am I misunderstanding the current state of things? Is there 
>>>>>>>>> another branch with further fixes?
>>>>>>>>> 
>>>>>>>>> Tim
>>>>>>>>> UCLA GSE&IS
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> On Aug 29, 2014, at 12:54 PM, Theodore Petrosky <tedp...@yahoo.com> 
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>> BTW, I googled:    git what branch am I on
>>>>>>>>>> 
>>>>>>>>>> http://stackoverflow.com/questions/5059441/how-to-find-which-git-branch-i-am-on-when-my-disk-is-mounted-on-other-server
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Aug 29, 2014, at 2:11 PM, Ruggentaler, JR 
>>>>>>>>>> <jr.ruggenta...@experian.com> wrote:
>>>>>>>>>> 
>>>>>>>>>>> I started over and did the following but I am still getting compile 
>>>>>>>>>>> errors.  How do I tell if I am building the correct branch?
>>>>>>>>>>> 
>>>>>>>>>>> git clone https://github.com/wocommunity/wolips.git wolips-4_4
>>>>>>>>>>> cd wolips-4_4
>>>>>>>>>>> git fetch origin pull/109/head:eclipse_4_4
>>>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>>>> 
>>>>>>>>>>> ant -Dbuild.version=4.4.0
>>>>>>>>>>> Buildfile: /Users/a07278a/Repository/wolips-4_4/build.xml
>>>>>>>>>>> 
>>>>>>>>>>> definestableupdatesite:
>>>>>>>>>>> 
>>>>>>>>>>> print.environment:
>>>>>>>>>>> [echo] 
>>>>>>>>>>> [echo]         ****************************************
>>>>>>>>>>> [echo]         * java.home = 
>>>>>>>>>>> /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/jre
>>>>>>>>>>> [echo]         * build.compiler = javac1.5
>>>>>>>>>>> [echo]         * ant.home = /Users/a07278a/bin/ant
>>>>>>>>>>> [echo]         * user.home = /Users/a07278a
>>>>>>>>>>> [echo]         * build.version = 4.4.0
>>>>>>>>>>> [echo]         * build.version.to.replace = 1.0.6
>>>>>>>>>>> [echo]         * build.output.dir = temp
>>>>>>>>>>> [echo]         * build.output.java.dir = temp/classes
>>>>>>>>>>> [echo]         * build.output.java.test.dir = temp/testclasses
>>>>>>>>>>> [echo]         * build.output.build.dir = temp/build
>>>>>>>>>>> [echo]         * build.output.dist.dir = temp/dist
>>>>>>>>>>> [echo]         * build.output.dist.targz.dir = temp/targz
>>>>>>>>>>> [echo]         * deploy.dir = ${deploy.dir} (set by the buildserver)
>>>>>>>>>>> [echo]         * eclipse.home = /Applications/eclipseLUNA44
>>>>>>>>>>> [echo]         * eclipse.deps.home = ${eclipse.deps.home}/features
>>>>>>>>>>> [echo]         * no.clean = ${no.clean}
>>>>>>>>>>> [echo]         * no.docs = ${no.docs}
>>>>>>>>>>> [echo]         * compile options
>>>>>>>>>>> [echo]         * compile.deprecation= on
>>>>>>>>>>> [echo]         * compile.debug= on
>>>>>>>>>>> [echo]         * compile.optimize= off
>>>>>>>>>>> [echo]         * compile.source= 1.5
>>>>>>>>>>> [echo]         * compile.target= 1.5
>>>>>>>>>>> [echo]         * feature.updateSiteName= WOLips stable
>>>>>>>>>>> [echo]         * feature.updateSite= 
>>>>>>>>>>> http://webobjects.mdimension.com/wolips/stable/
>>>>>>>>>>> [echo]         ****************************************
>>>>>>>>>>> [echo]         
>>>>>>>>>>> 
>>>>>>>>>>> verify.clean:
>>>>>>>>>>> 
>>>>>>>>>>> set.clean:
>>>>>>>>>>> [echo] To skip the clean set the property no.clean in your 
>>>>>>>>>>> build.properties
>>>>>>>>>>> 
>>>>>>>>>>> call.clean:
>>>>>>>>>>> 
>>>>>>>>>>> clean:
>>>>>>>>>>> 
>>>>>>>>>>> .ds_store:
>>>>>>>>>>> 
>>>>>>>>>>> .ds_store:
>>>>>>>>>>> 
>>>>>>>>>>> check:
>>>>>>>>>>> 
>>>>>>>>>>> check_file:
>>>>>>>>>>> 
>>>>>>>>>>> set_other:
>>>>>>>>>>> 
>>>>>>>>>>> correct_win:
>>>>>>>>>>> 
>>>>>>>>>>> check_env:
>>>>>>>>>>> 
>>>>>>>>>>> set_mac:
>>>>>>>>>>> 
>>>>>>>>>>> check:
>>>>>>>>>>> 
>>>>>>>>>>> prepare:
>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>> [mkdir] Created dir: /Users/a07278a/Repository/wolips-4_4/temp/build
>>>>>>>>>>> [mkdir] Created dir: /Users/a07278a/Repository/wolips-4_4/temp/dist
>>>>>>>>>>> [mkdir] Created dir: /Users/a07278a/Repository/wolips-4_4/temp/doc
>>>>>>>>>>> 
>>>>>>>>>>> woenvironment:
>>>>>>>>>>> 
>>>>>>>>>>> java:
>>>>>>>>>>> 
>>>>>>>>>>> java:
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>  warning: 'includeantruntime' was not set, defaulting to 
>>>>>>>>>>> build.sysclasspath=last; set to false for repeatable builds
>>>>>>>>>>> [javac] Compiling 62 source files to 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>> [javac] warning: [options] bootstrap class path not set in 
>>>>>>>>>>> conjunction with -source 1.5
>>>>>>>>>>> [javac] Note: 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woenvironment/src/java/org/objectstyle/woenvironment/plist/WOLPropertyListSerialization.java
>>>>>>>>>>>  uses or overrides a deprecated API.
>>>>>>>>>>> [javac] Note: Recompile with -Xlint:deprecation for details.
>>>>>>>>>>> [javac] Note: Some input files use unchecked or unsafe operations.
>>>>>>>>>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>>>>>>>>>> [javac] 1 warning
>>>>>>>>>>> 
>>>>>>>>>>> all:
>>>>>>>>>>> 
>>>>>>>>>>> woproject:
>>>>>>>>>>> 
>>>>>>>>>>> copy.resources:
>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0
>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/examples
>>>>>>>>>>> [copy] Copying 56 files to 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/examples
>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/doc
>>>>>>>>>>> 
>>>>>>>>>>> java:
>>>>>>>>>>> 
>>>>>>>>>>> java:
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>  warning: 'includeantruntime' was not set, defaulting to 
>>>>>>>>>>> build.sysclasspath=last; set to false for repeatable builds
>>>>>>>>>>> [javac] Compiling 29 source files to 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>> [javac] warning: [options] bootstrap class path not set in 
>>>>>>>>>>> conjunction with -source 1.5
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOApplication.java:556:
>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>> [javac]     woEnvironment = new 
>>>>>>>>>>> WOEnvironment(this.getProject().getProperties());
>>>>>>>>>>> [javac]                     ^
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOCompile.java:89:
>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>> [javac]     
>>>>>>>>>>> setClasspath(FrameworkSet.jarsPathForFrameworkSets(getProject(), 
>>>>>>>>>>> frameworkSets, new 
>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>> [javac]                                                             
>>>>>>>>>>>                         ^
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOLipsPropertiesTask.java:14:
>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>> [javac] WOEnvironment environment = new 
>>>>>>>>>>> WOEnvironment(getProject().getProperties());
>>>>>>>>>>> [javac]                             ^
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOPath.java:110:
>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>> [javac]       
>>>>>>>>>>> add(FrameworkSet.jarsPathForFrameworkSets(getProject(), 
>>>>>>>>>>> _frameworkSets, new 
>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>> [javac]                                                             
>>>>>>>>>>>                   ^
>>>>>>>>>>> [javac] 
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOUnit.java:23:
>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>> [javac]     
>>>>>>>>>>> getCommandline().createClasspath(getProject()).createPath().add(FrameworkSet.jarsPathForFrameworkSets(getProject(),
>>>>>>>>>>>  frameworkSets, new 
>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>> [javac]                                                             
>>>>>>>>>>>                                                                     
>>>>>>>>>>>        ^
>>>>>>>>>>> [javac] Note: Some input files use unchecked or unsafe operations.
>>>>>>>>>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>>>>>>>>>> [javac] 5 errors
>>>>>>>>>>> [javac] 1 warning
>>>>>>>>>>> 
>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/build.xml:98: The following 
>>>>>>>>>>> error occurred while executing this line:
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/build.xml:50:
>>>>>>>>>>>  The following error occurred while executing this line:
>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>  Compile failed; see the compiler error output for details.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> From: Theodore Petrosky <tedp...@yahoo.com>
>>>>>>>>>>> Date: Friday, August 29, 2014 at 7:42 AM
>>>>>>>>>>> To: JR Ruggentaler <jr.ruggenta...@experian.com>
>>>>>>>>>>> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
>>>>>>>>>>> Subject: Re: Eclipse 4.4 support for WOLips
>>>>>>>>>>> 
>>>>>>>>>>> I had this one. it appears you didn’t change to the 4.4 so you were 
>>>>>>>>>>> still on the 3.7 branch
>>>>>>>>>>> it’s these two lines”
>>>>>>>>>>> 
>>>>>>>>>>> git fetch origin pull/109/head:eclipse_4_4
>>>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>>>> 
>>>>>>>>>>> I got these from the post from Dennis Bliefernicht:
>>>>>>>>>>> 
>>>>>>>>>>> from the post:
>>>>>>>>>>> 
>>>>>>>>>>> As a side-note: the repository/branch mentioned in the first post 
>>>>>>>>>>> doesn’t seem to contain the latest changes concerning velocity, 
>>>>>>>>>>> wizards and templates. I needed to fetch the actual pull request 
>>>>>>>>>>> repository state to get the latest changes:
>>>>>>>>>>> 
>>>>>>>>>>> git clone https://github.com/wocommunity/wolips.git wolips-4_4
>>>>>>>>>>> cd wolips-4_4
>>>>>>>>>>> git fetch origin pull/109/head:eclipse_4_4
>>>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>>>> 
>>>>>>>>>>> see if this helps
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Aug 28, 2014, at 10:04 PM, Ruggentaler, JR 
>>>>>>>>>>> <jr.ruggenta...@experian.com> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> I Tried building wolips 4.4 following Theodore Petrosky's steps, 
>>>>>>>>>>>> but I encountered the following errors. Is there a build somewhere 
>>>>>>>>>>>> I can try?
>>>>>>>>>>>> 
>>>>>>>>>>>> OS X version 10.9.4
>>>>>>>>>>>> 
>>>>>>>>>>>> java -version
>>>>>>>>>>>> java version "1.7.0_65"
>>>>>>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
>>>>>>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
>>>>>>>>>>>> 
>>>>>>>>>>>> ant -Dbuild.version=4.4.0
>>>>>>>>>>>> Buildfile: /Users/a07278a/Repository/wolips-4_4/build.xml
>>>>>>>>>>>> 
>>>>>>>>>>>> definestableupdatesite:
>>>>>>>>>>>> 
>>>>>>>>>>>> print.environment:
>>>>>>>>>>>> [echo]
>>>>>>>>>>>> [echo] ****************************************
>>>>>>>>>>>> [echo] * java.home = 
>>>>>>>>>>>> /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/jre
>>>>>>>>>>>> [echo] * build.compiler = javac1.5
>>>>>>>>>>>> [echo] * ant.home = /Users/a07278a/bin/ant
>>>>>>>>>>>> [echo] * user.home = /Users/a07278a
>>>>>>>>>>>> [echo] * build.version = 4.4.0
>>>>>>>>>>>> [echo] * build.version.to.replace = 1.0.6
>>>>>>>>>>>> [echo] * build.output.dir = temp
>>>>>>>>>>>> [echo] * build.output.java.dir = temp/classes
>>>>>>>>>>>> [echo] * build.output.java.test.dir = temp/testclasses
>>>>>>>>>>>> [echo] * build.output.build.dir = temp/build
>>>>>>>>>>>> [echo] * build.output.dist.dir = temp/dist
>>>>>>>>>>>> [echo] * build.output.dist.targz.dir = temp/targz
>>>>>>>>>>>> [echo] * deploy.dir = ${deploy.dir} (set by the buildserver)
>>>>>>>>>>>> [echo] * eclipse.home = /Applications/eclipseLUNA44
>>>>>>>>>>>> [echo] * eclipse.deps.home = ${eclipse.deps.home}/features
>>>>>>>>>>>> [echo] * no.clean = ${no.clean}
>>>>>>>>>>>> [echo] * no.docs = ${no.docs}
>>>>>>>>>>>> [echo] * compile options
>>>>>>>>>>>> [echo] * compile.deprecation= on
>>>>>>>>>>>> [echo] * compile.debug= on
>>>>>>>>>>>> [echo] * compile.optimize= off
>>>>>>>>>>>> [echo] * compile.source= 1.5
>>>>>>>>>>>> [echo] * compile.target= 1.5
>>>>>>>>>>>> [echo] * feature.updateSiteName= WOLips stable
>>>>>>>>>>>> [echo] * feature.updateSite= 
>>>>>>>>>>>> http://webobjects.mdimension.com/wolips/stable/
>>>>>>>>>>>> [echo] ****************************************
>>>>>>>>>>>> [echo]
>>>>>>>>>>>> 
>>>>>>>>>>>> verify.clean:
>>>>>>>>>>>> 
>>>>>>>>>>>> set.clean:
>>>>>>>>>>>> [echo] To skip the clean set the property no.clean in your 
>>>>>>>>>>>> build.properties
>>>>>>>>>>>> 
>>>>>>>>>>>> call.clean:
>>>>>>>>>>>> 
>>>>>>>>>>>> clean:
>>>>>>>>>>>> 
>>>>>>>>>>>> .ds_store:
>>>>>>>>>>>> 
>>>>>>>>>>>> .ds_store:
>>>>>>>>>>>> 
>>>>>>>>>>>> check:
>>>>>>>>>>>> 
>>>>>>>>>>>> check_file:
>>>>>>>>>>>> 
>>>>>>>>>>>> set_other:
>>>>>>>>>>>> 
>>>>>>>>>>>> correct_win:
>>>>>>>>>>>> 
>>>>>>>>>>>> check_env:
>>>>>>>>>>>> 
>>>>>>>>>>>> set_mac:
>>>>>>>>>>>> 
>>>>>>>>>>>> check:
>>>>>>>>>>>> 
>>>>>>>>>>>> prepare:
>>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build
>>>>>>>>>>>> [mkdir] Created dir: /Users/a07278a/Repository/wolips-4_4/temp/dist
>>>>>>>>>>>> [mkdir] Created dir: /Users/a07278a/Repository/wolips-4_4/temp/doc
>>>>>>>>>>>> 
>>>>>>>>>>>> woenvironment:
>>>>>>>>>>>> 
>>>>>>>>>>>> java:
>>>>>>>>>>>> 
>>>>>>>>>>>> java:
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>>  warning: 'includeantruntime' was not set, defaulting to 
>>>>>>>>>>>> build.sysclasspath=last; set to false for repeatable builds
>>>>>>>>>>>> [javac] Compiling 62 source files to 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>>> [javac] warning: [options] bootstrap class path not set in 
>>>>>>>>>>>> conjunction with -source 1.5
>>>>>>>>>>>> [javac] Note: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woenvironment/src/java/org/objectstyle/woenvironment/plist/WOLPropertyListSerialization.java
>>>>>>>>>>>>  uses or overrides a deprecated API.
>>>>>>>>>>>> [javac] Note: Recompile with -Xlint:deprecation for details.
>>>>>>>>>>>> [javac] Note: Some input files use unchecked or unsafe operations.
>>>>>>>>>>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>>>>>>>>>>> [javac] 1 warning
>>>>>>>>>>>> 
>>>>>>>>>>>> all:
>>>>>>>>>>>> 
>>>>>>>>>>>> woproject:
>>>>>>>>>>>> 
>>>>>>>>>>>> copy.resources:
>>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0
>>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/examples
>>>>>>>>>>>> [copy] Copying 56 files to 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/examples
>>>>>>>>>>>> [mkdir] Created dir: 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/build/woproject_4.4.0/doc
>>>>>>>>>>>> 
>>>>>>>>>>>> java:
>>>>>>>>>>>> 
>>>>>>>>>>>> java:
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>>  warning: 'includeantruntime' was not set, defaulting to 
>>>>>>>>>>>> build.sysclasspath=last; set to false for repeatable builds
>>>>>>>>>>>> [javac] Compiling 29 source files to 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/temp/classes
>>>>>>>>>>>> [javac] warning: [options] bootstrap class path not set in 
>>>>>>>>>>>> conjunction with -source 1.5
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOApplication.java:556:
>>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>>> [javac] woEnvironment = new 
>>>>>>>>>>>> WOEnvironment(this.getProject().getProperties());
>>>>>>>>>>>> [javac] ^
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOCompile.java:89:
>>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> setClasspath(FrameworkSet.jarsPathForFrameworkSets(getProject(), 
>>>>>>>>>>>> frameworkSets, new 
>>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>>> [javac] ^
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOLipsPropertiesTask.java:14:
>>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>>> [javac] WOEnvironment environment = new 
>>>>>>>>>>>> WOEnvironment(getProject().getProperties());
>>>>>>>>>>>> [javac] ^
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOPath.java:110:
>>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>>> [javac] add(FrameworkSet.jarsPathForFrameworkSets(getProject(), 
>>>>>>>>>>>> _frameworkSets, new 
>>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>>> [javac] ^
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/src/java/org/objectstyle/woproject/ant/WOUnit.java:23:
>>>>>>>>>>>>  error: reference to WOEnvironment is ambiguous, both constructor 
>>>>>>>>>>>> WOEnvironment(Map<Object,Object>) in WOEnvironment and constructor 
>>>>>>>>>>>> WOEnvironment(Hashtable<String,Object>) in WOEnvironment match
>>>>>>>>>>>> [javac] 
>>>>>>>>>>>> getCommandline().createClasspath(getProject()).createPath().add(FrameworkSet.jarsPathForFrameworkSets(getProject(),
>>>>>>>>>>>>  frameworkSets, new 
>>>>>>>>>>>> WOEnvironment(getProject().getProperties()).getWOVariables()));
>>>>>>>>>>>> [javac] ^
>>>>>>>>>>>> [javac] Note: Some input files use unchecked or unsafe operations.
>>>>>>>>>>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>>>>>>>>>>> [javac] 5 errors
>>>>>>>>>>>> [javac] 1 warning
>>>>>>>>>>>> 
>>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/build.xml:98: The following 
>>>>>>>>>>>> error occurred while executing this line:
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/woproject-ant-tasks/build.xml:50:
>>>>>>>>>>>>  The following error occurred while executing this line:
>>>>>>>>>>>> /Users/a07278a/Repository/wolips-4_4/buildscripts/ant-style-project.xml:17:
>>>>>>>>>>>>  Compile failed; see the compiler error output for details.
>>>>>>>>>>>> 
>>>>>>>>>>>> Total time: 3 seconds
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> From: Theodore Petrosky <tedp...@yahoo.com>
>>>>>>>>>>>> Date: Wednesday, August 6, 2014 at 9:53 AM
>>>>>>>>>>>> To: WebObjects-Dev <webobjects-dev@lists.apple.com>
>>>>>>>>>>>> Subject: Re: Eclipse 4.4 support for WOLips
>>>>>>>>>>>> 
>>>>>>>>>>>> I can’t believe I got it to work. My full steps:
>>>>>>>>>>>> 
>>>>>>>>>>>> Install eclipse 4.4 ( I put it in   
>>>>>>>>>>>> /Developer/Applications/eclipse44   )
>>>>>>>>>>>> 
>>>>>>>>>>>> add  eclipse.home=/Developer/Applications/eclipse44
>>>>>>>>>>>> to my   ~/Library/wobuild.properties
>>>>>>>>>>>> 
>>>>>>>>>>>> cd ~/Repository
>>>>>>>>>>>> git clone https://github.com/wocommunity/wolips.git wolips-4_4
>>>>>>>>>>>> cd wolips-4_4
>>>>>>>>>>>> git fetch origin pull/109/head:eclipse_4_4
>>>>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>>>>> 
>>>>>>>>>>>> ant -Dbuild.version=4.4.0
>>>>>>>>>>>> 
>>>>>>>>>>>> I watched the compilation go by and had multiple errors. Some 
>>>>>>>>>>>> pointed to missing JRebel. So I added an update site to my 
>>>>>>>>>>>> installation of Eclipse 4.4 to point to JRebel and installed it. 
>>>>>>>>>>>> Other errors pointed to missing JProfiler. so I installed that. 
>>>>>>>>>>>> one of the last instructions was to point the JProfiler at my 
>>>>>>>>>>>> Eclipse installation.
>>>>>>>>>>>> 
>>>>>>>>>>>> I tried again:
>>>>>>>>>>>> 
>>>>>>>>>>>> ant -Dbuild.version=4.4.0
>>>>>>>>>>>> 
>>>>>>>>>>>> voilà I got a Build Successful
>>>>>>>>>>>> 
>>>>>>>>>>>> I ran eclipse 4.4 and followed the instructions on the wiki:  
>>>>>>>>>>>> http://wiki.wocommunity.org/display/WOL/Building+WOLips
>>>>>>>>>>>> 
>>>>>>>>>>>> I am successfully running Eclipse 4.4 with the improved WOLips and 
>>>>>>>>>>>> so far have not exploded.
>>>>>>>>>>>> 
>>>>>>>>>>>> I don’t understand why I had to install JRebel and JProfiler for 
>>>>>>>>>>>> the build to succeed.
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> On Aug 1, 2014, at 7:41 AM, Konrad Kubacki <kkuba...@power.com.pl> 
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Sure, hadn't noticed it's a link to wocomunity repository branch.
>>>>>>>>>>>>> For a working and stable version, You should use the Wolfy42 repo 
>>>>>>>>>>>>> (https://github.com/Wolfy42/wolips).
>>>>>>>>>>>>> 
>>>>>>>>>>>>> W dniu 01/08/14 10:11, Dennis Bliefernicht pisze:
>>>>>>>>>>>>>> Hello,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On 01.08.2014, at 07:22, Konrad Kubacki <kkuba...@power.com.pl> 
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Currently, it's DIY (or better: build it yourself, from 
>>>>>>>>>>>>>>> repository mentioned in first mail).
>>>>>>>>>>>>>> As a side-note: the repository/branch mentioned in the first 
>>>>>>>>>>>>>> post doesn’t seem to contain the latest changes concerning 
>>>>>>>>>>>>>> velocity, wizards and templates. I needed to fetch the actual 
>>>>>>>>>>>>>> pull request repository state to get the latest changes:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> git clone https://github.com/wocommunity/wolips.git wolips-4_4
>>>>>>>>>>>>>> cd wolips-4_4
>>>>>>>>>>>>>> git fetch origin pull/109/head:eclipse_4_4
>>>>>>>>>>>>>> git checkout eclipse_4_4
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I’ve been running that build (without the now-existing velocity 
>>>>>>>>>>>>>> patch, because I have no m2e installed currently) for several 
>>>>>>>>>>>>>> days now and have not yet encountered a single WOLips-related 
>>>>>>>>>>>>>> issue in Luna (Eclipse 4.4, even with Gradle-based projects); 
>>>>>>>>>>>>>> although I should mention I don’t work with components very 
>>>>>>>>>>>>>> often. Thus far I’d say that this is a really great effort and a 
>>>>>>>>>>>>>> good step forward for WOLips.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Greetings
>>>>>>>>>>>>>> Dennis Bliefernicht
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>>>>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>>>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/kkubacki%40power.com.pl
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> This email sent to kkuba...@power.com.pl
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> -- 
>>>>>>>>>>>>> Konrad Kubacki
>>>>>>>>>>>>> Starszy Programista - Lider Zespołu Programistów ifirma.pl
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Power Media S.A.
>>>>>>>>>>>>> ul. Grabiszyńska 241 B
>>>>>>>>>>>>> 53-234 Wrocław
>>>>>>>>>>>>> tel.: +48 71 769 43 00.
>>>>>>>>>>>>> faks: +48 71 321 00 16
>>>>>>>>>>>>> 
>>>>>>>>>>>>> http://www.power.com.pl
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Sąd Rejonowy dla Wrocławia-Fabrycznej
>>>>>>>>>>>>> VI Wydział Gospodarczy - Krajowego Rejestru Sądowego
>>>>>>>>>>>>> KRS: 0000281947
>>>>>>>>>>>>> NIP: PL-898-16-47-572
>>>>>>>>>>>>> Kapitał 640 000 zł w pełni opłacony
>>>>>>>>>>>>> 
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>>>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>>>>>>>>>>>>> 
>>>>>>>>>>>>> This email sent to tedp...@yahoo.com
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>>>>>>>>>> 
>>>>>>>>>> This email sent to li...@thetimmy.com
>>>>>>>>> 
>>>>>>>>> _______________________________________________
>>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>>>>>>>> 
>>>>>>>>> This email sent to prob...@macti.ca
>>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com
>>>>> 
>>>>> This email sent to p...@mac.com
>>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>>> 
>>> This email sent to li...@thetimmy.com
>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/flavio%40donadio.com.br
>> 
>> This email sent to fla...@donadio.com.br
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
> 
> This email sent to tedp...@yahoo.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to