blackears / svgSalamander

155 stars 56 forks source link

Reenable building svgSalamander #35

Closed matthiasblaesing closed 5 years ago

matthiasblaesing commented 5 years ago

The removal of the netbeans project files broke the build of svgSalamander. To fix this, the build was migrated to maven. The maven project can be directly opened by netbeans and build from command line. The project can now be build:

cd svg-core mvn package

will create a file svgSalamander-.jar in the target directory.

The build can also be used to directly install the artifact into the local repository:

cd svg-core mvn install

This is necessary to use the examples.

blackears commented 5 years ago

Sorry about that. Thanks for creating pom files that work with the project.