Creating the descriptor

The netlet descriptor is created as follows. This also shows what files we do and don't have at this stage:


% ls
embedded_app.jar
% jtrixmaker -type netlet -outfile embedded-app.xml \
   -classname org.jtrix.project.documentation.embeddedapp.EmbeddedAppNetlet \
   -jardirs /usr/lib/jtrix . \
   -jars embedded_app.jar nodality_facet.jar facets1.jar
% ls
embedded-app.xml  embedded_app.jar
% ls /tmp/output.*
ls: /tmp/output.*: No such file or directory
% 

Clearly there's no output file, yet; that's what the application is going to generate.

Nik Silver 2002-03-09