I am trying to figure out how to compile the source code for a Java-based Google Code project, but I am not familiar with XCode or Java, so I am not getting very far. I downloaded the code and now have the lib, resource, and src folders inside of a folder I have on the desktop.
So far I have tried the following:
1) Launched XCode and selected File, then New Project... and chose Java Application
2) Added the files to their respective places in the project (lib files in lib, src files in src, etc.)
3) Clicked Build and Go
The first time I tried this process, it came up with some errors related to the version in the build.xml file, which I was able to fix. When I clicked Build and Go again, it ran fine, but it only returned the sample Java Application.
Could someone direct me in how to properly compile the source code with XCode?
The source code is located at http://code.google.com/p/groupwise-exporter/
So far I have tried the following:
1) Launched XCode and selected File, then New Project... and chose Java Application
2) Added the files to their respective places in the project (lib files in lib, src files in src, etc.)
3) Clicked Build and Go
The first time I tried this process, it came up with some errors related to the version in the build.xml file, which I was able to fix. When I clicked Build and Go again, it ran fine, but it only returned the sample Java Application.
Could someone direct me in how to properly compile the source code with XCode?
The source code is located at http://code.google.com/p/groupwise-exporter/