File: makeDocs.csh

package info (click to toggle)
emboss 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 81,332 kB
  • ctags: 25,201
  • sloc: ansic: 229,873; java: 29,051; sh: 10,636; perl: 8,714; makefile: 1,227; csh: 520; asm: 351; pascal: 237; xml: 94; modula3: 8
file content (13 lines) | stat: -rwxr-xr-x 1,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/csh
/bin/rm Package-org *html stylesheet.css org/emboss/jemboss/* org/emboss/jemboss/gui/* org/emboss/jemboss/soap/* org/emboss/jemboss/programs/* org/emboss/jemboss/parser/* org/emboss/jemboss/gui/form/* org/emboss/jemboss/gui/sequenceChooser/* org/emboss/jemboss/parser/acd/* org/emboss/jemboss/gui/filetree/* org/emboss/jemboss/gui/startup/*  org/emboss/jemboss/editor/*

setenv LIB ../lib

javadoc -author -version -windowtitle "Jemboss API" -classpath $LIB/axis/axis.jar:$LIB/axis/jaxrpc.jar:$LIB/axis/saaj.jar:$LIB/axis/commons-logging.jar:$LIB/axis/commons-discovery.jar:$LIB/jakarta-regexp-1.2.jar:$LIB/jalview.jar:$LIB/jnet.jar:$LIB/jcert.jar:$LIB/jsse.jar:../:$LIB/axis/servlet.jar:$LIB/xerces.jar:$LIB/grout.jar -private \
 org.emboss.jemboss org.emboss.jemboss.editor org.emboss.jemboss.gui \
 org.emboss.jemboss.gui.filetree org.emboss.jemboss.gui.form \
 org.emboss.jemboss.gui.sequenceChooser org.emboss.jemboss.gui.startup \
 org.emboss.jemboss.parser org.emboss.jemboss.parser.acd \
 org.emboss.jemboss.programs org.emboss.jemboss.server \
 org.emboss.jemboss.soap