STS-2.3.2 + spring-surf-sts-addon_1.0.0.M3 don't work
Hi,
my Spring-surf-sts-addon is not recognized by STS.
I did a copy of "spring-surf-sts-addon_1.0.0.M3.jar" in the plugin directory.
Well, when i want to create a new "spring-template-project" the "surf-template" doesn't appear.
Can you help me please
STS-2.3.2 + spring-surf-sts-addon_1.0.0.M3 will work
guys i to have the same issue... but i think i have found the solution for it....
to reflect surf template project into your project... please follow the below steps...
frist please check that if you have a .sts folder in your \workspace-sts-2.5.0.M3\.metadata\
if the .sts folder not exist in the above path... you will not be able to have surf template project in your project.
please mail me to indra@affinasoft.com to send you across the .sts folder.
This error is due to the update of the file 1.0.0.CI-SNAPSHOT.
as this file is updated the issue raised and when we checked into the folder structure we are missing the .sts folder we compared to the earlier version.
so we have added the folder into our workspace and then we are able to create a surf template project....
the above solution will only help you to create the surf template project.
but it will not run until you change the pom.xml
Solution for STS-2.3.2 + spring-surf-sts-addon_1.0.0.M3
The solution is not to create a .sts folder in your workspace, because it has to have some more folders and files in that.
Please install the STS 2.5.0M3 and surf 1.0.0.CI-Snapshot
After installing you need to have the following structure.
\workspace-sts-2.5.0.M3\.metadata\.sts\content\org.springframewor k.extensions.sts.surf-1.0.0.CI-SNAPSHOT\
In the folder org.springframework.extensions.sts.surf-1.0.0.CI-SNAPSHOT\ you will have the following files.
1)template.xml
2)template.zip
3)wizardui.json
Once if you are able to have the above folder your surf template project will be appeared in the STS.
But to make the surf template project work you need to change the pom.xml file with the following values because it downloads the updated lib files which are not matching our configuration.
The default value will be
<properties>
<surfVersion>1.0.0.CI-SNAPSHOT</surfVersion>
<springVersion>3.0.0.RELEASE</springVersion>
<aspectjVersion>1.6.6.RELEASE</aspectjVersion>
</properties>
Please change it to the below
<properties>
<surfVersion>1.0.0.M3</surfVersion>
<springVersion>3.0.0.RELEASE</springVersion>
<aspectjVersion>1.6.6.RELEASE</aspectjVersion>
</properties>
I could not attach the files but if you like to have the files please email me to indra@affinasoft.com