- This topic has 5 replies, 2 voices, and was last updated 18 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
sri.vaddiMemberWhen I build the proejct, for first few times, Build Messages will be shown in console.
However after few builds, Build messages are not visible in console. But build will be either successful or failure.
I am using Licensed MYEclipseIde.But for Weblogic server messages are successfully shown in console consistently, but not build messages.
when I restart the MyEclipse, again it will show messages for few builds.
Riyad KallaMemberWhen MyEclipse builds it doesn’t show any messages in the console, are you using an Ant script by chance?
Also chances are that you just have the wrong console focused (in the console, click the drop down button and select the console view you want to see).
sri.vaddiMemberWhen MyEclipse builds it doesn’t show any messages in the console, are you using an Ant script by chance?
>>> YES I am building with Ant build.xmlAlso chances are that you just have the wrong console focused (in the console, click the drop down button and select the console view you want to see).>>>>>>>>>>
When I build the proejct, for first few times, Build Messages will be shown in console.
If Console is technically wrong word for MyEclipse-Ant-Messages, Please let me know where I can see the messages.
But the problem is I could see for first few times, later on it shows blank, build will be made, but i cannot see whether it is successfull or failure.
Riyad KallaMemberWhen I build the proejct, for first few times, Build Messages will be shown in console.
You are calling it the right thing, it is the Console View. But the Console View doesn’t just show 1 console, if you use the drop down arrow, the Console View is actually a stack of cards of all the console output from all running applications hooked into MyEclipse. My guess is that your Ant output is still going to the console, but your View is setup to show you the wrong one. Try switching them and seeing if the output is in one of the other views.
sri.vaddiMemberI am seeing “Java Stack Trace Console” , “New Console”, “CVS Console”.
I tried with first two. No Luck
Riyad KallaMemberHmm I’m not sure what is going on then. The Ant functionality is provided by the base Eclipse platform and not changed by MyEclipse… you could try restarting using the -clean command line argument and seeing if it’s some stale workspace state that is causing the problem.
-
AuthorPosts