Or you could just deliver the zip as a web library and access its contents at runtime using the Spring Javascript ResourceServlet. ;)
-Matt --- On Mon, 5/11/09, rednix <[email protected]> wrote: > From: rednix <[email protected]> > Subject: Re: Getting js libraries using ivy > To: [email protected] > Date: Monday, May 11, 2009, 10:56 AM > > Yeah - that's nice. And combine it with a triggers to unzip > the contents > afterwards. > Have a look at the examples at the bottom of the following > manual page: > http://ant.apache.org/ivy/history/2.1.0-rc1/settings/triggers.html > > > Matt Benson wrote: > > > > > > <dependency org="org.dojotoolkit" name="dojo" > rev="1.3.0"> > > <artifact name="dojo" type="zip" > /> > > </dependency> > > > > Note that if you're using IvyDE, you'll need to add > zip to Accepted Types. > > > > HTH, > > Matt > > > > --- On Tue, 5/5/09, dgodbey <[email protected]> > wrote: > > > >> From: dgodbey <[email protected]> > >> Subject: Getting js libraries using ivy > >> To: [email protected] > >> Date: Tuesday, May 5, 2009, 12:31 PM > >> > >> We use javascript libraries in many of our > packages these > >> days, libraries > >> such as jquery, prototype, extjs, dojo, and GI. It > would be > >> nice if we could > >> handle these libraries the way we handle jar files > using > >> ivy. Is anyone > >> using ivy for these? > >> -- > >> View this message in context: > >> http://www.nabble.com/Getting-js-libraries-using-ivy-tp23392244p23392244.html > >> Sent from the ivy-user mailing list archive at > Nabble.com. > >> > >> > > > > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Getting-js-libraries-using-ivy-tp23392244p23486184.html > Sent from the ivy-user mailing list archive at Nabble.com. > >
