Alfresco SVN + build.properties/.project
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 11:05 PM
Either the build.properties file has incorrect filenames or the .project file has the wrong name importing the project!
On my mac (which IS case sensitive btw), I import head/root/projects/web-service-client using svn import pluging from subclipse and it wants to call my project (and subsequently the folder that the project is stored) "Web Service Client". In the HEAD/root/build.properties file its referenced for ant as web-service-client. there are others like this.
I found its better to leave the defaults for the project names/folders but to then modify the build.xml file at HEAD/root/.
if thats right then maybe an update to the wiki would be OK?
On my mac (which IS case sensitive btw), I import head/root/projects/web-service-client using svn import pluging from subclipse and it wants to call my project (and subsequently the folder that the project is stored) "Web Service Client". In the HEAD/root/build.properties file its referenced for ant as web-service-client. there are others like this.
I found its better to leave the defaults for the project names/folders but to then modify the build.xml file at HEAD/root/.
if thats right then maybe an update to the wiki would be OK?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 04:38 AM
We typically recommed checking out the repository using SVN from the command line, import the projects into Eclipse and then attach subclipse at the end.
The build.xml file is referring to the folder names on the filesystem as opposed to the Eclipse project name, you shouldn't need to change anything in build.xml.
http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment
The build.xml file is referring to the folder names on the filesystem as opposed to the Eclipse project name, you shouldn't need to change anything in build.xml.
http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment
