|
From: Nicolas De L. <nic...@ca...> - 2006-03-10 16:05:16
|
I've setup this DOS script to build sources.jar from spring=20 distribution. It only requires to pre-build the aopalliance sources.jar : set VERSION=3D2.0-m3 cp ..\aopalliance-sources.jar spring-aop-%VERSION%-sources.jar cd src jar uf ..\spring-aop-%VERSION%-sources.jar org/springframework/aop/*=20 org/springframework/metadata/ jar cf ..\spring-beans-%VERSION%-sources.jar org/springframework/beans/* jar cf ..\spring-context-%VERSION%-sources.jar=20 org/springframework/validation/* org/springframework/ui/*=20 org/springframework/jndi/* org/springframework/context/* jar cf ..\spring-core-%VERSION%-sources.jar org/springframework/util/*=20 org/springframework/core/* jar cf ..\spring-dao-%VERSION%-sources.jar=20 org/springframework/transaction/* org/springframework/dao/* jar cf ..\spring-jdbc-%VERSION%-sources.jar org/springframework/jdbc/*=20 org/springframework/orm/ibatis/*.java org/springframework/orm/ibatis/* jar cf ..\spring-hibernate2-%VERSION%-sources.jar=20 org/springframework/orm/hibernate/* jar cf ..\spring-hibernate3-%VERSION%-sources.jar=20 org/springframework/orm/hibernate3/* jar cf ..\spring-jdo-%VERSION%-sources.jar org/springframework/orm/jdo/* jar cf ..\spring-ojb-%VERSION%-sources.jar org/springframework/orm/ojb/* jar cf ..\spring-toplink-%VERSION%-sources.jar=20 org/springframework/orm/toplink/* jar cf ..\spring-remoting-%VERSION%-sources.jar=20 org/springframework/remoting/* org/springframework/jms/*=20 org/springframework/ejb/* jar cf ..\spring-support-%VERSION%-sources.jar=20 org/springframework/scheduling/* org/springframework/mail/*=20 org/springframework/jmx/* org/springframework/jca/*=20 org/springframework/cache/* jar cf ..\spring-web-%VERSION%-sources.jar=20 org/springframework/web/util/* org/springframework/web/struts/*=20 org/springframework/web/multipart/* org/springframework/web/jsf/*=20 org/springframework/web/filter/* org/springframework/web/context/*=20 org/springframework/web/bind/* jar cf ..\spring-portlet-%VERSION%-sources.jar=20 org/springframework/web/portlet/* jar cf ..\spring-webmvc-%VERSION%-sources.jar=20 org/springframework/web/servlet/* cd ..\mock jar cf ..\spring-mock-%VERSION%-sources.jar * cd ..\tiger\src jar cf ..\..\spring-jpa-%VERSION%-sources.jar org/springframework/orm/jpa= /* jar uf ..\..\spring-hibernate3-%VERSION%-sources.jar=20 org/springframework/orm/hibernate3/* jar uf ..\..\spring-aop-%VERSION%-sources.jar org/springframework/aop/* jar uf ..\..\spring-beans-%VERSION%-sources.jar org/springframework/beans= /* jar uf ..\..\spring-core-%VERSION%-sources.jar org/springframework/core/* jar uf ..\..\spring-support-%VERSION%-sources.jar org/springframework/jmx= /* jar uf ..\..\spring-support-%VERSION%-sources.jar=20 org/springframework/scheduling/* jar uf ..\..\spring-dao-%VERSION%-sources.jar=20 org/springframework/transaction/* cd ..\..\aspectj\src jar cf ..\..\spring-aspects-%VERSION%-sources.jar * cd ..\.. Brendan Grainger a =E9crit : > Also, would it be possible to include a source jar so that those of us=20 > using maven and eclipse can have the source automatically associated :-= ) > > Thanks > > On 3/10/06, * Scott Battaglia* <sco...@ru...=20 > <mailto:sco...@ru...>> wrote: > > Are there any plans to put the M3 release of Spring 2.0 up in the > Maven > repository at ibiblio? > > Thanks > -Scott > > -- > Scott Battaglia > Application Developer, Architecture & Engineering Team > Enterprise Systems and Services, Rutgers University > v: 732.445.0097 | f: 732.445.5493 | sco...@ru... > <mailto:sco...@ru...> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720= &dat=3D121642 > <http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D24172= 0&dat=3D121642> > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > <mailto:Spr...@li...> > https://lists.sourceforge.net/lists/listinfo/springframework-develo= per > > This message contains information that may be privileged or confidential = and is the property of the Capgemini Group. It is intended only for the p= erson to whom it is addressed. If you are not the intended recipient, yo= u are not authorized to read, print, retain, copy, disseminate, distribu= te, or use this message or any part thereof. If you receive this message= in error, please notify the sender immediately and delete all copies of= this message. |