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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2013 05:45 AM
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?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2013 08:30 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2013 10:52 AM
reported with this issue on jira:
https://issues.alfresco.com/jira/browse/PUBLICAPI-213
<strong><em>vote it plz…
https://issues.alfresco.com/jira/browse/PUBLICAPI-213
<strong><em>vote it plz…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2013 11:05 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2013 11:23 AM
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:
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!
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!
