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

Cannot build plugin #129

Open
witchi opened this issue Jul 24, 2016 · 1 comment
Open

Cannot build plugin #129

witchi opened this issue Jul 24, 2016 · 1 comment

Comments

@witchi
Copy link

witchi commented Jul 24, 2016

I have added some things to the goodies, but I cannot build it. The Ant process returns

Buildfile: /localhome/wolips/wolips/goodies/plugins/org.objectstyle.wolips.goodies.core.linux/build.xml
java:

BUILD FAILED
/localhome/wolips/wolips/goodies/plugins/org.objectstyle.wolips.goodies.core.linux/build.xml:24: The following error occurred while executing this line:
java.io.FileNotFoundException: /localhome/wolips/${project.buildscripts.dir}/plugin-project.xml

What is wrong?

@Wolfy42
Copy link
Contributor

Wolfy42 commented Aug 15, 2016

The variable "project.buildscripts.dir" is set to the value "buildscripts" in the default.properties located in the top directory. The build of wolips is configured to be started at the top directory (see readme). It you don't start the build there, then the variable will not be set.

If you want to build just your new plugin you could try to add the value for the variable with the ant-call ("-Dproject.buildscripts.dir=" ...). But I think it would be easier to build the complete wolips-project.

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