[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-19 Thread Piergiorgio Lucidi (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713546#comment-13713546
 ] 

Piergiorgio Lucidi commented on CONNECTORS-755:
---

r1504825.

 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-19 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713626#comment-13713626
 ] 

Karl Wright commented on CONNECTORS-755:


r1504866 (release branch)


 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-18 Thread Piergiorgio Lucidi (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712266#comment-13712266
 ] 

Piergiorgio Lucidi commented on CONNECTORS-755:
---

Ok we can remove these three files that were created by the Alfresco Maven 
Archetype. 
We don't need to override one of these for executing integration tests.

I have just tested that removing these files the integration tests works 
correctly.
I suggest to remove these files.

How we want to solve?

 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-18 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712398#comment-13712398
 ] 

Karl Wright commented on CONNECTORS-755:


Hi Piergiorgio,

If the tests run OK without those files, then I think we should just remove 
them.  However, I find it hard to believe that alfresco will work without the 
proper web.xml.  It is possible, I think, that you have an alfresco-4-war in 
your local maven repository which is confusing things, so you might want to 
delete the repository and make sure you are running fresh.

If the web.xml and *.properties files were delivered by a kit from Alfresco, 
then I expect they are covered by the license agreement of the kit as a whole.  
Can you attach that license to this ticket?

An alternative would be to provide our own web.xml, with just the minimum in it 
needed for alfresco to run in our test environment.

Karl


 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-18 Thread Piergiorgio Lucidi (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712404#comment-13712404
 ] 

Piergiorgio Lucidi commented on CONNECTORS-755:
---

All the files that you see in the project are related to the overlay process 
against the default Alfresco WAR.
So if you put a web.xml, the Maven lifecycle will override the default one with 
yours, otherwise it will leave the default.

So I think that we can remove these files in this way we are sure to use the 
default settings of any Alfresco installation.

The license is Apache 2.0:
https://code.google.com/p/maven-alfresco-archetypes/


 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-18 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712461#comment-13712461
 ] 

Karl Wright commented on CONNECTORS-755:


 unlicensed files in alfresco connector
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Ok; please commit the change to trunk and add the svn rev to this
ticket. I will pull it up into the release branch on Sunday.



Sent from my Windows Phone
From: Piergiorgio Lucidi (JIRA)
Sent: 7/18/2013 11:16 AM
To: dev@manifoldcf.apache.org
Subject: [jira] [Commented] (CONNECTORS-755) ant rat-sources finds
unlicensed files in alfresco connector

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712404#comment-13712404
]

Piergiorgio Lucidi commented on CONNECTORS-755:
---

All the files that you see in the project are related to the overlay
process against the default Alfresco WAR.
So if you put a web.xml, the Maven lifecycle will override the default
one with yours, otherwise it will leave the default.

So I think that we can remove these files in this way we are sure to
use the default settings of any Alfresco installation.

The license is Apache 2.0:
https://code.google.com/p/maven-alfresco-archetypes/



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector

2013-07-17 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711432#comment-13711432
 ] 

Karl Wright commented on CONNECTORS-755:


r1504227 fixes the problem.  However, the web.xml file looks like it came from 
Alfresco and thus may need to be handled more carefully.  I'm assigning this 
ticket to Piergiorgio so he can explain exactly where it came from and tell us 
whether we can license this in this way.


 ant rat-sources finds unlicensed files in alfresco connector
 

 Key: CONNECTORS-755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 1.3


 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /alfresco/extension/dev-log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources
 /log4j.properties
 [rat:report]   
 C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE
 B-INF/web.xml
 [rat:report]
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira