Difference between revisions of "New Citation Style HowTo"
Jump to navigation
Jump to search
m (→Steps) |
m (→Steps) |
||
Line 21: | Line 21: | ||
# start test with | # start test with | ||
:<pre>$mvn -Dtest=TestCitationManager test</pre> | :<pre>$mvn -Dtest=TestCitationManager test</pre> | ||
# check console output and <code>target/surefire-reports/test.TestCitationManager.txt</code> | # compile citation style Test | ||
...... | |||
# check console output and <code>target/surefire-reports/test.TestCitationManager.txt</code> for errors. Update CitationStyle | |||
... | ... | ||
<pre>$mvn -Dtest=TestCitationManager test</pre> | <pre>$mvn -Dtest=TestCitationManager test</pre> |
Revision as of 14:53, 5 May 2010
This is a protected page.
Prerequisites[edit]
- java SDK 6
- svn
- maven
- jEdit
Steps[edit]
$svn co https://zim02.gwdg.de/repos/common/trunk/common_services
$cd common_services/citationmanager
- check whether co was OK:
$mvn clean install
$cd src/main/resources/CitationStyles
$cp rm Default Test; rm -rf Test/.svn
- add new citation style
Test
in thesrc/main/resources/Schemas/explain-styles.xml
, defineoutput-formats
- get nice items-list.xml from PubMan live and save in
src/test/resources/backup/CitationStyleTest_TestCollection.xml
- changes in
src/test/java/test/TestCitationManager.java
:- DataSource file
- tests testCitManOutput() only for CS Test (optionally)
- start test with
$mvn -Dtest=TestCitationManager test
- compile citation style Test
......
- check console output and
target/surefire-reports/test.TestCitationManager.txt
for errors. Update CitationStyle
...
$mvn -Dtest=TestCitationManager test