Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD FAILED cannot access org.apache.batik.script.InterpreterPool #2274

Open
enescaglar opened this issue Apr 10, 2015 · 0 comments
Open

BUILD FAILED cannot access org.apache.batik.script.InterpreterPool #2274

enescaglar opened this issue Apr 10, 2015 · 0 comments

Comments

@enescaglar
Copy link

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant