Component repository up and running, with plexus-utils submitted
"Mike Hogan" <[email protected]>
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <00b701c3a7c8$93db33a0$ae8aba50@eamon> |
Lads,
Check out http://64.4.141.60/ch/
There is a mountain of work to be done. I was going to enumerate the
gotchas that you need to look out for, but whats the point. Click the
buttons and see what happens :-)
There seems to be little to it. Thats because I spent most of my time on an
ant task that indexes source into the repository. The components registered
now come from plexus-utils, and there were submitted as so:
<mkcar
sourceDirectory="${src.java}"
targetDirectory="${build.componenthaus}">
<interface name="org.codehaus.plexus.util.FileUtils"/>
<interface name="org.codehaus.plexus.util.DirectoryScanner"/>
<interface name="org.codehaus.plexus.util.Expand"/>
<interface name="org.codehaus.plexus.util.SelectorUtils"/>
<interface name="org.codehaus.plexus.util.StringInputStream"/>
<interface name="org.codehaus.plexus.util.StringUtils"/>
</mkcar>
Check out the todo list in CVS.
Cheers,
Mike.