You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Gerard Donnelly <Ge...@amt-sybex.com> on 2008/07/01 14:23:18 UTC

[trinidad] Issues building 1.2.8

Hi All,

I downloaded the 1.2.8 source zip and was able to build (using a clean
repository) with 'mvn clean install'.

However, if I immediately try to rebuild it fails with the following
test errors:

 
initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
enderKitTest)
 
testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
l.XhtmlLafUtilsTest)
 
testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
e.xhtml.XhtmlLafUtilsTest)

I saw somewhere that 'mvn compile' should be used. I've tried this too
but still end up with the same result.

Any advice greatly appreciated.

Thanks,
Gerry


P Please consider the environment before printing this email
_________________________________________________________ 
 
1. The information contained in this E-mail, including any files transmitted with it, is confidential and may be legally privileged. This E-mail is intended only for the personal attention of the stated addressee(s). Any access to this E-mail, including any files transmitted with it, by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail or any files transmitted with it. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform the sender immediately and delete it and all copies from your system. You may not forward this E-mail without the permission of the sender.
 
2. The views expressed in this E-mail are those of the author, and do not necessarily represent the views of AMT-SYBEX. Internet communications are not secure and AMT-SYBEX cannot, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses.
 
AMT-SYBEX Limited is a UK company, registration number GB03036807 at address The Spirella Building, Bridge Road, Letchworth, SG6 4ET. 
AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com
_________________________________________________________

RE: [trinidad] Issues building 1.2.8

Posted by Gerard Donnelly <Ge...@amt-sybex.com>.
Hi,

It looks like deleting something from the repository and forcing it to
be downloaded again will make the initial connection.

If that connection is not made then the tests will fail as below.

Forcing the download allows for successful tests and build completion.

G


-----Original Message-----
From: Matthias Wessendorf [mailto:mwessendorf@gmail.com] 
Sent: 01 July 2008 20:46
To: MyFaces Discussion
Subject: Re: [trinidad] Issues building 1.2.8

I am not sure but I think I saw it in the past with facelets.

-M

Sent from my iPod.

Am 01.07.2008 um 21:23 schrieb Scott O'Bryan <da...@gmail.com>:

> Some XML parsers try to resolve schema's via the namespace url if  
> there is no resolver for them.  Typically jars will register a  
> resolver to local copies of the schema files using a namespace  
> handler, so this is not always necessary.  If you're missing the  
> handler and your XML parser is set up to do strict validation,  
> you'll probably want to have access to the internet.
>
> Technically according to the XML specification, this is the  
> incorrect behavior.  These URL's for the namespace DO NOT need to be  
> present on the internet, but then it is up to the framework to  
> register all of the schemas.  You should be able to turn this  
> functionality off.
>
> Scott
>
> Matthias Wessendorf wrote:
>> Well,
>> looks like the DTD for some XMLs are validated via internet, like  
>> facelets.
>>
>> -M
>>
>> On Tue, Jul 1, 2008 at 7:18 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>
>>> Yes, behind a firewall. The setting has the correct proxy -  
>>> configed as
>>> below. There were no other changes to settings.xml.
>>>
>>>   <proxy>
>>>     <id>main_proxy</id>
>>>     <active>true</active>
>>>     <protocol>http</protocol>
>>>     <host>XXX.X.XXX.XXX</host>
>>>     <port>8080</port>
>>>     <nonProxyHosts>localhost, 127.0.0.1</nonProxyHosts>
>>>   </proxy>
>>>
>>> Wouldn't an incorrect proxy prevent the initial build? Leave the
>>> repository empty?
>>>
>>> I have another project using 1.0.8 and there are no issues  
>>> building it.
>>>
>>> G
>>>
>>> -----Original Message-----
>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>> Behalf Of
>>> Matthias Wessendorf
>>> Sent: 01 July 2008 17:51
>>> To: MyFaces Discussion
>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>
>>> It works for me...
>>>
>>> Looking at the TXT, I see:
>>> java.net.ConnectException: Connection timed out: connect
>>>       at java.net.PlainSocketImpl.socketConnect(Native Method)
>>>
>>> You are behind a firewall, right ?
>>> Is there any chance that your settings.xml is just wrong ?
>>> Like, wrong proxy, etc ?
>>>
>>> -Matthias
>>>
>>> On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
>>> <Ge...@amt-sybex.com> wrote:
>>>
>>>> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>>>>
>>>> I've attached the surefire reports if it helps.
>>>>
>>>> G
>>>>
>>>> -----Original Message-----
>>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>>> Behalf
>>>>
>>> Of
>>>
>>>> Matthias Wessendorf
>>>> Sent: 01 July 2008 17:36
>>>> To: MyFaces Discussion
>>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>>
>>>> crazy.
>>>> let me check that. It would be odd if the source release of an open
>>>> source project has an issue...
>>>>
>>>> -Matthias
>>>>
>>>> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
>>>> <Ge...@amt-sybex.com> wrote:
>>>>
>>>>> Hi Matthias,
>>>>>
>>>>> I've checked out both 1.2.7 and 1.2.8.
>>>>>
>>>>> Both fail in the same way. Clean and install works with an empty
>>>>> repository.
>>>>> It then fails on an immediate rerun.
>>>>>
>>>>> The failure occurs for Trinidad-impl with the test issues below.
>>>>>
>>>>> G
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>>>> Behalf
>>>>>
>>>> Of
>>>>
>>>>> Matthias Wessendorf
>>>>> Sent: 01 July 2008 13:28
>>>>> To: MyFaces Discussion
>>>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>>>
>>>>> ****** This Message Originated From The Internet Please Be Aware  
>>>>> Of
>>>>> Suspicious Attachments And Content ******
>>>>>
>>>>> Hi,
>>>>>
>>>>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>>>>> <Ge...@amt-sybex.com> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I downloaded the 1.2.8 source zip and was able to build (using a
>>>>>>
>>>> clean
>>>>
>>>>>> repository) with 'mvn clean install'.
>>>>>>
>>>>> so, when you delete the repo it works ?
>>>>>
>>>>>
>>>>>> However, if I immediately try to rebuild it fails with the  
>>>>>> following
>>>>>> test errors:
>>>>>>
>>>>> that means with an existing repo it doesn't work ?
>>>>> Strange. Can you test 1.2.7 as well ?
>>>>>
>>>>>
>>>>> PS: does the SVN checckout work for you ?
>>>>>
>>>>> -M
>>>>>
>>>>>
>>>>>>
>>>>>>
>>> initializationError0 
>>> (org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>>
>>>>>> enderKitTest)
>>>>>>
>>>>>>
>>>>>>
>>> testEscapeInQuoteJS 
>>> (org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>>
>>>>>> l.XhtmlLafUtilsTest)
>>>>>>
>>>>>>
>>>>>>
>>> testDoubleEscapeInQuoteJS 
>>> (org.apache.myfaces.trinidadinternal.ui.laf.bas
>>>
>>>>>> e.xhtml.XhtmlLafUtilsTest)
>>>>>>
>>>>>> I saw somewhere that 'mvn compile' should be used. I've tried  
>>>>>> this
>>>>>>
>>>> too
>>>>
>>>>>> but still end up with the same result.
>>>>>>
>>>>>> Any advice greatly appreciated.
>>>>>>
>>>>>> Thanks,
>>>>>> Gerry
>>>>>>
>>>>>>
>>>>>> P Please consider the environment before printing this email
>>>>>> _________________________________________________________
>>>>>>
>>>>>> 1. The information contained in this E-mail, including any files
>>>>>>
>>>>> transmitted with it, is confidential and may be legally  
>>>>> privileged.
>>>>>
>>>> This
>>>>
>>>>> E-mail is intended only for the personal attention of the stated
>>>>> addressee(s). Any access to this E-mail, including any files
>>>>>
>>>> transmitted
>>>>
>>>>> with it, by any other person is unauthorised. If you are not an
>>>>> addressee, you must not disclose, copy, circulate or in any  
>>>>> other way
>>>>> use or rely on the information contained in this E-mail or any  
>>>>> files
>>>>> transmitted with it. Such unauthorised use may be unlawful. If you
>>>>>
>>>> have
>>>>
>>>>> received this E-mail in error, please inform the sender  
>>>>> immediately
>>>>>
>>>> and
>>>>
>>>>> delete it and all copies from your system. You may not forward  
>>>>> this
>>>>> E-mail without the permission of the sender.
>>>>>
>>>>>> 2. The views expressed in this E-mail are those of the author,  
>>>>>> and
>>>>>>
>>> do
>>>
>>>>> not necessarily represent the views of AMT-SYBEX. Internet
>>>>> communications are not secure and AMT-SYBEX cannot, therefore,  
>>>>> accept
>>>>> legal responsibility for the contents of this message nor for any
>>>>>
>>>> damage
>>>>
>>>>> caused by viruses.
>>>>>
>>>>>> AMT-SYBEX Limited is a UK company, registration number  
>>>>>> GB03036807 at
>>>>>>
>>>>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>>>>
>>>>>> AMT-SYBEX (NI) Limited is a UK company, registration number  
>>>>>> NI024104
>>>>>>
>>>>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>>>>
>>>>>> For more information on the AMT-SYBEX Group visit
>>>>>>
>>>>> http://www.amt-sybex.com
>>>>>
>>>>>> _________________________________________________________
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Matthias Wessendorf
>>>>>
>>>>> further stuff:
>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>> mail: matzew-at-apache-dot-org
>>>>>
>>>>>
>>>>>
>>>>> P Please consider the environment before printing this email
>>>>>
>>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> further stuff:
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> mail: matzew-at-apache-dot-org
>>>>
>>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>
>>
>>
>>
>


P Please consider the environment before printing this email
_________________________________________________________ 
 
1. The information contained in this E-mail, including any files transmitted with it, is confidential and may be legally privileged. This E-mail is intended only for the personal attention of the stated addressee(s). Any access to this E-mail, including any files transmitted with it, by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail or any files transmitted with it. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform the sender immediately and delete it and all copies from your system. You may not forward this E-mail without the permission of the sender.
 
2. The views expressed in this E-mail are those of the author, and do not necessarily represent the views of AMT-SYBEX. Internet communications are not secure and AMT-SYBEX cannot, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses.
 
AMT-SYBEX Limited is a UK company, registration number GB03036807 at address The Spirella Building, Bridge Road, Letchworth, SG6 4ET. 
AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com
_________________________________________________________

Re: [trinidad] Issues building 1.2.8

Posted by Matthias Wessendorf <mw...@gmail.com>.
I am not sure but I think I saw it in the past with facelets.

-M

Sent from my iPod.

Am 01.07.2008 um 21:23 schrieb Scott O'Bryan <da...@gmail.com>:

> Some XML parsers try to resolve schema's via the namespace url if  
> there is no resolver for them.  Typically jars will register a  
> resolver to local copies of the schema files using a namespace  
> handler, so this is not always necessary.  If you're missing the  
> handler and your XML parser is set up to do strict validation,  
> you'll probably want to have access to the internet.
>
> Technically according to the XML specification, this is the  
> incorrect behavior.  These URL's for the namespace DO NOT need to be  
> present on the internet, but then it is up to the framework to  
> register all of the schemas.  You should be able to turn this  
> functionality off.
>
> Scott
>
> Matthias Wessendorf wrote:
>> Well,
>> looks like the DTD for some XMLs are validated via internet, like  
>> facelets.
>>
>> -M
>>
>> On Tue, Jul 1, 2008 at 7:18 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>
>>> Yes, behind a firewall. The setting has the correct proxy -  
>>> configed as
>>> below. There were no other changes to settings.xml.
>>>
>>>   <proxy>
>>>     <id>main_proxy</id>
>>>     <active>true</active>
>>>     <protocol>http</protocol>
>>>     <host>XXX.X.XXX.XXX</host>
>>>     <port>8080</port>
>>>     <nonProxyHosts>localhost, 127.0.0.1</nonProxyHosts>
>>>   </proxy>
>>>
>>> Wouldn't an incorrect proxy prevent the initial build? Leave the
>>> repository empty?
>>>
>>> I have another project using 1.0.8 and there are no issues  
>>> building it.
>>>
>>> G
>>>
>>> -----Original Message-----
>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>> Behalf Of
>>> Matthias Wessendorf
>>> Sent: 01 July 2008 17:51
>>> To: MyFaces Discussion
>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>
>>> It works for me...
>>>
>>> Looking at the TXT, I see:
>>> java.net.ConnectException: Connection timed out: connect
>>>       at java.net.PlainSocketImpl.socketConnect(Native Method)
>>>
>>> You are behind a firewall, right ?
>>> Is there any chance that your settings.xml is just wrong ?
>>> Like, wrong proxy, etc ?
>>>
>>> -Matthias
>>>
>>> On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
>>> <Ge...@amt-sybex.com> wrote:
>>>
>>>> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>>>>
>>>> I've attached the surefire reports if it helps.
>>>>
>>>> G
>>>>
>>>> -----Original Message-----
>>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>>> Behalf
>>>>
>>> Of
>>>
>>>> Matthias Wessendorf
>>>> Sent: 01 July 2008 17:36
>>>> To: MyFaces Discussion
>>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>>
>>>> crazy.
>>>> let me check that. It would be odd if the source release of an open
>>>> source project has an issue...
>>>>
>>>> -Matthias
>>>>
>>>> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
>>>> <Ge...@amt-sybex.com> wrote:
>>>>
>>>>> Hi Matthias,
>>>>>
>>>>> I've checked out both 1.2.7 and 1.2.8.
>>>>>
>>>>> Both fail in the same way. Clean and install works with an empty
>>>>> repository.
>>>>> It then fails on an immediate rerun.
>>>>>
>>>>> The failure occurs for Trinidad-impl with the test issues below.
>>>>>
>>>>> G
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On  
>>>>> Behalf
>>>>>
>>>> Of
>>>>
>>>>> Matthias Wessendorf
>>>>> Sent: 01 July 2008 13:28
>>>>> To: MyFaces Discussion
>>>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>>>
>>>>> ****** This Message Originated From The Internet Please Be Aware  
>>>>> Of
>>>>> Suspicious Attachments And Content ******
>>>>>
>>>>> Hi,
>>>>>
>>>>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>>>>> <Ge...@amt-sybex.com> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I downloaded the 1.2.8 source zip and was able to build (using a
>>>>>>
>>>> clean
>>>>
>>>>>> repository) with 'mvn clean install'.
>>>>>>
>>>>> so, when you delete the repo it works ?
>>>>>
>>>>>
>>>>>> However, if I immediately try to rebuild it fails with the  
>>>>>> following
>>>>>> test errors:
>>>>>>
>>>>> that means with an existing repo it doesn't work ?
>>>>> Strange. Can you test 1.2.7 as well ?
>>>>>
>>>>>
>>>>> PS: does the SVN checckout work for you ?
>>>>>
>>>>> -M
>>>>>
>>>>>
>>>>>>
>>>>>>
>>> initializationError0 
>>> (org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>>
>>>>>> enderKitTest)
>>>>>>
>>>>>>
>>>>>>
>>> testEscapeInQuoteJS 
>>> (org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>>
>>>>>> l.XhtmlLafUtilsTest)
>>>>>>
>>>>>>
>>>>>>
>>> testDoubleEscapeInQuoteJS 
>>> (org.apache.myfaces.trinidadinternal.ui.laf.bas
>>>
>>>>>> e.xhtml.XhtmlLafUtilsTest)
>>>>>>
>>>>>> I saw somewhere that 'mvn compile' should be used. I've tried  
>>>>>> this
>>>>>>
>>>> too
>>>>
>>>>>> but still end up with the same result.
>>>>>>
>>>>>> Any advice greatly appreciated.
>>>>>>
>>>>>> Thanks,
>>>>>> Gerry
>>>>>>
>>>>>>
>>>>>> P Please consider the environment before printing this email
>>>>>> _________________________________________________________
>>>>>>
>>>>>> 1. The information contained in this E-mail, including any files
>>>>>>
>>>>> transmitted with it, is confidential and may be legally  
>>>>> privileged.
>>>>>
>>>> This
>>>>
>>>>> E-mail is intended only for the personal attention of the stated
>>>>> addressee(s). Any access to this E-mail, including any files
>>>>>
>>>> transmitted
>>>>
>>>>> with it, by any other person is unauthorised. If you are not an
>>>>> addressee, you must not disclose, copy, circulate or in any  
>>>>> other way
>>>>> use or rely on the information contained in this E-mail or any  
>>>>> files
>>>>> transmitted with it. Such unauthorised use may be unlawful. If you
>>>>>
>>>> have
>>>>
>>>>> received this E-mail in error, please inform the sender  
>>>>> immediately
>>>>>
>>>> and
>>>>
>>>>> delete it and all copies from your system. You may not forward  
>>>>> this
>>>>> E-mail without the permission of the sender.
>>>>>
>>>>>> 2. The views expressed in this E-mail are those of the author,  
>>>>>> and
>>>>>>
>>> do
>>>
>>>>> not necessarily represent the views of AMT-SYBEX. Internet
>>>>> communications are not secure and AMT-SYBEX cannot, therefore,  
>>>>> accept
>>>>> legal responsibility for the contents of this message nor for any
>>>>>
>>>> damage
>>>>
>>>>> caused by viruses.
>>>>>
>>>>>> AMT-SYBEX Limited is a UK company, registration number  
>>>>>> GB03036807 at
>>>>>>
>>>>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>>>>
>>>>>> AMT-SYBEX (NI) Limited is a UK company, registration number  
>>>>>> NI024104
>>>>>>
>>>>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>>>>
>>>>>> For more information on the AMT-SYBEX Group visit
>>>>>>
>>>>> http://www.amt-sybex.com
>>>>>
>>>>>> _________________________________________________________
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Matthias Wessendorf
>>>>>
>>>>> further stuff:
>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>> mail: matzew-at-apache-dot-org
>>>>>
>>>>>
>>>>>
>>>>> P Please consider the environment before printing this email
>>>>>
>>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> further stuff:
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> mail: matzew-at-apache-dot-org
>>>>
>>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>
>>
>>
>>
>

Re: [trinidad] Issues building 1.2.8

Posted by Scott O'Bryan <da...@gmail.com>.
Some XML parsers try to resolve schema's via the namespace url if there 
is no resolver for them.  Typically jars will register a resolver to 
local copies of the schema files using a namespace handler, so this is 
not always necessary.  If you're missing the handler and your XML parser 
is set up to do strict validation, you'll probably want to have access 
to the internet.

Technically according to the XML specification, this is the incorrect 
behavior.  These URL's for the namespace DO NOT need to be present on 
the internet, but then it is up to the framework to register all of the 
schemas.  You should be able to turn this functionality off.

Scott

Matthias Wessendorf wrote:
> Well,
> looks like the DTD for some XMLs are validated via internet, like facelets.
>
> -M
>
> On Tue, Jul 1, 2008 at 7:18 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>   
>> Yes, behind a firewall. The setting has the correct proxy - configed as
>> below. There were no other changes to settings.xml.
>>
>>    <proxy>
>>      <id>main_proxy</id>
>>      <active>true</active>
>>      <protocol>http</protocol>
>>      <host>XXX.X.XXX.XXX</host>
>>      <port>8080</port>
>>      <nonProxyHosts>localhost, 127.0.0.1</nonProxyHosts>
>>    </proxy>
>>
>> Wouldn't an incorrect proxy prevent the initial build? Leave the
>> repository empty?
>>
>> I have another project using 1.0.8 and there are no issues building it.
>>
>> G
>>
>> -----Original Message-----
>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
>> Matthias Wessendorf
>> Sent: 01 July 2008 17:51
>> To: MyFaces Discussion
>> Subject: Re: [trinidad] Issues building 1.2.8
>>
>> It works for me...
>>
>> Looking at the TXT, I see:
>> java.net.ConnectException: Connection timed out: connect
>>        at java.net.PlainSocketImpl.socketConnect(Native Method)
>>
>> You are behind a firewall, right ?
>> Is there any chance that your settings.xml is just wrong ?
>> Like, wrong proxy, etc ?
>>
>> -Matthias
>>
>> On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>     
>>> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>>>
>>> I've attached the surefire reports if it helps.
>>>
>>> G
>>>
>>> -----Original Message-----
>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
>>>       
>> Of
>>     
>>> Matthias Wessendorf
>>> Sent: 01 July 2008 17:36
>>> To: MyFaces Discussion
>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>
>>> crazy.
>>> let me check that. It would be odd if the source release of an open
>>> source project has an issue...
>>>
>>> -Matthias
>>>
>>> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
>>> <Ge...@amt-sybex.com> wrote:
>>>       
>>>> Hi Matthias,
>>>>
>>>> I've checked out both 1.2.7 and 1.2.8.
>>>>
>>>> Both fail in the same way. Clean and install works with an empty
>>>> repository.
>>>> It then fails on an immediate rerun.
>>>>
>>>> The failure occurs for Trinidad-impl with the test issues below.
>>>>
>>>> G
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
>>>>         
>>> Of
>>>       
>>>> Matthias Wessendorf
>>>> Sent: 01 July 2008 13:28
>>>> To: MyFaces Discussion
>>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>>
>>>> ****** This Message Originated From The Internet Please Be Aware Of
>>>> Suspicious Attachments And Content ******
>>>>
>>>> Hi,
>>>>
>>>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>>>> <Ge...@amt-sybex.com> wrote:
>>>>         
>>>>> Hi All,
>>>>>
>>>>> I downloaded the 1.2.8 source zip and was able to build (using a
>>>>>           
>>> clean
>>>       
>>>>> repository) with 'mvn clean install'.
>>>>>           
>>>> so, when you delete the repo it works ?
>>>>
>>>>         
>>>>> However, if I immediately try to rebuild it fails with the following
>>>>> test errors:
>>>>>           
>>>> that means with an existing repo it doesn't work ?
>>>> Strange. Can you test 1.2.7 as well ?
>>>>
>>>>
>>>> PS: does the SVN checckout work for you ?
>>>>
>>>> -M
>>>>
>>>>         
>>>>>
>>>>>           
>> initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>     
>>>>> enderKitTest)
>>>>>
>>>>>
>>>>>           
>> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>     
>>>>> l.XhtmlLafUtilsTest)
>>>>>
>>>>>
>>>>>           
>> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>>     
>>>>> e.xhtml.XhtmlLafUtilsTest)
>>>>>
>>>>> I saw somewhere that 'mvn compile' should be used. I've tried this
>>>>>           
>>> too
>>>       
>>>>> but still end up with the same result.
>>>>>
>>>>> Any advice greatly appreciated.
>>>>>
>>>>> Thanks,
>>>>> Gerry
>>>>>
>>>>>
>>>>> P Please consider the environment before printing this email
>>>>> _________________________________________________________
>>>>>
>>>>> 1. The information contained in this E-mail, including any files
>>>>>           
>>>> transmitted with it, is confidential and may be legally privileged.
>>>>         
>>> This
>>>       
>>>> E-mail is intended only for the personal attention of the stated
>>>> addressee(s). Any access to this E-mail, including any files
>>>>         
>>> transmitted
>>>       
>>>> with it, by any other person is unauthorised. If you are not an
>>>> addressee, you must not disclose, copy, circulate or in any other way
>>>> use or rely on the information contained in this E-mail or any files
>>>> transmitted with it. Such unauthorised use may be unlawful. If you
>>>>         
>>> have
>>>       
>>>> received this E-mail in error, please inform the sender immediately
>>>>         
>>> and
>>>       
>>>> delete it and all copies from your system. You may not forward this
>>>> E-mail without the permission of the sender.
>>>>         
>>>>> 2. The views expressed in this E-mail are those of the author, and
>>>>>           
>> do
>>     
>>>> not necessarily represent the views of AMT-SYBEX. Internet
>>>> communications are not secure and AMT-SYBEX cannot, therefore, accept
>>>> legal responsibility for the contents of this message nor for any
>>>>         
>>> damage
>>>       
>>>> caused by viruses.
>>>>         
>>>>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
>>>>>           
>>>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>>>         
>>>>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
>>>>>           
>>>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>>>         
>>>>> For more information on the AMT-SYBEX Group visit
>>>>>           
>>>> http://www.amt-sybex.com
>>>>         
>>>>> _________________________________________________________
>>>>>
>>>>>           
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> further stuff:
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> mail: matzew-at-apache-dot-org
>>>>
>>>>
>>>>
>>>> P Please consider the environment before printing this email
>>>>
>>>>         
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>       
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>     
>
>
>
>   


Re: [trinidad] Issues building 1.2.8

Posted by Matthias Wessendorf <ma...@apache.org>.
Well,
looks like the DTD for some XMLs are validated via internet, like facelets.

-M

On Tue, Jul 1, 2008 at 7:18 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Yes, behind a firewall. The setting has the correct proxy - configed as
> below. There were no other changes to settings.xml.
>
>    <proxy>
>      <id>main_proxy</id>
>      <active>true</active>
>      <protocol>http</protocol>
>      <host>XXX.X.XXX.XXX</host>
>      <port>8080</port>
>      <nonProxyHosts>localhost, 127.0.0.1</nonProxyHosts>
>    </proxy>
>
> Wouldn't an incorrect proxy prevent the initial build? Leave the
> repository empty?
>
> I have another project using 1.0.8 and there are no issues building it.
>
> G
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: 01 July 2008 17:51
> To: MyFaces Discussion
> Subject: Re: [trinidad] Issues building 1.2.8
>
> It works for me...
>
> Looking at the TXT, I see:
> java.net.ConnectException: Connection timed out: connect
>        at java.net.PlainSocketImpl.socketConnect(Native Method)
>
> You are behind a firewall, right ?
> Is there any chance that your settings.xml is just wrong ?
> Like, wrong proxy, etc ?
>
> -Matthias
>
> On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>>
>> I've attached the surefire reports if it helps.
>>
>> G
>>
>> -----Original Message-----
>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
> Of
>> Matthias Wessendorf
>> Sent: 01 July 2008 17:36
>> To: MyFaces Discussion
>> Subject: Re: [trinidad] Issues building 1.2.8
>>
>> crazy.
>> let me check that. It would be odd if the source release of an open
>> source project has an issue...
>>
>> -Matthias
>>
>> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>> Hi Matthias,
>>>
>>> I've checked out both 1.2.7 and 1.2.8.
>>>
>>> Both fail in the same way. Clean and install works with an empty
>>> repository.
>>> It then fails on an immediate rerun.
>>>
>>> The failure occurs for Trinidad-impl with the test issues below.
>>>
>>> G
>>>
>>>
>>> -----Original Message-----
>>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
>> Of
>>> Matthias Wessendorf
>>> Sent: 01 July 2008 13:28
>>> To: MyFaces Discussion
>>> Subject: Re: [trinidad] Issues building 1.2.8
>>>
>>> ****** This Message Originated From The Internet Please Be Aware Of
>>> Suspicious Attachments And Content ******
>>>
>>> Hi,
>>>
>>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>>> <Ge...@amt-sybex.com> wrote:
>>>> Hi All,
>>>>
>>>> I downloaded the 1.2.8 source zip and was able to build (using a
>> clean
>>>> repository) with 'mvn clean install'.
>>>
>>> so, when you delete the repo it works ?
>>>
>>>>
>>>> However, if I immediately try to rebuild it fails with the following
>>>> test errors:
>>>
>>> that means with an existing repo it doesn't work ?
>>> Strange. Can you test 1.2.7 as well ?
>>>
>>>
>>> PS: does the SVN checckout work for you ?
>>>
>>> -M
>>>
>>>>
>>>>
>>>>
>>>
>>
> initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>>> enderKitTest)
>>>>
>>>>
>>>
>>
> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>>> l.XhtmlLafUtilsTest)
>>>>
>>>>
>>>
>>
> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>>>> e.xhtml.XhtmlLafUtilsTest)
>>>>
>>>> I saw somewhere that 'mvn compile' should be used. I've tried this
>> too
>>>> but still end up with the same result.
>>>>
>>>> Any advice greatly appreciated.
>>>>
>>>> Thanks,
>>>> Gerry
>>>>
>>>>
>>>> P Please consider the environment before printing this email
>>>> _________________________________________________________
>>>>
>>>> 1. The information contained in this E-mail, including any files
>>> transmitted with it, is confidential and may be legally privileged.
>> This
>>> E-mail is intended only for the personal attention of the stated
>>> addressee(s). Any access to this E-mail, including any files
>> transmitted
>>> with it, by any other person is unauthorised. If you are not an
>>> addressee, you must not disclose, copy, circulate or in any other way
>>> use or rely on the information contained in this E-mail or any files
>>> transmitted with it. Such unauthorised use may be unlawful. If you
>> have
>>> received this E-mail in error, please inform the sender immediately
>> and
>>> delete it and all copies from your system. You may not forward this
>>> E-mail without the permission of the sender.
>>>>
>>>> 2. The views expressed in this E-mail are those of the author, and
> do
>>> not necessarily represent the views of AMT-SYBEX. Internet
>>> communications are not secure and AMT-SYBEX cannot, therefore, accept
>>> legal responsibility for the contents of this message nor for any
>> damage
>>> caused by viruses.
>>>>
>>>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
>>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
>>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>>> For more information on the AMT-SYBEX Group visit
>>> http://www.amt-sybex.com
>>>> _________________________________________________________
>>>>
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>>
>>> P Please consider the environment before printing this email
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

RE: [trinidad] Issues building 1.2.8

Posted by Gerard Donnelly <Ge...@amt-sybex.com>.
Yes, behind a firewall. The setting has the correct proxy - configed as
below. There were no other changes to settings.xml.

    <proxy>
      <id>main_proxy</id>
      <active>true</active>
      <protocol>http</protocol>
      <host>XXX.X.XXX.XXX</host>
      <port>8080</port>
      <nonProxyHosts>localhost, 127.0.0.1</nonProxyHosts>
    </proxy>

Wouldn't an incorrect proxy prevent the initial build? Leave the
repository empty?

I have another project using 1.0.8 and there are no issues building it.

G

-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
Matthias Wessendorf
Sent: 01 July 2008 17:51
To: MyFaces Discussion
Subject: Re: [trinidad] Issues building 1.2.8

It works for me...

Looking at the TXT, I see:
java.net.ConnectException: Connection timed out: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)

You are behind a firewall, right ?
Is there any chance that your settings.xml is just wrong ?
Like, wrong proxy, etc ?

-Matthias

On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>
> I've attached the surefire reports if it helps.
>
> G
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
Of
> Matthias Wessendorf
> Sent: 01 July 2008 17:36
> To: MyFaces Discussion
> Subject: Re: [trinidad] Issues building 1.2.8
>
> crazy.
> let me check that. It would be odd if the source release of an open
> source project has an issue...
>
> -Matthias
>
> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>> Hi Matthias,
>>
>> I've checked out both 1.2.7 and 1.2.8.
>>
>> Both fail in the same way. Clean and install works with an empty
>> repository.
>> It then fails on an immediate rerun.
>>
>> The failure occurs for Trinidad-impl with the test issues below.
>>
>> G
>>
>>
>> -----Original Message-----
>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
> Of
>> Matthias Wessendorf
>> Sent: 01 July 2008 13:28
>> To: MyFaces Discussion
>> Subject: Re: [trinidad] Issues building 1.2.8
>>
>> ****** This Message Originated From The Internet Please Be Aware Of
>> Suspicious Attachments And Content ******
>>
>> Hi,
>>
>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>> Hi All,
>>>
>>> I downloaded the 1.2.8 source zip and was able to build (using a
> clean
>>> repository) with 'mvn clean install'.
>>
>> so, when you delete the repo it works ?
>>
>>>
>>> However, if I immediately try to rebuild it fails with the following
>>> test errors:
>>
>> that means with an existing repo it doesn't work ?
>> Strange. Can you test 1.2.7 as well ?
>>
>>
>> PS: does the SVN checckout work for you ?
>>
>> -M
>>
>>>
>>>
>>>
>>
>
initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>> enderKitTest)
>>>
>>>
>>
>
testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>> l.XhtmlLafUtilsTest)
>>>
>>>
>>
>
testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>>> e.xhtml.XhtmlLafUtilsTest)
>>>
>>> I saw somewhere that 'mvn compile' should be used. I've tried this
> too
>>> but still end up with the same result.
>>>
>>> Any advice greatly appreciated.
>>>
>>> Thanks,
>>> Gerry
>>>
>>>
>>> P Please consider the environment before printing this email
>>> _________________________________________________________
>>>
>>> 1. The information contained in this E-mail, including any files
>> transmitted with it, is confidential and may be legally privileged.
> This
>> E-mail is intended only for the personal attention of the stated
>> addressee(s). Any access to this E-mail, including any files
> transmitted
>> with it, by any other person is unauthorised. If you are not an
>> addressee, you must not disclose, copy, circulate or in any other way
>> use or rely on the information contained in this E-mail or any files
>> transmitted with it. Such unauthorised use may be unlawful. If you
> have
>> received this E-mail in error, please inform the sender immediately
> and
>> delete it and all copies from your system. You may not forward this
>> E-mail without the permission of the sender.
>>>
>>> 2. The views expressed in this E-mail are those of the author, and
do
>> not necessarily represent the views of AMT-SYBEX. Internet
>> communications are not secure and AMT-SYBEX cannot, therefore, accept
>> legal responsibility for the contents of this message nor for any
> damage
>> caused by viruses.
>>>
>>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>> For more information on the AMT-SYBEX Group visit
>> http://www.amt-sybex.com
>>> _________________________________________________________
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>
>>
>> P Please consider the environment before printing this email
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: [trinidad] Issues building 1.2.8

Posted by Matthias Wessendorf <ma...@apache.org>.
It works for me...

Looking at the TXT, I see:
java.net.ConnectException: Connection timed out: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)

You are behind a firewall, right ?
Is there any chance that your settings.xml is just wrong ?
Like, wrong proxy, etc ?

-Matthias

On Tue, Jul 1, 2008 at 6:41 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Crazy indeed. Which is why I'm guessing it's just me. ;-)
>
> I've attached the surefire reports if it helps.
>
> G
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: 01 July 2008 17:36
> To: MyFaces Discussion
> Subject: Re: [trinidad] Issues building 1.2.8
>
> crazy.
> let me check that. It would be odd if the source release of an open
> source project has an issue...
>
> -Matthias
>
> On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>> Hi Matthias,
>>
>> I've checked out both 1.2.7 and 1.2.8.
>>
>> Both fail in the same way. Clean and install works with an empty
>> repository.
>> It then fails on an immediate rerun.
>>
>> The failure occurs for Trinidad-impl with the test issues below.
>>
>> G
>>
>>
>> -----Original Message-----
>> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
> Of
>> Matthias Wessendorf
>> Sent: 01 July 2008 13:28
>> To: MyFaces Discussion
>> Subject: Re: [trinidad] Issues building 1.2.8
>>
>> ****** This Message Originated From The Internet Please Be Aware Of
>> Suspicious Attachments And Content ******
>>
>> Hi,
>>
>> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
>> <Ge...@amt-sybex.com> wrote:
>>> Hi All,
>>>
>>> I downloaded the 1.2.8 source zip and was able to build (using a
> clean
>>> repository) with 'mvn clean install'.
>>
>> so, when you delete the repo it works ?
>>
>>>
>>> However, if I immediately try to rebuild it fails with the following
>>> test errors:
>>
>> that means with an existing repo it doesn't work ?
>> Strange. Can you test 1.2.7 as well ?
>>
>>
>> PS: does the SVN checckout work for you ?
>>
>> -M
>>
>>>
>>>
>>>
>>
> initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>>> enderKitTest)
>>>
>>>
>>
> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>>> l.XhtmlLafUtilsTest)
>>>
>>>
>>
> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>>> e.xhtml.XhtmlLafUtilsTest)
>>>
>>> I saw somewhere that 'mvn compile' should be used. I've tried this
> too
>>> but still end up with the same result.
>>>
>>> Any advice greatly appreciated.
>>>
>>> Thanks,
>>> Gerry
>>>
>>>
>>> P Please consider the environment before printing this email
>>> _________________________________________________________
>>>
>>> 1. The information contained in this E-mail, including any files
>> transmitted with it, is confidential and may be legally privileged.
> This
>> E-mail is intended only for the personal attention of the stated
>> addressee(s). Any access to this E-mail, including any files
> transmitted
>> with it, by any other person is unauthorised. If you are not an
>> addressee, you must not disclose, copy, circulate or in any other way
>> use or rely on the information contained in this E-mail or any files
>> transmitted with it. Such unauthorised use may be unlawful. If you
> have
>> received this E-mail in error, please inform the sender immediately
> and
>> delete it and all copies from your system. You may not forward this
>> E-mail without the permission of the sender.
>>>
>>> 2. The views expressed in this E-mail are those of the author, and do
>> not necessarily represent the views of AMT-SYBEX. Internet
>> communications are not secure and AMT-SYBEX cannot, therefore, accept
>> legal responsibility for the contents of this message nor for any
> damage
>> caused by viruses.
>>>
>>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
>> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
>> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>>> For more information on the AMT-SYBEX Group visit
>> http://www.amt-sybex.com
>>> _________________________________________________________
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>
>>
>> P Please consider the environment before printing this email
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

RE: [trinidad] Issues building 1.2.8

Posted by Gerard Donnelly <Ge...@amt-sybex.com>.
Crazy indeed. Which is why I'm guessing it's just me. ;-)

I've attached the surefire reports if it helps.

G

-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
Matthias Wessendorf
Sent: 01 July 2008 17:36
To: MyFaces Discussion
Subject: Re: [trinidad] Issues building 1.2.8

crazy.
let me check that. It would be odd if the source release of an open
source project has an issue...

-Matthias

On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Hi Matthias,
>
> I've checked out both 1.2.7 and 1.2.8.
>
> Both fail in the same way. Clean and install works with an empty
> repository.
> It then fails on an immediate rerun.
>
> The failure occurs for Trinidad-impl with the test issues below.
>
> G
>
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf
Of
> Matthias Wessendorf
> Sent: 01 July 2008 13:28
> To: MyFaces Discussion
> Subject: Re: [trinidad] Issues building 1.2.8
>
> ****** This Message Originated From The Internet Please Be Aware Of
> Suspicious Attachments And Content ******
>
> Hi,
>
> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>> Hi All,
>>
>> I downloaded the 1.2.8 source zip and was able to build (using a
clean
>> repository) with 'mvn clean install'.
>
> so, when you delete the repo it works ?
>
>>
>> However, if I immediately try to rebuild it fails with the following
>> test errors:
>
> that means with an existing repo it doesn't work ?
> Strange. Can you test 1.2.7 as well ?
>
>
> PS: does the SVN checckout work for you ?
>
> -M
>
>>
>>
>>
>
initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>> enderKitTest)
>>
>>
>
testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>> l.XhtmlLafUtilsTest)
>>
>>
>
testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>> e.xhtml.XhtmlLafUtilsTest)
>>
>> I saw somewhere that 'mvn compile' should be used. I've tried this
too
>> but still end up with the same result.
>>
>> Any advice greatly appreciated.
>>
>> Thanks,
>> Gerry
>>
>>
>> P Please consider the environment before printing this email
>> _________________________________________________________
>>
>> 1. The information contained in this E-mail, including any files
> transmitted with it, is confidential and may be legally privileged.
This
> E-mail is intended only for the personal attention of the stated
> addressee(s). Any access to this E-mail, including any files
transmitted
> with it, by any other person is unauthorised. If you are not an
> addressee, you must not disclose, copy, circulate or in any other way
> use or rely on the information contained in this E-mail or any files
> transmitted with it. Such unauthorised use may be unlawful. If you
have
> received this E-mail in error, please inform the sender immediately
and
> delete it and all copies from your system. You may not forward this
> E-mail without the permission of the sender.
>>
>> 2. The views expressed in this E-mail are those of the author, and do
> not necessarily represent the views of AMT-SYBEX. Internet
> communications are not secure and AMT-SYBEX cannot, therefore, accept
> legal responsibility for the contents of this message nor for any
damage
> caused by viruses.
>>
>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>> For more information on the AMT-SYBEX Group visit
> http://www.amt-sybex.com
>> _________________________________________________________
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>
>
>
> P Please consider the environment before printing this email
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: [trinidad] Issues building 1.2.8

Posted by Matthias Wessendorf <ma...@apache.org>.
crazy.
let me check that. It would be odd if the source release of an open
source project has an issue...

-Matthias

On Tue, Jul 1, 2008 at 5:01 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Hi Matthias,
>
> I've checked out both 1.2.7 and 1.2.8.
>
> Both fail in the same way. Clean and install works with an empty
> repository.
> It then fails on an immediate rerun.
>
> The failure occurs for Trinidad-impl with the test issues below.
>
> G
>
>
> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: 01 July 2008 13:28
> To: MyFaces Discussion
> Subject: Re: [trinidad] Issues building 1.2.8
>
> ****** This Message Originated From The Internet Please Be Aware Of
> Suspicious Attachments And Content ******
>
> Hi,
>
> On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
> <Ge...@amt-sybex.com> wrote:
>> Hi All,
>>
>> I downloaded the 1.2.8 source zip and was able to build (using a clean
>> repository) with 'mvn clean install'.
>
> so, when you delete the repo it works ?
>
>>
>> However, if I immediately try to rebuild it fails with the following
>> test errors:
>
> that means with an existing repo it doesn't work ?
> Strange. Can you test 1.2.7 as well ?
>
>
> PS: does the SVN checckout work for you ?
>
> -M
>
>>
>>
>>
> initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
>> enderKitTest)
>>
>>
> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
>> l.XhtmlLafUtilsTest)
>>
>>
> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
>> e.xhtml.XhtmlLafUtilsTest)
>>
>> I saw somewhere that 'mvn compile' should be used. I've tried this too
>> but still end up with the same result.
>>
>> Any advice greatly appreciated.
>>
>> Thanks,
>> Gerry
>>
>>
>> P Please consider the environment before printing this email
>> _________________________________________________________
>>
>> 1. The information contained in this E-mail, including any files
> transmitted with it, is confidential and may be legally privileged. This
> E-mail is intended only for the personal attention of the stated
> addressee(s). Any access to this E-mail, including any files transmitted
> with it, by any other person is unauthorised. If you are not an
> addressee, you must not disclose, copy, circulate or in any other way
> use or rely on the information contained in this E-mail or any files
> transmitted with it. Such unauthorised use may be unlawful. If you have
> received this E-mail in error, please inform the sender immediately and
> delete it and all copies from your system. You may not forward this
> E-mail without the permission of the sender.
>>
>> 2. The views expressed in this E-mail are those of the author, and do
> not necessarily represent the views of AMT-SYBEX. Internet
> communications are not secure and AMT-SYBEX cannot, therefore, accept
> legal responsibility for the contents of this message nor for any damage
> caused by viruses.
>>
>> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
> address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
>> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
> at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
>> For more information on the AMT-SYBEX Group visit
> http://www.amt-sybex.com
>> _________________________________________________________
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>
>
>
> P Please consider the environment before printing this email
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

RE: [trinidad] Issues building 1.2.8

Posted by Gerard Donnelly <Ge...@amt-sybex.com>.
Hi Matthias,

I've checked out both 1.2.7 and 1.2.8.

Both fail in the same way. Clean and install works with an empty
repository.
It then fails on an immediate rerun.

The failure occurs for Trinidad-impl with the test issues below.

G


-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
Matthias Wessendorf
Sent: 01 July 2008 13:28
To: MyFaces Discussion
Subject: Re: [trinidad] Issues building 1.2.8

****** This Message Originated From The Internet Please Be Aware Of
Suspicious Attachments And Content ******
 
Hi,

On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Hi All,
>
> I downloaded the 1.2.8 source zip and was able to build (using a clean
> repository) with 'mvn clean install'.

so, when you delete the repo it works ?

>
> However, if I immediately try to rebuild it fails with the following
> test errors:

that means with an existing repo it doesn't work ?
Strange. Can you test 1.2.7 as well ?


PS: does the SVN checckout work for you ?

-M

>
>
>
initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
> enderKitTest)
>
>
testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
> l.XhtmlLafUtilsTest)
>
>
testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
> e.xhtml.XhtmlLafUtilsTest)
>
> I saw somewhere that 'mvn compile' should be used. I've tried this too
> but still end up with the same result.
>
> Any advice greatly appreciated.
>
> Thanks,
> Gerry
>
>
> P Please consider the environment before printing this email
> _________________________________________________________
>
> 1. The information contained in this E-mail, including any files
transmitted with it, is confidential and may be legally privileged. This
E-mail is intended only for the personal attention of the stated
addressee(s). Any access to this E-mail, including any files transmitted
with it, by any other person is unauthorised. If you are not an
addressee, you must not disclose, copy, circulate or in any other way
use or rely on the information contained in this E-mail or any files
transmitted with it. Such unauthorised use may be unlawful. If you have
received this E-mail in error, please inform the sender immediately and
delete it and all copies from your system. You may not forward this
E-mail without the permission of the sender.
>
> 2. The views expressed in this E-mail are those of the author, and do
not necessarily represent the views of AMT-SYBEX. Internet
communications are not secure and AMT-SYBEX cannot, therefore, accept
legal responsibility for the contents of this message nor for any damage
caused by viruses.
>
> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
> For more information on the AMT-SYBEX Group visit
http://www.amt-sybex.com
> _________________________________________________________
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

 
 
P Please consider the environment before printing this email

RE: [trinidad] Issues building 1.2.8

Posted by Gerard Donnelly <Ge...@amt-sybex.com>.
Hi Matthias,

Yes, that's it. It only works with an empty repository.

I'll checkout both 1.2.7 and 1.2.8 and see what happens with the build.

Thanks,
G


-----Original Message-----
From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
Matthias Wessendorf
Sent: 01 July 2008 13:28
To: MyFaces Discussion
Subject: Re: [trinidad] Issues building 1.2.8

****** This Message Originated From The Internet Please Be Aware Of
Suspicious Attachments And Content ******
 
Hi,

On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Hi All,
>
> I downloaded the 1.2.8 source zip and was able to build (using a clean
> repository) with 'mvn clean install'.

so, when you delete the repo it works ?

>
> However, if I immediately try to rebuild it fails with the following
> test errors:

that means with an existing repo it doesn't work ?
Strange. Can you test 1.2.7 as well ?


PS: does the SVN checckout work for you ?

-M

>
>
>
initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
> enderKitTest)
>
>
testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
> l.XhtmlLafUtilsTest)
>
>
testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
> e.xhtml.XhtmlLafUtilsTest)
>
> I saw somewhere that 'mvn compile' should be used. I've tried this too
> but still end up with the same result.
>
> Any advice greatly appreciated.
>
> Thanks,
> Gerry
>
>
> P Please consider the environment before printing this email
> _________________________________________________________
>
> 1. The information contained in this E-mail, including any files
transmitted with it, is confidential and may be legally privileged. This
E-mail is intended only for the personal attention of the stated
addressee(s). Any access to this E-mail, including any files transmitted
with it, by any other person is unauthorised. If you are not an
addressee, you must not disclose, copy, circulate or in any other way
use or rely on the information contained in this E-mail or any files
transmitted with it. Such unauthorised use may be unlawful. If you have
received this E-mail in error, please inform the sender immediately and
delete it and all copies from your system. You may not forward this
E-mail without the permission of the sender.
>
> 2. The views expressed in this E-mail are those of the author, and do
not necessarily represent the views of AMT-SYBEX. Internet
communications are not secure and AMT-SYBEX cannot, therefore, accept
legal responsibility for the contents of this message nor for any damage
caused by viruses.
>
> AMT-SYBEX Limited is a UK company, registration number GB03036807 at
address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104
at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
> For more information on the AMT-SYBEX Group visit
http://www.amt-sybex.com
> _________________________________________________________
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

 
 
P Please consider the environment before printing this email

Re: [trinidad] Issues building 1.2.8

Posted by Matthias Wessendorf <ma...@apache.org>.
Hi,

On Tue, Jul 1, 2008 at 2:23 PM, Gerard Donnelly
<Ge...@amt-sybex.com> wrote:
> Hi All,
>
> I downloaded the 1.2.8 source zip and was able to build (using a clean
> repository) with 'mvn clean install'.

so, when you delete the repo it works ?

>
> However, if I immediately try to rebuild it fails with the following
> test errors:

that means with an existing repo it doesn't work ?
Strange. Can you test 1.2.7 as well ?


PS: does the SVN checckout work for you ?

-M

>
>
> initializationError0(org.apache.myfaces.trinidadinternal.renderkit.CoreR
> enderKitTest)
>
> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtm
> l.XhtmlLafUtilsTest)
>
> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.bas
> e.xhtml.XhtmlLafUtilsTest)
>
> I saw somewhere that 'mvn compile' should be used. I've tried this too
> but still end up with the same result.
>
> Any advice greatly appreciated.
>
> Thanks,
> Gerry
>
>
> P Please consider the environment before printing this email
> _________________________________________________________
>
> 1. The information contained in this E-mail, including any files transmitted with it, is confidential and may be legally privileged. This E-mail is intended only for the personal attention of the stated addressee(s). Any access to this E-mail, including any files transmitted with it, by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail or any files transmitted with it. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform the sender immediately and delete it and all copies from your system. You may not forward this E-mail without the permission of the sender.
>
> 2. The views expressed in this E-mail are those of the author, and do not necessarily represent the views of AMT-SYBEX. Internet communications are not secure and AMT-SYBEX cannot, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses.
>
> AMT-SYBEX Limited is a UK company, registration number GB03036807 at address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.
> AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
> For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com
> _________________________________________________________
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org