Added some progress and general description of maven modules

This commit is contained in:
Willem Cazander 2025-03-28 14:28:17 +01:00
parent c0e5480e4b
commit 667db9110c
2 changed files with 37 additions and 1 deletions

View file

@ -98,6 +98,42 @@ Setup project local XSD for IDE
- mvn initialize -P x4o-generate-local-xsd
- See [poop-oasis.xml](poop-oasis.xml) for setup in eclipse IDE
## Maven Modules
- nx01-jpp-base = (50%) Java++ 144 bit runtime
- nx01-king-java3 = (NOP) java3 startup
- nx01-king-java3c = (NOP) java3 compiler for 18 bit XML
- nx01-king-java3do = (NOP) java3 18 bit XML 'firemake' builder
- nx01-king-java3doc = (NOP) java3 source to doc 18 bit XML
- nx01-king-java3seed = (20%) java3 seed upload to dat and nostr
- nx01-mushroom-mais = (NOP) firemake project doc plugin
- nx01-mushroom-mais-duytsdoc = (NOP) firemake javadoc extension
- nx01-mushroom-mais-fc18 = (LIVE) Generates FC18 doc site
- nx01-mushroom-mais-mm = (LIVE) Generates DB doc site
- nx01-no2all-nostr = (80%) Pure java nostr protocol impl
- nx01-no2all-react-nostr = (99%) Wrap wire nostr into warp-core react
- nx01-no2all-react-wire = (99%) Wrap wire server into warp-core react
- nx01-no2all-wire = (99%) websocket wire api stubs
- nx01-no2all-wire-jetty = (99%) Impl wire with `jetty` client and server
- nx01-no2all-wire-jre = (99%) Impl wire with `jre` client only
- nx01-no2all-wire-ojw = (99%) Impl wire with `ojw` client and server
- nx01-poop-scripts = (NOP) Maven ant scripts for help and XSD
- nx01-redsea = (1%) RedSea 18 bit BDOS filesystem (OLD XML for dat)
- nx01-redsea-hyper = (1%) RedSea hyper drive backend api stubs
- nx01-redsea-hyper-local = (10%) RedSea local `npm drives` wrapper
- nx01-redsea-hyper-nostr = (NOP) RedSea nostr integration
- nx01-redsea-jdatstart = (10%) java webstart XML model (TODO MOVE)
- nx01-warp-core = (60%) Warp core event flow plasma runtime (JS-like)
- nx01-warp-fault = (80%) Warp fault exceptions with bug reporting
- nx01-warp-manifestor = (80%) Warp manifestor for read/write for manifests formats
- nx01-x4o-driver = (50%) Recursive XML language parsing (TODO add binary)
- nx01-x4o-fc18 = (80%) Four Corner 18 bit words and structure text encoding format
- nx01-x4o-maisdoc = (50%) Universal object tree documentation writer
- nx01-x4o-sax3 = (80%) Java XML SAX writer support and IBM XDBX implementation
- nx01-x4o-tool-ant-plugin = (99%) Ant plugin to executer X4O language tasks
- nx01-x4o-tool-maven-plugin = (99%) Ant plugin to executer X4O language tasks
- nx01-zerofungus-server = (10%) POC of nostr/hyper server to deploy java3 artifacts
## Komputer
Oorspronkelik wodde et Ingelse woord computer bruukt om iene mit an te duden die kompliceerde

View file

@ -41,8 +41,8 @@
<module>nx01-no2all-wire-ojw</module>
<module>nx01-poop-scripts</module>
<module>nx01-redsea</module>
<module>nx01-redsea-hyper-local</module>
<module>nx01-redsea-hyper</module>
<module>nx01-redsea-hyper-local</module>
<module>nx01-redsea-hyper-nostr</module>
<module>nx01-redsea-jdatstart</module>
<module>nx01-warp-core</module>