Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It should print this message.

No Format

ExampleMavenProject - Hello world!

Now you can add Java Now you are ready to experiment with your own Maven project. Any Java code placed into src or test. Classes placed here should be able to access all the classes of the org.lcsim framework and its dependencies. Simply rerun the above build command to compile the new classes.

To use the example project ExampleMavenProject as a template for your own new project, simply replace the "ExampleMavenProject" string with the actual name of your own project in project.xml.

The remaining portion remainder of this tutorial covers shows how to make create a Maven/org.lcsim project from scratch, in case you are wondering about the details.

...