archetype-resources.README.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-archetype-cecilia-application
Show all versions of maven-archetype-cecilia-application
This archetype is useful to quick start Cecilia applications, having a
source tree template already filled.
The "src/main/cecilia" folder (and subdirectories) should contains the sources of your application (*.c, *.h, *.idl, *.fractal).
If you have just generated this project using the "maven-archetype-cecilia-application", you can then play with the
above files, for example with:
$ mvn clean compile
which will create an executable file located under "./target/build/obj". See the end of the console messages
produced by the above command to get the full path to the file which you can execute.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy