${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.CopyLibs.displayName=CopyLibs Task
libs.CopyLibs.prop-version=2.0
+libs.primefaces.classpath=\
+ ${base}/primefaces/primefaces-5.3.jar
+libs.primefaces.displayName=PrimeFaces 5.3
+libs.primefaces.prop-maven-dependencies=\n org.primefaces:primefaces:5.3:jar\n
+libs.primefaces.prop-maven-repositories=default:http://repository.primefaces.org/
<target name="-init-taskdefs">
<fail unless="libs.CopyLibs.classpath">
The libs.CopyLibs.classpath property is not set up.
-This property must point to
+This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
-of NetBeans IDE installation and is usually located at
+of NetBeans IDE installation and is usually located at
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
</target>
<target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
<target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
- <copyfiles files="${file.reference.jcore-logger-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcoreee.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jcore-logger-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcountry-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcountry-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jphone-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jphone-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jphone-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jphone-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.juser-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.juser-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jcustomer-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jcustomer-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jshop-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jshop-ee-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.pizzaservice-core.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${reference.pizzaservice-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${reference.pizzaservice-mailer.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.cdi-api.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.gf-client.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${libs.primefaces.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<mkdir dir="${build.web.dir}/META-INF"/>
<manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
</target>
<target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
- <copyfiles files="${file.reference.jcore-logger-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.jcoreee.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
+ <copyfiles files="${file.reference.jcore-logger-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.jcountry-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.jcountry-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jphone-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jphone-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
+ <copyfiles files="${file.reference.jphone-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
+ <copyfiles files="${file.reference.jphone-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.juser-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.juser-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jcustomer-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jcustomer-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jshop-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.pizzaservice-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${reference.pizzaservice-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${reference.pizzaservice-mailer.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.cdi-api.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
- <copyfiles files="${file.reference.gf-client.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
+ <copyfiles files="${libs.primefaces.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
</target>
<target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
<delete dir="${build.web.dir}/WEB-INF/lib"/>
</target>
<target depends="init,javadoc-build,javadoc-browse" description="Build Javadoc." name="javadoc"/>
<!--
-
+
TEST COMPILATION SECTION
-->
<target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
</target>
<target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
<!--
-
+
TEST EXECUTION SECTION
-->
<target depends="init" if="have.tests" name="-pre-test-run">
</target>
<target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method,-post-test-run-single-method" description="Run single unit test." name="test-single-method"/>
<!--
-
+
TEST DEBUGGING SECTION
-->
<target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test">
</target>
<target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
<!--
-
+
CLEANUP SECTION
-->
<target depends="init" name="deps-clean" unless="no.deps">
<ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/>
+ <ant antfile="${project.pizzaservice-lib-1}/build.xml" inheritall="false" target="clean"/>
<ant antfile="${project.pizzaservice-mailer}/build.xml" inheritall="false" target="clean"/>
</target>
<target depends="init" name="do-clean">
<Scene Scope="Project" version="2">
<Scope Scope="Faces Configuration Only"/>
<Scope Scope="Project">
- <Node id="admin/customer/admin_customer_delete.xhtml" x="1650" y="750" zoom="true"/>
- <Node id="admin/cellphone/admin_contact_cellphone_list.xhtml" x="1150" y="600" zoom="true"/>
- <Node id="customer/checkout2.xhtml" x="1900" y="150" zoom="true"/>
- <Node id="admin/contact/admin_contact_show.xhtml" x="900" y="1200" zoom="true"/>
- <Node id="privacy.xhtml" x="650" y="300" zoom="true"/>
- <Node id="guest/user/show_addressbook.xhtml" x="650" y="750" zoom="true"/>
- <Node id="admin/mobile_provider/admin_mobile_provider_show.xhtml" x="1400" y="900" zoom="true"/>
- <Node id="admin/user/admin_user_show.xhtml" x="400" y="450" zoom="true"/>
- <Node id="admin/index.xhtml" x="1650" y="450" zoom="true"/>
- <Node id="user/login_own_addressbooks.xhtml" x="2150" y="600" zoom="true"/>
- <Node id="customer/register.xhtml" x="400" y="1050" zoom="true"/>
- <Node id="user/login_user_data_saved.xhtml" x="2650" y="150" zoom="true"/>
- <Node id="item_added.xhtml" x="150" y="450" zoom="true"/>
- <Node id="admin/category/admin_category_list.xhtml" x="1150" y="750" zoom="true"/>
- <Node id="admin/admin_logout.xhtml" x="1650" y="600" zoom="true"/>
- <Node id="user/login_data_saved.xhtml" x="900" y="900" zoom="true"/>
- <Node id="admin/user/admin_user_unlock.xhtml" x="900" y="600" zoom="true"/>
- <Node id="customer/lost_passwd.xhtml" x="1900" y="300" zoom="true"/>
- <Node id="guest/user/user_list.xhtml" x="650" y="600" zoom="true"/>
- <Node id="index.xhtml" x="1900" y="750" zoom="true"/>
- <Node id="user/login_edit_user_data.xhtml" x="1650" y="900" zoom="true"/>
- <Node id="customer/checkout_done.xhtml" x="1400" y="600" zoom="true"/>
- <Node id="customer/login.xhtml" x="150" y="750" zoom="true"/>
- <Node id="*" x="900" y="750" zoom="true"/>
- <Node id="admin/customer/admin_customer_unlock.xhtml" x="1650" y="300" zoom="true"/>
- <Node id="admin/cellphone/admin_contact_cellphone_edit.xhtml" x="1150" y="150" zoom="true"/>
- <Node id="user/login_index.xhtml" x="1400" y="750" zoom="true"/>
- <Node id="admin/product/admin_product_edit.xhtml" x="1150" y="1050" zoom="true"/>
- <Node id="guest/user/lost_passwd.xhtml" x="2150" y="300" zoom="true"/>
- <Node id="guest/user/register_done.xhtml" x="150" y="150" zoom="true"/>
- <Node id="guest/user/show_addressbook_entries.xhtml" x="2400" y="150" zoom="true"/>
- <Node id="user/login.xhtml" x="1400" y="450" zoom="true"/>
- <Node id="admin/cellphone/admin_contact_cellphone_unlink.xhtml" x="400" y="150" zoom="true"/>
- <Node id="admin/country/admin_country_list.xhtml" x="150" y="1350" zoom="true"/>
- <Node id="login/login_edit_user_data.xhtml" x="2900" y="150" zoom="true"/>
- <Node id="admin/customer/admin_customer_edit.xhtml" x="1400" y="300" zoom="true"/>
- <Node id="admin/mobile_provider/admin_mobile_provider_delete.xhtml" x="900" y="150" zoom="true"/>
- <Node id="user/login_change_password.xhtml" x="650" y="1200" zoom="true"/>
- <Node id="admin/mobile_provider/admin_mobile_provider_list.xhtml" x="1900" y="600" zoom="true"/>
- <Node id="customer/checkout.xhtml" x="150" y="600" zoom="true"/>
- <Node id="guest/user/user_profile.xhtml" x="150" y="1650" zoom="true"/>
- <Node id="admin/product/admin_product_delete.xhtml" x="400" y="900" zoom="true"/>
- <Node id="guest/user/confirm_account.xhtml" x="650" y="450" zoom="true"/>
- <Node id="basket.xhtml" x="400" y="750" zoom="true"/>
- <Node id="admin/cellphone/admin_contact_cellphone_delete.xhtml" x="400" y="300" zoom="true"/>
- <Node id="exception.xhtml" x="1400" y="150" zoom="true"/>
- <Node id="admin/user/admin_user_delete.xhtml" x="1150" y="1200" zoom="true"/>
- <Node id="admin/category/admin_category_delete.xhtml" x="900" y="450" zoom="true"/>
- <Node id="login/login_index.xhtml" x="2400" y="300" zoom="true"/>
- <Node id="guest/user/register_page2.xhtml" x="1150" y="300" zoom="true"/>
- <Node id="admin/user/admin_user_edit.xhtml" x="900" y="1050" zoom="true"/>
- <Node id="terms.xhtml" x="650" y="150" zoom="true"/>
- <Node id="admin/contact/admin_contact_list.xhtml" x="1650" y="150" zoom="true"/>
- <Node id="admin/contact/admin_contact_edit.xhtml" x="2150" y="150" zoom="true"/>
- <Node id="admin/user/admin_user_list.xhtml" x="400" y="1350" zoom="true"/>
- <Node id="admin/country/admin_country_delete.xhtml" x="2400" y="450" zoom="true"/>
- <Node id="user/login_change_personal_data.xhtml" x="2150" y="450" zoom="true"/>
- <Node id="admin/category/admin_category_edit.xhtml" x="400" y="600" zoom="true"/>
- <Node id="logout.xhtml" x="150" y="900" zoom="true"/>
- <Node id="admin/country/admin_country_edit.xhtml" x="2650" y="300" zoom="true"/>
- <Node id="user/login_add_addressbook.xhtml" x="150" y="300" zoom="true"/>
- <Node id="user/login_contact_data_saved.xhtml" x="400" y="1500" zoom="true"/>
- <Node id="user/user_profile.xhtml" x="900" y="300" zoom="true"/>
- <Node id="admin/contact/admin_contact_delete.xhtml" x="150" y="1050" zoom="true"/>
- <Node id="imprint.xhtml" x="650" y="1350" zoom="true"/>
- <Node id="admin/mobile_provider/admin_mobile_provider_edit.xhtml" x="1150" y="450" zoom="true"/>
- <Node id="admin/cellphone/admin_contact_cellphone_show.xhtml" x="400" y="1200" zoom="true"/>
- <Node id="guest/user/login.xhtml" x="650" y="1050" zoom="true"/>
- <Node id="admin/customer/admin_customer_list.xhtml" x="650" y="900" zoom="true"/>
- <Node id="guest/user/register.xhtml" x="1150" y="900" zoom="true"/>
- <Node id="user/login_change_email_address.xhtml" x="1400" y="1050" zoom="true"/>
- <Node id="admin/product/admin_product_list.xhtml" x="150" y="1200" zoom="true"/>
- <Node id="admin/customer/admin_customer_show.xhtml" x="1900" y="450" zoom="true"/>
- <Node id="customer/empty_basket.xhtml" x="150" y="1500" zoom="true"/>
+ <Node id="admin/customer/admin_customer_delete.xhtml" x="650" y="450" zoom="true"/>
+ <Node id="admin/cellphone/admin_contact_cellphone_list.xhtml" x="1400" y="150" zoom="true"/>
+ <Node id="customer/checkout2.xhtml" x="900" y="750" zoom="true"/>
+ <Node id="admin/contact/admin_contact_show.xhtml" x="1650" y="300" zoom="true"/>
+ <Node id="privacy.xhtml" x="1400" y="900" zoom="true"/>
+ <Node id="guest/user/show_addressbook.xhtml" x="150" y="900" zoom="true"/>
+ <Node id="admin/mobile_provider/admin_mobile_provider_show.xhtml" x="2650" y="300" zoom="true"/>
+ <Node id="admin/user/admin_user_show.xhtml" x="400" y="1500" zoom="true"/>
+ <Node id="admin/index.xhtml" x="1900" y="300" zoom="true"/>
+ <Node id="user/login_own_addressbooks.xhtml" x="1150" y="150" zoom="true"/>
+ <Node id="user/login_user_data_saved.xhtml" x="400" y="1200" zoom="true"/>
+ <Node id="customer/register.xhtml" x="1650" y="750" zoom="true"/>
+ <Node id="admin/category/admin_category_list.xhtml" x="1150" y="450" zoom="true"/>
+ <Node id="item_added.xhtml" x="400" y="1350" zoom="true"/>
+ <Node id="admin/admin_logout.xhtml" x="1150" y="600" zoom="true"/>
+ <Node id="user/login_data_saved.xhtml" x="900" y="1200" zoom="true"/>
+ <Node id="admin/user/admin_user_unlock.xhtml" x="900" y="300" zoom="true"/>
+ <Node id="customer/lost_passwd.xhtml" x="400" y="600" zoom="true"/>
+ <Node id="index.xhtml" x="400" y="900" zoom="true"/>
+ <Node id="guest/user/user_list.xhtml" x="150" y="1050" zoom="true"/>
+ <Node id="user/login_edit_user_data.xhtml" x="150" y="750" zoom="true"/>
+ <Node id="customer/checkout_done.xhtml" x="1900" y="450" zoom="true"/>
+ <Node id="customer/login.xhtml" x="1400" y="450" zoom="true"/>
+ <Node id="*" x="2150" y="600" zoom="true"/>
+ <Node id="admin/customer/admin_customer_unlock.xhtml" x="900" y="1350" zoom="true"/>
+ <Node id="admin/cellphone/admin_contact_cellphone_edit.xhtml" x="150" y="300" zoom="true"/>
+ <Node id="user/login_index.xhtml" x="2150" y="150" zoom="true"/>
+ <Node id="admin/product/admin_product_edit.xhtml" x="650" y="1050" zoom="true"/>
+ <Node id="guest/user/lost_passwd.xhtml" x="900" y="1050" zoom="true"/>
+ <Node id="guest/user/register_done.xhtml" x="1150" y="750" zoom="true"/>
+ <Node id="guest/user/show_addressbook_entries.xhtml" x="2400" y="300" zoom="true"/>
+ <Node id="user/login.xhtml" x="900" y="600" zoom="true"/>
+ <Node id="admin/cellphone/admin_contact_cellphone_unlink.xhtml" x="900" y="150" zoom="true"/>
+ <Node id="admin/country/admin_country_list.xhtml" x="1150" y="300" zoom="true"/>
+ <Node id="login/login_edit_user_data.xhtml" x="1650" y="450" zoom="true"/>
+ <Node id="admin/customer/admin_customer_edit.xhtml" x="2400" y="150" zoom="true"/>
+ <Node id="admin/mobile_provider/admin_mobile_provider_delete.xhtml" x="2900" y="150" zoom="true"/>
+ <Node id="user/login_change_password.xhtml" x="1150" y="900" zoom="true"/>
+ <Node id="admin/mobile_provider/admin_mobile_provider_list.xhtml" x="1650" y="900" zoom="true"/>
+ <Node id="admin/contact/admin_contact_export.xhtml" x="400" y="450" zoom="true"/>
+ <Node id="customer/checkout.xhtml" x="1650" y="600" zoom="true"/>
+ <Node id="guest/user/user_profile.xhtml" x="650" y="300" zoom="true"/>
+ <Node id="admin/product/admin_product_delete.xhtml" x="1150" y="1200" zoom="true"/>
+ <Node id="guest/user/confirm_account.xhtml" x="400" y="750" zoom="true"/>
+ <Node id="basket.xhtml" x="900" y="450" zoom="true"/>
+ <Node id="admin/cellphone/admin_contact_cellphone_delete.xhtml" x="150" y="600" zoom="true"/>
+ <Node id="admin/user/admin_user_delete.xhtml" x="150" y="1200" zoom="true"/>
+ <Node id="exception.xhtml" x="2650" y="150" zoom="true"/>
+ <Node id="admin/category/admin_category_delete.xhtml" x="150" y="450" zoom="true"/>
+ <Node id="login/login_index.xhtml" x="1900" y="600" zoom="true"/>
+ <Node id="admin/user/admin_user_edit.xhtml" x="650" y="750" zoom="true"/>
+ <Node id="guest/user/register_page2.xhtml" x="900" y="900" zoom="true"/>
+ <Node id="terms.xhtml" x="2150" y="450" zoom="true"/>
+ <Node id="admin/contact/admin_contact_edit.xhtml" x="150" y="150" zoom="true"/>
+ <Node id="admin/contact/admin_contact_list.xhtml" x="400" y="150" zoom="true"/>
+ <Node id="admin/user/admin_user_list.xhtml" x="2150" y="300" zoom="true"/>
+ <Node id="admin/country/admin_country_delete.xhtml" x="400" y="300" zoom="true"/>
+ <Node id="user/login_change_personal_data.xhtml" x="2400" y="450" zoom="true"/>
+ <Node id="admin/category/admin_category_edit.xhtml" x="1900" y="150" zoom="true"/>
+ <Node id="admin/country/admin_country_edit.xhtml" x="1400" y="300" zoom="true"/>
+ <Node id="logout.xhtml" x="150" y="1350" zoom="true"/>
+ <Node id="user/login_add_addressbook.xhtml" x="150" y="1650" zoom="true"/>
+ <Node id="user/login_contact_data_saved.xhtml" x="1400" y="1050" zoom="true"/>
+ <Node id="user/user_profile.xhtml" x="1400" y="750" zoom="true"/>
+ <Node id="admin/contact/admin_contact_delete.xhtml" x="150" y="1500" zoom="true"/>
+ <Node id="imprint.xhtml" x="1400" y="600" zoom="true"/>
+ <Node id="admin/mobile_provider/admin_mobile_provider_edit.xhtml" x="650" y="150" zoom="true"/>
+ <Node id="admin/cellphone/admin_contact_cellphone_show.xhtml" x="650" y="600" zoom="true"/>
+ <Node id="guest/user/login.xhtml" x="1150" y="1050" zoom="true"/>
+ <Node id="admin/customer/admin_customer_list.xhtml" x="650" y="1350" zoom="true"/>
+ <Node id="guest/user/register.xhtml" x="650" y="900" zoom="true"/>
+ <Node id="user/login_change_email_address.xhtml" x="1650" y="150" zoom="true"/>
+ <Node id="admin/product/admin_product_list.xhtml" x="400" y="1050" zoom="true"/>
+ <Node id="admin/customer/admin_customer_show.xhtml" x="1900" y="750" zoom="true"/>
+ <Node id="customer/empty_basket.xhtml" x="650" y="1200" zoom="true"/>
</Scope>
<Scope Scope="All Faces Configurations"/>
</Scene>
${reference.pizzaservice-lib.jar}:\
${reference.pizzaservice-mailer.jar}:\
${file.reference.cdi-api.jar}:\
- ${file.reference.gf-client.jar}
+ ${file.reference.gf-client.jar}:\
+ ${libs.primefaces.classpath}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.debug=true
<minimum-ant-version>1.6.5</minimum-ant-version>
<web-module-libraries>
<library dirs="200">
- <file>${file.reference.jcore-logger-lib.jar}</file>
+ <file>${file.reference.jcoreee.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
- <file>${file.reference.jcoreee.jar}</file>
+ <file>${file.reference.jcore-logger-lib.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
<file>${file.reference.jcountry-lib.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
- <library dirs="200">
- <file>${file.reference.jphone-core.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${file.reference.jphone-lib.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
<library dirs="200">
<file>${file.reference.jcontacts-core.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
- <file>${file.reference.juser-core.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${file.reference.juser-lib.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${file.reference.jcustomer-core.jar}</file>
+ <file>${file.reference.jphone-core.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
- <file>${file.reference.jcustomer-lib.jar}</file>
+ <file>${file.reference.jphone-lib.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
- <file>${file.reference.jshop-core.jar}</file>
+ <file>${file.reference.juser-core.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
- <file>${file.reference.jshop-ee-lib.jar}</file>
+ <file>${file.reference.juser-lib.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
</library>
<library dirs="200">
<file>${reference.pizzaservice-lib.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
<file>${reference.pizzaservice-mailer.jar}</file>
</library>
<library dirs="200">
<file>${file.reference.cdi-api.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
<file>${file.reference.gf-client.jar}</file>
+ </library>
+ <library dirs="200">
+ <file>${libs.primefaces.classpath}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
</web-module-libraries>
<clean-target>clean</clean-target>
<id>jar</id>
</reference>
+ <reference>
+ <foreign-project>pizzaservice-lib-1</foreign-project>
+ <artifact-type>jar</artifact-type>
+ <script>build.xml</script>
+ <target>jar</target>
+ <clean-target>clean</clean-target>
+ <id>jar</id>
+ </reference>
<reference>
<foreign-project>pizzaservice-mailer</foreign-project>
<artifact-type>jar</artifact-type>
ADMIN_MENU_CONTACT_TITLE=Manage contact data
LINK_ADMIN_LIST_CONTACT=Kontaktdaten auflisten
LINK_ADMIN_LIST_CONTACT_TITLE=Listet alle Kontaktdaten auf, egal wo her sie angelegt wurden.
+ADMIN_CONTACT_COUNTRY_CODE=L\u00e4ndercode:
+ADMIN_CONTACT_CELLPHONE_NUMBER=Handynummer:
+ADMIN_CONTACT_LANDLINE_NUMBER=Telefonnummer:
+ADMIN_CONTACT_FAX_NUMBER=Faxnummer:
+PAGE_TITLE_ADMIN_EXPORT_CONTACT=Kontaktdaten exportieren
+CONTENT_TITLE_ADMIN_EXPORT_CONTACT=Kontaktdaten exportieren:
+ADMIN_EXPORT_CONTACTS_TITLE=Datenexport starten
+ADMIN_EXPORT_CONTACTS_TIMEOUT_WARNING=Bei sehr gro\u00dfen Datenmengen kann es eventuell zu Zeit\u00fcberschreitungen kommen. Daher sollten Sie besser seitenweise exportieren.
+BUTTON_ADMIN_EXPORT_CONTACTS_CSV=Alle Daten als CSV-Datei exportieren
+LINK_ADMIN_EXPORT_CONTACT=Daten exportieren
+LINK_ADMIN_EXPORT_CONTACT_TITLE=Kontaktdaten exportieren
ADMIN_MENU_CONTACT_TITLE=Manage contact data
LINK_ADMIN_LIST_CONTACT=List contact data
LINK_ADMIN_LIST_CONTACT_TITLE=Lists all contact data regardless where they was created.
+ADMIN_CONTACT_COUNTRY_CODE=Country code:
+ADMIN_CONTACT_CELLPHONE_NUMBER=Cellphone number:
+ADMIN_CONTACT_LANDLINE_NUMBER=Phone number:
+ADMIN_CONTACT_FAX_NUMBER=Fax number:
+PAGE_TITLE_ADMIN_EXPORT_CONTACT=Export contact data
+CONTENT_TITLE_ADMIN_EXPORT_CONTACT=Export contact data:
+ADMIN_EXPORT_CONTACTS_TITLE=Start data export
+#Bei sehr gro\u00dfen Datenmengen kann es eventuell zu Zeit\u00fcberschreitungen kommen. Daher sollten Sie besser seitenweise exportieren.
+ADMIN_EXPORT_CONTACTS_TIMEOUT_WARNING=Big data amount may lead to timeouts. You should then try to export each page separately.
+BUTTON_ADMIN_EXPORT_CONTACTS_CSV=Export all data as CSV file
+LINK_ADMIN_EXPORT_CONTACT=Export data
+LINK_ADMIN_EXPORT_CONTACT_TITLE=Export contact data
import org.mxchange.jcontacts.events.contact.update.AdminUpdatedContactEvent;
import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException;
import org.mxchange.jcountry.data.Country;
+import org.mxchange.jphone.phonenumbers.DialableNumber;
import org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber;
import org.mxchange.jphone.phonenumbers.cellphone.DialableCellphoneNumber;
import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
return "admin_list_contact"; //NOI18N
}
+ @Override
+ public String generateCellphoneNumber (final DialableCellphoneNumber cellphoneNumber) {
+ // Is it null?
+ if (null == cellphoneNumber) {
+ // Return null
+ return null;
+ }
+
+ // Get all data
+ String number = String.format(
+ "%s%d%d", //NOI18N
+ cellphoneNumber.getCellphoneProvider().getProviderCountry().getCountryExternalDialPrefix(),
+ cellphoneNumber.getCellphoneProvider().getProviderDialPrefix(),
+ cellphoneNumber.getPhoneNumber()
+ );
+
+ // Return it
+ return number;
+ }
+
+ @Override
+ public String generatePhoneNumber (final DialableNumber phoneNumber) {
+ // Is it null?
+ if (null == phoneNumber) {
+ // Return null
+ return null;
+ }
+
+ // Generate it
+ String number = String.format(
+ "%s%d%d", //NOI18N
+ phoneNumber.getPhoneCountry().getCountryExternalDialPrefix(),
+ phoneNumber.getPhoneAreaCode(),
+ phoneNumber.getPhoneNumber()
+ );
+
+ // Return it
+ return number;
+ }
+
@Override
@SuppressWarnings ("ReturnOfDateField")
public Date getBirthday () {
import org.mxchange.jcontacts.contact.Contact;
import org.mxchange.jcontacts.contact.gender.Gender;
import org.mxchange.jcountry.data.Country;
+import org.mxchange.jphone.phonenumbers.DialableNumber;
+import org.mxchange.jphone.phonenumbers.cellphone.DialableCellphoneNumber;
import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
/**
*/
void setZipCode (final Integer zipCode);
+ /**
+ * Returns a text respresentation of given phone number or null if not set.
+ * <p>
+ * @param phoneNumber Phone number
+ * <p>
+ * @return Text respresentation or null
+ */
+ String generatePhoneNumber (final DialableNumber phoneNumber);
+
+ /**
+ * Returns a text representation of given cellphone number or null if not
+ * set.
+ * <p>
+ * @param cellphoneNumber Cellphone number
+ * <p>
+ * @return Text respresentation or null
+ */
+ String generateCellphoneNumber (final DialableCellphoneNumber cellphoneNumber);
+
}
<from-outcome>admin_list_contact</from-outcome>
<to-view-id>/admin/contact/admin_contact_list.xhtml</to-view-id>
</navigation-case>
+ <navigation-case>
+ <from-outcome>admin_export_contact</from-outcome>
+ <to-view-id>/admin/contact/admin_contact_export.xhtml</to-view-id>
+ </navigation-case>
<navigation-case>
<from-outcome>admin_list_user</from-outcome>
<to-view-id>/admin/user/admin_user_list.xhtml</to-view-id>
<ul>
<li><h:link title="#{msg.LINK_ADMIN_LIST_CONTACT_TITLE}" outcome="admin_list_contact" value="#{msg.LINK_ADMIN_LIST_CONTACT}" /></li>
+ <li><h:link title="#{msg.LINK_ADMIN_EXPORT_CONTACT_TITLE}" outcome="admin_export_contact" value="#{msg.LINK_ADMIN_EXPORT_CONTACT}" /></li>
</ul>
<div class="menu_header">
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
+ xmlns:h="http://xmlns.jcp.org/jsf/html"
+ xmlns:f="http://xmlns.jcp.org/jsf/core"
+
+ xmlns:p="http://primefaces.org/ui">
+
+ <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+ <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EXPORT_CONTACT}</ui:define>
+
+ <ui:define name="content_header">
+ #{msg.CONTENT_TITLE_ADMIN_EXPORT_CONTACT}
+ </ui:define>
+
+ <ui:define name="content">
+ <h:form id="form_export_contacts">
+ <p:dataTable id="table_export_contacts" var="contact" value="#{contactController.allContacts()}" tableStyleClass="table_big" paginator="true" rows="10" summary="#{msg.TABLE_SUMMARY_ADMIN_EXPORT_CONTACT}" rendered="#{contactController.hasContacts()}">
+ <p:column exportable="false">
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_ID}" />
+ </f:facet>
+
+ <h:link outcome="admin_show_contact" title="#{msg.ADMIN_LINK_SHOW_CONTACT_TITLE}" value="#{contact.contactId}">
+ <f:param name="contactId" value="#{contact.contactId}" />
+ </h:link>
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_GENDER}" />
+ </f:facet>
+
+ <h:outputText value="#{msg[contact.contactGender.messageKey]}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_TITLE}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactTitle}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_FIRST_NAME}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactFirstName}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_FAMILY_NAME}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactFamilyName}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_STREET}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactStreet}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_HOUSE_NUMBER}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactHouseNumber}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_COUNTRY_CODE}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactCountry.countryCode}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_ZIP_CODE}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactZipCode}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_CITY}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactCity}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_EMAIL_ADDRESS}" />
+ </f:facet>
+
+ <h:outputText value="#{contact.contactEmailAddress}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_CELLPHONE_NUMBER}" />
+ </f:facet>
+
+ <h:outputText value="#{adminContactController.generateCellphoneNumber(contact.contactCellphoneNumber)}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_LANDLINE_NUMBER}" />
+ </f:facet>
+
+ <h:outputText value="#{adminContactController.generatePhoneNumber(contact.contactLandLineNumber)}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_FAX_NUMBER}" />
+ </f:facet>
+
+ <h:outputText value="#{adminContactController.generatePhoneNumber(contact.contactFaxNumber)}" />
+ </p:column>
+
+ <p:column>
+ <f:facet name="header">
+ <h:outputText value="#{msg.ADMIN_CONTACT_CREATED}" />
+ </f:facet>
+
+ <h:outputText id="contactCreated" value="#{contact.contactCreated.time}">
+ <f:convertDateTime for="contactCreated" type="both" timeStyle="short" dateStyle="short" />
+ </h:outputText>
+ </p:column>
+ </p:dataTable>
+
+ <div class="table_medium">
+ <div class="table_header">
+ #{msg.ADMIN_EXPORT_CONTACTS_TITLE}
+ </div>
+
+ <div class="para">
+ <h:outputText value="#{msg.ADMIN_EXPORT_CONTACTS_TIMEOUT_WARNING}" />
+ </div>
+
+ <div class="table_footer">
+ <h:commandButton styleClass="submit" type="submit" id="export_contacts" value="#{msg.BUTTON_ADMIN_EXPORT_CONTACTS_CSV}">
+ <p:dataExporter type="csv" target="table_export_contacts" fileName="all_contacts" />
+ </h:commandButton>
+ </div>
+ </div>
+ </h:form>
+ </ui:define>
+ </ui:composition>
+</html>