[
https://issues.apache.org/jira/browse/WAVE-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190935#comment-13190935
]
Vytenis commented on WAVE-327:
------------------------------
Thank you for your response and sorry for this one. We have figured out where
the problem was... We are synchronizing your GIT repository with our local SVN
repository and failed to commit new files. As a result I made a fool of myself
posting a bug report here :)))
> RegistrationRobot file is missing in repository
> -----------------------------------------------
>
> Key: WAVE-327
> URL: https://issues.apache.org/jira/browse/WAVE-327
> Project: Wave
> Issue Type: Bug
> Environment: Linux RedHat
> Reporter: Vytenis
> Labels: RegistrationRobot, compile, error, file, missing,
> repository
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Previously everything compiled fine for me until I decided to update.
> compile:
> [echo] Compiling box
> [javac] Compiling 5 source files to /wload/wave/wave_svn/build/src
> [javac]
> /wload/wave/wave_svn/src/org/waveprotocol/box/server/ServerMain.java:48:
> package org.waveprotocol.box.server.robots.agent.registration does not exist
> [javac] import
> org.waveprotocol.box.server.robots.agent.registration.RegistrationRobot;
> [javac] ^
> [javac]
> /wload/wave/wave_svn/src/org/waveprotocol/box/server/ServerMain.java:253:
> cannot find symbol
> [javac] symbol : variable RegistrationRobot
> [javac] location: class org.waveprotocol.box.server.ServerMain
> [javac] server.addServlet(RegistrationRobot.ROBOT_URI + "/*",
> RegistrationRobot.class);
> [javac] ^
> [javac]
> /wload/wave/wave_svn/src/org/waveprotocol/box/server/ServerMain.java:253:
> cannot find symbol
> [javac] symbol : class RegistrationRobot
> [javac] location: class org.waveprotocol.box.server.ServerMain
> [javac] server.addServlet(RegistrationRobot.ROBOT_URI + "/*",
> RegistrationRobot.class);
> [javac] ^
> [javac] 3 errors
> BUILD FAILED
> /wload/wave/wave_svn/build.xml:234: The following error occurred while
> executing this line:
> /wload/wave/wave_svn/build-common.xml:30: The following error occurred while
> executing this line:
> /wload/wave/wave_svn/build-macros.xml:70: Compile failed; see the compiler
> error output for details.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira