Eclipse fails to compile activemq-core due to invalid symbol in
UdpTransportFactory.java
----------------------------------------------------------------------------------------
Key: AMQ-822
URL: https://issues.apache.org/activemq/browse/AMQ-822
Project: ActiveMQ
Type: Bug
Components: Transport
Versions: incubation
Environment: RHEL-3
Reporter: Maxim Fateev
Priority: Trivial
UdpTransportFactory contains commented out code that contain symbol that
eclipse cannot handle. The following fix was sufficient for code to be compiled
without problem:
[EMAIL PROTECTED]:/workplace/fateev/activemq/trunk> svn diff
activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
Index:
activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
===================================================================
---
activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
(revision 421719)
+++
activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
(working copy)
@@ -161,7 +161,7 @@
* switch to the target endpoint // based on the last packet that was
* received // so that all future requests go to the newly created UDP
* channel Endpoint from = info.getFrom();
- * System.out.println("####�setting the client side target to:
" +
+ * System.out.println("####setting the client side target to: " +
* from); udpTransport.setTargetEndpoint(from); } }; return transport;
*/
}
[EMAIL PROTECTED]:/workplace/fateev/activemq/trunk>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira