spymemcached.common.classpath variable in build.xml
Wed, 10/12/2011 - 03:44
When creating a new Eclipse project it says that:
Problem setting the classpath of the project from the javac classpath:
Reference spymemcached.common.classpath not found.
I could not find this defined in the build.xml. Can you explain this?
We use ivy to generate the classpath. The line that defines this is
where name resolves to "spymemcached"
Are you trying to create an ant eclipse project? If so, your better off running 'ant eclipse' from the command line and then just importing a java project into Eclipse. This is how I set up my dev environment.
If you are having trouble running ant from the command line and get errors about the classpath it would be great if you could provide the error as well as information about your environment so that we can fix any issues that arise.