Project

General

Profile

« Previous | Next » 

Revision 48a7f02a

Added by Andreas Kohlbecker over 8 years ago

renaming project and packages to cybertaxonomy.org/utis/

View differences:

README-DEVELOPER.md
3 3

  
4 4
### compiling the schema:
5 5

  
6
  mvn jaxb2:generate
6
    mvn jaxb2:generate
7 7

  
8
the xml schema file contains ```<annox:annotate>``` elements
8
the xml schema file contains ``<annox:annotate>`` elements
9 9
for the xjc Annotate Plugin which will compile them into java annotations.
10 10
See https://github.com/highsource/jaxb2-annotate-plugin  for more information.
11 11

  
......
14 14
re-enable the disabled dependencies in the pom.xml by un-commenting them. The according section is
15 15
between:
16 16

  
17
```
18
   <!-- ======================================================================= -->
19
   <!-- Dependencies needed for Apache Axix WSDL2Java (only during development) -->
20
   ...
21
   <!-- ======================================================================= -->
22
```
17
    <!-- ======================================================================= -->
18
    <!-- Dependencies needed for Apache Axix WSDL2Java (only during development) -->
19
    ...
20
    <!-- ======================================================================= -->
21
    
23 22
then compile the java classes
24 23

  
25
```
26
java -cp  $(mvn3 dependency:build-classpath | grep -v "\[")  org.apache.axis.wsdl.WSDL2Java <url-to-wsdl-file>
27
```
24

  
25
    java -cp  $(mvn3 dependency:build-classpath | grep -v "\[")  org.apache.axis.wsdl.WSDL2Java <url-to-wsdl-file>

Also available in: Unified diff