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 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?
The text was updated successfully, but these errors were encountered:
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.
I have added some things to the goodies, but I cannot build it. The Ant process returns
What is wrong?
The text was updated successfully, but these errors were encountered: