You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Andrea Patricelli (JIRA)" <ji...@apache.org> on 2016/12/26 09:35:58 UTC

[jira] [Updated] (SYNCOPE-984) Compiling Syncope in Windows Environment

     [ https://issues.apache.org/jira/browse/SYNCOPE-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Patricelli updated SYNCOPE-984:
--------------------------------------
    Description: 
Tried to compile Syncope code in windows environment and getting "(misc) NewlineAtEndOfFile: File does not end with a newline" error in all over java code. Mostly source code is developed in Unix Environment and these java code does not have "\n" . Please make sure code compiles in Windows Environment.

While compiling sources from root folder with mvn compile compilation fails on Apache Syncope Archetype:

Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.1:transform (default) on project syncope-archetype: Could not find stylesheet: file://C:\Users\utente\syncope\archetype/src/main/resources/properties2pom.xsl
despite the file exists.

  was:
Tried to compile Syncope code in windows environment and getting "(misc) NewlineAtEndOfFile: File does not end with a newline" error in all over java code. Mostly source code is developed in Unix Environment and these java code does not have "\n" . Please make sure code compiles in Windows Environment.

While compiling sources from root with mvn compile compilation fails on Apache Syncope Archetype:

Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.1:transform (default) on project syncope-archetype: Could not find stylesheet: file://C:\Users\utente\syncope\archetype/src/main/resources/properties2pom.xsl
despite the file exists.


> Compiling Syncope in Windows Environment
> ----------------------------------------
>
>                 Key: SYNCOPE-984
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-984
>             Project: Syncope
>          Issue Type: Bug
>          Components: build-tools, common
>    Affects Versions: 2.0.1
>         Environment: Windows Environment
>            Reporter: Ravi Singareddy
>             Fix For: 2.0.1
>
>
> Tried to compile Syncope code in windows environment and getting "(misc) NewlineAtEndOfFile: File does not end with a newline" error in all over java code. Mostly source code is developed in Unix Environment and these java code does not have "\n" . Please make sure code compiles in Windows Environment.
> While compiling sources from root folder with mvn compile compilation fails on Apache Syncope Archetype:
> Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.1:transform (default) on project syncope-archetype: Could not find stylesheet: file://C:\Users\utente\syncope\archetype/src/main/resources/properties2pom.xsl
> despite the file exists.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)