Skip to content
Snippets Groups Projects
Commit 16553ae5 authored by Goik Martin's avatar Goik Martin
Browse files

package renaming, examination build shell script

parent 1b8a6f2d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Execute from top of this directory
#
rm -rf /tmp/SaxMemo2Hhtml
tar -c SaxMemo2Hhtml --exclude='SaxMemo2Hhtml/pom.*' --exclude='SaxMemo2Hhtml/target' --exclude='SaxMemo2Hhtml/.settings' \
--exclude='SaxMemo2Hhtml/.project' --exclude='SaxMemo2Hhtml/.classpath' --exclude='.gitignore' | tar -x -C /tmp
cp -f SaxMemo2Hhtml/pom.exam.xml /tmp/SaxMemo2Hhtml/pom.xml
pushd SaxMemo2Hhtml_solution/src/test/java
tar c- de|tar -x -C /tmp/SaxMemo2Hhtml/src/test/java
popd
pushd ../../../ws/eclipse/ExamTesting/src/main/java
tar c- de |tar -x -C /tmp/SaxMemo2Hhtml/src/test/java
popd
#end
\ No newline at end of file
package de.hdm_stuttgart.de.sda1.saxhtml.v2.test;
package de.hdm_stuttgart.sda1.saxhtml.v2.test;
import org.junit.Assert;
import org.junit.FixMethodOrder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment