wolips.properties and Jenkins
wolips.properties and Jenkins
- Subject: wolips.properties and Jenkins
- From: Pascal Robert <email@hidden>
- Date: Fri, 10 Feb 2012 09:12:58 -0500
Yesterday, I found out that if a line like this:
wolips.properties=/Developer/WebObjects/Versions/WebObjects543/wolips.543.properties
is in build.properties, when Ant is building the app with Jenkins, it will try to create that file:
var/lib/jenkins/jobs/SimpleBlog/workspace/Projects/SimpleBlog/SimpleBlogLogic/build.xml:90: java.lang.RuntimeException: Failed to write /Developer/WebObjects/Versions/WebObjects543/wolips.543.properties.
at org.objectstyle.woenvironment.env.WOVariables.save(WOVariables.java:610)
Caused by: java.io.IOException: Failed to create the folder '/Developer/WebObjects/Versions/WebObjects543'.
at org.objectstyle.woenvironment.env.WOVariables.save(WOVariables.java:590)
... 29 more
Is this normal that woproject.jar is trying to recreate the property file? Commenting out the wolips.properties line fix the issue for me (that's coming from SimpleBlog), but the problem will probably to anyone who is using Jenkins and have that line.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden