-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 M3
-
Fix Version/s: 7.0.0 M3
-
Component/s: Core Infrastructure
-
Labels:None
-
Fix Priority:5
Steps to reproduce:
- at the portal-source root directory for master branch:
- run
ant -f build-dist.xml unzip-tomcat
- run
ant all
- run
Expected result:
Source will compile.
Actual result:
Source has a compile failure, with the following stacktrace:
compile: [mkdir] Created dir: L:\private\master-portal\portal-test\classes compile-java: [copy] Copying 4 files to L:\private\master-portal\portal-test\classes [copy] Copied 85 empty directories to 79 empty directories under L:\private\master-portal\portal-test\classes [javac] Compiling 85 source files to L:\private\master-portal\portal-test\classes BUILD FAILED L:\private\master-portal\app.xml:21: The following error occurred while executing this line: L:\private\master-portal\build.xml:238: The following error occurred while executing this line: L:\private\master-portal\build.xml:414: The following error occurred while executing this line: L:\private\master-portal\portal-test\build.xml:19: The following error occurred while executing this line: L:\private\master-portal\build-common-java.xml:78: Reference portal.test.classpath not found. Total time: 2 minutes 3 seconds