"ron.sigal(a)jboss.com" wrote : By the way, I'm not sure what you mean by
"the jboss thirdparty repository". There's a
jboss-remoting-2.2.2.GA-src.tar.gz, for example, in
http://repository.jboss.com/jboss/remoting/2.2.2.GA-brew/src/. Should it be somewhere
else as well
|
| Also, Remoting still lives in the CVS repository:
cvs.forge.jboss.com/cvsroot/jboss/JBossRemoting .
That is not a location that is pulled down by the thirdparty mechanism, and the format is
not usable in an eclipse sourcepath. There needs to be a zip/jar compatible archive that
is declared in the component-info.xml as an archive, but not in the export list:
| <component id="jboss/remoting"
| licenseType="lgpl"
| version="2.2.2.SP2"
|
projectHome="http://www.jboss.org/products/remoting"
| description="a single API for most network based invocations and
related service that uses pluggable transports and data marshallers">
|
| <artifact id="jboss-remoting.jar"/>
| <artifact id="jboss-remoting-sources.jar"/>
|
| <import componentref="jboss/serialization">
| <compatible version="1.0.0.GA"/>
| <compatible version="1.0.1.GA"/>
| <compatible version="1.0.2.GA"/>
| <compatible version="1.0.3.GA"/>
| <compatible version="1.0.3.GA-brew"/>
| </import>
| <export>
| <include input="jboss-remoting.jar"/>
| </export>
| </component>
|
| </project>
|
Looking at
https://svn.jboss.org/repos/repository.jboss.org/jboss/remoting/2.2.2.SP2...
I see a jboss-remoting-2_2_2_SP2.zip, but this is way too big to be just the source of the
classes going into the jboss-remoting.jar. That is all the jboss-remoting-sources.jar
should be.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098621#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...