Closed fatmaChamekh14 closed 6 years ago
HI,
Talismane is built using maven.
To build and package it, you must go to the talismane_parent
directory and type:
$ mvn package
This will build all packages for all modules. The result of the packaging will be in the target
repository of each module.
If you want to create a distribuable archive, you must run mvn assembly:assembly
in the talismane_parent
directory.
i did the mvn assembly:assembly. I got this error Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (distro-assembly) on project talismane-distribution: Failed to create assembly: Artifact: com.joliciel.talismane:talismane-utils:jar:5.1.1 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated
when i did mvn package. The build is succefully done
Hello everybody,
I was not able to build talismane. The errors are : Buildfile: talismane/talismane_utils/build.xml does not exist! Build failed Buildfile: talismane/talismane_machine_learning/build.xml does not exist! Build failed Buildfile: talismane/talismane_core/build.xml does not exist! Build failed Buildfile: talismane/talismane_lefff/build.xml does not exist! Build failed Buildfile: talismane/talismane_ftb/build.xml does not exist! Build failed Buildfile: talismane/talismane_ftbDep/build.xml does not exist! Build failed Buildfile: talismane/talismane_fr/build.xml does not exist! please do you have any idea for fixing this issue. Thank you