[JIRA] Created: (APF-1148) Error executing ant tasks - Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"

3 messages Options
Embed this post
Permalink
AppFuse - Issues mailing list

[JIRA] Created: (APF-1148) Error executing ant tasks - Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"

Reply Threaded More More options
Print post
Permalink
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]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1148) Error executing ant tasks - Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"

Reply Threaded More More options
Print post
Permalink

     [ http://issues.appfuse.org/browse/APF-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1148:
-----------------------------

    Fix Version/s: 2.1

> 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
>             Fix For: 2.1
>
>
> 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]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1148) Error executing ant tasks - Wrong document title found!. Expected value ".*Menú Principal.*" but got "Registro | AppFuse"

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

     [ http://issues.appfuse.org/browse/APF-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1148:
-----------------------------

    Fix Version/s:     (was: 2.1.0-M1)
                   2.1.0-M2

> 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
>             Fix For: 2.1.0-M2
>
>
> 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]