On Mon, Oct 18, 2010 at 17:09, mev <[email protected]> wrote: > Why the source code of the two class(and the utilis.Dspace class and others > in dspace-services-utils-2.0.1.jar) don't be accessed? What's the purpose of > this design?
Hello Martin, I'm not a DSpace developer but I believe it's because dspace-services are being pulled in as a dependency during the maven build process. dspace-services is a DSpace module and it's source can be found in SVN here: http://scm.dspace.org/trac/dspace/browser/modules/dspace-services/trunk/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java?rev=4983 So you would use svn checkout http://scm.dspace.org/svn/repo/modules/dspace-services/ to get a working copy of this module. Regards, ~~helix84 ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

