Re: Eclipse 4.4 support for WOLips

2014-08-31 Thread Pascal Robert
I just did a build from the master branch and it works for me.

 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 GSEIS
 
 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 GSEIS
 
 
 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 

Re: Eclipse 4.4 support for WOLips

2014-08-31 Thread Pascal Robert
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 GSEIS
 
 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 GSEIS
 
 
 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 
 

Re: Eclipse 4.4 support for WOLips

2014-08-31 Thread Paul Yu
Could you send me the config.xml for this project, I will play with it on my 
Jenkins servers...

Sent from my iPad

 On Aug 31, 2014, at 8: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
 Mergedpascalrobert 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 GSEIS
 
 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 GSEIS
 
 
 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:
 

Re: Eclipse 4.4 support for WOLips

2014-08-31 Thread Timothy Worman
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 GSEIS

 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
 Mergedpascalrobert 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 GSEIS
 
 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 GSEIS
 
 
 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: