Sorry, but without having the build output and with that the reason for the failure, I cannot really fix it.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
···
Le 29.08.2014 à 23:33, "Jitsi Jenkins" <jenkins@jitsi.org> a écrit :
jitsi - Build # 5291 - Still Failing
Started by an SCM change
[ingo] Make JWS launcher Java 1.4 compatible
src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java
No tests ran.
http://jenkins.jitsi.net/job/jitsi/5968/
_______________________________________________
cruisecontrol mailing list
cruisecontrol@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/cruisecontrol
Hi,
here it is:
17:37:05 [javac] Compiling 1 source file to
/var/lib/jenkins/jobs/jitsi/workspace/jitsi/classes
17:37:06 [javac]
/var/lib/jenkins/jobs/jitsi/workspace/jitsi/src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java:82:
for-each loops are not supported in -source 1.4
17:37:06 [javac] (use -source 5 or higher to enable for-each loops)
17:37:06 [javac] for (Handler h :
LogManager.getLogManager().getLogger("").getHandlers())
17:37:06 [javac] ^
17:37:06 [javac]
/var/lib/jenkins/jobs/jitsi/workspace/jitsi/src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java:119:
generics are not supported in -source 1.4
17:37:06 [javac] (use -source 5 or higher to enable generics)
17:37:06 [javac] for (Map.Entry<Object, Object> e : pIn.entrySet())
17:37:06 [javac] ^
17:37:06 [javac] 2 errors
17:37:06
17:37:06 BUILD FAILED
17:37:06 /var/lib/jenkins/jobs/jitsi/workspace/jitsi/build.xml:315:
Compile failed; see the compiler error output for details.
17:37:06
Regards
damencho
···
On Fri, Aug 29, 2014 at 6:56 PM, Ingo Bauersachs <ingo@jitsi.org> wrote:
Sorry, but without having the build output and with that the reason for the failure, I cannot really fix it.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
Le 29.08.2014 à 23:33, "Jitsi Jenkins" <jenkins@jitsi.org> a écrit :
jitsi - Build # 5291 - Still Failing
Started by an SCM change
[ingo] Make JWS launcher Java 1.4 compatible
src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java
No tests ran.
http://jenkins.jitsi.net/job/jitsi/5968/
_______________________________________________
cruisecontrol mailing list
cruisecontrol@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/cruisecontrol
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
Hi all,
I'm pretty sure I've fixed all the compiler issues. Java 1.4 doesn't
support varargs, generics or for-each language constructs. I had to do
'ant clean make' every time, though, to find all the troubling constructs.
I haven't started the JWS code, so if someone will double-check, please do.
Kind regards,
Danny
···
On 08/29/2014 05:56 PM, Ingo Bauersachs wrote:
Sorry, but without having the build output and with that the reason for the failure, I cannot really fix it.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
Le 29.08.2014 à 23:33, "Jitsi Jenkins" <jenkins@jitsi.org> a écrit :
jitsi - Build # 5291 - Still Failing
Started by an SCM change
[ingo] Make JWS launcher Java 1.4 compatible
src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java
No tests ran.
http://jenkins.jitsi.net/job/jitsi/5968/
_______________________________________________
cruisecontrol mailing list
cruisecontrol@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/cruisecontrol
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
Thank you, Danny! I wonder why my ant build ran through though... guess I should use clean more often.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
···
Le 30.08.2014 à 03:05, "Danny van Heumen" <danny@dannyvanheumen.nl> a écrit :
Hi all,
I'm pretty sure I've fixed all the compiler issues. Java 1.4 doesn't
support varargs, generics or for-each language constructs. I had to do
'ant clean make' every time, though, to find all the troubling constructs.
I haven't started the JWS code, so if someone will double-check, please do.
Kind regards,
Danny
On 08/29/2014 05:56 PM, Ingo Bauersachs wrote:
Sorry, but without having the build output and with that the reason for the failure, I cannot really fix it.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
Le 29.08.2014 à 23:33, "Jitsi Jenkins" <jenkins@jitsi.org> a écrit :
jitsi - Build # 5291 - Still Failing
Started by an SCM change
[ingo] Make JWS launcher Java 1.4 compatible
src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java
No tests ran.
http://jenkins.jitsi.net/job/jitsi/5968/
_______________________________________________
cruisecontrol mailing list
cruisecontrol@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/cruisecontrol
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
Sure, you're welcome.
To be honest, I don't get ant's behaviour at all. I fix 1 error out of
at least 5 that were detected. I run 'ant make' and it says everything's
done. It's curious to say the least ...
···
On 08/30/2014 02:45 AM, Ingo Bauersachs wrote:
Thank you, Danny! I wonder why my ant build ran through though... guess I should use clean more often.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
Le 30.08.2014 à 03:05, "Danny van Heumen" <danny@dannyvanheumen.nl> a écrit :
Hi all,
I'm pretty sure I've fixed all the compiler issues. Java 1.4 doesn't
support varargs, generics or for-each language constructs. I had to do
'ant clean make' every time, though, to find all the troubling constructs.
I haven't started the JWS code, so if someone will double-check, please do.
Kind regards,
Danny
On 08/29/2014 05:56 PM, Ingo Bauersachs wrote:
Sorry, but without having the build output and with that the reason for the failure, I cannot really fix it.
Freundliche Grüsse,
Ingo Bauersachs
-- sent from my mobile
Le 29.08.2014 à 23:33, "Jitsi Jenkins" <jenkins@jitsi.org> a écrit :
jitsi - Build # 5291 - Still Failing
Started by an SCM change
[ingo] Make JWS launcher Java 1.4 compatible
src/net/java/sip/communicator/launcher/SIPCommunicatorJWS.java
No tests ran.
http://jenkins.jitsi.net/job/jitsi/5968/
_______________________________________________
cruisecontrol mailing list
cruisecontrol@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/cruisecontrol
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev