Re: maven 2.0.9+ and windows absolute paths

2008-12-17 Thread Dmitry Beransky
On Tue, Dec 16, 2008 at 3:34 PM, Jörg Schaible joerg.schai...@gmx.de wrote: Dmitry Beransky wrote: Hi, It seems that Maven 2.0.9 has introduced a bug where Windows absolute paths aren't being properly resolved. [snip] Are you running Maven under Cygwin? Nope, pure unadulterated Windows

Re: maven 2.0.9+ and windows absolute paths

2008-12-17 Thread Dmitry Beransky
/configuration /plugin Just like the ant plugin before, Cargo configuration uses ${project.build.directory} variable that comes through with an incorrectly resolved Windows path. Dmitry On Wed, Dec 17, 2008 at 10:50 AM, Dmitry Beransky dmitry.ma...@gmail.com wrote: On Tue, Dec 16

maven 2.0.9+ and windows absolute paths

2008-12-16 Thread Dmitry Beransky
Hi, It seems that Maven 2.0.9 has introduced a bug where Windows absolute paths aren't being properly resolved. A project that builds just fine with 2.0.8 produces this error under 2.0.9: [INFO] An Ant BuildException has occured: Failed to copy E:\svn\team\csa\main\re

Re: ConversionException

2008-12-05 Thread Dmitry Beransky
I wish I remembered since I just got this error again. On Thu, Nov 6, 2008 at 5:44 AM, eznibe [EMAIL PROTECTED] wrote: Hi, Did you find the problem, since im now getting the same exception thanks Dmitry Beransky-3 wrote: Hi, what could be causing this exception (in maven 2.0.9

ConversionException

2008-09-29 Thread Dmitry Beransky
Hi, what could be causing this exception (in maven 2.0.9)? [INFO] Trace com.thoughtworks.xstream.converters.ConversionException: dependenciesInfo : dependenciesInfo Debugging information message : dependenciesInfo : dependenciesInfo cause-exception :

java.lang.ClassNotFoundException: TestSuite

2008-06-02 Thread Dmitry Beransky
Hi folks, Any ideas what might be causing the exception below? I'm at my whit's ends. (using surefire 2.4.3) [09:15:30]: Forking command line: cmd.exe /X /C C:\Program Files (x86)\Java\jdk1.5.0_06\jre\bin\java -jar C:\BuildAgent\temp\buildTmp\surefirebooter52899.jar

resolving snapshots

2008-05-30 Thread Dmitry Beransky
hi, it's probably friday talking, but I can't figure out what my builds stopped working all of a sudden. I get this message in the log: Downloading: http://newzealand/repository/maven2/com/csa/maven/web-app-parent/2-SNAPSHOT/web-app-parent-2-SNAPSHOT.pom why isn't SNAPSHOT in the pom file

plugin for schema documenation

2008-04-18 Thread Dmitry Beransky
Hi, Does anyone know of a maven 2 plugin for generating xml schema documentation (similar to http://www.buldocs.com/xnsdoc/)? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: changing location of site.xml

2008-04-15 Thread Dmitry Beransky
D'oh! I should have realized the version issue. Thanks, putting the version in did the trick. On Mon, Apr 14, 2008 at 1:29 PM, Wayne Fay [EMAIL PROTECTED] wrote: You should specify a version of the site plugin to make sure you're using the version you think you are. But I agree with Jason

disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
Hi, We've configured maven to run cargo:deploy during the deploy phase. However, maven is still trying to copy the war artifact into our internal repository as well. How do tell it not to? Thanks Dmitry - To unsubscribe,

Re: disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
cool! do you know which repository would have the dev version of the plugin? It's not in the central yet. On Tue, Apr 15, 2008 at 2:03 PM, Wendy Smoak [EMAIL PROTECTED] wrote: The next version of the deploy plugin will have the option to skip deployment.

changing location of site.xml

2008-04-14 Thread Dmitry Beransky
Hi, Does anyone know what the deal is with this bug: http://jira.codehaus.org/browse/MSITE-91? It's marked as resolved, but in version 2.0.7 I still cannot change the location of site.xml from the default of src/site. Here's my configuration: plugin

Re: changing location of site.xml

2008-04-14 Thread Dmitry Beransky
we don't follow maven's suggested project layout. On Mon, Apr 14, 2008 at 9:38 AM, Jason van Zyl [EMAIL PROTECTED] wrote: Why would you want to? You just make it harder for anyone new to a project to understand where all the resources for a project are. You can override it, but what real

finding execution ids

2008-04-11 Thread Dmitry Beransky
Hi, I'm binding cargo deployment goals to the deploy phase, but when I do this, the default deploy plugin is still runs deploying the artifact to a remote repository. I don't want this behavior. As far as I understand, I need to override the existing execution binding by specifying the same

maven webstart

2008-04-09 Thread Dmitry Beransky
Hi, I'm aware of the webstart plugin, but what I can't figure out if it's possible to use maven to do the end-to-end automated deployment of an app. In other words, can maven build, package, and deploy to tomcat a webstart application? Thanks Dmitry

Re: taglib plugin

2008-01-04 Thread Dmitry Beransky
I did some more digging around and it looks like my problem is similar to the one described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg70522.html when I tried running the plugin using its fully qualified name: mvn net.sourceforge.maven-taglib:maven-taglib-plugin:2.3.1:tagreference

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
On Jan 2, 2008 3:07 PM, Evan Worley [EMAIL PROTECTED] wrote: Try changing the update policy in your pluginRepository to always. I am not positive how this policy works with respect to resolving new plugins (as opposed to updating an existing), but might be worth a try. Evan, It's my

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
I have. It didn't seem to help. On Jan 3, 2008 10:06 AM, Evan Worley [EMAIL PROTECTED] wrote: Hi Dmitry, You are right, sorry for confusing the result of the effective-pom with your actual POM. Can you try running mvn -cpu install ?

taglib plugin

2008-01-02 Thread Dmitry Beransky
Hi, I'm trying to use the taglib plugin (http://maven-taglib.sourceforge.net/m2/project-reports.html). I've followed the documentation for configuring the project with the plugin, but now when I run mvn taglib:tagreference, I get [INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin'

Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
Here's what I got for the plugin: plugin groupIdnet.sourceforge.maven-taglib/groupId artifactIdmaven-taglib-plugin/artifactId version2.3.1/version configuration taglib.src.dirMETA-INF/taglib.src.dir /configuration /plugin The central repository is configured, I'm using it all the

Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
On Jan 2, 2008 2:49 PM, Evan Worley [EMAIL PROTECTED] wrote: Can you attach your entire repositories and pluginRepositories entries from your pom? Hey Evan, Here they are, copied directly from help:effective-pom's output: repositories repository idcsa-internal/id nameCSA

Re: Exception transfering site files via webdav

2007-11-02 Thread Dmitry Beransky
I've suspected as much. Is there a way to tell the site plugin to throttle it's connection creation rate? I understand that Windows is running out of ports, but in reality, it's program opening connections that's at fault. It shouldn't be flooding the TCP/IP stack with so many connection

Exception transfering site files via webdav

2007-11-01 Thread Dmitry Beransky
Hi, uploading a site file with site:site has worked quite well for me until a few months ago. Now, I consistantly get an exception half way through the process. The only thing that really changed, I think, is the size of the projects: more files. here's the exception: Embedded error: Failed

Re: [m2] maven embedder

2007-02-27 Thread Dmitry Beransky
On 2/14/07, Jason van Zyl [EMAIL PROTECTED] wrote: On the IDEA side the Maven Reloaded Plugin by Brian Kate, and the Maven 2.x Integration by Ralf Quebbemann. I am also working on this in addition to the embedder as it's the IDE I use. Thanks! I didn't see the Reloaded plugin when I did the

Re: [m2] maven embedder

2007-02-13 Thread Dmitry Beransky
code of MavenEmbedder() and it does not use XmlPullParserException, so I am not sure why it was looking for that. Are you sure your debugging the right line? Cheers, Franz Dmitry Beransky-3 wrote: Hi Franz, If I only add the embedder, i get a long list of NoClassDefFoundError, which goes away

Re: [m2] maven embedder

2007-02-13 Thread Dmitry Beransky
your debugging the right line? Cheers, Franz Dmitry Beransky-3 wrote: Hi Franz, If I only add the embedder, i get a long list of NoClassDefFoundError, which goes away only when I counter balance by an equally long list of included jars. The very first error I get

maven embedder

2007-02-11 Thread Dmitry Beransky
Hi, I'm not sure if this message is more appropriate here or on the dev list. Please advise for future messages. What other maven run-time libraries do I need in order to use the embedder? Thanks Dmitry - To unsubscribe,

Re: [m2] maven embedder

2007-02-11 Thread Dmitry Beransky
for it to run. Why, what error are you getting? Cheers, Franz Dmitry Beransky-3 wrote: Hi, I'm not sure if this message is more appropriate here or on the dev list. Please advise for future messages. What other maven run-time libraries do I need in order to use the embedder? Thanks Dmitry

Re: categorizing tests

2007-01-19 Thread Dmitry Beransky
On 1/18/07, Jiaqi Guo [EMAIL PROTECTED] wrote: Dmitry Beransky wrote: Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Although I don't 100

categorizing tests

2007-01-18 Thread Dmitry Beransky
Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D. - To unsubscribe,

missing resources in .jnlp

2007-01-16 Thread Dmitry Beransky
Hi, Can't figure out what I'm doing wrong. I've set up a project for building a WebStart app. Copied template.vm from the plugin's svn. When I run webstart:jnlp goal, I get a zip containing all dependencies properly signed, but the index.jnlp file only has the following: ?xml version=1.0

enabling logging

2007-01-11 Thread Dmitry Beransky
Hi, How can I enable debug level logging for maven's plugins. I'd like to see what goes on before this exception is thrown: Caused by: org.apache.maven.plugin.MojoExecutionException: Error uploading site at org.apache.maven.plugins.site.SiteDeployMojo.execute(SiteDeployMojo.java:184)

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
Message- | From: Dmitry Beransky [mailto:[EMAIL PROTECTED] | Sent: Thursday, January 11, 2007 11:22 AM | To: Maven Users List | Subject: enabling logging | | Hi, | | How can I enable debug level logging for maven's plugins. | I'd like to see what goes on before this exception is thrown: | | Caused

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
On 1/11/07, Ian Springer [EMAIL PROTECTED] wrote: Have you tried running mvn with -X ? besides, when I do this from CLI, i don't get debug level messages, just extra exception traces, which is not what I'm after. - To

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
On 1/11/07, Ian Springer [EMAIL PROTECTED] wrote: I keep meaning to file a JIRA with JetBrains for it, so they'll add something in 1.2. there is an inssue (kind of) for it already: http://www.jetbrains.net/jira/browse/TW-1409

Re: uml reports

2007-01-05 Thread Dmitry Beransky
I'd like to have images (png, png, vml, etc.) On 1/4/07, Wayne Fay [EMAIL PROTECTED] wrote: What do you want to do with them -- convert to JPG or PNG and include in Javadoc or another webpage? Or just include links to the UML files? Wayne

uml reports

2007-01-04 Thread Dmitry Beransky
Hi, I've got UML diagrams that I'm maintaining using StarUML. Is there a way I can have them included with other Maven-generated reports? If not, is there another UML application that works better with Maven? Thanks Dmitry

Re: deploying to remote repository

2007-01-03 Thread Dmitry Beransky
On 1/2/07, Mykel Alvis wrote: You first need to define your internal repository representation and how you plan to host it. I've run a Maven1 internal repository, so I have a relatively good idea of what I'd like to do. At the moment, the simplest method for updating repo would be via scp and

site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
Hi, I've found a few posts asking a similar question, but there were no answers as far as I could tell... I want to run a site:deploy via an external ssh and get this error message: Embedded error: Error performing commands for file transfer Exit code 1 - 'ssh' is not recognized as an

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
I'm using scp with a password based authentication. While I have no problems running the command from my workstation, if I run the same build on the continous build box, I'm constantly being asked to accept RSA key fingerprint. Perhaps, switching to a key-based login would fix the problem. On

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
On 1/3/07, Barrie Treloar [EMAIL PROTECTED] wrote: This is because you are missing the directory ~/.ssh so that the file known_hosts can be created. d'oh! that was it. thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

teamcity + maven + site:deploy

2007-01-03 Thread Dmitry Beransky
is anyone here running the $subj$ config? I can site:deploy by running Maven manually on the same box, using the same maven installation as TeamCity, but when TeamCity runs the build, I keep getting an exception: com.jcraft.jsch.JSchException: reject HostKey: newzealand thanks d.

deploying to remote repository

2007-01-02 Thread Dmitry Beransky
Hi, I need a bit of help installing a third party plugin into an internal repository. I know that I need to be using some form of the following: mvn deploy:deploy-file -DpomFile= http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.pom\

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: properties buildDir

[m2] outputDirectory

2006-01-10 Thread Dmitry Beransky
Hi, I'm trying to migrate for the first time one of my projects to Maven2. In Maven 1, I used to have the following line in the user level configuration file: maven.build.dir=c:/temp/maven/${pom.artifactId} this was for Windows-based workstations; on a server, the build directory would

Re: [m2] outputDirectory

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

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? Thanks Dmitry

global properties

2004-06-18 Thread Dmitry Beransky
Hi, There is a handful of properties that I would like to define globally, without requiring developers to enter them into individual build.properties files. Here are some of the properties: maven.build.dir maven.repo.remote maven.jnlp.signjar.dname.cn maven.jnlp.signjar.dname.ou

snapshots

2004-05-28 Thread Dmitry Beransky
hi, what do i need to do to make snapshots work with my own repository. If i define an in-house jar as: groupIdsom/groupId artifactIdutil/artifactId versionSNAPSHOT/version I can see in the server logs maven looking for /respository/som/jars/util-SNAPSHOT.jar, instead of tryint to resolve the