Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: ee9be0079273a939469320b5cf74a32db5c401ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
To generate javadoc:

- make sure you have these plug-ins in the workspace
	org.eclipse.wst.wsdl
	javax.wsdl (as a binary import)
	org.eclipse.xsd (as a binary import)
	
- run the main build.xml script with the antRunner application
	create a new platform launch configuration
	select run an application
	select org.eclipse.ant.core.antRunner as the application to run
	add the following as the program arguments 
		-buildfile {workspace_loc}\org.eclipse.wst.wsdl.doc.isv\build.xml

Back to the top