@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ <%@page contentType="text/html" pageEncoding="UTF-8"%> View Post
main { int a[2] = {2,3}; printf("before swapping: %d %d\n",a[0],a[1]); //a[0] ^= a[1]; //a[1] ^= a[0]; //a[0] ^= a[1]; //this is working correctly. a[0] ^= a[1] ^= a[0] ^= a[1]; //this didn't work correctly why? prin
Posted on: February 15, 2013 at 1:29 PMmain { int a[2] = {2,3}; printf("before swapping: %d %d\n",a[0],a[1]); //a[0] ^= a[1]; //a[1] ^= a[0]; //a[0] ^= a[1]; //this is working correctly. a[0] ^= a[1] ^= a[0] ^= a[1]; //this didn't work correctly why? prin
Posted on: February 15, 2013 at 1:28 PMim working on build.xml using apache ant... in one of the targets i am assigning a var file with the full path of .sql files present in a folder. while executing that .sql file in xml its giving me error as ""\" unexpected character" solution is I
Posted on: December 28, 2012 at 3:11 PMI have a spring class with main method. Inside the class am trying to read the values applicationContext.xml . My intention is to jar this main class along with its dependant jars,property files and applicationContext.xml .Hence i have my target a
Posted on: October 3, 2012 at 2:12 PMJava Servlet error
Posted on: June 28, 2012 at 4:34 AMHELLO World program in Java
Posted on: June 28, 2012 at 4:03 AMJava Error in Hello World
Posted on: June 28, 2012 at 4:00 AMI am not able to get the files from VSS.I am using following code.
Posted on: March 16, 2012 at 10:39 AMunbiased solution for comparing and enrolling in Medicare Advantage, Medicare Supplement and Prescription Drug Plans.
Posted on: December 17, 2011 at 2:30 PMHi Deepak, I am using emma code covarage tool and to generate coverage report by using Ant script i am getting following exception [report] sun.io.MalformedInputException [report] at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java
Posted on: December 8, 2011 at 8:56 AMhow to Merge multiple jasper file to one word Doc using java
Posted on: August 18, 2011 at 9:33 AMHow to pass runtime values ie commandline arguments to a program written in java using ant tool
Posted on: June 10, 2011 at 12:18 PMHi, Can anybody help me how to refered to a build.xml file from a buil.xml file ? Like I have a main build.xml file where I have some tags and in another build.xml file I have the rest tags for the same project. So I want to connect the 2nd bu
Posted on: February 7, 2011 at 2:50 PMhi, i have a application in which i m reading from an xml file and then storing its values in database.but when i started using ant its main program is not running as it is unable to detect the jar file of mysql database.it is giving class not found
Posted on: May 11, 2010 at 11:00 AMHello , can anybody tell me how to create a database in mysql using ant build.Please tell me detail with build.xml
Posted on: January 13, 2010 at 5:15 PM