Project

General

Profile

« Previous | Next » 

Revision 26e0b456

Added by Andreas Kohlbecker almost 11 years ago

documentation on options completed

View differences:

src/main/java/eu/etaxonomy/cdm/server/CommandOptions.java
43 43
                    "   - run from maven target: '{cdmlib-project-root}/cdmlib-remote-webapp/target/cdmserver'\n " +
44 44
                    "   - run from source: '{cdmlib-project-root}/cdmlib-remote-webapp/src/main/webapp'\n" +
45 45
                    "     When running from source you must also set the webapp-classpath option: \n" +
46
                    "     -webappClasspath=${project_classpath} " )
46
                    "     -webappClasspath=${project_classpath:cdmlib-remote-webapp} " )
47 47
            .create("webapp");
48 48

  
49 49
  @SuppressWarnings("static-access")
50 50
    public static final Option WEBAPP_CLASSPATH = OptionBuilder
51 51
            .withArgName("classpath")
52 52
            .hasArg()
53
            .withDescription("Sets the classpath for the cdmlib-remote-webapp instance when running from source code." +
54
                    " See option -webapp")
53
            .withDescription("Sets the classpath for the cdmlib-remote-webapp instance when running from source code,\n" +
54
                    "e.g: ${project_classpath:cdmlib-remote-webapp}\n" +
55
                    "See option -webapp")
55 56
            .create("webappClasspath");
56 57

  
57 58
    @SuppressWarnings("static-access")

Also available in: Unified diff