Branch: refs/heads/master
Home: https://github.com/jenkinsci/unity3d-plugin
Commit: 793b2a98a34f0e209d15a0f56fd52bcba4f1fab5
https://github.com/jenkinsci/unity3d-plugin/commit/793b2a98a34f0e209d15a0f56fd52bcba4f1fab5
Author: Jerome Lacoste <[email protected]>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M src/main/java/org/jenkinsci/plugins/unity3d/Unity3dBuilder.java
M src/main/resources/org/jenkinsci/plugins/unity3d/Messages.properties
M src/test/java/org/jenkinsci/plugins/unity3d/io/PipeTest.java
Log Message:
-----------
Validity of Unity3D project folder was not correctly checked when projectPath
parameter was used.
Instead of checking the folder given via projectPath, moduleRoot was checked.
Fixed that here by just commenting out the Unity3D project folder validity,
because if it's invalid, Unity3D throws an error anyways.
Patch adapted from derFunk's commit 705a4c4b0554520e29cfa647246e2ea73b6ae7ef
Commit: 72cf511073ac1a1f36b6d508a78befa8a0ceff9a
https://github.com/jenkinsci/unity3d-plugin/commit/72cf511073ac1a1f36b6d508a78befa8a0ceff9a
Author: Jerome Lacoste <[email protected]>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M src/test/java/org/jenkinsci/plugins/unity3d/io/PipeTest.java
Log Message:
-----------
Ignore tests not passing on Windows
Adapted from derFunk's commit d346338827cf176c087ee36ca6d7070cff4ce5ec
Commit: 500f2855f9b951fb352e33603dcc9b52ff8e66c0
https://github.com/jenkinsci/unity3d-plugin/commit/500f2855f9b951fb352e33603dcc9b52ff8e66c0
Author: Jerome Lacoste <[email protected]>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/unity3d-plugin
Compare: https://github.com/jenkinsci/unity3d-plugin/compare/098a720...500f285