wocommunity / wolips

wolips
53 stars 53 forks source link

Cannot build plugin #129

Open witchi opened 8 years ago

witchi commented 8 years ago

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 commented 8 years ago

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.