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 of JAXRPC TCK fails due to ant-props.jar reference #15

Closed
scottmarlow opened this issue Nov 27, 2018 · 1 comment
Closed

build of JAXRPC TCK fails due to ant-props.jar reference #15

scottmarlow opened this issue Nov 27, 2018 · 1 comment

Comments

@scottmarlow
Copy link
Contributor

build_standalone-tcks.sh assumes that $BASEDIR/lib/ant-props.jar exists but it doesn't in my build, which results in the below error:

'[' jaxrpc == jaxrpc ']'
echo 'Generating JAXRPC specific classes using wscompile'
Generating JAXRPC specific classes using wscompile
cp /mnt/hudson_workspace/workspace/jakartaee-ee8/buildtck/lib/ant-props.jar /mnt/hudson_workspace/workspace/jakartaee-ee8/buildtck/apache-ant-1.10.1/lib
cp: cannot stat ‘/mnt/hudson_workspace/workspace/jakartaee-ee8/buildtck/lib/ant-props.jar’: No such file or directory

Should it be a requirement that $BASEDIR/lib/ant-props.jar exists before starting 'build_standalone-tcks.sh jaxrpc' or should ant-props be downloaded by the build_standalone-tcks.sh script?

@anajosep
Copy link
Contributor

anajosep commented Dec 5, 2018

In the docker image ant-props.jar is bundled, so the cp command is expected to work there. But if you are building it in your local dev env, ant-props.jar should be downloaded separately and placed under $ANT_HOME/lib.

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

2 participants