Skip to content

Commit 30923c7

Browse files
NicoPeters.NPNicoPeters.NP
NicoPeters.NP
authored and
NicoPeters.NP
committed
CHANGES IN BUILD SCRIPT!!! CHANGED NAME OF TARGET "deploy-xhtml" !!!!!
I've cleaned up the build script a little bit and you all have to adjust your build configurations: * I've renamed the misleading target "deploy-xhtml" to "build-with-xhtml-test-files-flag". So, this target sets a flag to include the xhtml test files in the oryx.war file. * I've split up the build scripts for each sub project (editor, poem-jvm, buildApps, stick). but there is still a build.xml in the trunk that contains the targets to build all, clean all and (un)deploy all. this, should not have any effect for your build configurations. besides, you will now find "test" folders in the editor and poem-jvm sub project for JUnit, JSUnit and other test stuff. added junit-4.5.jar and removed junit-3.8.1.jar I hope everything works fine. git-svn-id: http://oryx-editor.googlecode.com/svn/trunk@1679 d672c736-503d-0410-a38a-9366997c882b
1 parent a471391 commit 30923c7

File tree

8 files changed

+435
-515
lines changed

8 files changed

+435
-515
lines changed

.classpath

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="editor/server/src"/>
4-
<classpathentry kind="src" path="editor/server/test"/>
4+
<classpathentry kind="src" path="editor/test/server"/>
5+
<classpathentry kind="src" path="poem-jvm/test/java"/>
56
<classpathentry kind="src" path="poem-jvm/src/java"/>
67
<classpathentry kind="src" path="buildApps/src"/>
78
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
@@ -115,5 +116,6 @@
115116
<classpathentry kind="lib" path="buildApps/lib/org.json.jar"/>
116117
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
117118
<classpathentry kind="lib" path="editor/lib/jbpt.jar"/>
119+
<classpathentry kind="lib" path="poem-jvm/lib/junit-4.5.jar"/>
118120
<classpathentry kind="output" path="bin"/>
119121
</classpath>

0 commit comments

Comments
 (0)