Yes, it worked as Scot suggested, It was the matter of using the
sourcepath. Here's the desciption fro the website:
*=
sourcepath*
The *sourcepath* to use; defaults to the value of the srcdir attribute
(or nested ||
WOW, guys thanks for the fast response, I really appretiate this help.
I am standing in the main directory (MyProject).
When I use -verbose I get alot of output, something like:
[javac] MyOp1.java added as MyOp1.class doesn't exist.
[javac] Op1Helper.java added as Op1Helper.class doesn't exist.
.
Hi Every Body:
I am facing a probelm compile a java application. My Java application
uses external and internal library.
In other words, let's say i have a package called java.matrix, and I
wrote a package for this project called MathOp,
the layout of my project directory is :
MyProject