You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gl...@thoughtcraft.com> on 2004/07/20 20:44:22 UTC

Missing message?

Hi dims:

Did you forget to check in a modified resource.properties when you did the
ByteArrayOutputStream mod?  I'm getting this when I do an "ant clean
all-tests":

<testcase name="testForMissingMessages" time="13.209">
    <failure message="File:
c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
ream.java Can&apos;t find resource for bundle
org.apache.axis.i18n.ProjectResourceBundle, key indexOutOfBoundsException00
File:
c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
ream.java null
"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedE
rror: File:
c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
ream.java Can&apos;t find resource for bundle
org.apache.axis.i18n.ProjectResourceBundle, key indexOutOfBoundsException00
File:
c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
ream.java null

 at test.utils.TestMessages.testForMissingMessages(TestMessages.java:148)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
</failure>
  </testcase>

--Glen

Re: Missing message?

Posted by Davanum Srinivas <da...@gmail.com>.
Sorry.

-- dims

On Tue, 20 Jul 2004 14:44:22 -0400, Glen Daniels <gl...@thoughtcraft.com> wrote:
> Hi dims:
> 
> Did you forget to check in a modified resource.properties when you did the
> ByteArrayOutputStream mod?  I'm getting this when I do an "ant clean
> all-tests":
> 
> <testcase name="testForMissingMessages" time="13.209">
>     <failure message="File:
> c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
> ream.java Can&apos;t find resource for bundle
> org.apache.axis.i18n.ProjectResourceBundle, key indexOutOfBoundsException00
> File:
> c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
> ream.java null
> "
> type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedE
> rror: File:
> c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
> ream.java Can&apos;t find resource for bundle
> org.apache.axis.i18n.ProjectResourceBundle, key indexOutOfBoundsException00
> File:
> c:\Projects\axis1.2\ws-axis\java\src\org\apache\axis\utils\ByteArrayOutputSt
> ream.java null
> 
>  at test.utils.TestMessages.testForMissingMessages(TestMessages.java:148)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
> </failure>
>   </testcase>
> 
> --Glen
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/