Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 307(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.6
This question may be wierd but how do I keep ants from attacking my computer? I just found out that ants are starting to invade my pc speaker and other parts of my computer. Last year I had the sam...
Zones: HardwareDate Answered: 06/09/2000 Views: 0
using ant and weblogic on a windows environment: in ant there is a path: <pathelement location="${weblogic.home}/lib/weblogicaux.jar" /> <pathelement location="${weblogic.home}/classes" /> ...
Zones: JavaDate Answered: 11/01/2001 Views: 0
I want to access the ouput of a command executed within a Process.  The command that I'm looking to capture the output from is: cmd /c cd /d D:\eclipse\workspace\ANT && cvs -d :pserver:deployer@...
Zones: JavaDate Answered: 04/19/2002 Views: 4
Could anybody tell me why am I encountering the error below when i'm doing an ant with javac in the build.xml file:     [javac] The system is out of resources.     [javac] Consult the following...
Zones: JavaDate Answered: 11/20/2003 Views: 0
Hi Everyone,     I got stuck to Permission problem with Apache Ant can anyone help me out, I installed ant as directed on this page http://ant.apache.org/manual/index.html but now it is givi...
Zones: LinuxDate Answered: 09/05/2003 Views: 4
I need to provide some info before I go into my question.  I am using a single ANT build.xml for several projects, the goal is to keep the build.xml generic and use properties files for each of the...
Zones: Java, J2EEDate Answered: 02/24/2003 Views: 0
Hi experts, I'm looking for some free metrics tools. Command-line / ant integration would be great, IntelliJ IDEA integration would also be nice. I'm aware of the google usual ones - so far I'...
Zones: JavaDate Answered: 01/26/2004 Views: 0
hi, i'm trying to use a script task in my ant build file. the script is :     <script language="javascript"><![CDATA[propname = project.getProperty("TTT");project.setNewProperty("Changed", propn...
Zones: Programming, J2EEDate Answered: 01/23/2005 Views: 18
Hi all, The challange is to incorporate and automate the build mechanism for any project in Eclipse, and it should be transparent to the developers. I need to automate the creation of war/ear  u...
Zones: Java, J2EEDate Answered: 03/31/2005 Views: 0
hi i have written build.xml;Is there any option  in ant that when i run build.xml i want to debug the tags;i will set breakpoint in build.xml;when i run build.xml it should stop there;can i do t...
Zones: JavaDate Answered: 03/11/2005 Views: 0