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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to