Team Elements is not compiling with the following error. Can the latest svn version be used?
Jdk-1.5.0.15
tomcat 5.5.26
team elements svn 2663
---
init.classpath:
[echo] Project: Team Elements
[echo] Date: 2008-05-02 11:50:20 AM
[echo] User: root
[echo] System: Linux i386 2.6.24.4-64.fc8
[echo] Ant version: Apache Ant version 1.7.0 compiled on August 16 2007
[echo] Java version: 1.5.0_15
[echo] Container Type: catalina
[echo] Source path: /opt/Software/team_elements/trunk
[echo] Destination path: /opt/tomcat/webapps/team
[echo] File Library path: /opt/tomcat/webapps/team/WEB-INF/fileLibrary
[echo] Properties file: /opt/tomcat/webapps/team/WEB-INF/fileLibrary/build.properties
init.buildfile.exists:
init.buildfile.create:
prepare:
[mkdir] Created dir: /opt/tomcat/webapps/team/WEB-INF/lib
[copy] Copying 62 files to /opt/tomcat/webapps/team/WEB-INF/lib
[mkdir] Created dir: /opt/tomcat/webapps/team/WEB-INF/fileLibrary/1/templates
[copy] Copying 4 files to /opt/tomcat/webapps/team/WEB-INF/fileLibrary/1/templates
compile:
[delete] Deleting directory /opt/Software/team_elements/trunk/build/classes
[mkdir] Created dir: /opt/Software/team_elements/trunk/build/classes
[javac] Compiling 520 source files to /opt/Software/team_elements/trunk/build/classes
[javac] /opt/Software/team_elements/trunk/src/java/com/zeroio/portal/PortalUtils.java:59: cannot find symbol
[javac] symbol : method getProjectId()
[javac] location: class com.zeroio.iteam.base.DashboardPage
[javac] return ProjectUtils.loadProject(dashboard.getProjectId());
[javac] ^
[javac] Note: Some input files use or override 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 error
BUILD FAILED
/opt/Software/team_elements/trunk/build.xml:340: Compile failed; see the compiler error output for details.