Well I got rounding using the workaround mention in my first reply to
this post.

But I see Kevin used a different fix.

My workaround was :-

"I found a workaround for this problem by changing all references to
2.0-beta-1 to 2.0 in pom xdoclet-maven-plugin-1.0-alpha-1.pom in my
repository.
Not sure that it's the cleanest solution, but it work for me. The public
svn repository for xdoclet-maven-plugin is inaccessible so I can't
rebuild the plugin."

However I found this didn't quite work for me, I had to also change
all references of 1.0-beta-1 to just 1.0  as well.
On 24/10/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Thanks for your reply
>
> but when i made those plugin changes like
>
>        <plugin>
>                                        
> <artifactId>xdoclet-maven-plugin</artifactId>
>                                        <groupId>org.codehaus.mojo</groupId>
>                                        <version>1.0-alpha-1</version>
>                                        <executions>
>                                                <execution>
>                                                        <goals>
>                                                                
> <goal>xdoclet</goal>
>                                                        </goals>
>                                                        
> <phase>generate-sources</phase>
>                                                        <configuration>
>                                                                <tasks>
>                                                                        
> <ejbdoclet destdir="/Raghu/Ejb/generated-sources/xout">
>  <fileset dir="/Raghu/Ejb/" includes="**/*Bean.java" />
>  <entitycmp destDir="/Raghu/Ejb/xout" />
>  <deploymentdescriptor destDir="/Raghu/Ejb/ddout" />
>                                                                        
> </ejbdoclet>
>                                                                </tasks>
>                                                        </configuration>
>                                                </execution>
>                                        </executions>
>                                </plugin>
>
>
> i got the same error you mentioned previously in your post, any idea how
> resolve it?
>
>
>
> [INFO] Trace
> java.lang.AbstractMethodError
>        at
> org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.configure(ComponentValueSetter.java:247)
>        at
> org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWi
> thFieldsConverter.java:137)
>        at
> org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.jav
> a:56)
>        at
> org.apache.maven.plugin.DefaultPluginManager.populatePluginFields(DefaultPluginManager.java:1038)
>        at
> org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:563)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:377)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:519)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:469)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:448)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:301)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: 12 seconds
> [INFO] Finished at: Mon Oct 24 10:53:02 CDT 2005
> [INFO] Final Memory: 4M/8M
> [INFO]
> ----------------------------------------------------------------------------
>
>
>
>
>
> Thanks,
> Raghurajan Gurunathan
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to