Sorry no idea. It might re-appear later if it's not currently available. Milos
On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Now i am having trouble with clearcase integration. Only svn is available > for scm. I need clearcase. Any idea about the compatibility of clearcase > with NB 6 M 10? > > > Thanks & Regards, > Jayaram > > > > Jayaram Ganapathy - Tel 01412280277 > > Jayaram X Ganapathy/JPMCHASE > 27/08/2007 18:58 > > To > "Maven Users List" <[email protected]> > cc > > Subject > Re: Maven Compile error - java.lang.NoSuchMethodError: > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; > > > > > > I have downloaded the NB 6 and M 10. Not nightly build. > I can add entry for update center. > Thanks a lot for the help. > > Jayaram > > > > > > "Milos Kleint" <[EMAIL PROTECTED]> > 27/08/2007 18:53 > Please respond to > "Maven Users List" <[email protected]> > > > To > "Maven Users List" <[email protected]> > cc > > Subject > Re: Maven Compile error - java.lang.NoSuchMethodError: > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; > > > > > > > it should be on the default netbeans AU. (it is for M10, the daily > builds have a bug that prevents maven support from showing up.) The > version there is a bit older though. > Better add a new AU with this url > http://mevenide.codehaus.org/nbm_release2/NBM_AutoUpdate_6_0.xml > that gets you the latest binaries. > Once installed, go to Tools/Options dialog, select Miscelaneous/Maven2 > and set the location of maven binaries. > > Milos > > On 8/27/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Ok. I am going for NB 6 then. But where will I get the update center > link > > which you mentioned? (you can install a newer version of maven support ) > > > > Thanks & Regards, > > Jayaram > > > > > > > > > > "Milos Kleint" <[EMAIL PROTECTED]> > > 27/08/2007 18:45 > > Please respond to > > "Maven Users List" <[email protected]> > > > > > > To > > "Maven Users List" <[email protected]> > > cc > > > > Subject > > Re: Maven Compile error - java.lang.NoSuchMethodError: > > > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; > > > > > > > > > > > > > > no. The version of maven shipped with netbeans is a custom build close > > to 2.0.4. The @since tag was added later in 2.0.5 or 6. > > > > Milos > > > > On 8/27/07, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > Is there a work around in 5.5? > > > > > > > > > Thanks & Regards, > > > Jayaram > > > > > > > > > > > > > > > > > > "Milos Kleint" <[EMAIL PROTECTED]> > > > 27/08/2007 18:34 > > > Please respond to > > > "Maven Users List" <[email protected]> > > > > > > > > > To > > > "Maven Users List" <[email protected]> > > > cc > > > > > > Subject > > > Re: Maven Compile error - java.lang.NoSuchMethodError: > > > > > > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; > > > > > > > > > > > > > > > > > > > > > unfortunately this is an issue with the maven embedder suplied with > > > the netbeans integration in 5.5. If you use 6.0 milestone 10 or later > > > builds, you can install a newer version of maven support and there you > > > can configure to use the command-line maven tool for building your > > > projects. > > > > > > Regards > > > > > > Milos Kleint > > > > > > On 8/27/07, [EMAIL PROTECTED] > > > <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > I am using latest maven plugin with Netbeans 5.5 and JDK 6. > > > > > > > > Thanks & Regards, > > > > Jayaram Ganapathy > > > > [EMAIL PROTECTED] > > > > Phone: 0141 228 0277 > > > > > > > > > > > > > > > > > > > > > > > > [EMAIL PROTECTED] > > > > 27/08/2007 17:21 > > > > Please respond to > > > > "Maven Users List" <[email protected]> > > > > > > > > > > > > To > > > > [email protected] > > > > cc > > > > > > > > Subject > > > > Maven Compile error - java.lang.NoSuchMethodError: > > > > > > > > > > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > I am stuck with this exception. Any help appretiated. > > > > > > > > java.lang.NoSuchMethodError: > > > > > > > > > > org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;)V > > > > > > > > at > > > > > > > > > > org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.createMojoDescriptor(JavaMojoDescriptorExtractor.java:225) > > > > at > > > > > > > > > > org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.execute(JavaMojoDescriptorExtractor.java:559) > > > > at > > > > > > > > > > org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:84) > > > > at > > > > > > > > > > org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:135) > > > > at > > > > > > > > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:417) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:610) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:551) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:530) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:309) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:276) > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > > > > at > > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:393) > > > > at > > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182) > > > > at > > > > > > org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760) > > > > at > > > > > > > > > > org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:257) > > > > at > > > > > > org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131) > > > > > > > > Thanks & Regards, > > > > Jayaram > > > > > > > > > > > > > > > > This communication is for informational purposes only. It is not > > > > intended as an offer or solicitation for the purchase or sale of > > > > any financial instrument or as an official confirmation of any > > > > transaction. All market prices, data and other information are not > > > > warranted as to completeness or accuracy and are subject to change > > > > without notice. Any comments or statements made herein do not > > > > necessarily reflect those of JPMorgan Chase & Co., its subsidiaries > > > > and affiliates. This transmission may contain information that is > > > > privileged, confidential, legally privileged, and/or exempt from > > > > disclosure under applicable law. If you are not the intended > > > > recipient, you are hereby notified that any disclosure, copying, > > > > distribution, or use of the information contained herein (including > > > > any reliance thereon) is STRICTLY PROHIBITED. Although this > > > > transmission and any attachments are believed to be free of any > > > > virus or other defect that might affect any computer system into > > > > which it is received and opened, it is the responsibility of the > > > > recipient to ensure that it is virus free and no responsibility is > > > > accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, > > > > as applicable, for any loss or damage arising in any way from its > > > > use. If you received this transmission in error, please immediately > > > > contact the sender and destroy the material in its entirety, > > > > whether in electronic or hard copy format. Thank you. > > > > Please refer to http://www.jpmorgan.com/pages/disclosures for > > > > disclosures relating to UK legal entities. > > > > > > > > > > > > > > > > This communication is for informational purposes only. It is not > > > > intended as an offer or solicitation for the purchase or sale of > > > > any financial instrument or as an official confirmation of any > > > > transaction. All market prices, data and other information are not > > > > warranted as to completeness or accuracy and are subject to change > > > > without notice. Any comments or statements made herein do not > > > > necessarily reflect those of JPMorgan Chase & Co., its subsidiaries > > > > and affiliates. This transmission may contain information that is > > > > privileged, confidential, legally privileged, and/or exempt from > > > > disclosure under applicable law. If you are not the intended > > > > recipient, you are hereby notified that any disclosure, copying, > > > > distribution, or use of the information contained herein (including > > > > any reliance thereon) is STRICTLY PROHIBITED. Although this > > > > transmission and any attachments are believed to be free of any > > > > virus or other defect that might affect any computer system into > > > > which it is received and opened, it is the responsibility of the > > > > recipient to ensure that it is virus free and no responsibility is > > > > accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, > > > > as applicable, for any loss or damage arising in any way from its > > > > use. If you received this transmission in error, please immediately > > > > contact the sender and destroy the material in its entirety, > > > > whether in electronic or hard copy format. Thank you. > > > > Please refer to http://www.jpmorgan.com/pages/disclosures for > > > > disclosures relating to UK legal entities. > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > This communication is for informational purposes only. It is not > > intended as an offer or solicitation for the purchase or sale of > > any financial instrument or as an official confirmation of any > > transaction. All market prices, data and other information are not > > warranted as to completeness or accuracy and are subject to change > > without notice. Any comments or statements made herein do not > > necessarily reflect those of JPMorgan Chase & Co., its subsidiaries > > and affiliates. This transmission may contain information that is > > privileged, confidential, legally privileged, and/or exempt from > > disclosure under applicable law. If you are not the intended > > recipient, you are hereby notified that any disclosure, copying, > > distribution, or use of the information contained herein (including > > any reliance thereon) is STRICTLY PROHIBITED. Although this > > transmission and any attachments are believed to be free of any > > virus or other defect that might affect any computer system into > > which it is received and opened, it is the responsibility of the > > recipient to ensure that it is virus free and no responsibility is > > accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, > > as applicable, for any loss or damage arising in any way from its > > use. If you received this transmission in error, please immediately > > contact the sender and destroy the material in its entirety, > > whether in electronic or hard copy format. Thank you. > > Please refer to http://www.jpmorgan.com/pages/disclosures for > > disclosures relating to UK legal entities. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
