See <http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/126/changes>

Changes:

[google] [INTERNAL] Moves two XMPP related methods into ui package

------------------------------------------
Started by upstream project "Saros" build number 1355
originally caused by:
 Started by an SCM change
Building in workspace 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/saros-project/saros.git
Checking out Revision c22454d6527019f7a91040911116ab31d8904ff3 (origin/master)
Run condition [File exists] enabling prebuild for step [Invoke Ant]
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[workspace] $ /bin/bash -xe /tmp/tomcat6-tmp/hudson5686408273221319630.sh
+ '[' -d plugins ']'
+ rm -rf plugins
Copied 4 artifacts from "Saros" build number 1355
[File exists] check if file exists [de.fu_berlin.inf.dpp.ui/build.xml]
Run condition [File exists] enabling perform for step [Invoke Ant]
[de.fu_berlin.inf.dpp.ui] $ /var/lib/jenkins/tools/apache-ant-1.9.0/bin/ant 
-file build.xml -Djdk.bin=/usr/lib/jvm/jdk1.6.0_45/bin 
-Declipse.dir=/var/lib/jenkins/tools/eclipse_3.6.2_x64
Buildfile: 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/build.xml>

clean:

compile:
    [mkdir] Created dir: 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/bin>
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/build.xml>:46:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2 source files to 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/bin>
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:25:
 cannot find symbol
    [javac] symbol  : class JID
    [javac] location: package de.fu_berlin.inf.dpp.net.xmpp
    [javac] import de.fu_berlin.inf.dpp.net.xmpp.JID;
    [javac]                                     ^
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:39:
 cannot find symbol
    [javac] symbol  : class XMPPAccountStore
    [javac] location: class de.fu_berlin.inf.dpp.account.XMPPAccountLocator
    [javac]     private XMPPAccountStore accountStore;
    [javac]             ^
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:47:
 cannot find symbol
    [javac] symbol  : class XMPPAccount
    [javac] location: class de.fu_berlin.inf.dpp.account.XMPPAccountLocator
    [javac]     public XMPPAccount findAccount(String jidString) {
    [javac]            ^
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:48:
 cannot find symbol
    [javac] symbol  : class JID
    [javac] location: class de.fu_berlin.inf.dpp.account.XMPPAccountLocator
    [javac]         JID jid = new JID(jidString);
    [javac]         ^
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:48:
 cannot find symbol
    [javac] symbol  : class JID
    [javac] location: class de.fu_berlin.inf.dpp.account.XMPPAccountLocator
    [javac]         JID jid = new JID(jidString);
    [javac]                       ^
    [javac] 
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/account/XMPPAccountLocator.java>:52:
 cannot find symbol
    [javac] symbol  : class XMPPAccount
    [javac] location: class de.fu_berlin.inf.dpp.account.XMPPAccountLocator
    [javac]         for (XMPPAccount account : accountStore.getAllAccounts()) {
    [javac]              ^
    [javac] 6 errors

BUILD FAILED
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/build.xml>:78:
 The following error occurred while executing this line:
<http://saros-build.imp.fu-berlin.de/jenkins/job/Saros_Intellij/ws/de.fu_berlin.inf.dpp.ui/build.xml>:46:
 Compile failed; see the compiler error output for details.

Total time: 15 seconds
Build step 'Conditional step (single)' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to