I installed the latest version of Ant and was able to build the WOLips plugin. Were there any new features added to the plugin?
Thanks for all the help and suggestions! JR From: <Ruggentaler>, JR Ruggentaler <[email protected]<mailto:[email protected]>> Date: Wednesday, September 3, 2014 at 10:23 AM To: Theodore Petrosky <[email protected]<mailto:[email protected]>> Cc: Farrukh Ijaz <[email protected]<mailto:[email protected]>>, Pascal Robert <[email protected]<mailto:[email protected]>>, WebObjects-Dev <[email protected]<mailto:[email protected]>> Subject: Re: Eclipse 4.4 support for WOLips git branch * master From: Theodore Petrosky <[email protected]<mailto:[email protected]>> Date: Tuesday, September 2, 2014 at 6:49 PM To: JR Ruggentaler <[email protected]<mailto:[email protected]>> Cc: Farrukh Ijaz <[email protected]<mailto:[email protected]>>, Pascal Robert <[email protected]<mailto:[email protected]>>, WebObjects-Dev <[email protected]<mailto:[email protected]>> Subject: Re: Eclipse 4.4 support for WOLips what do you get when you: cd ~/Repository/wolips-4_4 git branch On Sep 2, 2014, at 4:14 PM, Ruggentaler, JR <[email protected]<mailto:[email protected]>> wrote: I followed the steps below but getting the same errors. Notes on Building for Eclipse 4.4 1. Install Eclipse 4.4 (add JRebel and JProfiler) 2. Update the ~/Library/wobuild.properties file and add: eclipse.home=/Path/To/The/Folder/Where/Eclipse44 lives 3. cd ~/Repository 4. git clone https://github.com/wocommunity/wolips.git wolips-4_4 5. cd wolips-4_4 Edited wolips/build.xml commented out JRebel and Jprofiler targets. 6. ant -Dbuild.version=4.4.0 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: [delete] Deleting directory /Users/a07278a/Repository/wolips-4_4/temp .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 _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]<mailto:[email protected]>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com This email sent to [email protected]<mailto:[email protected]>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
