cancel
Showing results for 
Search instead for 
Did you mean: 

org.alfresco.repo.web.scripts.BaseWebScriptTest missing on 4.2.d

fabio_valeri
Champ in-the-making
Champ in-the-making
the
org.alfresco.repo.web.scripts.BaseWebScriptTest
class is present in alfresco-remote-api jar up to version 4.2.c CE; from 4.2.d disappeared; any news?
4 REPLIES 4

abarisone
Star Contributor
Star Contributor
Hi,
actually if you look here http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.2d/root/projects/remote... the file is present among the sources of the remote-api.
But you're right it is not present into alfresco-remote-api-4.2.d.jar.
This is quite strange…

Regards,
Andrea

fabio_valeri
Champ in-the-making
Champ in-the-making
reported with this issue on jira:

https://issues.alfresco.com/jira/browse/PUBLICAPI-213

<strong><em>vote it plz…

mrogers
Star Contributor
Star Contributor
I've just asked our build master to comment on this thread.   

All the test code has been moved to the test-java directory including BaseWebScriptTest so we can have Jars that are not full of test code. 

slanglois
Star Contributor
Star Contributor
Yes, we finally managed to separate the test classes from the main code…

We now build separate test jars, and publish them in our Maven repository.
The class you are looking for can be found in the "tests" jar with these Maven coordinates:

<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-remote-api</artifactId>
  <version>4.2.e</version>
  <classifier>tests</classifier>
</dependency>

or directly downloaded here: <a href="https://artifacts.alfresco.com/nexus/content/groups/public/org/alfresco/alfresco-remote-api/4.2.e/al...">alfresco-remote-api-4.2.e-tests.jar</a>

Hope this helps!
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.