For debugging purposes, the code is already available from maven. Usually, I use maven to set up the eclipse / idea project. Maven has a nice options for setting up automatically the source / javadocs jars of all your dependencies: mvn eclipse:eclipse -DdownloadSources=true or mvn idea:idea -DdownloadSources=true
Maven will download all the code for your dependencies and automatically associate those with in your IDE project. On Fri, Nov 14, 2008 at 5:27 PM, Andrea Zoppello <[EMAIL PROTECTED]> wrote: > Yes, > > What you're saying it's true, but when i download servicemix3.3 in binaries > form the components are bundled, and it's really necessary to associate the > bundled binaries with > a src version tag. > > A zip file is very useful, for debugging purpose when you need to attach > source code. > > Andrea > Guillaume Nodet ha scritto: >> >> ServiceMix 3.3 uses the latest release of all components (as each >> component has now its own release cycle). >> For example, the servicemix-bean latest release is 2008.01, the svn >> tag is available at: >> >> >> https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-bean/tags/servicemix-bean-2008.01/ >> and the binaries / source jars are available from the public repo: >> >> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-bean/2008.01/ >> >> About the source zip, do you mean a source distribution which contains >> the pom and all so that it can be build ? so not only the classes >> source as already available ? >> >> On Fri, Nov 14, 2008 at 4:02 PM, Andrea Zoppello <[EMAIL PROTECTED]> >> wrote: >> >>> >>> Hi all, >>> >>> I need to get the source of "servicemix components" referred to the 3.3 >>> release. >>> >>> As i know the src of the components is no more distributed, and i must >>> get it from svn repo. >>> >>> Is there a tag that mark the sources of the components releases within >>> 3.3 >>> version of servicemix???? >>> >>> I know that know the components are shared between 3.3 and 4. >>> >>> As i said before a good option is to release a servicemix-srcX.X.X.zip >>> with >>> the source of >>> the components >>> >>> Thx >>> >>> >>> >> >> >> >> > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
