- This topic has 2 replies, 2 voices, and was last updated 20 years ago by lhale.
-
AuthorPosts
-
lhaleParticipantI’m using the regular Eclipse platform at work on an existing source base that works wonderfully with the base ant build file (build.xml). However, when running MyEclipse at home and the only ant build target MyEclipse can see is the default help target. It does not display the other few dozen target choices like I see plainly when running Eclipse. If I change the build.xml default target to one of the other targets, then only that one is displayed.
Care to inform me how to get MyEclipse to work just like Eclipse ? If I can’t build, I can’t run and surely can;t debug under MyEclipse (in other words, MyEclipse is useless and I’m better off w/ Eclipse). Thanks.
Riyad KallaMemberlhale,
The Ant support is provided by Eclipse, MyEclipse does nothing to extend and/or modify the Ant support. It sounds to me like you may have something setup at home slightly different then at work. When you say “see” so you mean when using the Ant outline view in Eclipse?Also please note that MyEclipse is not supported on the Eclipse 3.1 platform if you are using it, that might be causing some exceptions if you have this combination. We will be addressing this soon though. If none of this is the case, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
lhaleParticipantWhat operating system and version are you running? Win2k
What Eclipse version and build id are you using? (Help > About Eclipse Platform) 3.0.1
– Was Eclipse freshly installed for MyEclipse? YES
– If not, was it upgraded to its current version using the update manager? NO
– Are any other external plugins installed? NO
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* Eight
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.8.3
What JDK version are you using to run Eclipse? (java -version) 1.5
What JDK version are you using to launch your application server? 1.5
What steps did you take that resulted in the issue? Just tried to run an existing ant file
What application server are you using? Tomcat 5.5.4 (web container)
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) NOActually, it appears that MyEclipse can NOW display all the targets in the ant build file, and execute them accordingly. I can’t think of anything I really changed, other than re-point the TOMCAT_HOME env variable correctly and restart MyEclipse after a reboot. SO, the problem that’s been palguing me for a couple of weeks appears to have vanished. CLOSED (for now)
-
AuthorPosts