RE: Maven2 xdoclet jsptaglib How?

2006-01-19 Thread Druzhinin, Dmitry \(DB\)
> YES! It was not Maven problem! > My tag classes extend Struts BaseHandlerTag class. NOPE, it IS Maven problem! When your tag class extends BaseHandlerTag from Struts, Xdoclet looks for it in the classpath. But maven Xdoclet plugin, as well as other plugins, doesn't include project dependencie

Re: [m2] outputDirectory

2006-01-13 Thread Dmitry Beransky
directory for the package goal? Is there a universal way to divert output of any and all goals? Thanks Dmitry At 08:58 PM 1/10/2006, Henry Isidro wrote: Dmitry Beransky wrote: worked like a charm! I ended up putting the following into the profile section: ${java.io.tmpDir}/maven

Re: [m2] outputDirectory

2006-01-10 Thread Dmitry Beransky
worked like a charm! I ended up putting the following into the profile section: ${java.io.tmpDir}/maven/${pom.artifactId} now the settings file is portalble among different platforms. Very cool, indeed. Thanks Dmitry I was thinking in the lines of using profiles in settings.xml or

[m2] outputDirectory

2006-01-10 Thread Dmitry Beransky
would be set to a different pattern. How do I achieve a similar effect with Maven 2? Please note that I don't want to specify the output directory inside a pom file, as this directory may changed with the system on which the project is compiled. Tha

RE: (Maven2 + Webdoclet) struts actions inheritance

2006-01-09 Thread Druzhinin, Dmitry \(DB\)
I've made some investigation and ended up with a more specific question: Is it generally possible to add project dependencies into plugin classpath? Best regards, Dmitriy -Original Message- From: Druzhinin, Dmitry (DB) [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006

(Maven2 + Webdoclet) struts actions inheritance

2006-01-07 Thread Druzhinin, Dmitry \(DB\)
Hi! I have Struts actions hierarchy (some BaseAction being inherited by the others). Base action class is shared by multiple projects hence it is separated into a common artifact in Maven2 build. Now I need to generate struts-config.xml. And here I experience the following problem: webdocle

JDIC

2005-10-18 Thread Dmitry Beransky
Hi folks, completely lost here. I'm adding JDIC's Browser component to my application. Two problems: 1) my application is deployed via WebStart (i.e. I'm using the jnlp plugin to package it); 2) JDIC requires loading of a dll resource. How do I write this up in Maven 1.x?

Re[2]: Middlgen (Plugin)

2005-08-24 Thread Dmitry Ochnev
st post a nifty reply so I know that at least > I#ve been heard? > Thanx > Jan > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Dmitry

Re[10]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
and install it into your local repo. I placed 'xjavadoc-1.0.2.jar' to 'c:\my_home_dir\.maven\repository\xjavadoc'. Now it is working. -- Best regards, Dmitrymailto:[EMAIL PROTECTED]

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
ot known Response content length is not known WARNING: Failed to download xjavadoc-1.0.2.jar. BUILD FAILED File.. D:\apptest2\maven.xml Element... attainGoal Line.. 23 Column 43 The build cannot continue because of the following unsati

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 3:08:47 PM, you wrote: >> What do you mean "the original version"? > Version numbers of xjavadoc and xdoclet are not in sync. How can I know the correct combinations of versions of xjavadoc and xdoclet? -- Be

Re[6]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
that your used version of > XDoclet is compliant with the one of xjavadoc). What do you mean "the original version"? -- Best regards, Dmitrymailto:[EMAIL PROTECTED] - To unsubscribe, e

Re[6]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
there another way to set the version I need? (any reference to the documentation?) P.S.: I did not write "project.xml" manually, it was generated by the "genapp" plugin. -- Best regards, Dmitrymailto:[EMAIL PROTECTED] --

Re[4]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
xjavadoc-1.2.jar xdoclet-web-module-1.2.jar xdoclet-ejb-module-1.2.jar maven-xdoclet-plugin-1.2.jar ---end--- I also removed such lines http://xdoclet.sf.net/ from the 'project.xml' after Maven complained it was unable to download from xdoclet.sf.net. As we can see it did

Re[2]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
ven\repository\xdoclet"). I also tried to launch "maven -o" to build offline but it fails too. Where can be my mistake? -- Best regards, Dmitrymailto:[EMAIL PROTECTED] - To unsubscribe,

xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
est\maven.xml Element... attainGoal Line.. 23 Column 43 The build cannot continue because of the following unsatisfied dependency: xjavadoc-1.0.2.jar ---end--- How can I complete the build process? -- Best regards, Dmitry

Re: global properties

2004-06-18 Thread Dmitry Beransky
project to project in most cases. Also, I wouldn't set a global maven.build.dir. What did you intend to set it to? It's set to a relative path: ../.build This path should always work with our standard project directory structure. I

global properties

2004-06-18 Thread Dmitry Beransky
maven.jnlp.signjar.dname.o maven.jnlp.signjar.dname.c pom.organization.name How do I do this? Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

snapshots

2004-05-28 Thread Dmitry Beransky
d how snapshot resultion works over http at all, since there is no provision in standard HTTP for getting a list of resources (and maven doesn't seem to support webdav extensions). Any help? Thanks Dmitry - To unsubscribe, e-ma

<    1   2