- This topic has 26 replies, 7 voices, and was last updated 17 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
eburgelMemberAnyway, I solved the problem with “right click” on the jsp pages, “MyEclipse”, “Exclude from validation”.
on all the jsp pages of my project.
Riyad KallaMemberCan you go to MyEclipse > Installation Summary > Installation Details in the new install and post that info here for me?
Also it’s possible what you say is true… I’ve never setup a web dir, with a linked resource in the WebRoot dir that causes more source to get built… actually othing under webroot should get built except the JSPs… all Java source needs to be in a Source dir to get built…
Does the WEb Project rely on another project? If so, there are much easier ways to setup this dependency than using linked resources.
eburgelMemberYes, the Web Project rely on a library wich contains jsp pages.
All the Jsp pages must be in the same root/context.Here is my Installtation Details :
*** Date:
lundi, 23. juillet 2007 10.04. h CEST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.5.1 GA
Build id: 20070521-5.5.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse 5.5.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
50c_88
-vm
C:\Program Files\MyEclipse 5.5.1 GA\jre\bin\javaw.exe
Riyad KallaMembereburgel,
That is unfortunately a corner case we haven’t tested. I’m sorry you ran into this problem, I will make a note to the dev team to test this and see if they can get a fix in.
rmangiMember@support-rkalla wrote:
eburgel,
That is unfortunately a corner case we haven’t tested. I’m sorry you ran into this problem, I will make a note to the dev team to test this and see if they can get a fix in.Hi. I have the same problem with 5.1 and Eclipse 3.2 on OSX and it’s driving me crazy. I also have a bizzare problem where an ant file is open in the ant view but when I run a target it tells me it can’t find the ant file.
Let me know what information would help you to solve this.
Thanks.
Rick
Riyad KallaMemberRick,
Can you post MyEclipse > Installation Summary > Installation Details here for me?
rmangiMemberHere you go.
*** Date:
Wednesday, August 15, 2007 10:05:05 PM EDT** System properties:
OS=mac os x
OS version=10.4.10
Java version=1.5.0_07*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.5.1 GA
Build id: 20070521-5.5.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
macosx
-ws
carbon
-launcher
/Applications/eclipse/Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS/eclipse
-name
Eclipse
-showsplash
600
-exitdata
20001
-keyring
/Users/rmangi/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-vm
/usr/bin/java
Riyad KallaMemberRick,
Your setup looks fine.. it’s possible the Ant run target is borked. If you expand the External Tools menu from the toolbar you should be able to see the Ant Run configurations that are created. You might try and erase the one for your Ant script and let it get re-created.
rmangiMemberRiyad,
I deleted all of the ant run configurations there and re-created one for this project, that allows me to run it explicitly from the external tools menu, but I still get the same error when I try to use the ant view (which lets me pick specific targets).
Thanks,
Rick
Riyad KallaMemberhmm… does the error provide a path for the file it “cannot find”? Like “Ant script C:\blah\build.xml cannot be found”?
rmangiMemberNope.
Build Failed
Reason:
Unable to find an ant file to run.
Riyad KallaMemberWhat happens if you use File > Switch Workspace, and create a brand new workspace that hasn’t existed before, then create a new Java Project with some skeleton Ant script in it… does that wokr?
It’s possible some stale plugin state somewhere in your workspace is confusing the quick launch button.
-
AuthorPosts