Jump to content
JasperReports Library 7.0 is now available ×

Xdoclet build error


jgardner16

Recommended Posts

Hi,

I checked out jasper server and tried to build using Maven 2.0.5 and I get the following error.

 

[iNFO] ------------------------------------------------------------------------

[ERROR] BUILD ERROR

[iNFO] ------------------------------------------------------------------------

[iNFO] Failed to configure plugin parameters for: xdoclet:maven2-xdoclet2-plugi

:2.0.5

 

 

 

Cause: Cannot find setter nor field in org.codehaus.xdoclet.Config for 'plugin'

 

any ideas what might be the problem.

 

thanks

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi here is some more information about the error I am getting

 

[iNFO] Trace

org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: xdocl

et:maven2-xdoclet2-plugin. Reason: Unable to parse the created DOM for plugin co

nfiguration

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:568)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:480)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:459)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:311)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:278)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:143)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)

 

 

this isn't a hot topic but one thing I found is if I add

 

<pluginRepository>

<id>codehaus-plugins</id>

<url>http://dist.codehaus.org/</url>

<layout>legacy</layout>

<snapshots>

<enabled>true</enabled>

</snapshots>

<releases>

<enabled>true</enabled>

</releases>

</pluginRepository>

 

I get the above error if I don't add this I get plugin can not be found. I have read that just keep trying it should download but doesn't seem to ever work I have been trying for a while now any ideas.

 

thanks

Post edited by: jgardner16, at: 2007/03/20 03:55

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...