On Mon, Jun 29, 2009 at 7:27 AM, Ramkumar R<[email protected]> wrote:
> Overall the distribution looks good.
>
> While building the module src... i see the following issue...
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Tuscany SCA Core Runtime
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Invoking Tuscany Eclipse JDT compiler
> [INFO] Compiling 89 to
> C:\Tuscany\2.0-M3\tuscany-sca-2.0-M3-src\modules\core\target\classes
> [INFO] Resolving OSGi bundle: org.apache.tuscany.sca.core
> [INFO] OSGi bundle is resolved: org.apache.tuscany.sca.core
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> org\apache\tuscany\sca\core\assembly\impl\EndpointSerializerImpl.java:[64,3036]
> The constructor IOException(Exception) is undefined
> org\apache\tuscany\sca\core\assembly\impl\EndpointSerializerImpl.java:[78,3477]
> The constructor IOException(Exception) is undefined
> org\apache\tuscany\sca\core\assembly\impl\EndpointSerializerImpl.java:[92,4168]
> The constructor IOException(Exception) is undefined
> org\apache\tuscany\sca\core\assembly\impl\EndpointSerializerImpl.java:[105,4637]
> The constructor IOException(Exception) is undefined
>
> Is anyone seeing the same?
>

Thats a b******. I'd built the source distro from an empty local maven
repo and it was fine, this problem is because in JDK6 IOException has
a new constructor aded that takes an Exception arg, but thats not in
JDK5 which is what you must be using and why you see "constructor
IOException(Exception) is undefined".

Other than this problem would you vote +1 on this RC?

   ...ant

Reply via email to