Saturday, April 5, 2008

Project Zero:1 Me: 1

Got it! Installed the cmd line tools and figured out how to rebuild the exported file into the appropriate directories. What I did:
- Exported the project from Eclipse
- Created a new project using the cli "zero create projectX"
- unziped the exported file and copied all the files into the projectX directory, overwriting the existing files
- Since the ivy.xml was overwritten, rerun the resolver "zero resolve"
- That got my PHP dependencies added into the default project.
- Start the project "zero start" in the the projectX directory.

No comments: