For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 16 replies, 4 voices, and was last updated 19 years, 11 months ago by
GMGlaser.
-
AuthorPosts
-
GMGlaserMemberI have a laptop and PC both loaded with my eclipse. (on my laptop) I am executing ant targets but nothing is displaying in the console. the targets appear to work but nothing displays, when i iniate tomcat or run a simple println program they both display ok. I did
this same exercise on my PC and everthing works fineMarch 17, 2006 at 12:09 pm #248831
Haris PecoMemberGMGlaser ,
You have more consoles, probably.Click on ‘Open console’ drop down menu and you will see all your consoles
Best
March 19, 2006 at 5:15 pm #248922
GMGlaserMemberNo Go, I can either create a new console view, select the CVS view or the Java Stack Trace Console. I tried them all and none of them work.
March 20, 2006 at 7:45 am #248958
Riyad KallaMemberIt’s possible your Console view is just showing the wrong console. Try and restart MyEclipse go to your console view and see which consoles it is viewing. Also check your Ant run setup and see if you have output being redirected elsewhere.
For a sanity check, try a new workspace: File > Switch Workspace > C:\tempworkspace, hit OK. Now try and run a random Ant script, see if output is in your Output view.
March 20, 2006 at 1:41 pm #248977
GMGlaserMemberI have closed eclipse, I have actually uninstalled eclipse and re-installed it. The Ant run is the exact same one that I am running on my home PC (Which works). I created a new workspace and that did not help. I looked under preferences under the ANT tab, I couldn’t find anything that might direct the output somewhere else.
March 21, 2006 at 1:14 am #249001
Riyad KallaMemberIf a new workspace didn’t help then there is either something wrong with the software installation or your perspective of what should be happening is slightly off creating the perspective of it not working.
When you create a brand new workspace, and then create a new Ant script by copy and paste and run it, the console view doesn’t get focused and you don’t see anything? If you navigate to your External Tools > Run As… menu, can you adjust the runtime parameters for that Ant script?
March 22, 2006 at 4:52 pm #249121
GMGlaserMemberThis is possibly starting to look like an ANT issue. When I execute the ANT target from a DOS prompt I get the following error message. “The system cannot find the batch label specified – end”. I do not get this message on my home PC. Found on the WEB that there was an issue with the 1.6.4 version of and. The plugin in eclipse is version 1.6.5 which is what I am using.
March 22, 2006 at 6:40 pm #249128
Riyad KallaMemberCan you try and download Eclipse 3.1.2 and run a quick Ant script and see if the output goes straight to the console as it should?
Also check your system vars to see if you have ANT_HOME setup to an old funky Ant build or even your PATH to see if you are including the /bin directory pointing at an incompatible version.
March 23, 2006 at 10:08 am #249155
GMGlaserMemberI downloaded the latest version of eclipse and ended up with the same result, nothing shows in the console.
Just for fun I removed the ANT_HOME and from the path and tried it again, no luck.
I then added the ant from the new version of eclispe to the path and tried it from the DOS prompt again, I ended up with the same error message as above. There must be some switch that is being flipped no matter what version of eclipse I am using.
March 23, 2006 at 11:33 am #249189
Riyad KallaMemberAre you trying a new workspace each time or the smae one? All your settings are stored in your workspace so using the same workspace over and over will yield the same results.
March 23, 2006 at 4:26 pm #249242
GMGlaserMemberYes I did create a new workspace.
I also downloaded a standalone version of ANT, that got rid of my error at the DOS prompt but it did not help my empty console issue.
March 27, 2006 at 10:58 am #249401
cri_tsgMemberHave you resolved this? I am having the same problem. I think I accidentally closed the Ant console and now I can’t get it back.
To clarify, I see the Ant tab next to the “Problems”, “Tasks”, and “Console” tabs. The Ant tab displays all targets for my build file. I can even run any target, but there is no progress/output from it. I can tell that the target is running because class files, jars, etc. are getting created correctly. When I run targets from a command prompt I can see all progress/output correctly.
Thanks,
MorganMarch 27, 2006 at 12:57 pm #249411
cri_tsgMemberOkay. That’s odd. Three previous Eclipse restarts didn’t do it, but the fourth one did it. Of course, ‘I didn’t change anything’ to make it work. Oh well.
March 27, 2006 at 1:02 pm #249413
Riyad KallaMemberMorgan,
Ant output is redirected to your Console view, it won’t be in the Ant view. Also try clicking the down arrow in your console view and selecting another console, it’s possible you could be looking at an inactive console while the Ant output goes to another console that youa ren’t watching.March 27, 2006 at 1:02 pm #249414
Riyad KallaMemberVery odd. Maybe a hung process?
-
AuthorPosts
