Error executing ant tasks - Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"
-------------------------------------------------------------------------------------------------------------------------
Key: APF-1148
URL:
http://issues.appfuse.org/browse/APF-1148 Project: AppFuse
Issue Type: Bug
Components: Build, Test, or Deploy Process
Environment: Kubuntu 8.10 - Locale "ES-AR"
Reporter: Matias Berrueta
Assignee: Matt Raible
Priority: Trivial
y download source code,
svn checkout
https://appfuse.dev.java.net/svn/appfuse/trunk appfuse
cd appfuse
mvn install
then try as a user
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-jsf -DremoteRepositories=
http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject
and get the same error
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks
Embedded error: The following error occurred while executing this line:
/media/disk/Dev/Java/Source/Work/appfuse/appfuse/web/jsf/src/test/resources/web-tests.xml:165: Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"
this can resolve temporaly editing appfuse/web/jsf/src/test/resources/web-tests.xml
and change the line
<verifytitle description="display Main Menu if save OK" text=".*${mainMenu.title}.*" regex="true"/>
with
<verifytitle description="display Main Menu if save OK" text=".*AppFuse.*" regex="true"/>
of course this work fine, because *"AppFuse*" is in "Registro | AppFuse"
the error is in the applicationResources.es.property ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.appfuse.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]