I was able to build the jetty bundle. The problem came up when I ran it. I'm getting a jasper compiler exception when I tried to access the application, so I added the dependency back and everything worked fine again :-)
Thanks, Deng On Fri, Mar 28, 2008 at 2:43 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > That's weird - it worked without it for me. What was the error you got? > > This adds a bit to the download, but I'm happy enough to keep it in, > it should also improve the performance. > > Cheers, > Brett > > On 27/03/2008, at 6:50 PM, [EMAIL PROTECTED] wrote: > > > Author: oching > > Date: Thu Mar 27 00:50:11 2008 > > New Revision: 641729 > > > > URL: http://svn.apache.org/viewvc?rev=641729&view=rev > > Log: > > [MRM-688] > > -adding back jasper-compiler-jdt as dependency (this is needed for > > jsp support) > > > > Modified: > > maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/ > > pom.xml > > > > Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva- > > jetty/pom.xml > > URL: > http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml?rev=641729&r1=641728&r2=641729&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/ > > pom.xml (original) > > +++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/ > > pom.xml Thu Mar 27 00:50:11 2008 > > @@ -123,6 +123,12 @@ > > <version>1.0.1</version> > > <scope>runtime</scope> > > </dependency> > > + <dependency> > > + <groupId>tomcat</groupId> > > + <artifactId>jasper-compiler-jdt</artifactId> > > + <version>5.5.15</version> > > + <scope>runtime</scope> > > + </dependency> > > </dependencies> > > <build> > > <plugins> > > > > > > -- > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > >
