Trinidad : build failure for fresh install and build from svn trunk for

2013-06-06 Thread Sandeep Gupta

Hi

This is first time I am trying to build trinidad as I need to do some 
debugging (posted a separate message on issue also on the mailing list).


I did a svn checkout from trinidad/trunk to ' trinidad' directory on my 
machine. Checkout was successful.

Now when I do

mvn install

the build does not happen and I get error  "The POM for 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:jar:2.0

.8-SNAPSHOT is missing, no dependency information available"

How do I resolve this.

Is there a build document that I can refer to?

regards

Sandeep Gupta


E:\Anant\workspace\trinidad>mvn install
[INFO] Scanning for projects...
[INFO] 


[INFO] Reactor Build Order:
[INFO]
[INFO] Apache MyFaces Trinidad
[INFO] Apache MyFaces Trinidad Build
[INFO] Apache MyFaces Trinidad API
[INFO] Apache MyFaces Trinidad Impl
[INFO] Apache MyFaces Trinidad Examples
[INFO] Apache MyFaces Trinidad Blank Demo
[INFO] Apache MyFaces Trinidad Demo
[INFO] Apache MyFaces Trinidad Components Showcase
[INFO]
[INFO] 


[INFO] Building Apache MyFaces Trinidad 2.1.0-SNAPSHOT
[INFO] 

[WARNING] The POM for 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:jar:2.0

.8-SNAPSHOT is missing, no dependency information available
[INFO] 


[INFO] Reactor Summary:
[INFO]
[INFO] Apache MyFaces Trinidad ... FAILURE [0.044s]
[INFO] Apache MyFaces Trinidad Build . SKIPPED
[INFO] Apache MyFaces Trinidad API ... SKIPPED
[INFO] Apache MyFaces Trinidad Impl .. SKIPPED
[INFO] Apache MyFaces Trinidad Examples .. SKIPPED
[INFO] Apache MyFaces Trinidad Blank Demo  SKIPPED
[INFO] Apache MyFaces Trinidad Demo .. SKIPPED
[INFO] Apache MyFaces Trinidad Components Showcase ... SKIPPED
[INFO] 
--------

[INFO] BUILD FAILURE
[INFO] 


[INFO] Total time: 0.307s
[INFO] Finished at: Thu Jun 06 16:22:55 GMT+05:30 2013
[INFO] Final Memory: 4M/15M
[INFO] 

[ERROR] Plugin 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.8-SNAPSHOT
 or one of its dependencies could not be resolved: Failed to read 
artifact descr
iptor for 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:jar:2.0.8-SNAPSHOT:
 Could not find artifact 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:

2.0.8-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e swit

ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please rea

d the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResoluti

onException
E:\Anant\workspace\trinidad>pwd
'pwd' is not recognized as an internal or external command,
operable program or batch file.

E:\Anant\workspace\trinidad>dir
 Volume in drive E is New Volume
 Volume Serial Number is 2A9A-E832

 Directory of E:\Anant\workspace\trinidad

06/06/2013  03:24 PM  .
06/06/2013  03:24 PM  ..
06/06/2013  03:24 PM 8,287 KEYS
06/06/2013  03:22 PM11,560 LICENSE
06/06/2013  03:22 PM   774 NOTICE
06/06/2013  03:23 PM31,360 pom.xml
06/06/2013  03:23 PM  scripts
06/06/2013  03:23 PM  src
06/06/2013  03:23 PM  trinidad-api
06/06/2013  03:24 PM  trinidad-assembly
06/06/2013  03:24 PM  trinidad-build
06/06/2013  03:23 PM  trinidad-examples
06/06/2013  03:27 PM  trinidad-impl
   4 File(s) 51,981 bytes
   9 Dir(s)  61,736,513,536 bytes free

E:\Anant\workspace\trinidad>mvn install
[INFO] Scanning for projects...
[INFO] 


[INFO] Reactor Build Order:
[INFO]
[INFO] Apache MyFaces Trinidad
[INFO] Apache MyFaces Trinidad Build
[INFO] Apache MyFaces Trinidad API
[INFO] Apache MyFaces Trinidad Impl
[INFO] Apache MyFaces Trinidad Examples
[INFO] Apache MyFaces Trinidad Blank Demo
[INFO] Apache MyFaces Trinidad Demo
[INFO] Apache MyFaces Trinidad Components Showcase
[INFO]
[INFO] 


[INFO] Building Apache MyFaces Trinidad 2.1.0-SNAPSHOT
[INFO] 

[WARNING] The POM for 
org.apache.myfaces.trinidadbuild:maven-xrts-plugin:j

Re: [MyFaces Core] Build Failure?

2010-08-02 Thread Matthias Wessendorf
Thanks!

On Fri, Jul 30, 2010 at 10:06 PM, Rudy De Busscher
 wrote:
> Werner, Matthias,
>
> Fixed the problem with the MockCompositeValueExpression in MyFaces test.
> (adjusted the getValue() method )
>
> The composite EL within Test and all MyFaces testCases works again.
>
> Regards
> Rudy.
>
> On 30 July 2010 15:39, Rudy De Busscher  wrote:
>>
>> Hi all,
>>
>> Seems that my MockCompositeValueExpression (MYFACESTEST-20) is the cause.
>> I'm reverting back to the original MockValueExpression and see later on why
>> it fails within MyFaces core.  (Test case for the
>> MockCompositeValueExpression works)
>>
>> Sorry
>> regards
>> rudy.
>>
>> On 30 July 2010 14:36, Matthias Wessendorf  wrote:
>>>
>>> If you don't update and build myfaces-test, it works
>>>
>>> I deleted my local version in the repo and let maven download it from
>>> people.
>>>
>>> -M
>>>
>>> On Fri, Jul 30, 2010 at 2:34 PM, Werner Punz 
>>> wrote:
>>> > Works here, just did an svn up and then a clean install ...
>>> >
>>> > Werner
>>> >
>>> >
>>> > Am 30.07.10 14:14, schrieb Matthias Wessendorf:
>>> >>
>>> >> HEy guys,
>>> >>
>>> >> I am getting a build failure:
>>> >>
>>> >> Results :
>>> >>
>>> >> Failed tests:
>>> >>
>>> >>
>>> >> testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>> >>
>>> >> testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>> >>
>>> >>
>>> >> testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>>> >>
>>> >>
>>> >> testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>>> >>
>>> >>
>>> >> testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>>> >>
>>> >> Tests in error:
>>> >>
>>> >> testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>>> >>
>>> >>
>>> >> testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>>> >>   testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>> >>
>>> >>
>>> >> testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>> >>
>>> >>
>>> >> testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>>> >>
>>> >>
>>> >> testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
>>> >>
>>> >>
>>> >> testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>> >>
>>> >>
>>> >> testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>> >>
>>> >>
>>> >> testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>> >>
>>> >> Tests run: 453, Failures: 5, Errors: 16, Skipped: 0
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Rudy De Busscher
Werner, Matthias,

Fixed the problem with the MockCompositeValueExpression in MyFaces test.
(adjusted the getValue() method )

The composite EL within Test and all MyFaces testCases works again.

Regards
Rudy.

On 30 July 2010 15:39, Rudy De Busscher  wrote:

> Hi all,
>
> Seems that my MockCompositeValueExpression (MYFACESTEST-20) is the cause.
> I'm reverting back to the original MockValueExpression and see later on why
> it fails within MyFaces core.  (Test case for the
> MockCompositeValueExpression works)
>
> Sorry
> regards
> rudy.
>
>
> On 30 July 2010 14:36, Matthias Wessendorf  wrote:
>
>> If you don't update and build myfaces-test, it works
>>
>> I deleted my local version in the repo and let maven download it from
>> people.
>>
>> -M
>>
>> On Fri, Jul 30, 2010 at 2:34 PM, Werner Punz 
>> wrote:
>> > Works here, just did an svn up and then a clean install ...
>> >
>> > Werner
>> >
>> >
>> > Am 30.07.10 14:14, schrieb Matthias Wessendorf:
>> >>
>> >> HEy guys,
>> >>
>> >> I am getting a build failure:
>> >>
>> >> Results :
>> >>
>> >> Failed tests:
>> >>
>> >>
>> testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>> >>   testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>> >>
>> >>
>> testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>> >>
>> >>
>> testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>> >>
>> >>
>> testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>> >>
>> >> Tests in error:
>> >>
>> testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>> >>
>> >>
>> testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>> >>   testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>> >>
>> >>
>> testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>> >>
>> >>
>> testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>> >>
>> >>
>> testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
>> >>
>> >>
>> testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>> >>
>> >>
>> testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>> >>
>> >>
>> testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>> >>
>> >> Tests run: 453, Failures: 5, Errors: 16, Skipped: 0
>> >>
>> >>
>> >
>> >
>> >
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>


Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Rudy De Busscher
Hi all,

Seems that my MockCompositeValueExpression (MYFACESTEST-20) is the cause.
I'm reverting back to the original MockValueExpression and see later on why
it fails within MyFaces core.  (Test case for the
MockCompositeValueExpression works)

Sorry
regards
rudy.

On 30 July 2010 14:36, Matthias Wessendorf  wrote:

> If you don't update and build myfaces-test, it works
>
> I deleted my local version in the repo and let maven download it from
> people.
>
> -M
>
> On Fri, Jul 30, 2010 at 2:34 PM, Werner Punz 
> wrote:
> > Works here, just did an svn up and then a clean install ...
> >
> > Werner
> >
> >
> > Am 30.07.10 14:14, schrieb Matthias Wessendorf:
> >>
> >> HEy guys,
> >>
> >> I am getting a build failure:
> >>
> >> Results :
> >>
> >> Failed tests:
> >>
> >>
> testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
> >>   testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
> >>
> >>
> testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
> >>
> >>
> testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
> >>
> >>
> testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
> >>
> >> Tests in error:
> >>
> testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
> >>
> >>
> testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
> >>   testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
> >>
> >>
> testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
> >>
> >>
> testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
> >>
> >>
> testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
> >>
> >>
> testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
> >>
> >>
> testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
> >>
> >>
> testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
> >>
> >> Tests run: 453, Failures: 5, Errors: 16, Skipped: 0
> >>
> >>
> >
> >
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>


Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Matthias Wessendorf
If you don't update and build myfaces-test, it works

I deleted my local version in the repo and let maven download it from people.

-M

On Fri, Jul 30, 2010 at 2:34 PM, Werner Punz  wrote:
> Works here, just did an svn up and then a clean install ...
>
> Werner
>
>
> Am 30.07.10 14:14, schrieb Matthias Wessendorf:
>>
>> HEy guys,
>>
>> I am getting a build failure:
>>
>> Results :
>>
>> Failed tests:
>>
>> testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>   testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>
>> testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>>
>> testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>>
>> testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
>>
>> Tests in error:
>>   testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>>
>> testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
>>   testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
>>
>> testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
>>
>> testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
>>
>> testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
>>
>> testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>
>> testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>
>> testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
>>
>> Tests run: 453, Failures: 5, Errors: 16, Skipped: 0
>>
>>
>
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Werner Punz

Works here, just did an svn up and then a clean install ...

Werner


Am 30.07.10 14:14, schrieb Matthias Wessendorf:

HEy guys,

I am getting a build failure:

Results :

Failed tests:
   testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
   testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
   
testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
   
testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
   
testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)

Tests in error:
   testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
   testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
   testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
   
testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
   
testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
   
testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
   
testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
   
testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
   
testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)

Tests run: 453, Failures: 5, Errors: 16, Skipped: 0







[MyFaces Core] Build Failure?

2010-07-30 Thread Matthias Wessendorf
HEy guys,

I am getting a build failure:

Results :

Failed tests:
  testInvokeOnComponent(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
  testVisitTree(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
  
testCustomScopeNoMap(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
  
testGetSimpleIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)
  
testGetSimpleNotIfExactMatchRule(org.apache.myfaces.application.NavigationHandlerImplTest)

Tests in error:
  testIf(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
  testForEach(org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreTestCase)
  testRepeat(org.apache.myfaces.view.facelets.tag.ui.RepeatTestCase)
  
testBeanValidatorInstalledManually(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testDisabledBeanValidatorNotInstalled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testNestingValidateBean(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testNestingValidateBeanDisabled(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testValidateBeanNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testValidateBeanValidationGroups(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testValidateBeanValidationGroupsNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testValidateBeanValidationGroupsNestingAndNested(org.apache.myfaces.view.facelets.tag.jsf.core.ValidateBeanTestCase)
  
testCustomScope(org.apache.myfaces.el.unified.resolver.ManagedBeanResolverTest)
  testDataTable(org.apache.myfaces.view.facelets.tag.jsf.html.DataTableTestCase)
  
testSimpleCompositeAttribute(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
  
testSimpleCompositeAttributeInsertChildren(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)
  
testSimpleMethodInvocation(org.apache.myfaces.view.facelets.tag.composite.CompositeComponentAttributeTestCase)

Tests run: 453, Failures: 5, Errors: 16, Skipped: 0


-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


[jira] Updated: (TOMAHAWK-1483) Build Failure on Maven 2.2.1

2010-04-07 Thread Leonardo Uribe (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe updated TOMAHAWK-1483:
-

   Resolution: Fixed
Fix Version/s: 1.1.10-SNAPSHOT
 Assignee: Leonardo Uribe
   Status: Resolved  (was: Patch Available)

Thanks to Michael Kurz for provide this patch

> Build Failure on Maven 2.2.1
> 
>
> Key: TOMAHAWK-1483
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1483
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Build Process (Assembly)
>Affects Versions: 1.1.10-SNAPSHOT
> Environment: Windows 7, Maven 2.2.1
>Reporter: Michael Kurz
>Assignee: Leonardo Uribe
> Fix For: 1.1.10-SNAPSHOT
>
> Attachments: TOMAHAWK-1483.patch
>
>
> We had some strange troubles over here building the Tomahawk trunk. The build 
> succeeded on one machine and failed on another. After some investigations we 
> found out that it is working with Maven 2.0.10 and not working with Maven 
> 2.2.1 (generated source folders are not used in core12 and core20).
> The problem seems to be, that the build-helper-maven-plugin is defined twice 
> in core12 and core20. The first time it adds the following directories in 
> phase generate-sources:
> ${project.build.directory}/shared_sources
> ${project.build.directory}/tomahawk12_sources
> The second time it adds the following directories in phase process-sources:
> ${project.build.directory}/shared_sources
> The funny thing is, with Maven 2.2.1 the first plugin execution in phase 
> generate-sources never seems to be called. When I remove the second one it 
> works as expected.
> Anyway, do we need the second execution of the plugin in phase 
> process-sources? I don't see a reason.
> Thanks to Ingo Hofmann for pointing me to this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TOMAHAWK-1483) Build Failure on Maven 2.2.1

2010-02-01 Thread Michael Kurz (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Kurz updated TOMAHAWK-1483:
---

Status: Patch Available  (was: Open)

> Build Failure on Maven 2.2.1
> 
>
> Key: TOMAHAWK-1483
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1483
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Build Process (Assembly)
>Affects Versions: 1.1.10-SNAPSHOT
> Environment: Windows 7, Maven 2.2.1
>Reporter: Michael Kurz
> Attachments: TOMAHAWK-1483.patch
>
>
> We had some strange troubles over here building the Tomahawk trunk. The build 
> succeeded on one machine and failed on another. After some investigations we 
> found out that it is working with Maven 2.0.10 and not working with Maven 
> 2.2.1 (generated source folders are not used in core12 and core20).
> The problem seems to be, that the build-helper-maven-plugin is defined twice 
> in core12 and core20. The first time it adds the following directories in 
> phase generate-sources:
> ${project.build.directory}/shared_sources
> ${project.build.directory}/tomahawk12_sources
> The second time it adds the following directories in phase process-sources:
> ${project.build.directory}/shared_sources
> The funny thing is, with Maven 2.2.1 the first plugin execution in phase 
> generate-sources never seems to be called. When I remove the second one it 
> works as expected.
> Anyway, do we need the second execution of the plugin in phase 
> process-sources? I don't see a reason.
> Thanks to Ingo Hofmann for pointing me to this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOMAHAWK-1483) Build Failure on Maven 2.2.1

2010-02-01 Thread Michael Kurz (JIRA)
Build Failure on Maven 2.2.1


 Key: TOMAHAWK-1483
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1483
 Project: MyFaces Tomahawk
  Issue Type: Bug
  Components: Build Process (Assembly)
Affects Versions: 1.1.10-SNAPSHOT
 Environment: Windows 7, Maven 2.2.1
Reporter: Michael Kurz
 Attachments: TOMAHAWK-1483.patch

We had some strange troubles over here building the Tomahawk trunk. The build 
succeeded on one machine and failed on another. After some investigations we 
found out that it is working with Maven 2.0.10 and not working with Maven 2.2.1 
(generated source folders are not used in core12 and core20).

The problem seems to be, that the build-helper-maven-plugin is defined twice in 
core12 and core20. The first time it adds the following directories in phase 
generate-sources:

${project.build.directory}/shared_sources
${project.build.directory}/tomahawk12_sources

The second time it adds the following directories in phase process-sources:

${project.build.directory}/shared_sources

The funny thing is, with Maven 2.2.1 the first plugin execution in phase 
generate-sources never seems to be called. When I remove the second one it 
works as expected.

Anyway, do we need the second execution of the plugin in phase process-sources? 
I don't see a reason.

Thanks to Ingo Hofmann for pointing me to this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (MYFACES-2289) Build failure due to missing symbol FacesContext.setCurrentPhaseId()

2009-07-14 Thread JIRA
Build failure due to missing symbol FacesContext.setCurrentPhaseId()


 Key: MYFACES-2289
 URL: https://issues.apache.org/jira/browse/MYFACES-2289
 Project: MyFaces Core
  Issue Type: Bug
  Components: General
Affects Versions: 1.2.8-SNAPSHOT
Reporter: Felix Röthenbacher


This method is not part of FacesContext API 1.2.

INFO] Compilation failure
/Users/felix/dev/myfaces12/core/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleImpl.java:[134,24]
 cannot find symbol
symbol  : method setCurrentPhaseId(javax.faces.event.PhaseId)
location: class javax.faces.context.FacesContext


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



build failure due to site dependency

2008-03-29 Thread Mario Ivankovits
Hi!

I have a build failure here as the site module can't find the 6-SNAPSHOT
version of the (master?) pom.

  
  org.apache.myfaces
  myfaces
  6-SNAPSHOT
  

If I change this back to version 5 it works.

Do one know what's wrong here?

Thanks!

Ciao,
Mario



Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad

2008-02-19 Thread Matthias Wessendorf
t; >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.input.CoreSelectBooleanCheckboxTest
> >>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> >>> Running org.apache.myfaces.trinidad.component.html.HtmlCellFormatTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> >>> Running org.apache.myfaces.trinidad.validator.DateRestrictionValidatorTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.layout.CorePanelRadioTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> >>> Running org.apache.myfaces.trinidad.component.UIXTreeTest
> >>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> >>> Running org.apache.myfaces.trinidad.component.UIXSwitcherTest
> >>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> >>> Running org.apache.myfaces.trinidad.component.core.layout.CorePanelBoxTest
> >>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> >>> Running org.apache.myfaces.trinidad.convert.ColorConverterTest
> >>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> >>> Running org.apache.myfaces.trinidad.component.core.nav.CoreBreadCrumbsTest
> >>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> >>> Running org.apache.myfaces.trinidad.util.Base64InputStreamTest
> >>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> >>> Running org.apache.myfaces.trinidad.bean.PropertyKeyTest
> >>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> >>> Running org.apache.myfaces.trinidad.component.core.data.CoreColumnTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.output.CoreSeparatorTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.output.CoreOutputTextTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> >>> Running org.apache.myfaces.trinidad.component.html.HtmlFrameTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> >>> Running org.apache.myfaces.trinidad.validator.RegExpValidatorTest
> >>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> >>> Running org.apache.myfaces.trinidad.bean.FacesBeanImplTest
> >>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.layout.CoreShowDetailTest
> >>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> >>> Running org.apache.myfaces.trinidad.component.UIXProcessTest
> >>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.core.layout.CorePanelSideBarTest
> >>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> >>> Running 
> >>> org.apache.myfaces.trinidad.component.html.HtmlFrameBorderLayoutTest
> >>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> >>> Running org.apache.myfaces.trinidad.convert.TrinidadDateTimeConverterTest
> >>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
> >>> Running org.apache.myfaces.trinidad.component.html.HtmlHtmlTest
> >>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> >>> Running org.apache.myfaces.trinidad.component.UIXSelectOrderTest
> >>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> >>> Running org.apache.myfaces.trinidad.validator.DateTimeRangeValidatorTest
> >>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> >>> Running org.apache.myfaces.trinidad.resource.AggregatingResourceLoaderTest
> >>> Tests

Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad

2008-02-19 Thread Jeanne Waldman
.trinidad.component.html.HtmlRowLayoutTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.myfaces.trinidad.component.UIXTableTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.apache.myfaces.trinidad.resource.CachingResourceLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.myfaces.trinidad.component.core.input.CoreInputHiddenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

Failed tests:
  
testCommonScenarios(org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest)

Tests run: 464, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/local/continuum-1.1-beta-2/working-directory/48/trinidad-api/target/surefire-reports
 for the individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 minutes 3 seconds
[INFO] Finished at: Thu Feb 07 17:03:40 UTC 2008
[INFO] Final Memory: 24M/94M
[INFO] 





  


--
Matthias Wessendorf

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






  


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad

2008-02-07 Thread Matthias Wessendorf
apsed: 0.011 sec
> > Running org.apache.myfaces.trinidad.component.UIXSelectOrderTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.myfaces.trinidad.validator.DateTimeRangeValidatorTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> > Running org.apache.myfaces.trinidad.resource.AggregatingResourceLoaderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.myfaces.trinidad.component.core.layout.CorePanelListTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running 
> > org.apache.myfaces.trinidad.component.core.layout.CorePanelHeaderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.myfaces.trinidad.model.RowKeySetImplTest
> > Feb 7, 2008 5:03:39 PM org.apache.myfaces.trinidad.model.RowKeySetImpl 
> > setCollectionModel
> > WARNING: CollectionModel was set to null
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
> > Running org.apache.myfaces.trinidad.util.Base64OutputStreamTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.myfaces.trinidad.util.ArrayMapTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.myfaces.trinidad.convert.JsfNumberConverterTest
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running 
> > org.apache.myfaces.trinidad.component.core.layout.CorePanelGroupLayoutTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> > Running org.apache.myfaces.trinidad.validator.ByteLengthValidatorTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.myfaces.trinidad.component.core.nav.CoreTrainTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> > Running org.apache.myfaces.trinidad.bean.TypeTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.myfaces.trinidad.util.ListFromCollectionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running 
> > org.apache.myfaces.trinidad.component.core.data.CoreSelectRangeChoiceBarTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.myfaces.trinidad.component.core.output.CoreSpacerTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running 
> > org.apache.myfaces.trinidad.component.core.layout.CorePanelAccordionTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.myfaces.trinidad.component.FindComponentTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> > Running org.apache.myfaces.trinidad.model.RowKeySetTreeImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> > Running org.apache.myfaces.trinidad.model.SortableModelTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> > Running org.apache.myfaces.trinidad.component.UIXShowDetailTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.myfaces.trinidad.component.UIXInputTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.myfaces.trinidad.convert.TrinidadNumberConverterTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest
> > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec 
> > <<< FAILURE!
> > Running 
> > org.apache.myfaces.trinidad.component.core.layout.CorePanelBorderLayoutTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running 
> > org.apache.myfaces.trinidad.component.core.layout.CorePanelChoiceTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.myfaces.trinidad.component.html.HtmlRowLayoutTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.myfaces.trinidad.component.UIXTableTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
> > Running org.apache.myfaces.trinidad.resource.CachingResourceLoaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.myfaces.trinidad.component.core.input.CoreInputHiddenTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> >
> > Results :
> >
> > Failed tests:
> >   
> > testCommonScenarios(org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest)
> >
> > Tests run: 464, Failures: 1, Errors: 0, Skipped: 0
> >
> > [INFO] 
> > 
> > [ERROR] BUILD FAILURE
> > [INFO] 
> > 
> > [INFO] There are test failures.
> >
> > Please refer to 
> > /local/continuum-1.1-beta-2/working-directory/48/trinidad-api/target/surefire-reports
> >  for the individual test results.
> > [INFO] 
> > 
> > [INFO] For more information, run Maven with the -e switch
> > [INFO] 
> > 
> > [INFO] Total time: 2 minutes 3 seconds
> > [INFO] Finished at: Thu Feb 07 17:03:40 UTC 2008
> > [INFO] Final Memory: 24M/94M
> > [INFO] 
> > 
> >
> > 
> >
> >
> >
>
>
>
> --
> 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: [continuum] BUILD FAILURE: Apache MyFaces Trinidad

2008-02-07 Thread Matthias Wessendorf
Running 
> org.apache.myfaces.trinidad.component.core.data.CoreSelectRangeChoiceBarTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.myfaces.trinidad.component.core.output.CoreSpacerTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running 
> org.apache.myfaces.trinidad.component.core.layout.CorePanelAccordionTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.myfaces.trinidad.component.FindComponentTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> Running org.apache.myfaces.trinidad.model.RowKeySetTreeImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> Running org.apache.myfaces.trinidad.model.SortableModelTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> Running org.apache.myfaces.trinidad.component.UIXShowDetailTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.myfaces.trinidad.component.UIXInputTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.myfaces.trinidad.convert.TrinidadNumberConverterTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> Running org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec <<< 
> FAILURE!
> Running 
> org.apache.myfaces.trinidad.component.core.layout.CorePanelBorderLayoutTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.myfaces.trinidad.component.core.layout.CorePanelChoiceTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.myfaces.trinidad.component.html.HtmlRowLayoutTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.myfaces.trinidad.component.UIXTableTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
> Running org.apache.myfaces.trinidad.resource.CachingResourceLoaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.myfaces.trinidad.component.core.input.CoreInputHiddenTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
>
> Results :
>
> Failed tests:
>   
> testCommonScenarios(org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest)
>
> Tests run: 464, Failures: 1, Errors: 0, Skipped: 0
>
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] There are test failures.
>
> Please refer to 
> /local/continuum-1.1-beta-2/working-directory/48/trinidad-api/target/surefire-reports
>  for the individual test results.
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 2 minutes 3 seconds
> [INFO] Finished at: Thu Feb 07 17:03:40 UTC 2008
> [INFO] Final Memory: 24M/94M
> [INFO] 
> 
>
> 
>
>
>



-- 
Matthias Wessendorf

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


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad

2008-02-06 Thread Matthias Wessendorf
eConverterTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec
> Running org.apache.myfaces.trinidad.component.html.HtmlHtmlTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.myfaces.trinidad.component.UIXSelectOrderTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.myfaces.trinidad.validator.DateTimeRangeValidatorTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> Running org.apache.myfaces.trinidad.resource.AggregatingResourceLoaderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.myfaces.trinidad.component.core.layout.CorePanelListTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running org.apache.myfaces.trinidad.component.core.layout.CorePanelHeaderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.myfaces.trinidad.model.RowKeySetImplTest
> Feb 6, 2008 8:14:52 PM org.apache.myfaces.trinidad.model.RowKeySetImpl 
> setCollectionModel
> WARNING: CollectionModel was set to null
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.myfaces.trinidad.util.Base64OutputStreamTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.myfaces.trinidad.util.ArrayMapTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.myfaces.trinidad.convert.JsfNumberConverterTest
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running 
> org.apache.myfaces.trinidad.component.core.layout.CorePanelGroupLayoutTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.myfaces.trinidad.validator.ByteLengthValidatorTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.myfaces.trinidad.component.core.nav.CoreTrainTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.myfaces.trinidad.bean.TypeTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.myfaces.trinidad.util.ListFromCollectionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running 
> org.apache.myfaces.trinidad.component.core.data.CoreSelectRangeChoiceBarTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.myfaces.trinidad.component.core.output.CoreSpacerTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running 
> org.apache.myfaces.trinidad.component.core.layout.CorePanelAccordionTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.myfaces.trinidad.component.FindComponentTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.myfaces.trinidad.model.RowKeySetTreeImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running org.apache.myfaces.trinidad.model.SortableModelTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
> Running org.apache.myfaces.trinidad.component.UIXShowDetailTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.myfaces.trinidad.component.UIXInputTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.myfaces.trinidad.convert.TrinidadNumberConverterTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec <<< 
> FAILURE!
> Running 
> org.apache.myfaces.trinidad.component.core.layout.CorePanelBorderLayoutTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.myfaces.trinidad.component.core.layout.CorePanelChoiceTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> Running org.apache.myfaces.trinidad.component.html.HtmlRowLayoutTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.myfaces.trinidad.component.UIXTableTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.myfaces.trinidad.resource.CachingResourceLoaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.myfaces.trinidad.component.core.input.CoreInputHiddenTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
>
> Results :
>
> Failed tests:
>   
> testCommonScenarios(org.apache.myfaces.trinidad.convert.JsfDateTimeConverterTest)
>
> Tests run: 464, Failures: 1, Errors: 0, Skipped: 0
>
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] There are test failures.
>
> Please refer to 
> /local/continuum-1.1-beta-2/working-directory/48/trinidad-api/target/surefire-reports
>  for the individual test results.
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 1 minute 38 seconds
> [INFO] Finished at: Wed Feb 06 20:14:53 UTC 2008
> [INFO] Final Memory: 25M/92M
> [INFO] 
> 
>
> 
>
>
>



-- 
Matthias Wessendorf

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


[jira] Created: (TOMAHAWK-1185) Build failure when using JDK 1.4

2008-01-30 Thread Zdenek Sochor (JIRA)
Build failure when using JDK 1.4


 Key: TOMAHAWK-1185
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1185
 Project: MyFaces Tomahawk
  Issue Type: Bug
Affects Versions: 1.1.7-SNAPSHOT
 Environment: Maven 2.0.7, JDK 1.4.2, Win XP
Reporter: Zdenek Sochor


Tomahawk's build with JDK 1.4 fails for several reasons:
1.  transient dependancy tiles-api (through tiles-core) switches version from 
2.0.5 (latest) to 2.4.1 - dependancy in tiles-core's pom:

  org.apache.tiles
  tiles-api
  ${pom.version}

  this may be bug in Maven 2.0.7
2. libraries tiles-core-2.0.5 and tiles-api-2.0.5 are Java 5.0 version (class 
version 49.0)
  for correct build with JDK 1.4 libraries marked -j4 are needed.

Note that the same build with Java 5.0 is fine (no error).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [continuum] BUILD FAILURE: Core Project

2007-11-07 Thread Manfred Geiler
Anyone an idea why it wants to use maven-source-plugin:2.0.4-SNAPSHOT ?

--Manfred


On Nov 7, 0007 11:51 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

> Online report :
> http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=1768&projectId=46
>
> Build statistics:
>  State: Failed
>  Previous State: Failed
>  Started at: Wed 7 Nov 2007 22:49:00 +
>  Finished at: Wed 7 Nov 2007 22:50:49 +
>  Total time: 1m 48s
>  Build Trigger: Forced
>  Build Number: 0
>  Exit code: 1
>  Building machine hostname: myfaces.zones.apache.org
>  Operating system : SunOS(unknown)
>  Java Home version :
>  java version "1.5.0_13"
>  Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_13-b05)
>  Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode)
>
>  Builder version :
>  Maven version: 2.0.7
>  Java version: 1.5.0_13
>  OS name: "sunos" version: "5.10" arch: "x86"
>
>
> 
> SCM Changes:
>
> 
> Changed: manolito @ Wed 7 Nov 2007 22:47:30 +
> Comment: new scm values after relocate,
> new myfaces master pom version 2 as parent
> Files changed:
>  /myfaces/core/trunk_1.2.x/pom.xml ( 592935 )
>
>
> 
> Dependencies Changes:
>
> 
> No dependencies changed
>
>
> 
> Test Summary:
>
> 
> Tests: 236
> Failures: 0
> Total time: 17188
>
>
> 
> Output:
>
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Core Project
> [INFO]   Apache MyFaces 1.2 Build
> [INFO]   API
> [INFO]   Impl
> [INFO]
> 
> [INFO] Building Core Project
> [INFO]task-segment: [clean, deploy]
> [INFO]
> 
> [INFO] [clean:clean]
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/target
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/target/classes
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/target/test-classes
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/target/site
> [INFO] [cobertura:clean {execution: default}]
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing 
> /local/continuum-1.1-beta-2/apps/continuum/webapp/WEB-INF/working-directory/46/pom.xml
> to
> /export/home/mrmaven/.m2/repository/org/apache/myfaces/core/myfaces-core-project/1.2.1-SNAPSHOT/myfaces-
> core-project-1.2.1-SNAPSHOT.pom
> [INFO] [deploy:deploy]
> altDeploymentRepository = null
> [INFO] Retrieving previous build number from apache-maven-snapshots
> Uploading:
> scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-core-project/1.2.1-SNAPSHOT/myfaces-
> core-project-1.2.1-SNAPSHOT.pom
> [INFO] Retrieving previous metadata from apache-maven-snapshots
> [INFO] Uploading repository metadata for: 'snapshot
> org.apache.myfaces.core:myfaces-core-project:1.2.1-SNAPSHOT'
> [INFO] Retrieving previous metadata from apache-maven-snapshots
> [INFO] Uploading repository metadata for: 'artifact
> org.apache.myfaces.core:myfaces-core-project'
> [INFO]
> 
> [INFO] Building Apache MyFaces 1.2 Build
> [INFO]task-segment: [clean, deploy]
> [INFO]
> 
> [INFO] [clean:clean]
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/build/target
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/build/target/classes
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/build/target/test-classes
> [INFO] Deleting directory /local/continuum-1.1-beta-2
> /apps/continuum/webapp/WEB-INF/working-directory/46/build/target/site
> [INFO] [cobertura:clean {execution: default}]
> [INFO] [faces:generate-master-faces-config {execution: default}]
> [INFO] Generating META-INF/maven-faces-plugin/faces-config.xml
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] C

Re: myfaces12: build failure - isViewStateJavascript

2007-10-29 Thread Simon Kitching
 Mario Ivankovits <[EMAIL PROTECTED]> schrieb:
> Hi!
> > MyFaces 1.2.1-SNAPSHOT builds properly on my computer - I am also
> > using /current12. Wonder what this is about... Mario, you are on the
> > latest sources as well?
> >   
> Yep  I didn't meant that I have this problem too, just wanted to
> point out that checking out current12 will do the trick for Simon too.

Yep, and looking at the svn props for the current12 dir pointed out what my 
problem was. The myfaces2.0.1 branch depends on the very latest shared3.0.1 but 
the latest published snapshot did not have those changes. And I thought that 
myfaces201 was using shared trunk, not the 301 branch.

I do think the branch names currently in use are very confusing. I'll start a 
separate thread about that later.

Cheers,
Simon


Re: myfaces12: build failure - isViewStateJavascript

2007-10-29 Thread Mario Ivankovits
Hi!
> MyFaces 1.2.1-SNAPSHOT builds properly on my computer - I am also
> using /current12. Wonder what this is about... Mario, you are on the
> latest sources as well?
>   
Yep  I didn't meant that I have this problem too, just wanted to
point out that checking out current12 will do the trick for Simon too.

Ciao,
Mario



Re: myfaces12: build failure - isViewStateJavascript

2007-10-28 Thread Martin Marinschek
Hmm,

MyFaces 1.2.1-SNAPSHOT builds properly on my computer - I am also
using /current12. Wonder what this is about... Mario, you are on the
latest sources as well?

regards,

Martin

On 10/28/07, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> Hi Simon!
>
> I've checked out http://svn.apache.org/repos/asf/myfaces/current12 which
> has some externals setup to checkout all the stuff you need to develop
> MyFaces 1.2
>
> Ciao,
> Mario
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: myfaces12: build failure - isViewStateJavascript

2007-10-28 Thread Mario Ivankovits

Hi Simon!

I've checked out http://svn.apache.org/repos/asf/myfaces/current12 which 
has some externals setup to checkout all the stuff you need to develop 
MyFaces 1.2


Ciao,
Mario



Re: myfaces12: build failure - isViewStateJavascript

2007-10-28 Thread simon

On Sun, 2007-10-28 at 19:44 +0100, Mario Ivankovits wrote:
> Hi!
> > /home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107]
> >  cannot find symbol
> > symbol  : method isViewStateJavascript()
> > location: class org.apache.myfaces.shared_impl.config.MyfacesConfig
> >   
> I fixed it with "mvn clean install". I think sometimes the shared 
> structure is not correctly rebuilt.

Weird .. I wonder what I've done wrong then.

Isn't the 1.2 development done here?
  http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/

It appears to be, as there are commits from the last few days there.

However this file needs isViewStateJavascript (due to commit "r588608 |
mmarinschek | 2007-10-26"):
http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java

And this file does not define it:
http://svn.apache.org/repos/asf/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java

Any ideas what I've done wrong?

Thanks,

Simon



Re: myfaces12: build failure - isViewStateJavascript

2007-10-28 Thread Mario Ivankovits

Hi!

/home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107]
 cannot find symbol
symbol  : method isViewStateJavascript()
location: class org.apache.myfaces.shared_impl.config.MyfacesConfig
  
I fixed it with "mvn clean install". I think sometimes the shared 
structure is not correctly rebuilt.


Ciao,
Mario



myfaces12: build failure - isViewStateJavascript

2007-10-28 Thread simon
Hi,

I'm getting a build failure for myfaces12:

/home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107]
 cannot find symbol
symbol  : method isViewStateJavascript()
location: class org.apache.myfaces.shared_impl.config.MyfacesConfig


It looks to me like the first part of the attached patch here
(JspViewHandlerImpl, HtmlResponseStateManager) was committed, but not
the second part (MyfacesConfig in shared).
   https://issues.apache.org/jira/browse/MYFACES-1742

(I presume that myfaces12 uses the same shared code as myfaces11..)

By the way, is there documentation somewhere on what this "javascript
viewstate" feature does?

Regards,

Simon



Fwd: [continuum] BUILD FAILURE: Impl

2007-08-03 Thread Matthias Wessendorf
-- Forwarded message --
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Aug 3, 0007 3:54 PM
Subject: [continuum] BUILD FAILURE: Impl
To: [EMAIL PROTECTED]


Online report :
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=4485&projectId=34
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 3 Aug 2007 13:53:40 +
  Finished at: Fri 3 Aug 2007 13:54:00 +
  Total time: 20s
  Build Trigger: Schedule
  Build Number: 22
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)


SCM Changes:

Changed: mmarinschek @ Wed 1 Aug 2007 23:19:06 +
Comment: https://issues.apache.org/jira/browse/MYFACES-1689: Reload of
faces-config-files if changes are detected
Files changed:
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/ApplicationFactoryImpl.java
( 561987 )
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java
( 561987 )
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/config/RuntimeConfig.java
( 561987 )
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleFactoryImpl.java
( 561987 )
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleImpl.java
( 561987 )
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/renderkit/RenderKitFactoryImpl.java
( 561987 )
  
/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java
( 561987 )
  
/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/WebXml.java
( 561987 )
  
/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/WebXmlParser.java
( 561987 )
  
/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
( 561987 )

Changed: mmarinschek @ Thu 2 Aug 2007 08:40:14 +
Comment: https://issues.apache.org/jira/browse/MYFACES-1689: added a
log message with information how to switch reloading off
Files changed:
  
/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java
( 562046 )


SCM Changes since last success:


Dependencies Changes:

org.apache.myfaces.core:myfaces-api:1.1.6-SNAPSHOT

org.apache.myfaces.shared:myfaces-shared-impl:2.0.7-SNAPSHOT

org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT


Test Summary:

Tests: 0
Failures: 0
Total time: 0


Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Impl
[INFO]task-segment: [clean, deploy]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-data/working-directory/34/target
[INFO] Deleting directory
/local/continuum-data/working-directory/34/target/classes
[INFO] Deleting directory
/local/continuum-data/working-directory/34/target/test-classes
[INFO] Deleting directory /local/continuum-data/working-directory/34/target/site
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 2
[INFO] transform, srcFile:
/local/continuum-data/working-directory/34/src/main/tld/myfaces_core.tld,
destFile: 
/local/continuum-data/working-directory/34/target/classes/META-INF/myfaces_core.tld
[INFO] transform, srcFile:
/local/continuum-data/working-directory/34/src/main/tld/myfaces_html.tld,
destFile: 
/local/continuum-data/working-directory/34/target/classes/META-INF/myfaces_html.tld
[INFO] [dependency:unpack {execution: unpack-shared-impl-sources}]
[INFO] Configured Artifact:
org.apache.myfaces.shared:myfaces-shared-impl:sources:2.0.7-SNAPSHOT:jar
[INFO] snapshot
org.apache.myfaces.shared:myfaces-shared-impl:2.0.7-SNAPSHOT: checking
for updates from apache.snapshots
[INFO] Expanding:
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-impl/2.0.7-SNAPSHOT/myfaces-shared-impl-2.0.7-SNAPSHOT-sources.jar
into /local/continuum-data/working-directory/34/target/shared_sources
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory:
/local/continuum-data/working-directory/34/target/shar

Re: [continuum] BUILD FAILURE: Apache MyFaces 1.2 Build

2007-07-10 Thread Matthias Wessendorf

noz yet mirrored

On 7/10/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=2972&projectId=36
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue 10 Jul 2007 15:50:33 +
  Finished at: Tue 10 Jul 2007 15:50:37 +
  Total time: 3s
  Build Trigger: Forced
  Build Number: 20
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)


SCM Changes:

Changed: matzew @ Tue 10 Jul 2007 15:36:35 +
Comment: using 1.2.1.1 of Trinidad plugins, since 1.2.1 was buggy
also added source creation
Files changed:
  /myfaces/core/branches/jsf12/api/pom.xml ( 554981 )
  /myfaces/core/branches/jsf12/build/pom.xml ( 554981 )
  /myfaces/core/branches/jsf12/impl/pom.xml ( 554981 )


SCM Changes since last success:


Dependencies Changes:

org.apache.myfaces.core:myfaces-core-project:1.2.0-SNAPSHOT


Test Summary:

Tests: 0
Failures: 0
Total time: 0


Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Apache MyFaces 1.2 Build
[INFO]task-segment: [clean, deploy]
[INFO] 

Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.2.1.1/maven-faces-plugin-1.2.1.1.pom
[WARNING] Unable to get resource 
'org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1' from 
repository apache.snapshots 
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: 
http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.2.1.1/maven-faces-plugin-1.2.1.1.pom
[WARNING] Unable to get resource 
'org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1' from 
repository central (http://repo1.maven.org/maven2)
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/org.apache.myfaces.trinidadbuild/poms/maven-faces-plugin-1.2.1.1.pom
[WARNING] Unable to get resource 
'org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1' from 
repository java.net (https://maven-repository.dev.java.net/nonav/repository)
Downloading: 
http://localhost/dist/maven-repository/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.2.1.1/maven-faces-plugin-1.2.1.1.pom
[WARNING] Unable to get resource 
'org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1' from 
repository myfaces-repo (http://myfaces.zones.apache.org/dist/maven-repository)
Downloading: 
http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.2.1.1/maven-faces-plugin-1.2.1.1.pom
[WARNING] Unable to get resource 
'org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1' from 
repository central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

GroupId: org.apache.myfaces.trinidadbuild
ArtifactId: maven-faces-plugin
Version: 1.2.1.1

Reason: Unable to download the artifact from any repository

  org.apache.myfaces.trinidadbuild:maven-faces-plugin:pom:1.2.1.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (https://maven-repository.dev.java.net/nonav/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  myfaces-repo (http://myfaces.zones.apache.org/dist/maven-repository)


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Jul 10 15:50:37 GMT+00:00 2007
[INFO] Final Memory: 6M/54M
[INFO] 








--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpre

Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Manfred Geiler

Do you have any dependencies from within plugins (assembly, javadoc,
tlddoc, etc.)?
I mean dependencies that are not defined via normal  tags
under project  block but rather from within a plugin's
 element?
Maven seems to dissolve these dependencies not within the normal
lifecycle but rather by downloading the artifact from the repo.

--Manfred


On 6/15/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

yes, I had a similar thing yesterday evening,

build a thing with maven, inside the same build, but two steps later,
it was trying to download the before build artifacts.

-M

On 6/15/07, Adam Winer <[EMAIL PROTECTED]> wrote:
> In this case, the snapshots are artifacts that are also built by
> the continuum box, so I'd assume that the continuum mvn
> build would find them in its own local repository.
>
> -- Adam
>
>
> On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > works on my local box.
> >
> > On 6/15/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> > > On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > >
> > > > Is this maven weirdness ?
> > >
> > > Depends.  It's complaining that it can't find some snapshots, and the
> > > fact that it's only listing the central repo makes me think that a
> > > repository/pluginRepository definition for the snapshot repo is
> > > missing.
> > >
> > > I haven't looked at the build though.
> > >
> > > --
> > > Wendy
> > >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
> >
>


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org




--
http://www.irian.at
Your JSF powerhouse - JSF Consulting,
Development and Courses in English and
German

Professional Support for Apache MyFaces


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Matthias Wessendorf

yes, I had a similar thing yesterday evening,

build a thing with maven, inside the same build, but two steps later,
it was trying to download the before build artifacts.

-M

On 6/15/07, Adam Winer <[EMAIL PROTECTED]> wrote:

In this case, the snapshots are artifacts that are also built by
the continuum box, so I'd assume that the continuum mvn
build would find them in its own local repository.

-- Adam


On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> works on my local box.
>
> On 6/15/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> > On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> >
> > > Is this maven weirdness ?
> >
> > Depends.  It's complaining that it can't find some snapshots, and the
> > fact that it's only listing the central repo makes me think that a
> > repository/pluginRepository definition for the snapshot repo is
> > missing.
> >
> > I haven't looked at the build though.
> >
> > --
> > Wendy
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Adam Winer

In this case, the snapshots are artifacts that are also built by
the continuum box, so I'd assume that the continuum mvn
build would find them in its own local repository.

-- Adam


On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

works on my local box.

On 6/15/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
>
> > Is this maven weirdness ?
>
> Depends.  It's complaining that it can't find some snapshots, and the
> fact that it's only listing the central repo makes me think that a
> repository/pluginRepository definition for the snapshot repo is
> missing.
>
> I haven't looked at the build though.
>
> --
> Wendy
>


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org



Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Matthias Wessendorf

works on my local box.

On 6/15/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

> Is this maven weirdness ?

Depends.  It's complaining that it can't find some snapshots, and the
fact that it's only listing the central repo makes me think that a
repository/pluginRepository definition for the snapshot repo is
missing.

I haven't looked at the build though.

--
Wendy




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Wendy Smoak

On 6/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:


Is this maven weirdness ?


Depends.  It's complaining that it can't find some snapshots, and the
fact that it's only listing the central repo makes me think that a
repository/pluginRepository definition for the snapshot repo is
missing.

I haven't looked at the build though.

--
Wendy


Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Matthias Wessendorf

Is this maven weirdness ?

On 6/15/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=2328&projectId=133
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 15 Jun 2007 02:31:14 +
  Finished at: Fri 15 Jun 2007 02:31:19 +
  Total time: 5s
  Build Trigger: Schedule
  Build Number: 18
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_11(Sun Microsystems Inc.)


SCM Changes:

Changed: no author @ no date
Comment: no comment
Files changed:
  
src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonHeaderAttrs.xml
 ( no revision )
  pom.xml ( no revision )


SCM Changes since last success:


Dependencies Changes:

No dependencies changed


Test Summary:

Tests: 0
Failures: 0
Total time: 0


Output:

[INFO] Scanning for projects...
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Failed to resolve artifact.

GroupId: org.apache.myfaces.trinidad
ArtifactId: trinidad
Version: 1.0.2-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.myfaces.trinidad:trinidad:pom:1.0.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: 
org.apache.myfaces.trinidad:trinidad for project: null:trinidad-build:jar:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:373)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:286)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.apache.myfaces.trinidad:trinidad for project: 
null:trinidad-build:jar:null
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1198)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:697)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:431)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:195)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:523)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:455)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 
'org.apache.myfaces.trinidad:trinidad' not found in repository: Unable to 
download the artifact from any repository

  org.apache.myfaces.trinidad:trinidad:pom:1.0.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

at 
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:528)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1194)
... 17 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable 
to download the artifact from any repository

  org.apache.myfaces.t

[REPOST] Re: [continuum] BUILD FAILURE: Tomahawk Core

2007-05-22 Thread Paul Spencer

Any ideas why continuum is getting checksum failure on the dependencies?

Is access to myfaces.zones.apache.org is need to correct the problem, I do
not have it, so someone else must correct the problem.

FYI: The "Build Definition" used is the one with goals "clean package" and
arguments containing "-Djsf=ri".  This build will test Tomahawk against the RI
implementation instead of MyFaces.

Paul Spencer


[EMAIL PROTECTED] wrote:
Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=790&projectId=137 


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Sat 19 May 2007 14:17:01 +
 Finished at: Sat 19 May 2007 14:18:00 +
 Total time: 58s
 Build Trigger: Forced
 Build Number: 9
 Exit code: 1
 Building machine hostname: myfaces.zones.apache.org
 Operating system : SunOS(unknown)
 Java version : 1.5.0_11(Sun Microsystems Inc.)

 


SCM Changes:
 


No files changed

 


SCM Changes since last success:
 

 


Dependencies Changes:
 


No dependencies changed

 


Test Summary:
 


Tests: 0
Failures: 0
Total time: 0

 


Output:
 


[INFO] Scanning for projects...
[INFO] snapshot org.apache.myfaces.maven:build-tools:1.0.6-SNAPSHOT: 
checking for updates from java.net
[INFO] 
 


[INFO] Building Tomahawk Core
[INFO]task-segment: [clean, package]
[INFO] 
 


[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/test-classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/site

[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 1
[INFO] transform, srcFile: 
/local/continuum-data/working-directory/137/src/main/tld/tomahawk.tld, 
destFile: 
/local/continuum-data/working-directory/137/target/classes/META-INF/tomahawk.tld 


[INFO] [dependency:unpack {execution: unpack-shared-impl-sources}]
[INFO] Configured Artifact: 
org.apache.myfaces.shared:myfaces-shared-tomahawk:sources:2.0.6-SNAPSHOT:jar 

[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-tomahawk:2.0.6-SNAPSHOT: 
checking for updates from java.net
[INFO] Expanding: 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-tomahawk/2.0.6-SNAPSHOT/myfaces-shared-tomahawk-2.0.6-SNAPSHOT-sources.jar 
into /local/continuum-data/working-directory/137/target/shared_sources

[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: 
/local/continuum-data/working-directory/137/target/shared_sources added.

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-impl-1.1_02.pom 


4K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'3a7143badfdaeba9029e5907c86c8b403084d3f1'; remote = 
'56ae349a82210fc8b7d27be619feda44d78d518d' - RETRYING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-impl-1.1_02.pom 


4K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'3a7143badfdaeba9029e5907c86c8b403084d3f1'; remote = 
'56ae349a82210fc8b7d27be619feda44d78d518d' - IGNORING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-api-1.1_02.pom 


3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'377c283d2b540e4fd36e96c91a52f6b44a790613'; remote = 
'b4266803adf1b0193f495adf5b4129ae670420d2' - RETRYING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-api-1.1_02.pom 


3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'377c283d2b540e4fd36e96c91a52f6b44a790613'; remote = 
'b4266803adf1b0193f495adf5b4129ae670420d2' - IGNORING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/commons-digester/poms/commons-digester-1.5.pom 

[WARNING] Unable to get

Re: [continuum] BUILD FAILURE: Tomahawk Core

2007-05-19 Thread Paul Spencer

Any ideas why continuum is getting checksum failure on the dependencies?

Is access to myfaces.zones.apache.org is need to correct the problem, I do
not have it, so someone else must correct the problem.

FYI: The "Build Definition" used is the one with goals "clean package" and
arguments containing "-Djsf=ri".  This build will test Tomahawk against the RI
implementation instead of MyFaces.

Paul Spencer


[EMAIL PROTECTED] wrote:
Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=790&projectId=137 


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Sat 19 May 2007 14:17:01 +
 Finished at: Sat 19 May 2007 14:18:00 +
 Total time: 58s
 Build Trigger: Forced
 Build Number: 9
 Exit code: 1
 Building machine hostname: myfaces.zones.apache.org
 Operating system : SunOS(unknown)
 Java version : 1.5.0_11(Sun Microsystems Inc.)

 


SCM Changes:
 


No files changed

 


SCM Changes since last success:
 

 


Dependencies Changes:
 


No dependencies changed

 


Test Summary:
 


Tests: 0
Failures: 0
Total time: 0

 


Output:
 


[INFO] Scanning for projects...
[INFO] snapshot org.apache.myfaces.maven:build-tools:1.0.6-SNAPSHOT: 
checking for updates from java.net
[INFO] 
 


[INFO] Building Tomahawk Core
[INFO]task-segment: [clean, package]
[INFO] 
 


[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/test-classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/137/target/site

[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 1
[INFO] transform, srcFile: 
/local/continuum-data/working-directory/137/src/main/tld/tomahawk.tld, 
destFile: 
/local/continuum-data/working-directory/137/target/classes/META-INF/tomahawk.tld 


[INFO] [dependency:unpack {execution: unpack-shared-impl-sources}]
[INFO] Configured Artifact: 
org.apache.myfaces.shared:myfaces-shared-tomahawk:sources:2.0.6-SNAPSHOT:jar 

[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-tomahawk:2.0.6-SNAPSHOT: 
checking for updates from java.net
[INFO] Expanding: 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-tomahawk/2.0.6-SNAPSHOT/myfaces-shared-tomahawk-2.0.6-SNAPSHOT-sources.jar 
into /local/continuum-data/working-directory/137/target/shared_sources

[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: 
/local/continuum-data/working-directory/137/target/shared_sources added.

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-impl-1.1_02.pom 


4K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'3a7143badfdaeba9029e5907c86c8b403084d3f1'; remote = 
'56ae349a82210fc8b7d27be619feda44d78d518d' - RETRYING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-impl-1.1_02.pom 


4K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'3a7143badfdaeba9029e5907c86c8b403084d3f1'; remote = 
'56ae349a82210fc8b7d27be619feda44d78d518d' - IGNORING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-api-1.1_02.pom 


3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'377c283d2b540e4fd36e96c91a52f6b44a790613'; remote = 
'b4266803adf1b0193f495adf5b4129ae670420d2' - RETRYING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.faces/poms/jsf-api-1.1_02.pom 


3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'377c283d2b540e4fd36e96c91a52f6b44a790613'; remote = 
'b4266803adf1b0193f495adf5b4129ae670420d2' - IGNORING
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/commons-digester/poms/commons-digester-1.5.pom 

[WARNING] Unable to get

Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2007-04-22 Thread Dennis Byrne

Please advise 


Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk-sandbox15-examples/1.1.6-SNAPSHOT/tomahawk-sandbox15-examples-1.1.6-SNAPSHOT-sources.jar
[WARNING] Unable to get resource '
org.apache.myfaces.tomahawk:tomahawk-sandbox15-examples:jar:sources:1.1.6-SNAPSHOT'
from repository apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository)
[INFO]

[ERROR] BUILD ERROR

Dennis Byrne


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Dennis Byrne

I don't know either, but thanks.

Dennis Byrne

On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:


On 3/24/07, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> Has the password changed or does the user just no longer exist?  Maybe I
can
> kill the dir - which machine is this on?

It was just me forgetting the password.  I removed core/api/impl from
the old continuum on port 8080, but I still don't know why it just
started complaining about a checkstyle config file.

--
Wendy





--
Dennis Byrne


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Wendy Smoak

On 3/24/07, Dennis Byrne <[EMAIL PROTECTED]> wrote:

Has the password changed or does the user just no longer exist?  Maybe I can
kill the dir - which machine is this on?


It was just me forgetting the password.  I removed core/api/impl from
the old continuum on port 8080, but I still don't know why it just
started complaining about a checkstyle config file.

--
Wendy


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Dennis Byrne

Has the password changed or does the user just no longer exist?  Maybe I can
kill the dir - which machine is this on?

Dennis Byrne

On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:


On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

> I vote we move it over to the (newer) Continuum instance on port 8081
> and see if it works there.

It was already there, and building fine.  I changed the build
definition to deploy, etc.

http://myfaces.zones.apache.org:8081/continuum/projectGroupSummary.action?projectGroupId=6

However, I can't seem to log into the old Continuum on port 8080 to
delete the core/api/impl projects.  Can someone else try it?  Or we
can just see what else needs to be moved over and turn that one off.

--
Wendy





--
Dennis Byrne


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Wendy Smoak

On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:


It was already there, and building fine.  I changed the build
definition to deploy, etc.
http://myfaces.zones.apache.org:8081/continuum/projectGroupSummary.action?projectGroupId=6


I spoke too soon... it was working, but now it's doing the same thing
in both Continuum instances. :(

--
Wendy


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Wendy Smoak

On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:


I vote we move it over to the (newer) Continuum instance on port 8081
and see if it works there.


It was already there, and building fine.  I changed the build
definition to deploy, etc.
http://myfaces.zones.apache.org:8081/continuum/projectGroupSummary.action?projectGroupId=6

However, I can't seem to log into the old Continuum on port 8080 to
delete the core/api/impl projects.  Can someone else try it?  Or we
can just see what else needs to be moved over and turn that one off.

--
Wendy


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Wendy Smoak

On 3/24/07, Dennis Byrne <[EMAIL PROTECTED]> wrote:


Can anyone help with this?  It looks like velocity errors are being
generated from a checkstyle report.


I vote we move it over to the (newer) Continuum instance on port 8081
and see if it works there.

Any committer is welcome to a Continuum account... just ask. :)

--
Wendy


Re: [continuum] BUILD FAILURE: API

2007-03-24 Thread Dennis Byrne

Can anyone help with this?  It looks like velocity errors are being
generated from a checkstyle report.

Dennis Byrne

[WARNING] Error loading report org.apache.maven.changelog.ChangeLogReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.DeveloperActivityReport - AbstractMethodError:
canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.FileActivityReport- AbstractMethodError:
canGenerateReport()
[WARNING] Error loading report org.apache.maven.plugin.jxr.JxrReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.codehaus.mojo.surefire.SurefireReportMojo- AbstractMethodError:
canGenerateReport()
[WARNING] Unable to load parent project from repository: Could not find the
model file '/local/continuum-1.0.3-SNAPSHOT
/apps/continuum/working-directory/8/../pom.xml'.
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from central
[INFO] Skipped "About" report, file "index.html" already exists for the
English version.
[ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
[ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
[INFO] Generate "Checkstyle" report.
[INFO]

[ERROR] BUILD ERROR


Re: MVN SITE:SITE (was Re: [continuum] BUILD FAILURE: Apache Incubator Trinidad Podling)

2007-03-20 Thread Matthias Wessendorf

Cagatay,
this is different,

the trinidad an issue with apache3 site xml.

apache-3-site_en.xml

google doesn't know :-)

On 3/20/07, Cagatay Civici <[EMAIL PROTECTED]> wrote:

Tomahawk core just failed as;

[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [site:site]
[WARNING] Error loading report
org.apache.maven.changelog.ChangeLogReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.DeveloperActivityReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.FileActivityReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.apache.maven.plugin.jxr.JxrReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.codehaus.mojo.surefire.SurefireReportMojo -
AbstractMethodError: canGenerateReport()
[WARNING] Unable to load parent project from repository: Could not find the
model file
'/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/231/../pom.xml'.
[INFO] artifact org.apache.maven.skins:maven-default-skin:
checking for updates from central
[INFO] Skipped "About" report, file " index.html" already exists for the
English version.
[ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
[ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
[INFO] Generate "Taglibdoc documentation" report.
[INFO] Generate "Tag reference" report.
[INFO] Generate "Tag library validation" report.
[INFO] Generate "Checkstyle" report.
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error during page generation

Same error,

Cagatay

 On 3/20/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> anyone seen an error like this?
>
> (with the file "apache-3-site_en.xml")
>
>
> > [INFO] [site:site]
> > [WARNING] Unable to load parent project from repository: Could not find
the model file '/local/continuum-
1.1-SNAPSHOT/apps/continuum/working-directory/82/../pom.xml'.
> > Downloading:
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site_en.xml
> > [WARNING] Unable to get resource from repository java-net
(https://maven-repository.dev.java.net/nonav/repository/)
> > Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site_en.xml
> > [WARNING] Unable to get resource from repository apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository)
> > Downloading:
http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site_en.xml
> > [WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
> > Downloading:
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site.xml
> > [WARNING] Unable to get resource from repository java-net (
https://maven-repository.dev.java.net/nonav/repository/)
> > Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site.xml
> > [WARNING] Unable to get resource from repository apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository)
> > Downloading:
http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site.xml
> > [WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
> > [INFO] artifact
org.apache.maven.skins:maven-default-skin: checking for
updates from java-net
> > [INFO] artifact
org.apache.maven.skins:maven-default-skin: checking for
updates from apache.snapshots
> > [INFO] artifact
org.apache.maven.skins:maven-default-skin: checking for
updates from central
> > [INFO] snapshot
org.apache.maven.skins:maven-default-skin:1.1-SNAPSHOT:
checking for updates from apache.snapshots
> > Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/skins/maven-default-skin/1.1-SNAPSHOT/maven-default-skin-1.1-20061114.072151-2.jar
> > 6K downloaded
> > [INFO] Skipped "About" report, file "index.html" already exists for the
English version.
> > [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2
got 0
> > [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
> > [INFO] Generate "Continuous Integration" report.
> > [INFO] Generate "Dependencies" report.
> > [INFO] Generate "Issue Tracking" report.
> > [INFO] Generate "Project License" report.
> > [INFO] Generate "Mailing Lists" report.
> > [INFO] Generate "Project Summary" report.
> > [INFO] Generate "Source Repository" report.
> > [INFO] Generate "Project Team" report.
>





--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page

Re: MVN SITE:SITE (was Re: [continuum] BUILD FAILURE: Apache Incubator Trinidad Podling)

2007-03-20 Thread Cagatay Civici

Tomahawk core just failed as;

[INFO] Setting property: classpath.resource.loader.class => '
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [site:site]
[WARNING] Error loading report org.apache.maven.changelog.ChangeLogReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.DeveloperActivityReport - AbstractMethodError:
canGenerateReport()
[WARNING] Error loading report
org.apache.maven.changelog.FileActivityReport- AbstractMethodError:
canGenerateReport()
[WARNING] Error loading report org.apache.maven.plugin.jxr.JxrReport -
AbstractMethodError: canGenerateReport()
[WARNING] Error loading report
org.codehaus.mojo.surefire.SurefireReportMojo- AbstractMethodError:
canGenerateReport()
[WARNING] Unable to load parent project from repository: Could not find the
model file '/local/continuum-1.0.3-SNAPSHOT
/apps/continuum/working-directory/231/../pom.xml'.
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from central
[INFO] Skipped "About" report, file "index.html" already exists for the
English version.
[ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
[ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
[INFO] Generate "Taglibdoc documentation" report.
[INFO] Generate "Tag reference" report.
[INFO] Generate "Tag library validation" report.
[INFO] Generate "Checkstyle" report.
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error during page generation

Same error,

Cagatay

On 3/20/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:


anyone seen an error like this?

(with the file "apache-3-site_en.xml")


> [INFO] [site:site]
> [WARNING] Unable to load parent project from repository: Could not find
the model file '/local/continuum-1.1-SNAPSHOT
/apps/continuum/working-directory/82/../pom.xml'.
> Downloading:
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site_en.xml
> [WARNING] Unable to get resource from repository java-net (
https://maven-repository.dev.java.net/nonav/repository/)
> Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site_en.xml
> [WARNING] Unable to get resource from repository apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository)
> Downloading:
http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site_en.xml
> [WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
> Downloading:
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site.xml
> [WARNING] Unable to get resource from repository java-net (
https://maven-repository.dev.java.net/nonav/repository/)
> Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site.xml
> [WARNING] Unable to get resource from repository apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository)
> Downloading:
http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site.xml
> [WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from java-net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from apache.snapshots
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from central
> [INFO] snapshot 
org.apache.maven.skins:maven-default-skin:1.1-SNAPSHOT:checking for updates from
apache.snapshots
> Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/skins/maven-default-skin/1.1-SNAPSHOT/maven-default-skin-1.1-20061114.072151-2.jar
> 6K downloaded
> [INFO] Skipped "About" report, file "index.html" already exists for the
English version.
> [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2
got 0
> [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
> [INFO] Generate "Continuous Integration" report.
> [INFO] Generate "Dependencies" report.
> [INFO] Generate "Issue Tracking" report.
> [INFO] Generate "Project License" report.
> [INFO] Generate "Mailing Lists" report.
> [INFO] Generate "Project Summary" report.
> [INFO] Generate "Source Repository" report.
> [INFO] Generate "Project Team" report.



MVN SITE:SITE (was Re: [continuum] BUILD FAILURE: Apache Incubator Trinidad Podling)

2007-03-20 Thread Matthias Wessendorf

anyone seen an error like this?

(with the file "apache-3-site_en.xml")



[INFO] [site:site]
[WARNING] Unable to load parent project from repository: Could not find the 
model file 
'/local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/82/../pom.xml'.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site_en.xml
[WARNING] Unable to get resource from repository java-net 
(https://maven-repository.dev.java.net/nonav/repository/)
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site_en.xml
[WARNING] Unable to get resource from repository apache.snapshots 
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: 
http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site_en.xml
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)
Downloading: 
https://maven-repository.dev.java.net/nonav/repository//org.apache/xmls/apache-3-site.xml
[WARNING] Unable to get resource from repository java-net 
(https://maven-repository.dev.java.net/nonav/repository/)
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/3/apache-3-site.xml
[WARNING] Unable to get resource from repository apache.snapshots 
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/apache/3/apache-3-site.xml
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates 
from java-net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates 
from apache.snapshots
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates 
from central
[INFO] snapshot org.apache.maven.skins:maven-default-skin:1.1-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/skins/maven-default-skin/1.1-SNAPSHOT/maven-default-skin-1.1-20061114.072151-2.jar
6K downloaded
[INFO] Skipped "About" report, file "index.html" already exists for the English 
version.
[ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
[ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
[INFO] Generate "Continuous Integration" report.
[INFO] Generate "Dependencies" report.
[INFO] Generate "Issue Tracking" report.
[INFO] Generate "Project License" report.
[INFO] Generate "Mailing Lists" report.
[INFO] Generate "Project Summary" report.
[INFO] Generate "Source Repository" report.
[INFO] Generate "Project Team" report.


Re: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer

Dennis,
Both, locally and on the Continuum server.

Paul Spencer

Dennis Byrne wrote:

The dependency is in the pom and it runs fine locally.  Are you having problems 
locally or is this just a problem on the Continuum server?

Dennis Byrne


-Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: 
Saturday, December 30, 2006 11:59 AM To: 'MyFaces Development' Subject: Missing 
package
net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

The Tomahawk Build by Continuuum is failing due to: [INFO] Compilation failure

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java:[22,34] package 
net.sf.maventaglib.checker does not exist



I suspect their is missing dependency.

Paul Spencer










Re: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer

Dennis,
Both, locally and on the Continuum server.

Paul Spencer

Dennis Byrne wrote:

The dependency is in the pom and it runs fine locally.  Are you having problems 
locally or is this just a problem on the Continuum server?

Dennis Byrne


-Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: 
Saturday, December 30, 2006 11:59 AM To: 'MyFaces Development' Subject: Missing 
package
net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

The Tomahawk Build by Continuuum is failing due to: [INFO] Compilation failure

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java:[22,34] package 
net.sf.maventaglib.checker does not exist



I suspect their is missing dependency.

Paul Spencer









Re: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Dennis Byrne
The dependency is in the pom and it runs fine locally.  Are you having problems 
locally or is this just a problem on the Continuum server?

Dennis Byrne

>-Original Message-
>From: Paul Spencer [mailto:[EMAIL PROTECTED]
>Sent: Saturday, December 30, 2006 11:59 AM
>To: 'MyFaces Development'
>Subject: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk 
>build failure!
>
>The Tomahawk Build by Continuuum is failing due to:
>[INFO] Compilation failure
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java:[22,34]
> package 
>net.sf.maventaglib.checker does not exist
>
>
>I suspect their is missing dependency.
>
>Paul Spencer
>




Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer

The Tomahawk Build by Continuuum is failing due to:
[INFO] Compilation failure

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java:[22,34] package 
net.sf.maventaglib.checker does not exist



I suspect their is missing dependency.

Paul Spencer


Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Dennis Byrne
>Thanks.  I log in as myself and 'su mrmaven'.  There's probably a flag
>I need to use to get the right environment.

Hope this helps [1]

" If the first argument to su is a dash (-), the environment will be changed to 
what would be expected if  the  user  actually logged  in as the specified 
user. Otherwise, the environment is passed along, with the exception of $PATH,  
which is controlled  by PATH and SUPATH in /etc/default/su."

>Wendy

Dennis Byrne

[1] http://www.tiem.utk.edu/cgi-bin/man.cgi?section=1M&topic=su




Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Dennis Byrne
>> I login to myfaces.zones with ssh -l mrmaven
>
>Thanks.  I log in as myself and 'su mrmaven'.  There's probably a flag
>I need to use to get the right environment.

Logging in as x and doing an "su" is slightly different than logging in 
directly as root.  For example, if I log in as dennisbyrne and "su", I am still 
in the home dir of dennisbyrne and the shortcut commands of the dennisbyrne 
account still work.  If I log in as dennisbyrne and "su -", I am not only 
logged in as root but I am in the home dir of root.  In other words, the dash 
gives me root's environment.  Perhaps this can help.

>Wendy

Dennis Byrne




Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Wendy Smoak

On 12/30/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote:

The instructions are right.

May be the .profile is not included in your login.

I login to myfaces.zones with ssh -l mrmaven


Thanks.  I log in as myself and 'su mrmaven'.  There's probably a flag
I need to use to get the right environment.

--
Wendy


Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Bernd Bohmann

The instructions are right.

May be the .profile is not included in your login.

I login to myfaces.zones with ssh -l mrmaven

Wendy Smoak wrote:

On 12/30/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote:

Hello Wendy,

how you restarted continuum? Some enviroment variables are missing.


Just with the 'run.sh' script as described here:
http://wiki.apache.org/myfaces/Continuum_Build

Can you please update it with the correct procedure?



Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Wendy Smoak

On 12/30/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote:

Hello Wendy,

how you restarted continuum? Some enviroment variables are missing.


Just with the 'run.sh' script as described here:
http://wiki.apache.org/myfaces/Continuum_Build

Can you please update it with the correct procedure?

--
Wendy


Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-30 Thread Bernd Bohmann

Hello Wendy,

how you restarted continuum? Some enviroment variables are missing.

I restarted continuum with the correct enviroment.

For the nightly_root please look at the build-world.sh script in 
svn.apache.org/repos/asf/myfaces/maven/trunk


Bernd



Wendy Smoak wrote:

On 12/29/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/50/buildId/7605 


...
 


Output:
 


NIGHTLY_ROOT must be set

 



Does anyone know what this means?



Re: [continuum] BUILD FAILURE: Apache Tobago

2006-12-30 Thread Bernd Bohmann

Done,

restarted continuum with the right environment.

Volker Weber wrote:

Hi,


  Java version : 1.4.2_06(Sun Microsystems Inc.)


did anyone change the installed java? Tobago needs 1.5 to build, and
continuum uses "Java version : 1.5.0_09(Sun Microsystems Inc.)" at
last successfull build.

regards,
 Volker



Re: [continuum] BUILD FAILURE: Apache Tobago

2006-12-30 Thread Volker Weber

Hi,


  Java version : 1.4.2_06(Sun Microsystems Inc.)


did anyone change the installed java? Tobago needs 1.5 to build, and
continuum uses "Java version : 1.5.0_09(Sun Microsystems Inc.)" at
last successfull build.

regards,
 Volker


Re: [continuum] BUILD FAILURE: Myfaces Nightly Build Script

2006-12-29 Thread Wendy Smoak

On 12/29/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/50/buildId/7605

...


Output:

NIGHTLY_ROOT must be set




Does anyone know what this means?

--
Wendy


Re: [continuum] BUILD FAILURE: Tomahawk Project

2006-12-13 Thread Wendy Smoak

On 12/13/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:


It's probably a permission problem.  We're seeing something similar in
Struts, I'll keep an eye on it until it gets sorted out.


This should be resolved for next time.  The owner and group of all the
files under people.apache.org/build was changed recently, probably as
part of deploying the new community site at http://people.apache.org/
.  I asked on irc, and dims kindly changed builds/myfaces back to the
apcvs group.

--
Wendy


Re: [continuum] BUILD FAILURE: Tomahawk Project

2006-12-13 Thread Wendy Smoak

On 12/12/06, Paul Spencer <[EMAIL PROTECTED]> wrote:


Is someone looking into this?


It's probably a permission problem.  We're seeing something similar in
Struts, I'll keep an eye on it until it gets sorted out.

--
Wendy


Re: [continuum] BUILD FAILURE: Tomahawk Project

2006-12-12 Thread Paul Spencer

Is someone looking into this?

Paul Spencer

[EMAIL PROTECTED] wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/15/buildId/7246
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue, 12 Dec 2006 19:07:29 +
  Finished at: Tue, 12 Dec 2006 19:07:39 +
  Total time: 9s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_09(Sun Microsystems Inc.)

Changes
 paulsp  TOMAHAWK-809 - Exclude all test suites (Hosted QA can 
not run a test suite)
   Exclude FireFox specific tests (All Test are being run against 
IE and FF)
 /myfaces/tomahawk/trunk/examples/pom.xml



Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Tomahawk Project
[INFO]task-segment: [clean, install, deploy]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/15/target
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/15/target/classes
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/15/target/test-classes
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] NOT adding sources to attached artifacts for packaging: 'pom'.
[INFO] [install:install]
[INFO] Installing 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/15/pom.xml to 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/tomahawk/tomahawk-project/1.1.5-SNAPSHOT/tomahawk-project-1.1.5-SNAPSHOT.pom
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] NOT adding sources to attached artifacts for packaging: 'pom'.
[INFO] [install:install]
[INFO] Installing 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/15/pom.xml to 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/tomahawk/tomahawk-project/1.1.5-SNAPSHOT/tomahawk-project-1.1.5-SNAPSHOT.pom
[INFO] [deploy:deploy]
[INFO] Retrieving previous build number from apache.snapshots
Uploading: 
scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk-project/1.1.5-SNAPSHOT/tomahawk-project-1.1.5-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error deploying artifact: Exit code: 1 - scp: 
/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk-project/1.1.5-SNAPSHOT/tomahawk-project-1.1.5-SNAPSHOT.pom:
 Permission denied


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Dec 12 19:07:38 GMT+00:00 2006
[INFO] Final Memory: 8M/324M
[INFO] 









Re: [continuum] BUILD FAILURE: API

2006-12-01 Thread Wendy Smoak

On 12/1/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:


Can someone with permissions add this artifact to continuum?

org.apache.myfaces.core:myfaces-build:jar:1.2.0-SNAPSHOT

It is in the 1.2 branch, the core/build folder...


Done.  Or attempted, anyway.  We'll see if it works.

--
Wendy


Re: [continuum] BUILD FAILURE: API

2006-12-01 Thread Bruno Aranda

Hi,

Can someone with permissions add this artifact to continuum?

org.apache.myfaces.core:myfaces-build:jar:1.2.0-SNAPSHOT

It is in the 1.2 branch, the core/build folder...

Thanks!

Bruno

On 02/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/63/buildId/6890
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Sat, 2 Dec 2006 01:31:50 +
  Finished at: Sat, 2 Dec 2006 01:32:05 +
  Total time: 14s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_07(Sun Microsystems Inc.)

Changes
 baranda  Applied patch XML_NR4.patch for MYFACES-1444, that 
contains XML files for the component autogeneration. Thanks to Andreas Berger
 
/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlColumn.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlForm.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlGraphicImage.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlInputSecret.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlInputText.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlInputTextarea.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlMessage.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlMessages.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlOutputFormat.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlOutputLabel.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlOutputLink.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlOutputText.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlPanelGrid.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlPanelGroup.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectBooleanCheckbox.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectManyCheckbox.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectManyListbox.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectManyMenu.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectOneListbox.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectOneMenu.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/HtmlSelectOneRadio.java

/myfaces/core/branches/jsf12/api/src/main/java/javax/faces/component/html/_ComponentUtils.java

/myfaces/core/branches/jsf12/api/src/main/resources/javax/faces/component/html/HtmlSelectManyCheckbox.xml
/myfaces/core/branches/jsf12/build/pom.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/AccesskeyProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/AlignProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/AltProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/BgcolorProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/CharsetProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/CoordsProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/DisabledClassProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/DisabledProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/EnabledClassProperty.xml

/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/html/EscapeProperty.xml


Re: [continuum] BUILD FAILURE: Impl

2006-11-30 Thread Bruno Aranda

Hi, I have finally merged the code for the myfaces-adapted
maven-faces-plugin with the branch of trinidad where this plugin is
being developed [1]. I have deployed the plugin to my
temporary repo so it is available to the myfaces 1.2 build automagically.
The component generator is working fine so far (at this moment, most
the UIComponents are autogenerated).

Cheers,

Bruno

[1] 
https://svn.apache.org/repos/asf/incubator/adffaces/branches/faces-1_2-061113/plugins/maven-faces-plugin

On 30/11/06, Andreas Berger <[EMAIL PROTECTED]> wrote:

Hi Sean,

check out the maven-faces-plugin and make a mvn install, this should work. I
use this sources and get no compile errors.

cheers
Andreas

[1]
https://svn.apache.org/repos/asf/incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin


2006/11/30, Sean Schofield <[EMAIL PROTECTED] >:
> In the meantime can I build the plugin myself?  Should I build that
> from the trunk?
>
> Sean
>
> On 11/30/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:
> > Mmh, yes, probably the maven-faces-plugin used is not up to date (the
> > latest version is not in the temporary repo used now). Tonight or
> > tomorrow I will merge the maven-faces-plugin with the changes for
> > myfaces, with the official branch 1.2 for that plugin (in trinidad)
> > and I will update the info in the 1.2 myfaces branch,
> > I guess, you get this message because the UIMessage class is not
> > properly autogenerated,
> >
> > Cheers,
> >
> > Bruno
> >
> > On 30/11/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
> > > I'm unable to build locally using a fresh checkout.
> > >
> > >
D:\open-source\myfaces-1.2\core\api\target\maven-faces-plugin\main\java\javax\fa
> > > ces\component\UIMessage.java:[76,16] illegal start of
expression
> > >
> > > Sean
> > >
> > >
> > > On 11/5/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> > > > This runs fine for me locally.  A confirmation from anyone would be
appreciated.  Can one of the Continuum admins lend a hand here?
> > > >
> > > > Dennis Byrne
> > > >
> > > > >-Original Message-
> > > > >From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> > > > >Sent: Sunday, November 5, 2006 08:17 PM
> > > > >To: commits@myfaces.apache.org
> > > > >Subject: [continuum] BUILD FAILURE: Impl
> > > > >
> > > > >Online report :
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
> > > > >Build statistics:
> > > > >  State: Failed
> > > > >  Previous State: Failed
> > > > >  Started at: Mon, 6 Nov 2006 01:16:53 +
> > > > >  Finished at: Mon, 6 Nov 2006 01:17:05 +
> > > > >  Total time: 12s
> > > > >  Build Trigger: Schedule
> > > > >  Exit code: 1
> > > > >  Building machine hostname: myfaces.zones.apache.org
> > > > >  Operating system : SunOS(unknown)
> > > > >  Java version : 1.5.0_07(Sun Microsystems Inc.)
> > > > >
> > > > >Changes
> > > > > dennisbyrne  MYFACES 1320 - finally got this one
back into the build
> > > > >
/myfaces/core/branches/jsf12/impl/pom.xml
> > > > >
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
> > > > >
> > > >
>
> > > > >Output:
> > > >
>
> > > > >[INFO] Scanning for projects...
> > > > >[INFO]

> > > > >[INFO] Building Impl
> > > > >[INFO]task-segment: [clean, install]
> > > > >[INFO]

> > > > >[INFO] artifact
org.codehaus.mojo:dependency-maven-plugin: checking for
updates from baranda-repo
> > > > >[INFO] [clean:clean]
> > > > >[INFO] Deleting directory
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
> > > > >[INFO] Deleting directory /local/continuum-
1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> > > > >[INFO] Deleting directory
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
> > > > >

Re: [continuum] BUILD FAILURE: Impl

2006-11-30 Thread Andreas Berger

Hi Sean,

check out the maven-faces-plugin and make a mvn install, this should work. I
use this sources and get no compile errors.

cheers
Andreas

[1]
https://svn.apache.org/repos/asf/incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin


2006/11/30, Sean Schofield <[EMAIL PROTECTED]>:


In the meantime can I build the plugin myself?  Should I build that
from the trunk?

Sean

On 11/30/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:
> Mmh, yes, probably the maven-faces-plugin used is not up to date (the
> latest version is not in the temporary repo used now). Tonight or
> tomorrow I will merge the maven-faces-plugin with the changes for
> myfaces, with the official branch 1.2 for that plugin (in trinidad)
> and I will update the info in the 1.2 myfaces branch,
> I guess, you get this message because the UIMessage class is not
> properly autogenerated,
>
> Cheers,
>
> Bruno
>
> On 30/11/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
> > I'm unable to build locally using a fresh checkout.
> >
> > D:\open-source\myfaces-
1.2\core\api\target\maven-faces-plugin\main\java\javax\fa
> > ces\component\UIMessage.java:[76,16] illegal start of expression
> >
> > Sean
> >
> >
> > On 11/5/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> > > This runs fine for me locally.  A confirmation from anyone would be
appreciated.  Can one of the Continuum admins lend a hand here?
> > >
> > > Dennis Byrne
> > >
> > > >-Original Message-
> > > >From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED]
> > > >Sent: Sunday, November 5, 2006 08:17 PM
> > > >To: commits@myfaces.apache.org
> > > >Subject: [continuum] BUILD FAILURE: Impl
> > > >
> > > >Online report :
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
> > > >Build statistics:
> > > >  State: Failed
> > > >  Previous State: Failed
> > > >  Started at: Mon, 6 Nov 2006 01:16:53 +
> > > >  Finished at: Mon, 6 Nov 2006 01:17:05 +
> > > >  Total time: 12s
> > > >  Build Trigger: Schedule
> > > >  Exit code: 1
> > > >  Building machine hostname: myfaces.zones.apache.org
> > > >  Operating system : SunOS(unknown)
> > > >  Java version : 1.5.0_07(Sun Microsystems Inc.)
> > > >
> > > >Changes
> > > > dennisbyrne  MYFACES 1320 - finally got this one
back into the build
> > > > /myfaces/core/branches/jsf12/impl/pom.xml
> > >
>
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
> > > >
> > >
>
> > > >Output:
> > >
>
> > > >[INFO] Scanning for projects...
> > > >[INFO]

> > > >[INFO] Building Impl
> > > >[INFO]task-segment: [clean, install]
> > > >[INFO]

> > > >[INFO] artifact org.codehaus.mojo:dependency-maven-plugin: checking
for updates from baranda-repo
> > > >[INFO] [clean:clean]
> > > >[INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT
/apps/continuum/working-directory/64/target
> > > >[INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT
/apps/continuum/working-directory/64/target/classes
> > > >[INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT
/apps/continuum/working-directory/64/target/test-classes
> > > >[INFO] snapshot
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for
updates from java.net
> > > >[INFO] snapshot
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for
updates from apache.snapshots
> > > >[INFO] snapshot
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking
for updates from java.net
> > > >[INFO] snapshot
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking
for updates from apache.snapshots
> > > >[INFO] snapshot 
org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT:checking for updates from
java.net
> > > >[INFO] snapshot 
org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT:checking for updates from
apache.snapshots
> > > >[INFO] [faces:generate-jsp-taglibs {execution: default}]
> > &g

Re: [continuum] BUILD FAILURE: Impl

2006-11-30 Thread Sean Schofield

In the meantime can I build the plugin myself?  Should I build that
from the trunk?

Sean

On 11/30/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:

Mmh, yes, probably the maven-faces-plugin used is not up to date (the
latest version is not in the temporary repo used now). Tonight or
tomorrow I will merge the maven-faces-plugin with the changes for
myfaces, with the official branch 1.2 for that plugin (in trinidad)
and I will update the info in the 1.2 myfaces branch,
I guess, you get this message because the UIMessage class is not
properly autogenerated,

Cheers,

Bruno

On 30/11/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
> I'm unable to build locally using a fresh checkout.
>
> 
D:\open-source\myfaces-1.2\core\api\target\maven-faces-plugin\main\java\javax\fa
> ces\component\UIMessage.java:[76,16] illegal start of expression
>
> Sean
>
>
> On 11/5/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> > This runs fine for me locally.  A confirmation from anyone would be 
appreciated.  Can one of the Continuum admins lend a hand here?
> >
> > Dennis Byrne
> >
> > >-Original Message-
> > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > >Sent: Sunday, November 5, 2006 08:17 PM
> > >To: commits@myfaces.apache.org
> > >Subject: [continuum] BUILD FAILURE: Impl
> > >
> > >Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
> > >Build statistics:
> > >  State: Failed
> > >  Previous State: Failed
> > >  Started at: Mon, 6 Nov 2006 01:16:53 +
> > >  Finished at: Mon, 6 Nov 2006 01:17:05 +
> > >  Total time: 12s
> > >  Build Trigger: Schedule
> > >  Exit code: 1
> > >  Building machine hostname: myfaces.zones.apache.org
> > >  Operating system : SunOS(unknown)
> > >  Java version : 1.5.0_07(Sun Microsystems Inc.)
> > >
> > >Changes
> > > dennisbyrne  MYFACES 1320 - finally got this one back 
into the build
> > > /myfaces/core/branches/jsf12/impl/pom.xml
> > >
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
> > >
> > 
>
> > >Output:
> > 
>
> > >[INFO] Scanning for projects...
> > >[INFO] 

> > >[INFO] Building Impl
> > >[INFO]task-segment: [clean, install]
> > >[INFO] 

> > >[INFO] artifact org.codehaus.mojo:dependency-maven-plugin: checking for 
updates from baranda-repo
> > >[INFO] [clean:clean]
> > >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
> > >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> > >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
> > >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for updates from 
java.net
> > >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for updates from 
apache.snapshots
> > >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for updates 
from java.net
> > >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for updates 
from apache.snapshots
> > >[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: 
checking for updates from java.net
> > >[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: 
checking for updates from apache.snapshots
> > >[INFO] [faces:generate-jsp-taglibs {execution: default}]
> > >[WARNING] Master faces-config.xml not found
> > >[INFO] Nothing to generate - no components found
> > >[INFO] [xslt:transform {execution: default}]
> > >[INFO] # of XML files: 2
> > >[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
> > >[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/

Re: [continuum] BUILD FAILURE: Impl

2006-11-30 Thread Bruno Aranda

Mmh, yes, probably the maven-faces-plugin used is not up to date (the
latest version is not in the temporary repo used now). Tonight or
tomorrow I will merge the maven-faces-plugin with the changes for
myfaces, with the official branch 1.2 for that plugin (in trinidad)
and I will update the info in the 1.2 myfaces branch,
I guess, you get this message because the UIMessage class is not
properly autogenerated,

Cheers,

Bruno

On 30/11/06, Sean Schofield <[EMAIL PROTECTED]> wrote:

I'm unable to build locally using a fresh checkout.

D:\open-source\myfaces-1.2\core\api\target\maven-faces-plugin\main\java\javax\fa
ces\component\UIMessage.java:[76,16] illegal start of expression

Sean


On 11/5/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> This runs fine for me locally.  A confirmation from anyone would be 
appreciated.  Can one of the Continuum admins lend a hand here?
>
> Dennis Byrne
>
> >-Original Message-
> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> >Sent: Sunday, November 5, 2006 08:17 PM
> >To: commits@myfaces.apache.org
> >Subject: [continuum] BUILD FAILURE: Impl
> >
> >Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
> >Build statistics:
> >  State: Failed
> >  Previous State: Failed
> >  Started at: Mon, 6 Nov 2006 01:16:53 +
> >  Finished at: Mon, 6 Nov 2006 01:17:05 +
> >  Total time: 12s
> >  Build Trigger: Schedule
> >  Exit code: 1
> >  Building machine hostname: myfaces.zones.apache.org
> >  Operating system : SunOS(unknown)
> >  Java version : 1.5.0_07(Sun Microsystems Inc.)
> >
> >Changes
> > dennisbyrne  MYFACES 1320 - finally got this one back into 
the build
> > /myfaces/core/branches/jsf12/impl/pom.xml
> >
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
> >
> >
> >Output:
> >
> >[INFO] Scanning for projects...
> >[INFO] 

> >[INFO] Building Impl
> >[INFO]task-segment: [clean, install]
> >[INFO] 

> >[INFO] artifact org.codehaus.mojo:dependency-maven-plugin: checking for 
updates from baranda-repo
> >[INFO] [clean:clean]
> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
> >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for updates 
from java.net
> >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: checking for updates 
from apache.snapshots
> >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for updates 
from java.net
> >[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for updates 
from apache.snapshots
> >[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
for updates from java.net
> >[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
for updates from apache.snapshots
> >[INFO] [faces:generate-jsp-taglibs {execution: default}]
> >[WARNING] Master faces-config.xml not found
> >[INFO] Nothing to generate - no components found
> >[INFO] [xslt:transform {execution: default}]
> >[INFO] # of XML files: 2
> >[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
> >[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
> >[INFO] [faces:generate-faces-config {execution: default}]
> >[WARNING] Master faces-config.xml not found
> >[INFO] [resources:resources]
> >[INFO] Using default encoding to copy filtered resources.
> >[INFO] [compiler:compile]
> >Compiling 187 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-direct

Re: [continuum] BUILD FAILURE: Impl

2006-11-29 Thread Sean Schofield

I'm unable to build locally using a fresh checkout.

D:\open-source\myfaces-1.2\core\api\target\maven-faces-plugin\main\java\javax\fa
ces\component\UIMessage.java:[76,16] illegal start of expression

Sean


On 11/5/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:

This runs fine for me locally.  A confirmation from anyone would be 
appreciated.  Can one of the Continuum admins lend a hand here?

Dennis Byrne

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Sunday, November 5, 2006 08:17 PM
>To: commits@myfaces.apache.org
>Subject: [continuum] BUILD FAILURE: Impl
>
>Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
>Build statistics:
>  State: Failed
>  Previous State: Failed
>  Started at: Mon, 6 Nov 2006 01:16:53 +
>  Finished at: Mon, 6 Nov 2006 01:17:05 +
>  Total time: 12s
>  Build Trigger: Schedule
>  Exit code: 1
>  Building machine hostname: myfaces.zones.apache.org
>  Operating system : SunOS(unknown)
>  Java version : 1.5.0_07(Sun Microsystems Inc.)
>
>Changes
> dennisbyrne  MYFACES 1320 - finally got this one back into 
the build
> /myfaces/core/branches/jsf12/impl/pom.xml
>
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
>
>
>Output:
>
>[INFO] Scanning for projects...
>[INFO] 

>[INFO] Building Impl
>[INFO]task-segment: [clean, install]
>[INFO] 

>[INFO] artifact org.codehaus.mojo:dependency-maven-plugin: checking for 
updates from baranda-repo
>[INFO] [clean:clean]
>[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
>[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
>[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
>[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: 
checking for updates from java.net
>[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: 
checking for updates from apache.snapshots
>[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for 
updates from java.net
>[INFO] snapshot 
org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for 
updates from apache.snapshots
>[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
for updates from java.net
>[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
for updates from apache.snapshots
>[INFO] [faces:generate-jsp-taglibs {execution: default}]
>[WARNING] Master faces-config.xml not found
>[INFO] Nothing to generate - no components found
>[INFO] [xslt:transform {execution: default}]
>[INFO] # of XML files: 2
>[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
>[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
>[INFO] [faces:generate-faces-config {execution: default}]
>[WARNING] Master faces-config.xml not found
>[INFO] [resources:resources]
>[INFO] Using default encoding to copy filtered resources.
>[INFO] [compiler:compile]
>Compiling 187 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
>[INFO] 
>[ERROR] BUILD FAILURE
>[INFO] 
>[INFO] Compilation failure
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/ConvertNumberTag.java:[19,45]
 cannot find symbol
>symbol  : class UIComponentELTagUtils
>location: package org.apache.myfaces.shared_impl.taglib
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java:[19,45]
 cannot find symbol
>symbol  : class UIComponentELTagBase
>location: package org.apache.myfaces.shared_impl.tagli

Re: [continuum] BUILD FAILURE: Impl

2006-11-22 Thread Matthias Wessendorf

I don't see that on my own box...

On 11/22/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/6632
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed, 22 Nov 2006 11:33:59 +
  Finished at: Wed, 22 Nov 2006 11:34:15 +
  Total time: 15s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_07(Sun Microsystems Inc.)

Changes
 matzew  adding Nikolay's Lifecycle overhaul to jsf 1.2 impl
 
/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/ApplyRequestValuesExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/InvokeApplicationExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleFactoryImpl.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleImpl.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/PhaseExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/PhaseListenerManager.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/ProcessValidationsExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/RestoreViewExecutor.java

/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/lifecycle/UpdateModelValuesExecutor.java


Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Impl
[INFO]task-segment: [clean, install]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
[INFO] [faces:generate-jsp-taglibs {execution: default}]
[WARNING] Master faces-config.xml not found
[INFO] Nothing to generate - no components found
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 2
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
[INFO] [faces:generate-faces-config {execution: default}]
[WARNING] Master faces-config.xml not found
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 194 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] ----
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/ConvertNumberTag.java:[19,45]
 cannot find symbol
symbol  : class UIComponentELTagUtils
location: package org.apache.myfaces.shared_impl.taglib

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java:[19,45]
 cannot find symbol
symbol  : class UIComponentELTagBase
location: package org.apache.myfaces.shared_impl.taglib

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java:[32,16]
 cannot find symbol
symbol: class UIComponentELTagBase
extends UIComponentELTagBase

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/ParamTag.java:[18,45]
 cannot find symbol
symbol  : class UIComponentELTagBase
location: package org.apache.myfaces.shared_impl.taglib

/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/Para

Re: [continuum] BUILD FAILURE: Impl

2006-11-05 Thread Dennis Byrne
This runs fine for me locally.  A confirmation from anyone would be 
appreciated.  Can one of the Continuum admins lend a hand here?

Dennis Byrne

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Sunday, November 5, 2006 08:17 PM
>To: commits@myfaces.apache.org
>Subject: [continuum] BUILD FAILURE: Impl
>
>Online report : 
>http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5974
>Build statistics:
>  State: Failed
>  Previous State: Failed
>  Started at: Mon, 6 Nov 2006 01:16:53 +
>  Finished at: Mon, 6 Nov 2006 01:17:05 +
>  Total time: 12s
>  Build Trigger: Schedule
>  Exit code: 1
>  Building machine hostname: myfaces.zones.apache.org
>  Operating system : SunOS(unknown)
>  Java version : 1.5.0_07(Sun Microsystems Inc.)
>
>Changes
> dennisbyrne  MYFACES 1320 - finally got this one back into 
> the build
> /myfaces/core/branches/jsf12/impl/pom.xml
>
> /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/AbstractManagedBeanBuilderTestCase.java
>
>
>Output:
>
>[INFO] Scanning for projects...
>[INFO] 
>
>[INFO] Building Impl
>[INFO]task-segment: [clean, install]
>[INFO] 
>
>[INFO] artifact org.codehaus.mojo:dependency-maven-plugin: checking for 
>updates from baranda-repo
>[INFO] [clean:clean]
>[INFO] Deleting directory 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
>[INFO] Deleting directory 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
>[INFO] Deleting directory 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
>[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: 
>checking for updates from java.net
>[INFO] snapshot org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT: 
>checking for updates from apache.snapshots
>[INFO] snapshot 
>org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for 
>updates from java.net
>[INFO] snapshot 
>org.apache.myfaces.shared:myfaces-shared-project:3.0.0-SNAPSHOT: checking for 
>updates from apache.snapshots
>[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
>for updates from java.net
>[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT: checking 
>for updates from apache.snapshots
>[INFO] [faces:generate-jsp-taglibs {execution: default}]
>[WARNING] Master faces-config.xml not found
>[INFO] Nothing to generate - no components found
>[INFO] [xslt:transform {execution: default}]
>[INFO] # of XML files: 2
>[INFO] transform, srcFile: 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
> destFile: 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
>[INFO] transform, srcFile: 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
> destFile: 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
>[INFO] [faces:generate-faces-config {execution: default}]
>[WARNING] Master faces-config.xml not found
>[INFO] [resources:resources]
>[INFO] Using default encoding to copy filtered resources.
>[INFO] [compiler:compile]
>Compiling 187 source files to 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
>[INFO] 
>[ERROR] BUILD FAILURE
>[INFO] 
>[INFO] Compilation failure
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/ConvertNumberTag.java:[19,45]
> cannot find symbol
>symbol  : class UIComponentELTagUtils
>location: package org.apache.myfaces.shared_impl.taglib
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java:[19,45]
> cannot find symbol
>symbol  : class UIComponentELTagBase
>location: package org.apache.myfaces.shared_impl.taglib
>
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java:[32,16]
> cannot find symbo

Re: [continuum] BUILD FAILURE: Myfaces Nighly Build Script

2006-10-16 Thread Mario Ivankovits
Hi!

> [INFO] Building jar: 
> /export/home/mrmaven/myfaces-nightly/tomahawk/sandbox15/core/target/tomahawk-sandbox15-1.1.5-SNAPSHOT-javadoc.jar
> [INFO] Preparing taglib:taglibdocjar
> [INFO] [taglib:taglibdoc]
> [INFO] 
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Not a directory: 
> /export/home/mrmaven/myfaces-nightly/tomahawk/sandbox15/core/target/tlddoc-site
> [INFO] 
> 
>   
Anyone knows whats wrong here?

---
Mario



Re: [continuum] BUILD FAILURE: Impl

2006-10-15 Thread Bruno Aranda

Continuum is failing right now I cannot check. If you check in the
code and compile it, everything runs fine. I guess that continuum is
trying to compile Impl with a wrong version of shared for the 1.2
build, but I cannot check that right now. Later this week I will have
a look at it.

Cheers,

Bruno

On 10/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 10/15/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5275
> Build statistics:
>   State: Failed
>   Previous State: Failed

This is the only failed build in Continuum right now.  Bruno, can you
take a look?

http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/View.vm/fid/maven2Project/id/64

Thanks,
--
Wendy



Re: [continuum] BUILD FAILURE: Impl

2006-10-15 Thread Wendy Smoak

On 10/15/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/5275
Build statistics:
  State: Failed
  Previous State: Failed


This is the only failed build in Continuum right now.  Bruno, can you
take a look?

http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/View.vm/fid/maven2Project/id/64

Thanks,
--
Wendy


Re: [continuum] BUILD FAILURE: Impl

2006-10-04 Thread Matthias Wessendorf

no,

I just pulled current12 and the build didn't fail

-M

On 10/5/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:

I am not sure why this keeps failing. I think it is running before the
shared module, so it does not get the proper shared-impl package? I
clean and build over and over again the current12 branch and it does
not fail. Can someone reproduce it?

Thanks!

Bruno

On 10/4/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/4855
> Build statistics:
>   State: Failed
>   Previous State: Failed
>   Started at: Wed, 4 Oct 2006 22:03:31 +
>   Finished at: Wed, 4 Oct 2006 22:03:50 +
>   Total time: 19s
>   Build Trigger: Schedule
>   Exit code: 1
>   Building machine hostname: myfaces.zones.apache.org
>   Operating system : SunOS(unknown)
>   Java version : 1.5.0_07(Sun Microsystems Inc.)
>
> Changes
>  baranda  Fixed license header
>  
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlMessagesRendererTest.java
>baranda  Implemented MYFACES-1267 (JSR-252 Issue #122) - 
Clarified renderkit docs with respect to what gets rendered for disabled command 
link attributes
> - Implemented behaviour of disabled as defined in the renderkit javadocs
> - Added test
>  
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlLinkRendererTest.java
> 
/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java
> 
/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java
>
> 
> Output:
> 
> [INFO] Scanning for projects...
> [INFO] 

> [INFO] Building Impl
> [INFO]task-segment: [clean, install]
> [INFO] 

> [INFO] [clean:clean]
> [INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
> [INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> [INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
> [INFO] [xslt:transform {execution: default}]
> [INFO] # of XML files: 2
> [INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
> [INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> Compiling 182 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> [INFO] [dependency:unpack {execution: unpack-shared-impl}]
> [INFO] Configured Artifact: 
org.apache.myfaces.shared:myfaces-shared-impl:null:3.0.0-SNAPSHOT:jar
> [INFO] Expanding: 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.0-SNAPSHOT/myfaces-shared-impl-3.0.0-SNAPSHOT.jar
 into 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> Compiling 18 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
> [INFO] [surefire:test]
> [INFO] Setting reports dir: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/surefire-reports
>
> ---
>  T E S T S
> ---
> [surefire] Running org.apache.myfaces.renderkit.html.HtmlMessagesRendererTest
> [surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.106 sec 
 FAILURE !!
> Component: {Component-Path : [Class: 
javax.faces.component.html.HtmlSelectOneRadio,Id: _id0]}
> WARNING: Component _id0 just got an automatic id, because there was no id 
assigned yet. If this component was created dynamically (i.e. not by a JSP tag) 
you should assign it an explicit static id or assign it the id you get from the 
createUniqueId from the current UIViewRoot component right after creation!
> [surefire] Running org.apache.myfaces.renderkit.html.HtmlRadioRendererTest
> [s

Re: [continuum] BUILD FAILURE: Impl

2006-10-04 Thread Bruno Aranda

I am not sure why this keeps failing. I think it is running before the
shared module, so it does not get the proper shared-impl package? I
clean and build over and over again the current12 branch and it does
not fail. Can someone reproduce it?

Thanks!

Bruno

On 10/4/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/4855
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed, 4 Oct 2006 22:03:31 +
  Finished at: Wed, 4 Oct 2006 22:03:50 +
  Total time: 19s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_07(Sun Microsystems Inc.)

Changes
 baranda  Fixed license header
 
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlMessagesRendererTest.java
   baranda  Implemented MYFACES-1267 (JSR-252 Issue #122) - 
Clarified renderkit docs with respect to what gets rendered for disabled 
command link attributes
- Implemented behaviour of disabled as defined in the renderkit javadocs
- Added test
 
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlLinkRendererTest.java

/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java

/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java


Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Impl
[INFO]task-segment: [clean, install]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 2
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 182 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] [dependency:unpack {execution: unpack-shared-impl}]
[INFO] Configured Artifact: 
org.apache.myfaces.shared:myfaces-shared-impl:null:3.0.0-SNAPSHOT:jar
[INFO] Expanding: 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.0-SNAPSHOT/myfaces-shared-impl-3.0.0-SNAPSHOT.jar
 into 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 18 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/surefire-reports

---
 T E S T S
---
[surefire] Running org.apache.myfaces.renderkit.html.HtmlMessagesRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.106 sec 
 FAILURE !!
Component: {Component-Path : [Class: 
javax.faces.component.html.HtmlSelectOneRadio,Id: _id0]}
WARNING: Component _id0 just got an automatic id, because there was no id 
assigned yet. If this component was created dynamically (i.e. not by a JSP tag) 
you should assign it an explicit static id or assign it the id you get from the 
createUniqueId from the current UIViewRoot component right after creation!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlRadioRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.032 sec 
 FAILURE !!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlGroupRendererTest
[surefire] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.0

Re: Build Failure!

2006-09-22 Thread Grant Smith
Sean,Thanks, we managed to figure it out. There is now a WIKI page describing some of the Continuum maintenance. Glad to hear your child is feeling better.On 9/22/06, 
Sean Schofield <[EMAIL PROTECTED]> wrote:
There is a special startup script that Bernd wrote.  Apparently thestandard solaris script wasn't sufficient b/c of the processors usedon the zone./usr/local/continuum/bin/solaris-amd64/run.sh start
I have always started it as the "mrmaven" user but it might bepossible to start as yourself.  Email me offline for the mrmavenpassword if you need it.Seanps.  Sorry for the long delay in responding.  I've been on vacation
and the day we got back we took my kid to the hospital with asthma.(He's fine now.)On 9/20/06, Grant Smith <[EMAIL PROTECTED]> wrote:> OK, The zone is up again. I'm now trying to figure out how to get the
> continuum service running. Stay tuned :)>>> On 9/19/06, Grant Smith < [EMAIL PROTECTED]> wrote:> > 
https://issues.apache.org/jira/browse/INFRA-954> >> > Hopefully one of us will be given access to boot the zone ourselves...> >> >> >> > On 9/19/06, Grant Smith <
[EMAIL PROTECTED]> wrote:> > > The zone is hung again. I'm trying to get infra to bounce it in> #asfinfra..> > >> > >> > > On 9/19/06, Grant Smith < 
[EMAIL PROTECTED] > wrote:> > >> > > > I've been in> panicemergencydeadlinecontemplatesuicide-mode for the past> 3 months and am ashamed to admit I knew nothing of a continuum problem. I'll
> have a look tonight and see what I can uncover...> > > >> > > > The previous time I tried to build with maven, I had to bypass the> tests. Today they all appear to be passing. Could this be related ?
> > > >> > > > Sean is the real continuum/zone expert, but he's probably busy. We> definitely need more people to understand the workings of the zone and the> nightly build process, etc. If I remember correctly, I was about to document
> it...> > > >> > > >> > > >> > > > On 9/19/06, Wendy Smoak < [EMAIL PROTECTED]> wrote:> > > > > On 9/19/06, Dennis Byrne <
[EMAIL PROTECTED]> wrote:> > > > >> > > > > > What is the Continuum situation like these days.> > > > >> > > > > That's what I was wondering... though this was a problem in one of
> the> > > > > example apps, and not in the Tomahawk jar itself.> > > > >> > > > > One of these days, I'd like to see if I can set it up to run the> > > > > Selenium tests at HostedQA.
> > > > >> > > > >> http://myfaces.apache.org/tomahawk/testing/hostedqa.html> > > > >
> > > > > --> > > > > Wendy> > > > >> > > >> > > >> > > >> > > > --> > > > Grant Smith
> > > >> > >> > >> > >> > > --> > > Grant Smith> > >> >> >> >> > --> > Grant Smith
> > --> Grant Smith>-- Grant Smith


Re: Build Failure!

2006-09-22 Thread Sean Schofield

There is a special startup script that Bernd wrote.  Apparently the
standard solaris script wasn't sufficient b/c of the processors used
on the zone.

/usr/local/continuum/bin/solaris-amd64/run.sh start

I have always started it as the "mrmaven" user but it might be
possible to start as yourself.  Email me offline for the mrmaven
password if you need it.

Sean

ps.  Sorry for the long delay in responding.  I've been on vacation
and the day we got back we took my kid to the hospital with asthma.
(He's fine now.)



On 9/20/06, Grant Smith <[EMAIL PROTECTED]> wrote:

OK, The zone is up again. I'm now trying to figure out how to get the
continuum service running. Stay tuned :)


On 9/19/06, Grant Smith < [EMAIL PROTECTED]> wrote:
> https://issues.apache.org/jira/browse/INFRA-954
>
> Hopefully one of us will be given access to boot the zone ourselves...
>
>
>
> On 9/19/06, Grant Smith <[EMAIL PROTECTED]> wrote:
> > The zone is hung again. I'm trying to get infra to bounce it in
#asfinfra..
> >
> >
> > On 9/19/06, Grant Smith < [EMAIL PROTECTED] > wrote:
> >
> > > I've been in
panicemergencydeadlinecontemplatesuicide-mode for the past
3 months and am ashamed to admit I knew nothing of a continuum problem. I'll
have a look tonight and see what I can uncover...
> > >
> > > The previous time I tried to build with maven, I had to bypass the
tests. Today they all appear to be passing. Could this be related ?
> > >
> > > Sean is the real continuum/zone expert, but he's probably busy. We
definitely need more people to understand the workings of the zone and the
nightly build process, etc. If I remember correctly, I was about to document
it...
> > >
> > >
> > >
> > > On 9/19/06, Wendy Smoak < [EMAIL PROTECTED]> wrote:
> > > > On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > What is the Continuum situation like these days.
> > > >
> > > > That's what I was wondering... though this was a problem in one of
the
> > > > example apps, and not in the Tomahawk jar itself.
> > > >
> > > > One of these days, I'd like to see if I can set it up to run the
> > > > Selenium tests at HostedQA.
> > > >
> > > >
http://myfaces.apache.org/tomahawk/testing/hostedqa.html
> > > >
> > > > --
> > > > Wendy
> > > >
> > >
> > >
> > >
> > > --
> > > Grant Smith
> > >
> >
> >
> >
> > --
> > Grant Smith
> >
>
>
>
> --
> Grant Smith
>



--
Grant Smith



Re: [continuum] BUILD FAILURE: Tomahawk Core

2006-09-21 Thread Grant Smith
Martin,you wanna get this one ?:)On 9/21/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:
Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/16/buildId/4474
Build statistics:  State: Failed  Previous State: Ok  Started at: Thu, 21 Sep 2006 22:12:05 +  Finished at: Thu, 21 Sep 2006 22:12:30 +  Total time: 24s  Build Trigger: Schedule
  Exit code: 1  Building machine hostname: myfaces.zones.apache.org  Operating system : SunOS(unknown)  Java version : 1.5.0_07(Sun Microsystems Inc.)Changes
 mmarinschek  fix for TOMAHAWK-197 : More CSS for TabbedPane (incl. patch with solution). Thanks to Wolfgang Engelhard for this patch /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tabbedpane/HtmlTabbedPaneRenderer.java
   mmarinschek  fix for TOMAHAWK-97:TabbedPane active sub header uses wrong user defined styleClass. Thanks to Jim Wright for this patch. /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tabbedpane/HtmlTabbedPaneRenderer.java
   mmarinschek  fix for TOMAHAWK-261 : Do not use document.write in popup calendars. Thanks to Andrew Robinson for supplying this patch. /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/calendar/HtmlCalendarRenderer.java
   mmarinschek  fix for TOMAHAWK-115 : Thanks to Steve Peterson for better documentation. /myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_radio_attributes.xml/myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld
   mmarinschek  fix for TOMAHAWK-128 : Incorrect inputCalendar position when placed in DIV tag with position: absolute. Thanks to Mirco Attocchi for providing this patch. /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js
Output:[INFO] Scanning for projects...[INFO] Searching repository for plugin with prefix: 'source'.
[INFO] [INFO] Building Tomahawk Core[INFO]task-segment: [clean, install, source:jar, deploy, site-deploy][INFO] 
[INFO] [clean:clean][INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target[INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/classes
[INFO] Deleting directory /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/test-classes[INFO] [dependency:unpack {execution: unpack-shared-impl-sources}][INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-tomahawk:sources:2.0.4-SNAPSHOT:jar
[INFO] Expanding: /export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-tomahawk/2.0.4-SNAPSHOT/myfaces-shared-tomahawk-2.0.4-SNAPSHOT-sources.jar into /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/shared_sources
[INFO] [xslt:transform {execution: default}][INFO] # of XML files: 1[INFO] transform, srcFile: /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/main/tld/tomahawk.tld, destFile: /local/continuum-
1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/classes/META-INF/tomahawk.tld[INFO] [xslt:transform {execution: generate-tld-for-jar}][INFO] # of XML files: 1[INFO] file up-to-date: /local/continuum-
1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/classes/META-INF/tomahawk.tld[INFO] [xslt:transform {execution: generate-tld-for-tlddoc}][INFO] # of XML files: 1[INFO] transform, srcFile: /local/continuum-
1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/main/tld/tomahawk.tld, destFile: /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/tlddoc-site/tomahawk.tld[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/shared_sources added.[INFO] [resources:resources][INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]Compiling 410 source files to /local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/target/classes[INFO] ----
[ERROR] BUILD FAILURE[INFO] [INFO] Compilation failure/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/16/src/main/java/org/apache/myfaces/custom/date/HtmlDateRenderer.java:[300,45] getScriptBtn(
javax.faces.context.ResponseWriter,javax.faces.context.FacesContext,javax.faces.component.UIComponent,

Re: Build Failure!

2006-09-20 Thread Grant Smith
OK, The zone is up again. I'm now trying to figure out how to get the continuum service running. Stay tuned :)On 9/19/06, Grant Smith <
[EMAIL PROTECTED]> wrote:
https://issues.apache.org/jira/browse/INFRA-954Hopefully one of us will be given access to boot the zone ourselves...
On 9/19/06, Grant Smith <[EMAIL PROTECTED]> wrote:

The zone is hung again. I'm trying to get infra to bounce it in #asfinfra..On 9/19/06, Grant Smith <

[EMAIL PROTECTED]
> wrote:I've been in panicemergencydeadlinecontemplatesuicide-mode for the past 3 months and am ashamed to admit I knew nothing of a continuum problem. I'll have a look tonight and see what I can uncover...
The previous time I tried to build with maven, I had to bypass the tests. Today they all appear to be passing. Could this be related ?
Sean is the real continuum/zone expert, but he's probably busy. We definitely need more people to understand the workings of the zone and the nightly build process, etc. If I remember correctly, I was about to document it...
On 9/19/06, Wendy Smoak <
[EMAIL PROTECTED]> wrote:
On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:> What is the Continuum situation like these days.
That's what I was wondering... though this was a problem in one of the
example apps, and not in the Tomahawk jar itself.One of these days, I'd like to see if I can set it up to run theSelenium tests at HostedQA.   



http://myfaces.apache.org/tomahawk/testing/hostedqa.html--Wendy-- Grant Smith

-- Grant Smith

-- Grant Smith

-- Grant Smith


Re: Build Failure!

2006-09-19 Thread Grant Smith
https://issues.apache.org/jira/browse/INFRA-954Hopefully one of us will be given access to boot the zone ourselves...
On 9/19/06, Grant Smith <[EMAIL PROTECTED]> wrote:
The zone is hung again. I'm trying to get infra to bounce it in #asfinfra..On 9/19/06, Grant Smith <
[EMAIL PROTECTED]
> wrote:I've been in panicemergencydeadlinecontemplatesuicide-mode for the past 3 months and am ashamed to admit I knew nothing of a continuum problem. I'll have a look tonight and see what I can uncover...
The previous time I tried to build with maven, I had to bypass the tests. Today they all appear to be passing. Could this be related ?
Sean is the real continuum/zone expert, but he's probably busy. We definitely need more people to understand the workings of the zone and the nightly build process, etc. If I remember correctly, I was about to document it...
On 9/19/06, Wendy Smoak <
[EMAIL PROTECTED]> wrote:
On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:> What is the Continuum situation like these days.
That's what I was wondering... though this was a problem in one of the
example apps, and not in the Tomahawk jar itself.One of these days, I'd like to see if I can set it up to run theSelenium tests at HostedQA.   


http://myfaces.apache.org/tomahawk/testing/hostedqa.html--Wendy-- Grant Smith

-- Grant Smith

-- Grant Smith


Re: Build Failure!

2006-09-19 Thread Grant Smith
The zone is hung again. I'm trying to get infra to bounce it in #asfinfra..On 9/19/06, Grant Smith <[EMAIL PROTECTED]
> wrote:I've been in panicemergencydeadlinecontemplatesuicide-mode for the past 3 months and am ashamed to admit I knew nothing of a continuum problem. I'll have a look tonight and see what I can uncover...
The previous time I tried to build with maven, I had to bypass the tests. Today they all appear to be passing. Could this be related ?
Sean is the real continuum/zone expert, but he's probably busy. We definitely need more people to understand the workings of the zone and the nightly build process, etc. If I remember correctly, I was about to document it...
On 9/19/06, Wendy Smoak <
[EMAIL PROTECTED]> wrote:
On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:> What is the Continuum situation like these days.
That's what I was wondering... though this was a problem in one of the
example apps, and not in the Tomahawk jar itself.One of these days, I'd like to see if I can set it up to run theSelenium tests at HostedQA.   

http://myfaces.apache.org/tomahawk/testing/hostedqa.html--Wendy-- Grant Smith

-- Grant Smith


Re: Build Failure!

2006-09-19 Thread Grant Smith
I've been in panicemergencydeadlinecontemplatesuicide-mode for the past 3 months and am ashamed to admit I knew nothing of a continuum problem. I'll have a look tonight and see what I can uncover...The previous time I tried to build with maven, I had to bypass the tests. Today they all appear to be passing. Could this be related ?
Sean is the real continuum/zone expert, but he's probably busy. We definitely need more people to understand the workings of the zone and the nightly build process, etc. If I remember correctly, I was about to document it...
On 9/19/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:> What is the Continuum situation like these days.That's what I was wondering... though this was a problem in one of the
example apps, and not in the Tomahawk jar itself.One of these days, I'd like to see if I can set it up to run theSelenium tests at HostedQA.   
http://myfaces.apache.org/tomahawk/testing/hostedqa.html--Wendy-- Grant Smith


RE: Build Failure!

2006-09-19 Thread L Frohman



Also,
 
mvn clean install 
-Pregenerate-component-code
 
gets an 
error:
 
generate-components:[INFO] 
[ERROR] 
BUILD ERROR[INFO] 
[INFO] 
Error executing ant tasks
 
Embedded error: The following error occurred 
while executing this line:C:\workspace\myfaces\core\api\build.xml:5: taskdef 
class org.apache.myfaces.codegen.component.ComponentGeneratorTask cannot be 
found



From: Grant Smith [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 19, 2006 3:42 PMTo: MyFaces 
DevelopmentSubject: Re: Build Failure!
Errr... yeah, I never do it; why can't more people be like 
me?!!Thanks Martin!
On 9/19/06, Martin 
Marinschek < 
[EMAIL PROTECTED]> wrote:
Fixed 
  - had a wrong import somewhere.And, yes, Grant, I know that I should 
  never commit something thatcauses the maven-build to fail 
  ;)regards,MartinOn 9/19/06, Grant Smith <[EMAIL PROTECTED] > 
  wrote:> Attn: All Committers!!>> Please never commit 
  anything that will cause the maven build to fail, as it> currently 
  does:>> Compiling 69 source files to> 
  /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/target/classes 
  > [INFO]> 
  --------> 
  [ERROR] BUILD FAILURE> [INFO]> 
   
  > [INFO] Compilation failure>> 
  /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java:[18,38] 
  > package org.apache.myfaces.taglib.core does not exist>> 
  Whoever is responsible, please fix ASAP..>> 
  Thanks,>>> --> Grant 
  Smith>--http://www.irian.atYour JSF powerhouse 
  -JSF Consulting, Development andCourses in English and 
  GermanProfessional Support for Apache 
MyFaces-- Grant 
Smith


Re: Build Failure!

2006-09-19 Thread Wendy Smoak

On 9/19/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:


What is the Continuum situation like these days.


That's what I was wondering... though this was a problem in one of the
example apps, and not in the Tomahawk jar itself.

One of these days, I'd like to see if I can set it up to run the
Selenium tests at HostedQA.

  http://myfaces.apache.org/tomahawk/testing/hostedqa.html

--
Wendy


Re: Build Failure!

2006-09-19 Thread Dennis Byrne
What is the Continuum situation like these days.

Dennis Byrne

>-Original Message-
>From: Grant Smith [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, September 19, 2006 06:42 PM
>To: 'MyFaces Development'
>Subject: Re: Build Failure!
>
>Errr... yeah, I never do it; why can't more people be like me?!!
>
>Thanks Martin!
>
>On 9/19/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
>>
>> Fixed - had a wrong import somewhere.
>>
>> And, yes, Grant, I know that I should never commit something that
>> causes the maven-build to fail ;)
>>
>> regards,
>>
>> Martin
>>
>> On 9/19/06, Grant Smith <[EMAIL PROTECTED]> wrote:
>> > Attn: All Committers!!
>> >
>> > Please never commit anything that will cause the maven build to fail, as
>> it
>> > currently does:
>> >
>> > Compiling 69 source files to
>> >
>> /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/target/classes
>> > [INFO]
>> > 
>> > [ERROR] BUILD FAILURE
>> > [INFO]
>> > 
>> > [INFO] Compilation failure
>> >
>> >
>> /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java:[18,38]
>> > package org.apache.myfaces.taglib.core does not exist
>> >
>> > Whoever is responsible, please fix ASAP..
>> >
>> > Thanks,
>> >
>> >
>> > --
>> > Grant Smith
>> >
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
>
>
>
>-- 
>Grant Smith
>




Re: Build Failure!

2006-09-19 Thread Grant Smith
Errr... yeah, I never do it; why can't more people be like me?!!Thanks Martin!On 9/19/06, Martin Marinschek <
[EMAIL PROTECTED]> wrote:Fixed - had a wrong import somewhere.
And, yes, Grant, I know that I should never commit something thatcauses the maven-build to fail ;)regards,MartinOn 9/19/06, Grant Smith <[EMAIL PROTECTED]
> wrote:> Attn: All Committers!!>> Please never commit anything that will cause the maven build to fail, as it> currently does:>> Compiling 69 source files to> /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/target/classes
> [INFO]> --------> [ERROR] BUILD FAILURE> [INFO]> 
> [INFO] Compilation failure>> /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java:[18,38]
> package org.apache.myfaces.taglib.core does not exist>> Whoever is responsible, please fix ASAP..>> Thanks,>>> --> Grant Smith>--
http://www.irian.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and GermanProfessional Support for Apache MyFaces
-- Grant Smith


Re: Build Failure!

2006-09-19 Thread Martin Marinschek

Fixed - had a wrong import somewhere.

And, yes, Grant, I know that I should never commit something that
causes the maven-build to fail ;)

regards,

Martin

On 9/19/06, Grant Smith <[EMAIL PROTECTED]> wrote:

Attn: All Committers!!

Please never commit anything that will cause the maven build to fail, as it
currently does:

Compiling 69 source files to
/usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/target/classes
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java:[18,38]
package org.apache.myfaces.taglib.core does not exist

Whoever is responsible, please fix ASAP..

Thanks,


--
Grant Smith




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Build Failure!

2006-09-19 Thread Grant Smith
Attn: All Committers!!Please never commit anything that will cause the maven build to fail, as it currently does:Compiling 69 source files to /usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/target/classes
[INFO] [ERROR] BUILD FAILURE[INFO] [INFO] Compilation failure
/usr/home/grant/IdeaProjects/myfaces/current/tomahawk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java:[18,38] package org.apache.myfaces.taglib.core does not exist
Whoever is responsible, please fix ASAP..Thanks,-- Grant Smith


Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

three weeks I wasn't working on that

so must be inside that time-frame.

Ed Burns? Are you listening ? :)

On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:

>Can it be that the JAR is *crap* ?

Yes.  How do find out if this jar was republished/refreshed to the repo lately? 
 It had to have happened w/in the last month.

>-Matthias

Dennis Byrne

>> Dennis Byrne
>>
>> >-Original Message-
>> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 01:17 PM
>> >To: 'MyFaces Development'
>> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >no
>> >
>> >that was before yesterday. also the jar is already downloaded to my box.
>> >but eclipse and maven are complaining about that crappy damn package.
>> >sorry! :)
>> >
>> >-Matthias
>> >
>> >On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> >> OK, I am getting it also after deleting my local repo.
>> >>
>> >> Perhaps the following is related?  I have copy and pasted an email from 
setn to [EMAIL PROTECTED] recently.
>> >>
>> >> Dennis Byrne
>> >>
>> >>
>> >>
>> >> The maven repositories on people.apache.org can now be found at the
>> >> following paths:
>> >>
>> >> /www/people.apache.org/repo/m1-snapshot-repository
>> >> /www/people.apache.org/repo/m2-snapshot-repository
>> >> /www/people.apache.org/repo/m1-ibiblio-rsync-repository
>> >> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
>> >>
>> >> (previous paths were:
>> >> /www/people.apache.org/repository
>> >> /www/people.apache.org/maven-snapshot-repository
>> >> /www/www.apache.org/dist/java-repository
>> >> /www/www.apache.org/dist/maven-repository
>> >> )
>> >>
>> >> Apart from fixing up the previously random names, this moves the
>> >> repositories for syncing to ibiblio (currently a manual task that Carlos
>> >> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
>> >> directories.
>> >>
>> >> One important change that this leads to is that you NO LONGER NEED TO
>> >> DELETE from the ibibilio rsync repositories. These will one day be the ASF
>> >> Maven repository once we've figured out how we can handle hosting that
>> >> bandwidth wise.
>> >>
>> >> For the snapshot repositories, there are currently symlinks in place so
>> >> that the various CI systems that deploy to them don't fall over. Please
>> >> update these and let us know at repository@apache.org that you're pointing
>> >> to the new path.
>> >>
>> >> Thanks,
>> >>
>> >> Hen
>> >>
>> >>
>> >> >-Original Message-
>> >> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >> >Sent: Tuesday, July 18, 2006 03:10 AM
>> >> >To: 'MyFaces Development'
>> >> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >> >
>> >> >api.  Continuum still complains.  I still don't see what the JSTL
>> >> >changes were for though.
>> >> >
>> >> >
>> >> >
>> >> >, I get that ugly guy
>> >> >
>> >> >
>> >> >I can't compile with 1.2 (jslt)
>> >> >
>> >> >
>> >> >
>> >> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >> >package javax.servlet.jsp.jstl.sql does not exist
>> >> >
>> >> >
>> >> >
>> >> >[INFO] Using default encoding to copy filtered resources.
>> >> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>> >> >159b downloaded
>> >> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>> >> >invalid. It will be ignored for artifact resolution. Reason: Not a
>> >> >v4.0.0 POM.
>> >> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>> >> >400K downloaded
>> >> >[INFO] [compiler:compile]
>> >> >Compiling 161 source files to 
D:\Apache\_current12\core\api\target\cl

Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Dennis Byrne
>Can it be that the JAR is *crap* ?

Yes.  How do find out if this jar was republished/refreshed to the repo lately? 
 It had to have happened w/in the last month.

>-Matthias

Dennis Byrne

>> Dennis Byrne
>>
>> >-Original Message-
>> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 01:17 PM
>> >To: 'MyFaces Development'
>> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >no
>> >
>> >that was before yesterday. also the jar is already downloaded to my box.
>> >but eclipse and maven are complaining about that crappy damn package.
>> >sorry! :)
>> >
>> >-Matthias
>> >
>> >On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> >> OK, I am getting it also after deleting my local repo.
>> >>
>> >> Perhaps the following is related?  I have copy and pasted an email from 
>> >> setn to [EMAIL PROTECTED] recently.
>> >>
>> >> Dennis Byrne
>> >>
>> >>
>> >>
>> >> The maven repositories on people.apache.org can now be found at the
>> >> following paths:
>> >>
>> >> /www/people.apache.org/repo/m1-snapshot-repository
>> >> /www/people.apache.org/repo/m2-snapshot-repository
>> >> /www/people.apache.org/repo/m1-ibiblio-rsync-repository
>> >> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
>> >>
>> >> (previous paths were:
>> >> /www/people.apache.org/repository
>> >> /www/people.apache.org/maven-snapshot-repository
>> >> /www/www.apache.org/dist/java-repository
>> >> /www/www.apache.org/dist/maven-repository
>> >> )
>> >>
>> >> Apart from fixing up the previously random names, this moves the
>> >> repositories for syncing to ibiblio (currently a manual task that Carlos
>> >> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
>> >> directories.
>> >>
>> >> One important change that this leads to is that you NO LONGER NEED TO
>> >> DELETE from the ibibilio rsync repositories. These will one day be the ASF
>> >> Maven repository once we've figured out how we can handle hosting that
>> >> bandwidth wise.
>> >>
>> >> For the snapshot repositories, there are currently symlinks in place so
>> >> that the various CI systems that deploy to them don't fall over. Please
>> >> update these and let us know at repository@apache.org that you're pointing
>> >> to the new path.
>> >>
>> >> Thanks,
>> >>
>> >> Hen
>> >>
>> >>
>> >> >-Original Message-
>> >> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >> >Sent: Tuesday, July 18, 2006 03:10 AM
>> >> >To: 'MyFaces Development'
>> >> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >> >
>> >> >api.  Continuum still complains.  I still don't see what the JSTL
>> >> >changes were for though.
>> >> >
>> >> >
>> >> >
>> >> >, I get that ugly guy
>> >> >
>> >> >
>> >> >I can't compile with 1.2 (jslt)
>> >> >
>> >> >
>> >> >
>> >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >> >package javax.servlet.jsp.jstl.sql does not exist
>> >> >
>> >> >
>> >> >
>> >> >[INFO] Using default encoding to copy filtered resources.
>> >> >Downloading: 
>> >> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>> >> >159b downloaded
>> >> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>> >> >invalid. It will be ignored for artifact resolution. Reason: Not a
>> >> >v4.0.0 POM.
>> >> >Downloading: 
>> >> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>> >> >400K downloaded
>> >> >[INFO] [compiler:compile]
>> >> >Compiling 161 source files to 
>> >> >D:\Apache\_current12\core\api\target\classes
>> >> >[INFO] 
>> >> >-

Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

In the meantime, maybe one of you could notify the authors of this jar?


that are the java.net guys, right ?
Are you subscribed to some of their lists?
I am not; if you, can you forward that mail to them ?

Thx,
Matt



Dennis Byrne

>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 01:17 PM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>no
>
>that was before yesterday. also the jar is already downloaded to my box.
>but eclipse and maven are complaining about that crappy damn package.
>sorry! :)
>
>-Matthias
>
>On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> OK, I am getting it also after deleting my local repo.
>>
>> Perhaps the following is related?  I have copy and pasted an email from setn 
to [EMAIL PROTECTED] recently.
>>
>> Dennis Byrne
>>
>>
>>
>> The maven repositories on people.apache.org can now be found at the
>> following paths:
>>
>> /www/people.apache.org/repo/m1-snapshot-repository
>> /www/people.apache.org/repo/m2-snapshot-repository
>> /www/people.apache.org/repo/m1-ibiblio-rsync-repository
>> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
>>
>> (previous paths were:
>> /www/people.apache.org/repository
>> /www/people.apache.org/maven-snapshot-repository
>> /www/www.apache.org/dist/java-repository
>> /www/www.apache.org/dist/maven-repository
>> )
>>
>> Apart from fixing up the previously random names, this moves the
>> repositories for syncing to ibiblio (currently a manual task that Carlos
>> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
>> directories.
>>
>> One important change that this leads to is that you NO LONGER NEED TO
>> DELETE from the ibibilio rsync repositories. These will one day be the ASF
>> Maven repository once we've figured out how we can handle hosting that
>> bandwidth wise.
>>
>> For the snapshot repositories, there are currently symlinks in place so
>> that the various CI systems that deploy to them don't fall over. Please
>> update these and let us know at repository@apache.org that you're pointing
>> to the new path.
>>
>> Thanks,
>>
>> Hen
>>
>>
>> >-Original Message-
>> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 03:10 AM
>> >To: 'MyFaces Development'
>> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >api.  Continuum still complains.  I still don't see what the JSTL
>> >changes were for though.
>> >
>> >
>> >
>> >, I get that ugly guy
>> >
>> >
>> >I can't compile with 1.2 (jslt)
>> >
>> >
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> >
>> >
>> >[INFO] Using default encoding to copy filtered resources.
>> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>> >159b downloaded
>> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>> >invalid. It will be ignored for artifact resolution. Reason: Not a
>> >v4.0.0 POM.
>> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>> >400K downloaded
>> >[INFO] [compiler:compile]
>> >Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
>> >[INFO] 

>> >[ERROR] BUILD FAILURE
>> >[INFO] 

>> >[INFO] Compilation failure
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
>> >cannot find symbol
>> >symbol  : class Result
>> >location: class javax.faces.model.ResultDataModel
>> >
>> 
&g

Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:

Look inside repository\javax\servlet\jsp\jstl\jstl\1.2\jstl-1.2.jar .  The .class files 
are there, but they are under a dir called "classes".


well...


I will try and find a jar that works.  In the meantime, maybe one of you could 
notify the authors of this jar?  Or at least let me know if you think this is 
or isn't the problem.


... the jar is also not working inside of eclipse... if I used 1.1.2
instead. boom! it is working.
Can it be that the JAR is *crap* ?

-Matthias



Dennis Byrne

>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 01:17 PM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>no
>
>that was before yesterday. also the jar is already downloaded to my box.
>but eclipse and maven are complaining about that crappy damn package.
>sorry! :)
>
>-Matthias
>
>On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> OK, I am getting it also after deleting my local repo.
>>
>> Perhaps the following is related?  I have copy and pasted an email from setn 
to [EMAIL PROTECTED] recently.
>>
>> Dennis Byrne
>>
>>
>>
>> The maven repositories on people.apache.org can now be found at the
>> following paths:
>>
>> /www/people.apache.org/repo/m1-snapshot-repository
>> /www/people.apache.org/repo/m2-snapshot-repository
>> /www/people.apache.org/repo/m1-ibiblio-rsync-repository
>> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
>>
>> (previous paths were:
>> /www/people.apache.org/repository
>> /www/people.apache.org/maven-snapshot-repository
>> /www/www.apache.org/dist/java-repository
>> /www/www.apache.org/dist/maven-repository
>> )
>>
>> Apart from fixing up the previously random names, this moves the
>> repositories for syncing to ibiblio (currently a manual task that Carlos
>> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
>> directories.
>>
>> One important change that this leads to is that you NO LONGER NEED TO
>> DELETE from the ibibilio rsync repositories. These will one day be the ASF
>> Maven repository once we've figured out how we can handle hosting that
>> bandwidth wise.
>>
>> For the snapshot repositories, there are currently symlinks in place so
>> that the various CI systems that deploy to them don't fall over. Please
>> update these and let us know at repository@apache.org that you're pointing
>> to the new path.
>>
>> Thanks,
>>
>> Hen
>>
>>
>> >-Original Message-
>> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 03:10 AM
>> >To: 'MyFaces Development'
>> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >api.  Continuum still complains.  I still don't see what the JSTL
>> >changes were for though.
>> >
>> >
>> >
>> >, I get that ugly guy
>> >
>> >
>> >I can't compile with 1.2 (jslt)
>> >
>> >
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> >
>> >
>> >[INFO] Using default encoding to copy filtered resources.
>> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>> >159b downloaded
>> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>> >invalid. It will be ignored for artifact resolution. Reason: Not a
>> >v4.0.0 POM.
>> >Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>> >400K downloaded
>> >[INFO] [compiler:compile]
>> >Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
>> >[INFO] 

>> >[ERROR] BUILD FAILURE
>> >[INFO] 

>> >[INFO] Compilation failure
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> 
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
>> >package javax.servlet.jsp.jstl.sql does not exist

Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Dennis Byrne
Look inside repository\javax\servlet\jsp\jstl\jstl\1.2\jstl-1.2.jar .  The 
.class files are there, but they are under a dir called "classes".

I will try and find a jar that works.  In the meantime, maybe one of you could 
notify the authors of this jar?  Or at least let me know if you think this is 
or isn't the problem.

Dennis Byrne

>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 01:17 PM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>no
>
>that was before yesterday. also the jar is already downloaded to my box.
>but eclipse and maven are complaining about that crappy damn package.
>sorry! :)
>
>-Matthias
>
>On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> OK, I am getting it also after deleting my local repo.
>>
>> Perhaps the following is related?  I have copy and pasted an email from setn 
>> to [EMAIL PROTECTED] recently.
>>
>> Dennis Byrne
>>
>>
>>
>> The maven repositories on people.apache.org can now be found at the
>> following paths:
>>
>> /www/people.apache.org/repo/m1-snapshot-repository
>> /www/people.apache.org/repo/m2-snapshot-repository
>> /www/people.apache.org/repo/m1-ibiblio-rsync-repository
>> /www/people.apache.org/repo/m2-ibiblio-rsync-repository
>>
>> (previous paths were:
>> /www/people.apache.org/repository
>> /www/people.apache.org/maven-snapshot-repository
>> /www/www.apache.org/dist/java-repository
>> /www/www.apache.org/dist/maven-repository
>> )
>>
>> Apart from fixing up the previously random names, this moves the
>> repositories for syncing to ibiblio (currently a manual task that Carlos
>> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
>> directories.
>>
>> One important change that this leads to is that you NO LONGER NEED TO
>> DELETE from the ibibilio rsync repositories. These will one day be the ASF
>> Maven repository once we've figured out how we can handle hosting that
>> bandwidth wise.
>>
>> For the snapshot repositories, there are currently symlinks in place so
>> that the various CI systems that deploy to them don't fall over. Please
>> update these and let us know at repository@apache.org that you're pointing
>> to the new path.
>>
>> Thanks,
>>
>> Hen
>>
>>
>> >-Original Message-
>> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 03:10 AM
>> >To: 'MyFaces Development'
>> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >api.  Continuum still complains.  I still don't see what the JSTL
>> >changes were for though.
>> >
>> >
>> >
>> >, I get that ugly guy
>> >
>> >
>> >I can't compile with 1.2 (jslt)
>> >
>> >
>> >
>> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> >
>> >
>> >[INFO] Using default encoding to copy filtered resources.
>> >Downloading: 
>> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>> >159b downloaded
>> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>> >invalid. It will be ignored for artifact resolution. Reason: Not a
>> >v4.0.0 POM.
>> >Downloading: 
>> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>> >400K downloaded
>> >[INFO] [compiler:compile]
>> >Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
>> >[INFO] 
>> >
>> >[ERROR] BUILD FAILURE
>> >[INFO] 
>> >
>> >[INFO] Compilation failure
>> >
>> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
>> >package javax.servlet.jsp.jstl.sql does not exist
>> >
>> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
>> >cannot find symbol
>> &

Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

no

that was before yesterday. also the jar is already downloaded to my box.
but eclipse and maven are complaining about that crappy damn package.
sorry! :)

-Matthias

On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:

OK, I am getting it also after deleting my local repo.

Perhaps the following is related?  I have copy and pasted an email from setn to 
[EMAIL PROTECTED] recently.

Dennis Byrne



The maven repositories on people.apache.org can now be found at the
following paths:

/www/people.apache.org/repo/m1-snapshot-repository
/www/people.apache.org/repo/m2-snapshot-repository
/www/people.apache.org/repo/m1-ibiblio-rsync-repository
/www/people.apache.org/repo/m2-ibiblio-rsync-repository

(previous paths were:
/www/people.apache.org/repository
/www/people.apache.org/maven-snapshot-repository
/www/www.apache.org/dist/java-repository
/www/www.apache.org/dist/maven-repository
)

Apart from fixing up the previously random names, this moves the
repositories for syncing to ibiblio (currently a manual task that Carlos
Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror
directories.

One important change that this leads to is that you NO LONGER NEED TO
DELETE from the ibibilio rsync repositories. These will one day be the ASF
Maven repository once we've figured out how we can handle hosting that
bandwidth wise.

For the snapshot repositories, there are currently symlinks in place so
that the various CI systems that deploy to them don't fall over. Please
update these and let us know at repository@apache.org that you're pointing
to the new path.

Thanks,

Hen


>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 03:10 AM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>api.  Continuum still complains.  I still don't see what the JSTL
>changes were for though.
>
>
>
>, I get that ugly guy
>
>
>I can't compile with 1.2 (jslt)
>
>
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>
>
>[INFO] Using default encoding to copy filtered resources.
>Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>159b downloaded
>[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>invalid. It will be ignored for artifact resolution. Reason: Not a
>v4.0.0 POM.
>Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>400K downloaded
>[INFO] [compiler:compile]
>Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
>[INFO] 
>[ERROR] BUILD FAILURE
>[INFO] 
>[INFO] Compilation failure
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[39,27]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[839,34]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.component.UIData
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[841,40]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.component.UIData
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[123,22]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>
>[INFO] 
>[INFO] For more information, run Maven with the -e switch
>[INFO] 
>[INFO] Total time: 16 seconds
>[INFO] Finished at: Tue Jul 18 00:04:10 PDT 2006
>[INFO] Final Memory: 7M/24M
>[INFO] 
>
>D:\Apache\_current12>
>






--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Dennis Byrne
OK, I am getting it also after deleting my local repo.

Perhaps the following is related?  I have copy and pasted an email from setn to 
[EMAIL PROTECTED] recently.

Dennis Byrne



The maven repositories on people.apache.org can now be found at the 
following paths:

/www/people.apache.org/repo/m1-snapshot-repository
/www/people.apache.org/repo/m2-snapshot-repository
/www/people.apache.org/repo/m1-ibiblio-rsync-repository
/www/people.apache.org/repo/m2-ibiblio-rsync-repository

(previous paths were:
/www/people.apache.org/repository
/www/people.apache.org/maven-snapshot-repository
/www/www.apache.org/dist/java-repository
/www/www.apache.org/dist/maven-repository
)

Apart from fixing up the previously random names, this moves the 
repositories for syncing to ibiblio (currently a manual task that Carlos 
Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror 
directories.

One important change that this leads to is that you NO LONGER NEED TO 
DELETE from the ibibilio rsync repositories. These will one day be the ASF 
Maven repository once we've figured out how we can handle hosting that 
bandwidth wise.

For the snapshot repositories, there are currently symlinks in place so 
that the various CI systems that deploy to them don't fall over. Please 
update these and let us know at repository@apache.org that you're pointing 
to the new path.

Thanks,

Hen


>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 03:10 AM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>api.  Continuum still complains.  I still don't see what the JSTL
>changes were for though.
>
>
>
>, I get that ugly guy
>
>
>I can't compile with 1.2 (jslt)
>
>
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>
>
>[INFO] Using default encoding to copy filtered resources.
>Downloading: 
>https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
>159b downloaded
>[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
>invalid. It will be ignored for artifact resolution. Reason: Not a
>v4.0.0 POM.
>Downloading: 
>https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
>400K downloaded
>[INFO] [compiler:compile]
>Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
>[INFO] 
>[ERROR] BUILD FAILURE
>[INFO] 
>[INFO] Compilation failure
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
>package javax.servlet.jsp.jstl.sql does not exist
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[39,27]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[839,34]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.component.UIData
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[841,40]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.component.UIData
>
>D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[123,22]
>cannot find symbol
>symbol  : class Result
>location: class javax.faces.model.ResultDataModel
>
>
>[INFO] 
>[INFO] For more information, run Maven with the -e switch
>[INFO] 
>[INFO] Total time: 16 seconds
>[INFO] Finished at: Tue Jul 18 00:04:10 PDT 2006
>[INFO] Final Memory: 7M/24M
>[INFO] 
>
>D:\Apache\_current12>
>




Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

Dennis,

I double checked with Martin.

Same problem




D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
package javax.servlet.jsp.jstl.sql does not exist



in the jar "jstl-1.2.jar" that package is there.

Any ideas?

-Matthias

On 7/18/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

api.  Continuum still complains.  I still don't see what the JSTL
changes were for though.



, I get that ugly guy


I can't compile with 1.2 (jslt)



D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
package javax.servlet.jsp.jstl.sql does not exist



[INFO] Using default encoding to copy filtered resources.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
159b downloaded
[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
invalid. It will be ignored for artifact resolution. Reason: Not a
v4.0.0 POM.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
400K downloaded
[INFO] [compiler:compile]
Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
[INFO] --------
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
package javax.servlet.jsp.jstl.sql does not exist

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
package javax.servlet.jsp.jstl.sql does not exist

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[39,27]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[839,34]
cannot find symbol
symbol  : class Result
location: class javax.faces.component.UIData

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[841,40]
cannot find symbol
symbol  : class Result
location: class javax.faces.component.UIData

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[123,22]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 16 seconds
[INFO] Finished at: Tue Jul 18 00:04:10 PDT 2006
[INFO] Final Memory: 7M/24M
[INFO] 

D:\Apache\_current12>




--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-18 Thread Matthias Wessendorf

api.  Continuum still complains.  I still don't see what the JSTL
changes were for though.



, I get that ugly guy


I can't compile with 1.2 (jslt)



D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
package javax.servlet.jsp.jstl.sql does not exist



[INFO] Using default encoding to copy filtered resources.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom
159b downloaded
[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is
invalid. It will be ignored for artifact resolution. Reason: Not a
v4.0.0 POM.
Downloading: 
https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar
400K downloaded
[INFO] [compiler:compile]
Compiling 161 source files to D:\Apache\_current12\core\api\target\classes
[INFO] ----
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34]
package javax.servlet.jsp.jstl.sql does not exist

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34]
package javax.servlet.jsp.jstl.sql does not exist

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[39,27]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[839,34]
cannot find symbol
symbol  : class Result
location: class javax.faces.component.UIData

D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[841,40]
cannot find symbol
symbol  : class Result
location: class javax.faces.component.UIData

D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[123,22]
cannot find symbol
symbol  : class Result
location: class javax.faces.model.ResultDataModel


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 16 seconds
[INFO] Finished at: Tue Jul 18 00:04:10 PDT 2006
[INFO] Final Memory: 7M/24M
[INFO] 

D:\Apache\_current12>


Re: [continuum] BUILD FAILURE: MyFaces Shared Core

2006-07-17 Thread Matthias Wessendorf

My couldn't download one :(

impl also now has a 3.0.0 shared_impl dep!
;)



On 7/17/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:

Everything is fine now.  If you do a fresh co and an install it works.  The 
stale API dep is gone, Cagatay's isItemEscaped is fine, and I just upgraded two 
pom deps for the jsp 2.1 api.  Continuum still complains.  I still don't see 
what the JSTL changes were for though.

Dennis Byrne

>-Original Message-
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 18, 2006 02:49 AM
>To: 'MyFaces Development'
>Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core
>
>do you mean me ?
>
>
>
>On 7/17/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> This works fine after a fresh co and a "mvn clean install" now.  How does 
one go about slapping Continuum in order to make this stop?
>>
>> Dennis Byrne
>>
>> >-Original Message-
>> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, July 18, 2006 02:38 AM
>> >To: commits@myfaces.apache.org
>> >Subject: [continuum] BUILD FAILURE: MyFaces Shared Core
>> >
>> >Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/76/buildId/2866
>> >Build statistics:
>> >  State: Failed
>> >  Previous State: Failed
>> >  Started at: Tue, 18 Jul 2006 06:38:28 +
>> >  Finished at: Tue, 18 Jul 2006 06:38:34 +
>> >  Total time: 6s
>> >  Build Trigger: Forced
>> >  Exit code: 1
>> >  Building machine hostname: myfaces.zones.apache.org
>> >  Operating system : SunOS(unknown)
>> >  Java version : 1.5.0_06(Sun Microsystems Inc.)
>> >
>> >Changes
>> >  No files changed
>> >
>> >
>> >Output:
>> >
>> >[INFO] Scanning for projects...
>> >[INFO] 

>> >[INFO] Building MyFaces Shared Core
>> >[INFO]task-segment: [clean, install]
>> >[INFO] 

>> >[INFO] [clean:clean]
>> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/target
>> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/target/classes
>> >[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/target/test-classes
>> >[INFO] [resources:resources]
>> >[INFO] Using default encoding to copy filtered resources.
>> >[INFO] [compiler:compile]
>> >Compiling 94 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/target/classes
>> >[INFO] 

>> >[ERROR] BUILD FAILURE
>> >[INFO] 

>> >[INFO] Compilation failure
>> >
>> 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/src/main/java/org/apache/myfaces/shared/util/SelectItemsIterator.java:[78,38]
 cannot find symbol
>> >symbol  : method isItemEscaped()
>> >location: class javax.faces.component.UISelectItem
>> >
>> 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/src/main/java/org/apache/myfaces/shared/util/SelectItemsIterator.java:[83,27]
 cannot find symbol
>> >symbol  : constructor 
SelectItem(java.lang.Object,java.lang.String,java.lang.String,boolean,boolean)
>> >location: class javax.faces.model.SelectItem
>> >
>> 
>/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/76/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java:[441,40]
 cannot find symbol
>> >symbol  : method isEscape()
>> >location: class javax.faces.model.SelectItem
>> >
>> >
>> >[INFO] 

>> >[INFO] For more information, run Maven with the -e switch
>> >[INFO] 

>> >[INFO] Total time: 5 seconds
>> >[INFO] Finished at: Tue Jul 18 06:38:34 GMT+00:00 2006
>> >[INFO] Final Memory: 10M/326M
>> >[INFO] 

>> >
>> >
>> >
>> >
>> >
>>
>>
>>
>
>
>--
>Matthias Wessendorf
>
>further stuff:
>blog: http://jroller.com/page/mwessendorf
>mail: mwessendorf-at-gmail-dot-com
>






--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


  1   2   >