client: Java based client for accessing a GSAC repository
ramadda: The RAMADDA GSAC plugin
federated: This is the implemention of the federated repository
Copy the example template/macros.properties file to your own file, e.g.:
cp template/macros.properties yourmacros.propertiesEdit the yourmacros.properties and define the target package name, directory, etc.
Then run (from this directory, i.e., /src/org/gsac):
ant -propertyfile yourmacros.properties makerepositoryThis will copy all of the source and resource files templates, replacing the macros with the values you defined in yourmacros.properties and place them in the specified target directory.
Now, the hard part... You need to actually implement your repository. See the README and the package.html file in the generated package.