| What is the exact error? Can can you run with -X to produce some debug output.
--jason
On Oct 3, 2006, at 10:24 PM, Vamsavardhana Reddy wrote: Can someone who is not facing this eclipse .classpath problem zip the .classpath files from their source tree and send it to my id [EMAIL PROTECTED] . Thanks, Vamsi
On 10/4/06, Jason Dillon <[EMAIL PROTECTED]> wrote: I don't think that is the problem... as I can `mvn eclipse:eclipse` just fine and it downloads the maven-eclipse-plugin v2.2.
Maybe some metadata in your local repo is corrupt?
--jason
On Oct 3, 2006, at 9:29 PM, Vamsavardhana Reddy wrote: How do I do that? Because of this classpath entry problem, I am really stranded in using Eclipse for development on G TRUNK. I will have to look for a work around, like getting this .classpath files from someone who is not seeing this problem and overwrite the ones I have. --vamsi
On 10/4/06, Jason Dillon < [EMAIL PROTECTED]> wrote: Configure a version for the eclipse plugin.
--jason
On Oct 3, 2006, at 8:52 PM, Vamsavardhana Reddy wrote: Has anyone else faced this problem with .classpath entries? See http://issues.apache.org/jira/browse/GERONIMO-2393 for details. Thanks, Vamsi
On 10/4/06, Vamsavardhana Reddy (JIRA) < [email protected]> wrote: [ http://issues.apache.org/jira/browse/GERONIMO-2393?page=comments#action_12439718 ]
Vamsavardhana Reddy commented on GERONIMO-2393: -----------------------------------------------
Anita, I am getting the following error upon deleting .m2/o/a/maven/plugins/maven-eclipse-plugin and then running mvn eclipse:eclipse :
[INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Oct 04 09:14:34 IST 2006 [INFO] Final Memory: 1M/2M [INFO] ------------------------------------------------------------------------
> Maven eclipse plugin is generating invalid classpath entries in .classpath > -------------------------------------------------------------------------- > > Key: GERONIMO-2393 > URL: http://issues.apache.org/jira/browse/GERONIMO-2393 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 1.2 > Environment: WinXP, G TRUNK > Reporter: Vamsavardhana Reddy > Fix For: 1.2 > > Attachments: .classpath, .classpath > > > I have run mvn eclipse:eclipse. Upon importing the projects into eclipse, I am noticing the the classpath entries generated have the first letter missing. Here is an example of some classpath entries in .classpath file. > <classpathentry kind="var" path="M2_REPO/ommons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> > <classpathentry kind="var" path="M2_REPO/tax/stax-api/1.0/stax- api-1.0.jar"/> > <classpathentry kind="var" path="M2_REPO/lassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"/> > <classpathentry kind="var" path="M2_REPO/rg/apache/maven/maven-repository-metadata/2.0.4/maven- repository-metadata-2.0.4.jar"/>
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
|