| Author |
Message |
|
|
Post subject: Rebuild All without JSP compilation
Posted: Jun 17, 2003 - 09:27 PM
|
|
Veteran Member

Joined: Jun 11, 2003
Posts: 19
|
|
I don't know how useful this would be for others but I find myself waiting for the JSP compilation when all I wanted to do is get new Java files compiled and outputted as .class files. A solution could be to have the following menu options
Rebuild Project
Rebuild Project excluding JSP
Rebuild All
Rebuild All excluding JSP
Thanks
Josh |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 17, 2003 - 10:22 PM
|
|
Moderator


Joined: May 06, 2003
Posts: 6760
|
|
Josh,
This one could go either way, so I turned your post into a poll to solicit some community feedback.
--Scott
MyEclipse Support |
_________________ --Scott
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 05, 2003 - 07:21 PM
|
|

Joined: Jul 30, 2003
Posts: 8
|
|
I would like to see a preference that would allow us to turn JSP compilation on or off. Normally, JSP compilation just slows down development workflow.
Thanks, Lance |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 05, 2003 - 10:52 PM
|
|
Moderator


Joined: May 06, 2003
Posts: 6760
|
|
| Quote: |
I would like to see a preference that would allow us to turn JSP compilation on or off.
|
Your wish has been granted. Please see the Syntax preference page for the JSP editor in MyEclipse 2.5.1
--Scott
MyEclipse Support |
_________________ --Scott
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 15, 2003 - 06:10 PM
|
|
Registered Member

Joined: May 31, 2003
Posts: 23
|
|
With compilation tutned off is there still syntax checking when typing and pressing the save button? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 15, 2003 - 07:24 PM
|
|
Moderator


Joined: May 05, 2003
Posts: 1041
|
|
Disabling JSP compilation discontinues both JSP syntax checking and the translated Java Servlet compilation when the JSP file is saved. Java, HTML, and JSP code completion are not affected and continue to be available.
Michael
MyEclipse Support |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 07, 2003 - 03:21 AM
|
|
Veteran Member


Joined: Oct 04, 2003
Posts: 202
|
|
As I see it if JSP compilation is done solely for the purpose of validation then it should be optional, cause it really slows down the work and if by mistake I pressed the 'rebuild project' then I am really in trouble...
I think that when developing a JSP or entering a small change it would be nice if there was some suggestion for the fact the a validation is in order, while leaving the choise for the user. On the other hand if 'JSP compilation (better called - validation) is active' pages will get validated. Either ways, I agree that Rebuild should have options of JSP compilation yes or no.
Erez |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 07, 2003 - 11:54 AM
|
|
Registered Member

Joined: May 05, 2003
Posts: 189
Location: in your JVM
|
|
what about a short cut to do "save file and JSP compile" for current file? |
|
|
| |
|
|
|
 |
|
|
|
Post subject:
Posted: Oct 08, 2003 - 03:28 PM
|
|
Registered Member


Joined: Sep 24, 2003
Posts: 82
|
|
I like this idea a lot; it'll be a useful option; currently it is a time consuming process.
Kind regards
Emmanuel |
|
|
| |
|
|
|
 |
|
|