You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble while building the project. I followed the instructions in README.txt file.
Installed TortoiseSVN and checked out the project (trunk).
Installed ant and set environment variables.
Right after checking out, executed following command
ant clean-all resolve create-dot-classpath
it completed successfully with BUILD SUCCESSFUL message.
After that when I try to run following command
ant clean-all resolve dist
it fails and gives below error message.
init:
[mkdir] Created dir: E:\Projects\kettle\trunk\core\bin\classes
[mkdir] Created dir: E:\Projects\kettle\trunk\core\dist
compile.pre:
compile.compile:
[javac] Compiling 367 source files to E:\Projects\kettle\trunk\core\bin\clas
ses
[javac] E:\Projects\kettle\trunk\core\src\org\pentaho\di\core\SwingUniversal
ImageSvg.java:45: cannot access org.apache.batik.script.InterpreterPool
[javac] class file for org.apache.batik.script.InterpreterPool not found
[javac] BridgeContext ctx = new BridgeContext( userAgentAdapter, documen
tLoader );
[javac] ^
[javac] 1 error
BUILD FAILED
E:\Projects\kettle\trunk\build.xml:123: The following error occurred while execu
ting this line:
E:\Projects\kettle\trunk\build.xml:128: The following error occurred while execu
ting this line:
E:\Projects\kettle\trunk\core\build-res\subfloor.xml:1324: Compile failed; see t
he compiler error output for details.
Total time: 1 minute 28 seconds
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am having trouble while building the project. I followed the instructions in README.txt file.
Installed TortoiseSVN and checked out the project (trunk).
Installed ant and set environment variables.
Right after checking out, executed following command
it completed successfully with BUILD SUCCESSFUL message.
After that when I try to run following command
it fails and gives below error message.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: