Build summary for 2.3.0.v20110323-r9150
-----------------------------------
Non-critical compilation issues (if any) reported in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
Build log: (/shared/rt/eclipselink/logs/bsb-trunk_nightly_110323-0005.log)
Build logs can be found on the download server at:
http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------
SVN Changes since Last Build:
------------------------------------------------------------------------
r9150 | dclarke | 2011-03-22 13:14:05 -0400 (Tue, 22 Mar 2011)
Changed paths:
A /eclipselink.example.jpa.employee.web/.classpath
A /eclipselink.example.jpa.employee.web/.project
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/src/eclipselink/example/jpa/employee/persistence/EmployeeCustomizer.java
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/WEB-INF/templates
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/about.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/create_employee.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/delete_employee.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/edit_employee.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/results_employees.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/search_employees.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/test.html
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/test.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/view_employee.xhtml
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/view_project.xhtml
------------------------------------------------------------------------
r9148 | dclarke | 2011-03-22 12:34:36 -0400 (Tue, 22 Mar 2011)
Changed paths:
D /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/user/EmployeeModify.java
------------------------------------------------------------------------
r9147 | dclarke | 2011-03-22 12:17:44 -0400 (Tue, 22 Mar 2011)
Changed paths:
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/templates/header.jsf
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/CreateEmployeeBean.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/DeleteEmployeeBean.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EditEmployeeBean.java
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeAdminService.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeController.java
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeService.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/EmployeeWebContextBean.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/ViewEmployeeBean.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/beans/admin/EditUserBean.java
------------------------------------------------------------------------
r9146 | dclarke | 2011-03-22 11:49:06 -0400 (Tue, 22 Mar 2011)
Changed paths:
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.model/.classpath
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/.metadata/WebContent/WEB-INF/faces-config.pageflow
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/WEB-INF/faces-config.xml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/admin/admin-home.xhtml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/admin/edit-company.xhtml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/admin/edit-user.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/add_obj.gif
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/cross.png
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/images/system-search-bw.png
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/index.xhtml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/login.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/templates
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/templates/header.jsf
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee-modify.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee.create.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee_delete.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee_edit.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee_search.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/employee_view.xhtml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/user-index.xhtml
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/WebContent/user/view_project.xhtml
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/EmployeeDemoContext.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/LoginBean.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/admin/CompanyModify.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/admin/CompanySearch.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/admin/UserSearch.java
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/user/EmployeeCreate.java
A /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/user/EmployeeEdit.java
M /trunk/examples/jpa.employee/eclipselink.example.jpa.employee.web/src/eclipselink/example/jpa/employee/web/user/EmployeeSearch.java
------------------------------------------------------------------------
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
--
-Eric

Eric Gwin | Senior Software Developer
Phone: +613 288 4622 | |
Fax: +613 2382818 | |
Mobile: +613 8582347
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Oracle is committed to developing practices and
products that help protect the environment