Re: Eclipse 4.4 support for WOLips
Re: Eclipse 4.4 support for WOLips
- Subject: Re: Eclipse 4.4 support for WOLips
- From: Pascal Robert <email@hidden>
- Date: Sun, 31 Aug 2014 20:14:49 -0400
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 <email@hidden> 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 <email@hidden> 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 <email@hidden> 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 <email@hidden> 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 <email@hidden> 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 <email@hidden> 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 <email@hidden>
>>>>>>>> Date: Friday, August 29, 2014 at 7:42 AM
>>>>>>>> To: JR Ruggentaler <email@hidden>
>>>>>>>> Cc: WebObjects-Dev <email@hidden>
>>>>>>>> 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 <email@hidden> 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 <email@hidden>
>>>>>>>>> Date: Wednesday, August 6, 2014 at 9:53 AM
>>>>>>>>> To: WebObjects-Dev <email@hidden>
>>>>>>>>> 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 <email@hidden> 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 <email@hidden> 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 (email@hidden)
>>>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>>>>
>>>>>>>>>>> This email sent to email@hidden
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> 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 (email@hidden)
>>>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>>>
>>>>>>>>>> This email sent to email@hidden
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>> Webobjects-dev mailing list (email@hidden)
>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>
>>>>>>> This email sent to email@hidden
>>>>>>
>>>>>> _______________________________________________
>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>> Webobjects-dev mailing list (email@hidden)
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>
>>>>>> This email sent to email@hidden
>>>>
>>>
>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden