Hi, JBossas comes with a lot of external libs which I want to build from source, too. Some of them are quite old like joesnmp (0.3.4 in jboss, 1.6.1 in sourceforge's opennms project). Replacing the old jar with a current one gives build errors like that:
| ====================================================================== | == Executing 'most' in module 'varia'... | == | | ... | | compile-classes-jdk6: | [mkdir] Created dir: /tmp/buildd/jbossas5-5.0.0~CR2/varia/output/classes | [javac] Compiling 241 source files to /tmp/buildd/jbossas5-5.0.0~CR2/varia/output/clas | ses | ... | ^ | /tmp/buildd/jbossas5-5.0.0~CR2/varia/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHand | ler.java:27: cannot find symbol | symbol : class SnmpAgentHandler | location: package org.opennms.protocols.snmp | import org.opennms.protocols.snmp.SnmpAgentHandler; | ^ | /tmp/buildd/jbossas5-5.0.0~CR2/varia/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHand | ler.java:36: cannot find symbol | symbol: class SnmpAgentHandler | public interface RequestHandler extends SnmpAgentHandler | ^ | ... | 16 errors | 63 warnings | | BUILD FAILED | Should I report bugs about such issues or does JBoss ship those old libraries intentionally? There is no explaination in the source package. Cheers, Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191158#4191158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191158 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
