- This topic has 17 replies, 2 voices, and was last updated 17 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
kulkarni_ashMemberHi
I just migrated a project from myecplise 4.1 to 5.1.0GA and having issues with compilation of jsp, most of them are not getting compiled,
in most cases it is because i am using a variable defined in included jsp.
Also there are some varibales defined in tag lib which are not recognised.
There are some places where it is giving error with html tag validation like tag not at proper position.What is so different between 5.1.0GA and previous version.
How do i fix these errorsAshish
Riyad KallaMemberAshish,
Let’s first look at a simple example, like your taglib problem. What taglib is getting reported as unknown? What do your @taglib entries look like at the top of that page? and do you have any taglib entries in your web.xml file?
kulkarni_ashMemberHi
I have created a simple java application, which runs fine in tomcat, but does not get compiled in myeclipseide,
i am attacing a URL so you can download the zip file, and import it in myeclipseidehttp://www.mediamax.com/kulkarni_ash/Hosted/testproject.zip
the error i am getting is in Test.jsp it is not able to find pageUrl and pageNumber
I am using j2sdk1.4.6_06 for compiling.
I am also trying to add the struts tag library issue, and will submit it later.Hope this will help in finding the issue i have.
i am going to pasting myeclipse log file in here
*** Date:
Tuesday, January 9, 2007 1:03:46 PM EST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
d68_84
-vm
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\javaw.exe
Riyad KallaMemberAshish,
I actually couldn’t reproduce this, the project seems fine (except for a few warnings).I would encourage you to download our All-In-One installer and install MyEclipse to a brand new directory and run it, then point it at your workspace and see if it works ifne (After cleaning).
Attachments:
You must be logged in to view attached files.
kulkarni_ashMemberHi
Is there a secure way to send you my web application, i dont want to put it for every one to download.
You can give an email address where i can email it,Ashish
Riyad KallaMemberAshish,
I don’t know how that will help. You sent me this test project which you were having problems with and it works fine for me, so I think the problem has to do with your install. Sending me your project isn’t going to change us needing to possibly try a clean setup on your end and see if we can get this test project working first. Once that happens we can try trouble shooting specifics then I’ll be happy to look at your project.
kulkarni_ashMemberHi
This is just a small project i did for sample, the actual project is lot more compilcated and i have already reinstalled myeclipseide using the total installation
ashish
Riyad KallaMemberAshish, can you get the sample project you gave me to work correctly with no errors?
kulkarni_ashMemberHi
Yes the smaple project is now working, but the my main project still has errors.
If i run it in tomcat it works, all jsp are complied and running, but n myeclipseide they are not compiled
Ashish
Riyad KallaMemberOk, can you export your project to an archive and send it to me at support@genuitec.com ATTN Riyad with a link to this thread for reference?
kulkarni_ashMemberHi
I have emailed the zip file, please check and let me know if you have received it
kulkarni_ashMemberHi
Any news on this thread
did you get my email?Ashish
Riyad KallaMemberAshish,
No I never got your email and I checked the spam folder as well. Did you email it to: support@genuitec.com with “ATTN Riyad” in the subject line and a link to this thread? Did you get a bounce back by chance? Check your spam folder to see if your delivery-failed notice maybe got trashed.
kulkarni_ashMemberHi Riyad
I just send a new email to you, please check and let me knowAshish
Riyad KallaMemberAshish, I got it, I’m having a look now.
-
AuthorPosts