You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2006/07/08 12:28:29 UTC

[jira] Created: (SCXML-13) SCXML doesn't compile using JDK 1.5

SCXML doesn't compile using JDK 1.5
-----------------------------------

         Key: SCXML-13
         URL: http://issues.apache.org/jira/browse/SCXML-13
     Project: Commons SCXML
        Type: Bug

    Versions: Nightly Builds    
 Environment: JDK 1.5.0_07, Windows XP
    Reporter: Niall Pemberton


SCXML's BuiltIn class uses  org.apache.xpath.XPathAPI  (from xalan) - which was shipped with JDK 1.4 (in rt.jar). JDK 1.5 no longer has this class (looks like they have re-packaged their own version com.sun.org.apache.xpath.internal.XPathAPI).

http://www.mail-archive.com/commons-user%40jakarta.apache.org/msg16114.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jira] Created: (SCXML-13) SCXML doesn't compile using JDK 1.5

Posted by Rahul Akolkar <ra...@gmail.com>.
On 7/8/06, Phil Steitz <ph...@gmail.com> wrote:
> Thanks for opening this issue, Niall.  This is also causing the
> [scxml] nightlies to fail.
>
<snip/>

Thanks Niall, Phil. I'm flying back over the weekend and I'll take a
look at this as soon as I'm back.

And many thanks for getting us the nightlies back Phil.

-Rahul


> Phil
>
> On 7/8/06, Niall Pemberton (JIRA) <ji...@apache.org> wrote:
> > SCXML doesn't compile using JDK 1.5
> > -----------------------------------
> >
> >          Key: SCXML-13
> >          URL: http://issues.apache.org/jira/browse/SCXML-13
> >      Project: Commons SCXML
> >         Type: Bug
<snap/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jira] Created: (SCXML-13) SCXML doesn't compile using JDK 1.5

Posted by Phil Steitz <ph...@gmail.com>.
Thanks for opening this issue, Niall.  This is also causing the
[scxml] nightlies to fail.

Phil

On 7/8/06, Niall Pemberton (JIRA) <ji...@apache.org> wrote:
> SCXML doesn't compile using JDK 1.5
> -----------------------------------
>
>          Key: SCXML-13
>          URL: http://issues.apache.org/jira/browse/SCXML-13
>      Project: Commons SCXML
>         Type: Bug
>
>     Versions: Nightly Builds
>  Environment: JDK 1.5.0_07, Windows XP
>     Reporter: Niall Pemberton
>
>
> SCXML's BuiltIn class uses  org.apache.xpath.XPathAPI  (from xalan) - which was shipped with JDK 1.4 (in rt.jar). JDK 1.5 no longer has this class (looks like they have re-packaged their own version com.sun.org.apache.xpath.internal.XPathAPI).
>
> http://www.mail-archive.com/commons-user%40jakarta.apache.org/msg16114.html
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (SCXML-13) SCXML doesn't compile using JDK 1.5

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SCXML-13?page=all ]

Rahul Akolkar updated SCXML-13:
-------------------------------

    Fix Version/s: 0.5

> SCXML doesn't compile using JDK 1.5
> -----------------------------------
>
>                 Key: SCXML-13
>                 URL: http://issues.apache.org/jira/browse/SCXML-13
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>         Environment: JDK 1.5.0_07, Windows XP
>            Reporter: Niall Pemberton
>         Assigned To: Rahul Akolkar
>             Fix For: 0.5
>
>
> SCXML's BuiltIn class uses  org.apache.xpath.XPathAPI  (from xalan) - which was shipped with JDK 1.4 (in rt.jar). JDK 1.5 no longer has this class (looks like they have re-packaged their own version com.sun.org.apache.xpath.internal.XPathAPI).
> http://www.mail-archive.com/commons-user%40jakarta.apache.org/msg16114.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (SCXML-13) SCXML doesn't compile using JDK 1.5

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SCXML-13?page=all ]

Rahul Akolkar resolved SCXML-13.
--------------------------------

    Resolution: Fixed

Xalan Interpretive is no longer available in (Sun) JDK 1.5.

http://java.sun.com/j2se/1.5.0/docs/guide/xml/jaxp/JAXP-Compatibility_150.html

Fixed in r423480.


> SCXML doesn't compile using JDK 1.5
> -----------------------------------
>
>                 Key: SCXML-13
>                 URL: http://issues.apache.org/jira/browse/SCXML-13
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>         Environment: JDK 1.5.0_07, Windows XP
>            Reporter: Niall Pemberton
>         Assigned To: Rahul Akolkar
>             Fix For: 0.5
>
>
> SCXML's BuiltIn class uses  org.apache.xpath.XPathAPI  (from xalan) - which was shipped with JDK 1.4 (in rt.jar). JDK 1.5 no longer has this class (looks like they have re-packaged their own version com.sun.org.apache.xpath.internal.XPathAPI).
> http://www.mail-archive.com/commons-user%40jakarta.apache.org/msg16114.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org