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?
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] ****************************************
[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.