You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by scott patterson <sc...@yahoo.com> on 2005/07/12 22:11:35 UTC

[AXIS 2] attachments.IOUtils file not found in the source code???

sorry.. I should have included a subject on the
previoud email.

--- scott patterson <sc...@yahoo.com> wrote:

> Date: Tue, 12 Jul 2005 13:08:14 -0700 (PDT)
> From: scott patterson <sc...@yahoo.com>
> Subject: [AXIS 2]
> To: axis-dev@ws.apache.org, fx-dev@ws.apache.org
> 
> It appears that there is a file missing from the
> source code for .9 release.  I am getting a complie
> error stating that it cannot find: 
> ..axis2\attachments.IOUtils   (see below)
> 
> java:compile:
>     [echo] Compiling to
> C:\axis2-0.9\modules\xml/target/classes
>     [javac] Compiling 114 source files to
> C:\axis2-0.9\modules\xml\target\classes
>     [javac]
>
C:\axis2-0.9\modules\xml\src\org\apache\axis2\om\impl\llom\OMTextImpl.java:29:
> cannot find symbol
>     [javac] symbol  : class IOUtils
>     [javac] location: package
> org.apache.axis2.attachments
>     [javac] import
> org.apache.axis2.attachments.IOUtils;
>     [javac]                                     ^
>     [javac]
>
C:\axis2-0.9\modules\xml\src\org\apache\axis2\attachments\JDK13IO.java:79:
> cannot find symbol
>     [javac] symbol  : class IOUtils
>     [javac] location: package
> org.apache.axis2.attachments
>     [javac]            
>
org.apache.axis2.attachments.IOUtils.readFully(in,bytes);
>     [javac]                                        
> ^
>     [javac]
>
C:\axis2-0.9\modules\xml\src\org\apache\axis2\om\impl\llom\OMTextImpl.java:228:
> cannot find symbol
>     [javac] symbol  : variable IOUtils
>     [javac] location: class
> org.apache.axis2.om.impl.llom.OMTextImpl
>     [javac] 				IOUtils.readFully(inStream, data);
>     [javac]                                 ^
>     [javac] 3 errors
> 
> 
> Obviously this is necessary to compile, but is there
> a
> work around for this if the file has not yet been
> written?
> 
> Scott
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 



	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

Re: [AXIS2] attachments.IOUtils file not found in the source code???

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Scott

If you are getting this error while your building the maven , the solution 
is to get a clean update and check.

I checked the source distribution but as I can see the IOUtils is there in 
the distribution.


Thanks and regards
Deepal


----- Original Message ----- 
From: "scott patterson" <sc...@yahoo.com>
To: <ax...@ws.apache.org>; <fx...@ws.apache.org>
Sent: Wednesday, July 13, 2005 2:11 AM
Subject: [AXIS 2] attachments.IOUtils file not found in the source code???


> sorry.. I should have included a subject on the
> previoud email.
>
> --- scott patterson <sc...@yahoo.com> wrote:
>
>> Date: Tue, 12 Jul 2005 13:08:14 -0700 (PDT)
>> From: scott patterson <sc...@yahoo.com>
>> Subject: [AXIS 2]
>> To: axis-dev@ws.apache.org, fx-dev@ws.apache.org
>>
>> It appears that there is a file missing from the
>> source code for .9 release.  I am getting a complie
>> error stating that it cannot find:
>> ..axis2\attachments.IOUtils   (see below)
>>
>> java:compile:
>>     [echo] Compiling to
>> C:\axis2-0.9\modules\xml/target/classes
>>     [javac] Compiling 114 source files to
>> C:\axis2-0.9\modules\xml\target\classes
>>     [javac]
>>
> C:\axis2-0.9\modules\xml\src\org\apache\axis2\om\impl\llom\OMTextImpl.java:29:
>> cannot find symbol
>>     [javac] symbol  : class IOUtils
>>     [javac] location: package
>> org.apache.axis2.attachments
>>     [javac] import
>> org.apache.axis2.attachments.IOUtils;
>>     [javac]                                     ^
>>     [javac]
>>
> C:\axis2-0.9\modules\xml\src\org\apache\axis2\attachments\JDK13IO.java:79:
>> cannot find symbol
>>     [javac] symbol  : class IOUtils
>>     [javac] location: package
>> org.apache.axis2.attachments
>>     [javac]
>>
> org.apache.axis2.attachments.IOUtils.readFully(in,bytes);
>>     [javac]
>> ^
>>     [javac]
>>
> C:\axis2-0.9\modules\xml\src\org\apache\axis2\om\impl\llom\OMTextImpl.java:228:
>> cannot find symbol
>>     [javac] symbol  : variable IOUtils
>>     [javac] location: class
>> org.apache.axis2.om.impl.llom.OMTextImpl
>>     [javac] IOUtils.readFully(inStream, data);
>>     [javac]                                 ^
>>     [javac] 3 errors
>>
>>
>> Obviously this is necessary to compile, but is there
>> a
>> work around for this if the file has not yet been
>> written?
>>
>> Scott
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam
>> protection around
>> http://mail.yahoo.com
>>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.
> http://promotions.yahoo.com/new_mail
>
>