Re: The javac type doesn't support the "scrdir" attribute.
Posted By:
Anonymous
Posted On:
Thursday, November 9, 2006 11:56 PM
Hi,
....
in the above code, you made a mistake.
In the javac task the attribute name is "srcdir" and not 'scrdir'.
Just correct the spelling and execute.
Hope it works.
Regards,
Nandhini
Re: The javac type doesn't support the "scrdir" attribute.
Posted By:
Anonymous
Posted On:
Monday, October 16, 2006 01:50 AM
Hi!
First of all set property srcDir. There you have the location parameter, then give some name like src. Create that directiory in your default directory. palce your java code file in that directory.
Then u won't get this error. When i was doing. I had got the same problem.
Re: The javac type doesn't support the "scrdir" attribute.
Posted By:
Robert_Lybarger
Posted On:
Friday, September 29, 2006 11:36 AM
If you actually copy/pasted the error, you simply misspelled the "srcdir" as "scrdir". In fact, your pasted javac tag has it misspelled as well.