You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2011/03/23 14:39:06 UTC

[jira] [Created] (DAEMON-200) commons daemon should be usable with jdk 1.5

commons daemon should be usable with jdk 1.5
--------------------------------------------

                 Key: DAEMON-200
                 URL: https://issues.apache.org/jira/browse/DAEMON-200
             Project: Commons Daemon
          Issue Type: Bug
         Environment: jdk 1.5
            Reporter: Norman Maurer


Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:

ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DAEMON-200) commons daemon should be usable with jdk 1.5

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010141#comment-13010141 ] 

Sebb commented on DAEMON-200:
-----------------------------

Appears to have been caused by missing source and target attributes in the Ant build file.

> commons daemon should be usable with jdk 1.5
> --------------------------------------------
>
>                 Key: DAEMON-200
>                 URL: https://issues.apache.org/jira/browse/DAEMON-200
>             Project: Commons Daemon
>          Issue Type: Bug
>         Environment: jdk 1.5
>            Reporter: Norman Maurer
>
> Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:
> ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
> bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
> class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DAEMON-200) commons daemon should be usable with jdk 1.5

Posted by "Norman Maurer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010147#comment-13010147 ] 

Norman Maurer commented on DAEMON-200:
--------------------------------------

cool.. would it be possible to release 1.0.6 with the fix and push it to maven repos ?

> commons daemon should be usable with jdk 1.5
> --------------------------------------------
>
>                 Key: DAEMON-200
>                 URL: https://issues.apache.org/jira/browse/DAEMON-200
>             Project: Commons Daemon
>          Issue Type: Bug
>         Environment: jdk 1.5
>            Reporter: Norman Maurer
>
> Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:
> ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
> bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
> class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DAEMON-200) commons daemon should be usable with jdk 1.5

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010146#comment-13010146 ] 

Sebb commented on DAEMON-200:
-----------------------------

I've fixed the Ant build file (Pom was OK).

> commons daemon should be usable with jdk 1.5
> --------------------------------------------
>
>                 Key: DAEMON-200
>                 URL: https://issues.apache.org/jira/browse/DAEMON-200
>             Project: Commons Daemon
>          Issue Type: Bug
>         Environment: jdk 1.5
>            Reporter: Norman Maurer
>
> Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:
> ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
> bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
> class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DAEMON-200) commons daemon should be usable with jdk 1.5

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010157#comment-13010157 ] 

Sebb commented on DAEMON-200:
-----------------------------

Uploaded 1.6-dev-SNAPSHOT to 
https://repository.apache.org/content/repositories/snapshots/commons-daemon/commons-daemon/1.0.6-dev-SNAPSHOT/

> commons daemon should be usable with jdk 1.5
> --------------------------------------------
>
>                 Key: DAEMON-200
>                 URL: https://issues.apache.org/jira/browse/DAEMON-200
>             Project: Commons Daemon
>          Issue Type: Bug
>         Environment: jdk 1.5
>            Reporter: Norman Maurer
>
> Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:
> ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
> bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
> class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DAEMON-200) commons daemon should be usable with jdk 1.5

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk resolved DAEMON-200.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.6

This has been fixed as part of r1084599.

> commons daemon should be usable with jdk 1.5
> --------------------------------------------
>
>                 Key: DAEMON-200
>                 URL: https://issues.apache.org/jira/browse/DAEMON-200
>             Project: Commons Daemon
>          Issue Type: Bug
>         Environment: jdk 1.5
>            Reporter: Norman Maurer
>             Fix For: 1.0.6
>
>
> Would it be possible to publish a new commons daemon release which could be used with jdk 1.5 ? At the moment it throw an Exception:
> ERROR] <https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-container-spring/ws/src/main/java/org/apache/james/container/spring/Main.java>:[23,-1] cannot access org.apache.commons.daemon.Daemon
> bad class file: /home/hudson/.m2/repository/commons-daemon/commons-daemon/1.0.5/commons-daemon-1.0.5.jar(org/apache/commons/daemon/Daemon.class)
> class file has wrong version 50.0, should be 49.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira