I am trying to track down a problem that I think is a difference between the compilation process within Eclipse and the process in Jenkins.
I have stylesheets that are used for transforms and I address them from within the jar (it's easier that way when the process is called from not just woapps). If I compile and deploy the embedded package from Eclipse, all is good. If I deploy the successful jenkins build of the same code (same version confirmed in the console output) I get malformed URL errors because it can't locate the resource from the class loader. I really would like to get this part of the build fix so that the tests that succeed in Eclipse succeed in Jenkins. (also, I'm sick of uploading the entire package for this app when the jenkins server is so much closer to the deployment environment) My classes.include.patternset is: **/*.class *.properties **/*.png **/*.xsl **/*.xml which I would expect to work (and it does in Eclipse) Any suggestions about what might be causing this or strategies for debugging would be greatly appreciated. Thanks Larry
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ 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]
