Forum: Shell Scripting Mar 20th, 2006 |
| Replies: 0 Views: 1,706 |
Forum: Java Dec 14th, 2005 |
| Replies: 3 Views: 1,142 Re: Separating ANT builts Hi jwenting,
From the example you had provided(see below), you seemed to have basically included the dependencies of the targets of interest - but how did you conditionally exclude the other target... |
Forum: Java Dec 13th, 2005 |
| Replies: 1 Views: 2,505 Java FlexLM API HI,
I'm new to the licensing mechanism, and I would like to gain an understanding on the Java FlexLM API usage.
I was wondering if anyone could point me to any examples or share any of their... |
Forum: Java Dec 13th, 2005 |
| Replies: 3 Views: 1,142 Separating ANT builts Hi,
I'm a newbie with ANT. I have a ANT build.xml file in which I'm attempting to separate certain packages from different requirements of the built.
As an example, if I have a software which... |
Forum: JSP Jan 28th, 2005 |
| Replies: 10 Views: 45,117 getting values from drop down menu HI,
I wish to get the values from the drop down menu selected by a user from the HTML page and pass this value into my servlet program for processing.
In my servlet program, I've used the... |
Forum: C Dec 14th, 2004 |
| Replies: 5 Views: 12,753 Removing characters from a string Hi,
I'm a junior computer science student and I'm currently new to this forum.
Im having some problems understanding the code excerpt from a book (see code excerpt below). The code is suppose to... |
Forum: C Dec 14th, 2004 |
| Replies: 25 Views: 24,403 Re: String to integer conversion Dave, Alok & Jwenting,
Thanks very much for the help. In fact I forgot to mention earlier when posting this problem that I'm not suppose to use built-in functions like atoi or atol for such... |
Forum: C Dec 13th, 2004 |
| Replies: 25 Views: 24,403 String to integer conversion Hi,
I'm a freshman in computer science and a new member to this forum. I'd like to convert the string representation of a number e.g "456" into its integer equivalent i.e. 456.
As for character... |