I'm on a windows machine. When I execute the build file, (with nearly any target) I
get this error:
D:\temp\castor\src>ant release
Buildfile: build.xml
clean:
prepare:
[mkdir] Created dir: D:\temp\castor\build
[mkdir] Created dir: D:\temp\castor\build\classes
[mkdir] Created dir: D:\temp\castor\dist
[mkdir] Created dir: D:\temp\castor\src\schema
BUILD FAILED
file:D:/temp/castor/src/build.xml:109:
D:\temp\castor\src\main\org\exolab\castor\mapping not found.
Total time: 1 second
D:\temp\castor\src>
Because there is no mapping folder. When I create the mapping folder, and try any
target that does compiliation, I get something like this....
D:\temp\castor\src>ant all
Buildfile: build.xml
clean:
prepare:
[mkdir] Created dir: D:\temp\castor\build
[mkdir] Created dir: D:\temp\castor\build\classes
[mkdir] Created dir: D:\temp\castor\dist
[mkdir] Created dir: D:\temp\castor\src\schema
[copy] Copying 2 files to D:\temp\castor\src\schema
[copy] Copying 4 files to D:\temp\castor\src\schema
castor-build.check:
main:
[javac] Compiling 219 source files to D:\temp\castor\build\classes
[javac] D:\temp\castor\src\main\org\exolab\castor\builder\binding\Binding.java:21:
package org.exolab.castor.xml does not exist
[javac] import org.exolab.castor.xml.*;
[javac] ^
[javac] D:\temp\castor\src\main\org\exolab\castor\builder\binding\Binding.java:22:
package org.exolab.castor.xml does not exist
[javac] import org.exolab.castor.xml.MarshalException;
[javac] ^
[javac] D:\temp\castor\src\main\org\exolab\castor\builder\binding\Binding.java:23:
package org.exolab.castor.xml does not exisT
Continues....
Apparantly, I'm not getting a required classpath setup correctly because I am just
executing the build file. Can someone send me this mysterious missing build.bat file?
Dan
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev