matecat / MateCat-Filters

Convert any file to XLIFF and back with perfectly preserved formatting! Super easy API, plenty of supported formats and advanced segmentation.
http://filters.matecat.com
GNU Lesser General Public License v3.0
45 stars 32 forks source link

Error when building new version on Windows 8.1 #6

Closed LLCampos closed 8 years ago

LLCampos commented 8 years ago

Hi.

I followed the steps on the wiki and when I run the "mvn clean package" part, I get the following error:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\Luis\Desktop\Matecat Filters 2.0\MateCat-Filters\custom-filters of C:\Users\Luis\Desktop\Matecat Filters 2.0\MateCat-Filters\pom.xml does not exist @
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.matecat:filters-parent:1.2.0 (C:\Users\Luis\Desktop\Matecat Filters 2.0\MateCat-Filters\pom.xml) has 1 error
[ERROR]     Child module C:\Users\Luis\Desktop\Matecat Filters 2.0\MateCat-Filters\custom-filters of C:\Users\Luis\Desktop\Matecat Filters 2.0\MateCat-Filters\pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

Everything worked well when using the last version.

giusilvano commented 8 years ago

Hi LLCampos,

There was an error in the main POM of the project. I pushed a new commit with the fixed version. Please note that now you have to run the "mvn clean package" command inside the "filters" subfolder. I've updated the "Build & run" wiki too.

Thank you!