You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/03/27 08:50:14 UTC

svn commit: r641729 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

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>



Re: svn commit: r641729 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Posted by Brett Porter <br...@apache.org>.
Bizarre - was fine for me. I guess it could be a javac location  
problem? (Since jdt doesn't use Javac).

Anyway, an extra 2mb in there to make it easier and faster is all  
goodness :)

On 28/03/2008, at 12:33 PM, Maria Odea Ching wrote:

> 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 <br...@apache.org>  
> 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, oching@apache.org 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
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


Re: svn commit: r641729 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Posted by Maria Odea Ching <oc...@apache.org>.
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 <br...@apache.org> 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, oching@apache.org 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
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>

Re: svn commit: r641729 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Posted by Brett Porter <br...@apache.org>.
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, oching@apache.org 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
brett@apache.org
http://blogs.exist.com/bporter/