Re: embedded jetty in maven test phase classpath problem.

2007-08-15 Thread Wayne Fay
I don't use JSP declared methods with <%!.

Keep in mind, the jspc-maven-plugin is simply a wrapper calling out to
Tomcat's Jasper compiler. So if what you're doing is not supported in
Jasper, then Maven can't do much for you. But if it is supported, and
you're having a problem, then you might need to talk to the Jasper
guys to see if they have some ideas.

Wayne

On 8/15/07, John Coleman <[EMAIL PROTECTED]> wrote:
> Hi Wayne,
>
> I tried this plugin recently but it fails to compile JSPs with calls to
> JSP declared methods in containing JSPs. Is there a solution to this, or
> do you just avoid using 
> TIA
> John
>
> -Original Message-
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: 14 August 2007 23:19
> To: Maven Users List
> Subject: Re: embedded jetty in maven test phase classpath problem.
>
> I have been using the jspc plugin for some time now very successfully.
> I agree with Andy -- you should check it out.
>
> Wayne
>
> On 8/13/07, Andrew Williams <[EMAIL PROTECTED]> wrote:
> >
> > On 1 Aug 2006, at 17:14, Meghan Pike wrote:
> >
> > [snip]
> > >
> > > Does anybody know if this is the case and how I can fix it?
> > >
> > > I though maybe I could compile the jsp's to _jsp.java files in the
> > > pre-test
> > > phase, but I wasn't sure about how to go about this.
> > >
> >
> > You could try using the maven-jspc-plugin (http://mojo.codehaus.org/
> > jspc-maven-plugin/usage.html) to precompile the .jsps to get around
> > this issue.
> >
> >
> > > Also has anybody got jetty working with maven 2? And has any body
> > > got the
> > > jetty maven plugin working in the pre-test phase to test their web
> > > applications with? I would really like to know, cos that would
> > > provide a
> > > different solution to my problem.
> > >
> > > thanks
> > >
> > > meghan
> >
> > Hope that helps,
> > Andy
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> Eurobase International Limited and its subsidiaries (Eurobase) are unable to 
> exercise control over the content of information in E-Mails. Any views and 
> opinions expressed may be personal to the sender and are not necessarily 
> those of Eurobase. Eurobase will not enter into any contractual obligations 
> in respect of any part of its business in any E-mail.
>
> Privileged / confidential information may be contained in this message and 
> /or any attachments. This E-mail is intended for the use of the addressee(s) 
> only and may contain confidential information. If you are not the / an 
> intended recipient, you are hereby notified that any use or dissemination of 
> this communication is strictly prohibited.  If you receive this transmission 
> in error, please notify us immediately, and then delete this E-mail.
>
> Neither the sender nor Eurobase accepts any liability whatsoever for any 
> defects of any kind either in or arising from this E-mail transmission. 
> E-Mail transmission cannot be guaranteed to be secure or error-free, as 
> messages can be intercepted, lost, corrupted, destroyed, contain viruses, or 
> arrive late or incomplete. Eurobase does not accept any responsibility for 
> viruses and it is your responsibility to scan any attachments.
>
> Eurobase Systems Limited is the main trading company in the Eurobase 
> International Group; registered in England and Wales as company number 
> 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex 
> CM2 0RE, UK.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: embedded jetty in maven test phase classpath problem.

2007-08-15 Thread John Coleman
Hi Wayne,

I tried this plugin recently but it fails to compile JSPs with calls to
JSP declared methods in containing JSPs. Is there a solution to this, or
do you just avoid using mailto:[EMAIL PROTECTED] 
Sent: 14 August 2007 23:19
To: Maven Users List
Subject: Re: embedded jetty in maven test phase classpath problem.

I have been using the jspc plugin for some time now very successfully.
I agree with Andy -- you should check it out.

Wayne

On 8/13/07, Andrew Williams <[EMAIL PROTECTED]> wrote:
>
> On 1 Aug 2006, at 17:14, Meghan Pike wrote:
>
> [snip]
> >
> > Does anybody know if this is the case and how I can fix it?
> >
> > I though maybe I could compile the jsp's to _jsp.java files in the
> > pre-test
> > phase, but I wasn't sure about how to go about this.
> >
>
> You could try using the maven-jspc-plugin (http://mojo.codehaus.org/
> jspc-maven-plugin/usage.html) to precompile the .jsps to get around
> this issue.
>
>
> > Also has anybody got jetty working with maven 2? And has any body
> > got the
> > jetty maven plugin working in the pre-test phase to test their web
> > applications with? I would really like to know, cos that would
> > provide a
> > different solution to my problem.
> >
> > thanks
> >
> > meghan
>
> Hope that helps,
> Andy
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Eurobase International Limited and its subsidiaries (Eurobase) are unable to 
exercise control over the content of information in E-Mails. Any views and 
opinions expressed may be personal to the sender and are not necessarily those 
of Eurobase. Eurobase will not enter into any contractual obligations in 
respect of any part of its business in any E-mail. 

Privileged / confidential information may be contained in this message and /or 
any attachments. This E-mail is intended for the use of the addressee(s) only 
and may contain confidential information. If you are not the / an intended 
recipient, you are hereby notified that any use or dissemination of this 
communication is strictly prohibited.  If you receive this transmission in 
error, please notify us immediately, and then delete this E-mail. 

Neither the sender nor Eurobase accepts any liability whatsoever for any 
defects of any kind either in or arising from this E-mail transmission. E-Mail 
transmission cannot be guaranteed to be secure or error-free, as messages can 
be intercepted, lost, corrupted, destroyed, contain viruses, or arrive late or 
incomplete. Eurobase does not accept any responsibility for viruses and it is 
your responsibility to scan any attachments.

Eurobase Systems Limited is the main trading company in the Eurobase 
International Group; registered in England and Wales as company number 
02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex 
CM2 0RE, UK.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: embedded jetty in maven test phase classpath problem.

2007-08-14 Thread Wayne Fay
I have been using the jspc plugin for some time now very successfully.
I agree with Andy -- you should check it out.

Wayne

On 8/13/07, Andrew Williams <[EMAIL PROTECTED]> wrote:
>
> On 1 Aug 2006, at 17:14, Meghan Pike wrote:
>
> [snip]
> >
> > Does anybody know if this is the case and how I can fix it?
> >
> > I though maybe I could compile the jsp's to _jsp.java files in the
> > pre-test
> > phase, but I wasn't sure about how to go about this.
> >
>
> You could try using the maven-jspc-plugin (http://mojo.codehaus.org/
> jspc-maven-plugin/usage.html) to precompile the .jsps to get around
> this issue.
>
>
> > Also has anybody got jetty working with maven 2? And has any body
> > got the
> > jetty maven plugin working in the pre-test phase to test their web
> > applications with? I would really like to know, cos that would
> > provide a
> > different solution to my problem.
> >
> > thanks
> >
> > meghan
>
> Hope that helps,
> Andy
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: embedded jetty in maven test phase classpath problem.

2007-08-13 Thread Andrew Williams


On 1 Aug 2006, at 17:14, Meghan Pike wrote:

[snip]


Does anybody know if this is the case and how I can fix it?

I though maybe I could compile the jsp's to _jsp.java files in the  
pre-test

phase, but I wasn't sure about how to go about this.



You could try using the maven-jspc-plugin (http://mojo.codehaus.org/ 
jspc-maven-plugin/usage.html) to precompile the .jsps to get around  
this issue.



Also has anybody got jetty working with maven 2? And has any body  
got the

jetty maven plugin working in the pre-test phase to test their web
applications with? I would really like to know, cos that would  
provide a

different solution to my problem.

thanks

meghan


Hope that helps,
Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]