I don't use ant.

When generating the java file, jspc outputs line numbers for JPS problem
lines (I'm pretty sure).  So it should be relatively easy to dynamically
link to JSP problem lines.

I suppose it just depends upon whether the IDEA developers want to provide
complete JSP support or not.  They already provide partial JSP support, so
why not finish the job?  I think HTML tag completion and custom tag
completion would also be also be very useful features, in addition to being
able to directly compile JPS files.

cc

"Nemec, Richard" wrote:

> You've got ant.
> And you can also setup any tools you want (see the Perforce.xml
> as a nice example) to run on the current file.
>
> So aside the Ctrl-F9 you can do with your files whatever you
> want. Of course, you won't be able to jump from 'javac' error
> links directly into JSP file.
>
> r.
>
> > -----Original Message-----
> > From: Christopher Cobb [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 27, 2001 11:48 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Eap-list] Feature Requests
> >
> >
> > I don't want any wizards, either.  I just want to be able to
> > compile my JSP
> > pages to see if there are any errors!  Tomcat's jspc is just
> > about as easy
> > to invoke as javac, so 'integration' would entail:
> >     - including the tomcat distribution (put it right next to jikes)
> >     - invoking jspc when CTRL-F9 is pressed on a JSP page
> >     - throw away the generated class files
> >
> > Now, debugging JSP pages would also be nice, but that's a
> > whole different
> > story.
> >
> > cc
> >
> > Edoardo Comar wrote:
> >
> > > -1 to any appserver integration. If you want wizards go jbuilder.
> > > I like IDEA to be raw. The power of plain code editing and analysis
> > >
> > > Edo
> > >
> > > PS - feature request should go to
> > > [EMAIL PROTECTED]
> > > Not
> > > [EMAIL PROTECTED]
> > >
> > > > -----Original Message-----
> > > > From: Christopher Cobb [mailto:[EMAIL PROTECTED]]
> > > > Sent: 27 November 2001 15:53
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [Eap-list] Feature Requests
> > > >
> > > >
> > > > That's where Tomcat interation would be nice.  In JBuilder 5
> > > > you can hit CTRL-F9 on a JSP page and it appears to call
> > > > Tomcat's jspc compiler to compile the page.  Even if you are
> > > > not using Tomcat as a JSP container, it would still be nice
> > > > to be able to directly compile JSP pages, even if you end up
> > > > throwing away the generated class files.
> > > >
> > > > "Nemec, Richard" wrote:
> > > >
> > > > > Mike,(1) this feature might be very expensive. Every app.
> > > > server has
> > > > > its own JSP compiler andthere is no plain common mapping
> > > > between these
> > > > > two. You can do something like thatin Forte, but that is one of
> > > > > reasons why is it so HUGE.(2) You can do that. Menu:
> > Code/Implement
> > > > > methods... r.
> > > > >
> > > > >      -----Original Message-----
> > > > >      From: Mike Liu [mailto:[EMAIL PROTECTED]]
> > > > >      Sent: Monday, November 26, 2001 11:55 PM
> > > > >      To: Eap-List@Intellij. Com
> > > > >      Subject: [Eap-list] Feature Requests
> > > > >
> > > > >      Hi all,
> > > > >
> > > > >      Hopefully this is where I submit feature requests.Here's
> > > > >      two:
> > > > >
> > > > >      1)JSP Debugging.On the actual JSP file, not the compiled
> > > > >      servlet
> > > > >
> > > > >      2)"Implement methods" feature where it
> > automatically creates
> > > > >      the method signatures defined in the interface(s) for the
> > > > >      class that implements these interface(s).
> > > > >
> > > > >      Any votes?
> > > > >
> > > > >      Thanks,
> > > > >
> > > > >      Mike Liu
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Eap-list mailing list
> > > > [EMAIL PROTECTED]
> > > > http://www.intellij.com/mailman/listinfo/eap-> list
> > > >
> > >
> > > _______________________________________________
> > > Eap-list mailing list
> > > [EMAIL PROTECTED]
> > > http://www.intellij.com/mailman/listinfo/eap-list
> >
> >
> > _______________________________________________
> > Eap-list mailing list
> > [EMAIL PROTECTED]
> > http://www.intellij.com/mailman/listinfo/eap-list
> >
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to