[m2] SSL certificate name does not match

2007-10-10 Thread Adrian Herscu
Hi all, I am hosting my project sources and binaries with some external provider. He cannot set up an SSL certificate for my domain name... Meanwhile, the only alternative is accept those SSL warnings about domain name mismatch. I am getting them in my browser and also in my SVN client. Now I

Re: [m2] SSL certificate name does not match

2007-10-11 Thread Adrian Herscu
the generated file in your JDK or JRE. Then the java keeps it as an accept cert. I have not tried this with Maven but it worked with another application where the cert didn't match the server name. Down side is that it would have to be on every user's machine. Thanks, David On 10/10/07, Adrian

Re: [m2] SSL certificate name does not match

2007-10-13 Thread Adrian Herscu
replied. = ) Here's the link http://blogs.sun.com/andreas/entry/no_more_unable_to_find On 10/11/07, Adrian Herscu [EMAIL PROTECTED] wrote: Yeah... Where is the link :-)? I tried to play with the keytool program. I have imported the SSL certificate into my key store; this creates a file named

Re: [m2] SSL certificate name does not match

2007-10-16 Thread Adrian Herscu
Perhaps sometime, someone will want to add a switch that turns off host name verification. This seems to be supported in the HttpClient 4.0 API. Any comments? Adrian Herscu wrote: Hi David, Thanks for your reply. I checked that blog; however the solution described there seems to belong

Re: Replacement for Ant's FixCRLF

2007-10-17 Thread Adrian Herscu
Have you found some example? Trevor Torrez wrote: As noted at the end of the antrun plugins' usage page (http://maven.apache.org/plugins/maven-antrun-plugin/usage.html) the resources plugin can be used in lieu of Ant's FixCRLF task. Any example on how to do this when the build takes place on a

[m2] is it possible to clean the target site deployment directory?

2007-10-23 Thread Adrian Herscu
Hi all, During the deployment of a Maven generated site the old site is still in place. Is it possible to configure Maven to delete the old site before the deployment of the new one? Adrian. - To unsubscribe, e-mail:

[m2] how to make my custom packaging recognized by the eclipse plugin?

2007-10-25 Thread Adrian Herscu
Hi all, I am using Maven 2 to build projects based on my own framework. Because the framework requires different tools and dependency resolving mechanism, I had to create a dedicated lifecycle. Now I am thinking about some way to integrate the build of my framework with the build of a

Re: [m2] problem w/ dependency-maven-plugin:unpack-dependencies

2006-06-08 Thread Adrian Herscu
] On Behalf Of Adrian Herscu Sent: Monday, March 20, 2006 6:24 PM To: users@maven.apache.org Subject: [m2] problem w/ dependency-maven-plugin:unpack-dependencies Hi all, I have a project with two war modules (app1, app2) that depend one on the other. I have defined a parent pom.xml (root

General Build Question

2006-09-04 Thread Adrian Herscu
Hi all, I apologize if this is not the right place to ask these kind of questions but could not think about anything better. My scenario is as follows: - one hosted svn repo for daily work - one local svn repo as fallback, synchronized daily against the hosted repo The problem is with the

[m2] Packaging as directory

2006-09-23 Thread Adrian Herscu
Hi all, I have a project which contains only XML schema files. Other project files depend on these XML schemas for validation, i.e. there must be some fixed URL for the XML validator to find the appropriate XML schema for each one of the validating XML files (this URL is contained by the XML

Re: [m2] Packaging as directory

2006-09-23 Thread Adrian Herscu
, you can use schemaLocation. -- Olivier -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Adrian Herscu Envoyé : samedi 23 septembre 2006 13:54 À : users@maven.apache.org Objet : [m2] Packaging as directory Hi all, I have a project which contains only

Re: can't remove project

2006-10-19 Thread Adrian Herscu
Hi all, Tried not to touch the keyboard/mouse at all during the add operation of some multi-module project, and the same thing happened again but with different project (now I have two projects duplicated instead of one -- the conclusion might be that it is better to do a refresh while adding

svn: Caught signal

2006-10-23 Thread Adrian Herscu
Hi all, I am using Subversion 1.3.2 through Apache 2.0.55. Sometimes my Continuum builds fail with the following error message: Provider message: The svn command failed. Command output: --- svn: Caught signal

[m2] HOWTO release with a snapshot parent

2006-12-06 Thread Adrian Herscu
Hi all, I am trying to release a module using the maven-release-plugin. The module has a parent which was not released yet (its siblings are not released also). When running release:prepare on that module Maven complains that its parent is a SNAPSHOT, so it cannot complete the release preparation

[m2] HOWTO release with a snapshot parent

2006-12-06 Thread Adrian Herscu
Hi all, I am trying to release a module using the maven-release-plugin. The module has a parent which was not released yet (its siblings are not released also). When running release:prepare on that module Maven complains that its parent is a SNAPSHOT, so it cannot complete the release preparation

Re: [m2] HOWTO release with a snapshot parent

2006-12-07 Thread Adrian Herscu
snapshot ( ie parent ) -D On 12/6/06, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I am trying to release a module using the maven-release-plugin. The module has a parent which was not released yet (its siblings are not released also). When running release:prepare on that module Maven

[m2] eclipse:make-artifacts does not exists?!

2006-12-25 Thread Adrian Herscu
Hi all, I am trying to use Eclipse jars in my M2 project. The mvn eclipse:make-artifacts (http://maven.apache.org/plugins/maven-eclipse-plugin/make-artifacts-mojo.html) returns: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO]

[m2] artifacts are not resolved when mirror is not available

2007-02-13 Thread Adrian Herscu
Hi all, I am trying to setup an internal Maven mirror for our company using Proximity. Proximity seems to work for the predefined repositories. I still having trouble with defining additional repositories (Proximity fails to start when those additional repositories are added...). Went

[m2] binding to the site phase

2007-02-27 Thread Adrian Herscu
Hi all, Is it possible to bind something to the site phase? In META-INF/plexus/components.xml I have tried: component roleorg.apache.maven.lifecycle.mapping.LifecycleMapping/role role-hintfoo/role-hint

[m2] how to set log4j system properties for the axis2 maven plugin

2008-02-04 Thread Adrian Herscu
Hi all, I know that questions regarding setting log4j and system properties were asked many times, however I could not find anything that works for me. I am trying to make the axis2 plugin run during my build, and I am getting this error: [INFO] [axis2-wsdl2code:wsdl2code {execution:

[m2] how to download a single file

2008-02-05 Thread Adrian Herscu
Hi all, I am trying to set up a build for an Axis2-based WebService client. The axis2-wsdl2code-maven-plugin works only for local WSDL files, so the next thing I want to do is to configure Maven to download the remote WSDL file before executing the wsdl2code goal. Is there any Maven plugin I

Re: Javascript support

2008-02-25 Thread Adrian Herscu
Hi all, In which repository is this plugin hosted? I am getting: Missing: -- 1) org.codehaus.mojo.javascript:javascript-maven-plugin:jar:1.0-alpha-1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn

Re: Javascript support

2008-02-26 Thread Adrian Herscu
-maven-tools/ You'll need to check out the top level, as the plugin depends on other modules. Good luck. Harlan On Mon, Feb 25, 2008 at 12:40 PM, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, In which repository is this plugin hosted? I am getting: Missing: -- 1

Re: Javascript support

2008-02-27 Thread Adrian Herscu
scripts and place them in the packaging folder used by the war plugin to create the exploded war, before archivaing a .war. Nico 2008/2/26, Adrian Herscu [EMAIL PROTECTED]: Harlan, thanks for your fast reply. It works! However, I am not sure what the goalwar-package/goal does (as in the example here

Re: [m2] Jetty 6 Plugin does not recognize custom webapp source directory

2008-03-03 Thread Adrian Herscu
Hi, What if I have an additional webapp source folder, like: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId configuration webResources resource directorysrc-gen/main/webapp/directory

[m2] compiling a generic method with maven fails

2008-03-05 Thread Adrian Herscu
Hi all, I have this generic method which compiles fine under Eclipse 3.3: public abstract class AbstractApplicationM extends AbstractModel, V extends AbstractView, C extends AbstractControl { ... private V getViewFor(final Class? extends V viewClass) { class InternalRunnable

Re: [m2] compiling a generic method with maven fails

2008-03-05 Thread Adrian Herscu
, and that solved the problem with Maven. Knew that these generics are more trouble than worth! Is there some switch in Eclipse to make it compile with javac? Wayne Fay wrote: Can you try compiling with the Sun JDK 1.6 directly eg javac ...? Wayne On 3/5/08, Adrian Herscu [EMAIL PROTECTED] wrote

Re: [m2] compiling a generic method with maven fails

2008-03-05 Thread Adrian Herscu
and ANT build file. Adrian Herscu wrote: I thought about this... Problem is, that there are more than ten dependencies and the sources are stored into three different directories... Configuring javac for this, seems like a nightmare! I have changed the return type of the method from V

Re: [m2] compiling a generic method with maven fails

2008-03-08 Thread Adrian Herscu
VUB Stefan Seidel wrote: Now, I discovered that under Maven 2 with the following maven-compiler-plugin configuration: configuration source1.6/source target1.6/target /configuration Add forktrue/fork Stefan Why should that work? Adrian.

[m2] incorrect dependency during test

2007-03-25 Thread Adrian Herscu
Hi all, I have a very interesting issue with M2 tests... The project structure looks like this: Parent-1.0-alpha-3-SNAPSHOT +A-1.0-alpha-3-SNAPSHOT +B-1.0-alpha-3-SNAPSHOT A-1.0-alpha-3-SNAPSHOT depends on B-1.0-alpha-2 (not on the SNAPSHOT!) B-1.0-alpha-3-SNAPSHOT has some

Re: [m2] Release:perform fails becuase of checkstyle plugin

2007-03-27 Thread Adrian Herscu
This happens whenever the maven-checkstyle-plugin does not find the specified configuration file. Adrian. Ziv Ben-Eliahu wrote: Short description of the problem * When running mvn release:perform, Checkstyle report plugin fails on: [WARNING] Unable to load

[m2][maven-dependency-plugin] unpack-dependencies issue

2007-03-27 Thread Adrian Herscu
Hi all, When running the maven-dependency-plugin in a multi-project, it works only for the first child project. The following messages appear on the console: [INFO] [dependency:unpack-dependencies {execution: default}] [INFO] Expanding: C:\some.war into C:\target\somefiles It does not work

Re: [m2][maven-dependency-plugin] unpack-dependencies issue

2007-03-27 Thread Adrian Herscu
... /build Thanks for your fast reply, Adrian. Brian E. Fox wrote: Can you paste your config? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Tuesday, March 27, 2007 8:14 AM To: users@maven.apache.org Subject: [m2][maven-dependency-plugin] unpack

Re: [m2][maven-dependency-plugin] unpack-dependencies issue

2007-03-28 Thread Adrian Herscu
, you should see it copying all dependencies of this project. You can then start narrowing it down. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Tuesday, March 27, 2007 1:39 PM To: users@maven.apache.org Subject: Re: [m2][maven-dependency-plugin

[m2] is it possible to bind multiple mojos to a build phase?

2007-04-01 Thread Adrian Herscu
Hi all, I tried to bind several mojos to the same build phase component-set components component roleorg.apache.maven.lifecycle.mapping.LifecycleMapping/role role-hintfoo/role-hint implementationorg.apache.maven.lifecycle.mapping.DefaultLifecycleMapping/implementation

Re: [m2] is it possible to bind multiple mojos to a build phase?

2007-04-04 Thread Adrian Herscu
-plugin' role-hint in [1]. Cheers, Franz [1] http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Adrian Herscu-2 wrote: Hi all, I tried to bind several mojos to the same build phase component-set components component

[m2] exec-maven-plugin fails because path containing spaces

2007-04-16 Thread Adrian Herscu
Hi all, I am trying to run Ant 1.7 from within Maven 2 using the exec-maven-plugin. plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution phaseprocess-test-resources/phase goals

Re: [m2] exec-maven-plugin fails because path containing spaces

2007-04-16 Thread Adrian Herscu
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: April 16, 2007 3:07 PM To: users@maven.apache.org Subject: [m2] exec-maven-plugin fails because path containing spaces Hi all, I am trying to run Ant 1.7 from within Maven 2 using the exec-maven-plugin

[m2] exec-maven-plugin in a multiproject

2007-04-17 Thread Adrian Herscu
Hi all, I am using Maven 2.0.6 with the exec-maven-plugin 1.1-beta-1. My project has a structure similar to this: root +child1 +child2 In child2 I am using the java goal and in child1 I am using the exec goal. When I am building child2 alone everything works fine. When I am

Re: [m2] exec-maven-plugin fails because path containing spaces

2007-04-17 Thread Adrian Herscu
/maven-antrun-plugin/ Adrian Herscu-2 wrote: Added localRepositoryC:\DOCUME~1\pm\M2639C~1\REPOSI~1/localRepository to the M2 install settings.xml. But, this may require changes in other machines as well :-( Phill Moran wrote: Surround them in quotes or use the dos short for. For instance

[m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Adrian Herscu
Hi all, Is there some way to add a classpathentry such as classpathentry kind=src path=target/generated-sources/antlr/ to the .classpath file? It seems that the plugin knows only about classpath containers :-( Adrian. -

[m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
Hi all, I am using the exec-maven-plugin to run some Java program. The java goal is bound to the process-test-resource build phase. The exec-maven-plugin:java runs at the designated phase but no other thing runs afterwards -- the build finishes with this message: BUILD SUCCESSFUL Total time:

[m2] repo connection timeout too high

2007-04-22 Thread Adrian Herscu
Hi all, Is it possible to reduce the repository connection timeout? Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] cobertura-maven-plugin specify: '-Dinstrumentation=VALUE'

2007-04-22 Thread Adrian Herscu
Hi all, I am using the cobertura-maven-plugin 2.0 and I want to make it ignore the classes in some package, so I am specifying: configuration instrumentation ignoreorg.foo.*/ignore /instrumentation /configuration This causes the build to fail

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
Adrian Herscu wrote: Hi all, I am using the exec-maven-plugin to run some Java program. The java goal is bound to the process-test-resource build phase. The exec-maven-plugin:java runs at the designated phase but no other thing runs afterwards -- the build finishes with this message: BUILD

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
OK -- I am posting the issue on the [EMAIL PROTECTED] list. Adrian. Jerome Lacoste wrote: On 4/22/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi Steven, I am invoking Maven as usual: mvn clean install If I am removing the exec-maven-plugin then the build lifecycle completes as expected

[m2] [WARNING] Removing: java from forked lifecycle, to prevent recursive invocation.

2007-04-23 Thread Adrian Herscu
Hi all, Using Maven 2.0.6 and the exec-maven-plugin 1.1-beta-1, the following messages appear during the java goal execution: [INFO] Preparing exec:java [WARNING] Removing: java from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO]

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-23 Thread Adrian Herscu
Solved by adding that classpath using the build-helper-maven-plugin. Thorsten Heit wrote: Hi Adrian, Is there some way to add a classpathentry such as classpathentry kind=src path=target/generated-sources/antlr/ to the .classpath file? It seems that the plugin knows only about classpath

[m2] maven-antlr-plugin searches for generated files in the source directory

2007-04-23 Thread Adrian Herscu
Hi all, Using Maven 2.0.6 and maven-antlr-plugin 2.0-beta-2-SNAPSHOT configured as follows: configuration sourceDirectory${basedir}/src/main/antlr/com/acme/lang/compiler/sourceDirectory !-- NOTE: I had to make the output go to source otherwise the build fails --

Re: [m2] [WARNING] Removing: java from forked lifecycle, to prevent recursive invocation.

2007-04-23 Thread Adrian Herscu
On 4/23/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, Using Maven 2.0.6 and the exec-maven-plugin 1.1-beta-1, the following messages appear during the java goal execution: [INFO] Preparing exec:java [WARNING] Removing: java from forked lifecycle, to prevent recursive invocation. [INFO

Re: [m2] cobertura-maven-plugin specify: '-Dinstrumentation=VALUE'

2007-04-24 Thread Adrian Herscu
reason you're using 2.0 instead of 2.1? Give it a try and see if it works any better. Also, perhaps try wrapping your ignore node(s) inside an ignores node: ignores ignore.../ignore /ignores Wayne On 4/22/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I am using the cobertura-maven-plugin

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-27 Thread Adrian Herscu
the project in Eclipse -- the resource will *not* be found In order to run/test/debug the project in Eclipse, you will have to manually add that resource folder to the .classpath descriptor file. The maven-eclipse-plugin could automatically add that resource folder as a classpathentry. Adrian. Adrian

[m2] Configuring mojo parameters

2007-05-13 Thread Adrian Herscu
Hi all, I am building a M2 plugin to handle my special artifacts. For this purpose I have defined a custom lifecycle and bound my mojos and additional mojos to it. One of the additional mojos is the maven-dependencies-plugin:unpack-dependencies. This mojo has an outputDirectory parameter

[m2] how to call a mojo from other mojo

2007-05-13 Thread Adrian Herscu
Hi all, After digging an hour in the documentation and sources I have no example of calling other mojos from an ANT-based mojo. Is it possible? How? Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2] how to call a mojo from other mojo

2007-05-13 Thread Adrian Herscu
How is this related to my problem? Jochen Wiedmann wrote: On 5/13/07, Adrian Herscu [EMAIL PROTECTED] wrote: After digging an hour in the documentation and sources I have no example of calling other mojos from an ANT-based mojo. Is it possible? How? I have recently developed a subclass

Re: [m2] how to call a mojo from other mojo

2007-05-14 Thread Adrian Herscu
the other mojo directly; 2) do some trick in the plexus components.xml descriptor, or somewhere else, to pass the other mojo the right parameters. Please help, Adrian. Wendy Smoak wrote: On 5/13/07, Adrian Herscu [EMAIL PROTECTED] wrote: How is this related to my problem? You'll probably

[m2.0.6] seems like a classloader issue...

2007-05-15 Thread Adrian Herscu
Hi all, In a multi-project P, child #1 (cP1) runs before child #2 (cP2). In cP1 the build uses the maven-antrun-plugin:1.1 and in cP2 the build uses maven-antrun-plugin:1.1-INTERNAL (which patches version of 1.1 in order to use ant-1.7.0 instead of ant-1.6.5). When running mvn install on P,

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Adrian Herscu
Very sad... Plexus... Forehead... Bunches of classloaders... and still it cannot use different versions of plugins... Max Bowsher wrote: Adrian Herscu wrote: Hi all, In a multi-project P, child #1 (cP1) runs before child #2 (cP2). In cP1 the build uses the maven-antrun-plugin:1.1 and in cP2

[m2] archetype resources generated in wrong directory

2007-05-28 Thread Adrian Herscu
Hi all, I am trying to write an archetype for my project and discovered that the resources are always copied into the src/main/resources/ generated directory instead of being copied into the src/main/resource/my/groupid/ (in parallel with the sources src/main/mylang/my/groupid/). I have

Re: [m2] archetype resources generated in wrong directory

2007-05-28 Thread Adrian Herscu
but not anymore. The only solution I found is to use the archetypeng code at mojo.codehaus.org that will eventually replace the current archetype codebase anyway (I hope so at least) Milos Kleint On 5/28/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I am trying to write an archetype for my

[m2] looking for link checker

2007-05-28 Thread Adrian Herscu
Hi all, As part of my M2 projects I am maintaining their documentation in HTML format. I am looking for a M2 (or ANT) plugin that checks HTML links given a root directory. Anyone knows about such a thing? TIA, Adrian. P.S. I have googled about and found nothing except the Maven (1.x)

[m2] pde-maven-plugin fails during release

2007-06-04 Thread Adrian Herscu
Hi all, I am trying to release my Eclipse plugins and I am getting lots of The import some.eclipse.package cannot be resolved compilation errors during the release:perform goal. I have tried to run mvn package on the target/checkout directory and I am getting the same errors... It seems

Re: [m2] pde-maven-plugin fails during release

2007-06-04 Thread Adrian Herscu
structure look like? -D On 6/4/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I am trying to release my Eclipse plugins and I am getting lots of The import some.eclipse.package cannot be resolved compilation errors during the release:perform goal. I have tried to run mvn package on the target

Re: [m2] pde-maven-plugin fails during release

2007-06-04 Thread Adrian Herscu
/project Dan Tran wrote: how many features you do you have? could you post the pom on for the feature? I see you are using Program Files on your path , this make me nervous, even thou it should work :-) -D On 6/4/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi Dan, and thanks for the fast

Re: [m2] pde-maven-plugin fails during release

2007-06-05 Thread Adrian Herscu
dependent :-( -- workingDirectory${basedir}/../${groupId}-checkout/workingDirectory /configuration /plugin /plugins /pluginManagement Adrian. Adrian Herscu wrote: I am aware about there are some badly coded Java programs that cannot deal with spaces in Windoze paths

[m2] cyclic dependency created by build plugin?!

2007-06-10 Thread Adrian Herscu
Hi all, I have four projects: 0) root -- contains lang, lang-comp and maven-lang-plugin 1) lang -- contains a sample project written in the language lang depends on nothing but requires maven-lang-plugin to build 2) lang-comp -- contains a lang compiler depends on lang for

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Adrian Herscu
Hi, I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those linkedResources!). The .classpath file is not generated at all!!! Moreover, running mvn install on the project fails because the

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Adrian Herscu
to the compile classpath. Any suggestions? Thanks, Adrian. Graham Leggett wrote: On Mon, June 11, 2007 5:45 pm, Adrian Herscu wrote: I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those

[m2] anyone tried to run Eclipse plugin test with pde:test?

2007-06-13 Thread Adrian Herscu
Hi all, I have my tests in a src/test/java folder and launching them from the IDE works just fine. Tried to run them using maven install and the compiler cannot find the application classes (from src/main/java) :-( Tried to move the test classes into src/main/java just to make them

Re: [m2] anyone tried to run Eclipse plugin test with pde:test?

2007-06-13 Thread Adrian Herscu
: is this related to pde-maven-plugin? -D On 6/13/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I have my tests in a src/test/java folder and launching them from the IDE works just fine. Tried to run them using maven install and the compiler cannot find the application classes (from src/main/java

HOWTO: Maven SourceCast Integration

2005-03-04 Thread Adrian Herscu
Hi all, I am trying to find somebody that integrated a Maven-generated Web into a SourceCast project. The problem is that both SourceCast projects and Maven-generated Webs have their navigation menu on the left side. Currently, I am not sure how to achieve this kind of content integration. Do

Re: Can I make project.xml extend a remote file?

2005-05-05 Thread Adrian Herscu
Brett, I could not find the relevant issue id. Can you post it here? Thanks, Adrian. Brett Porter wrote: In Maven 1.1, this will be added (it isn't in CVS yet though). However, it will be by giving a groupId, artifactId and version - so you can access it from the repository. - Brett On Fri, 05 Nov

Re: HOWTO: Maven SourceCast Integration

2005-05-05 Thread Adrian Herscu
/ pointing to our docs.. The /nonav/ prevents the decoration of the pages. Eric -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Friday, March 04, 2005 6:13 PM To: users@maven.apache.org Subject: HOWTO: Maven SourceCast Integration Hi all, I am trying

Re: Can I make project.xml extend a remote file?

2005-05-05 Thread Adrian Herscu
, Adrian Herscu [EMAIL PROTECTED] wrote: Brett, I could not find the relevant issue id. Can you post it here? Thanks, Adrian. Brett Porter wrote: In Maven 1.1, this will be added (it isn't in CVS yet though). However, it will be by giving a groupId, artifactId and version - so you can access it from

Re: Can I make project.xml extend a remote file?

2005-05-07 Thread Adrian Herscu
Brett Porter wrote: I want the ability to build sub-projects in isolation (i.e. w/o checking-out the entire multi-project). Definitely a good idea. Should I refrain from using the extend mechanism? For now, unfortunately, yes. I found that was the simplest way to get by. FIXME: This means that

Re: Can I make project.xml extend a remote file?

2005-05-07 Thread Adrian Herscu
Thomas Van de Velde wrote: You could do this: Within your module: project extend${module.root}/project.xml/extend /project Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. So what is the effect? When

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Brett, just asked if I can use the multiproject goals when the sub-projects are not using the extend mechanism - will Maven build them? What do you thing about Thomas' solution? (previous post in this thread) Adrian. Brett Porter wrote: FIXME: This means that I will not be able to use the

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Adrian Herscu wrote: Thomas Van de Velde wrote: You could do this: Within your module: project extend${module.root}/project.xml/extend /project Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. Tried

artifactId and maven-project-3.0.0.xsd

2005-05-13 Thread Adrian Herscu
Hi all, Tried to validate my project.xml file against the POM schema (http://maven.apache.org/xsd/maven-project-3.0.0.xsd) and got a validation error about the artifactId tag. It seems that the artifactId tag is not allowed in under the project element. Here is the project element definition:

Problem with ant:copy global mapper

2005-05-14 Thread Adrian Herscu
Hi all, I have a ${src.dir} like: src/main/mylang +treeofpackages +file1.xxx +file2.xxx +file1.yyy ... Now, I want to write a Maven goal to copy this directory structure into a ${dest.dir} while appending an .xml extension

Re: Problem with ant:copy global mapper

2005-05-17 Thread Adrian Herscu
.. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Saturday, May 14, 2005 7:59 AM To: users@maven.apache.org Subject: Problem with ant:copy global mapper Hi all, I have a ${src.dir} like: src/main/mylang +treeofpackages +file1.xxx

File URI issue

2005-05-17 Thread Adrian Herscu
Hi all, I am using ant:fileScanner to validate all XML files in a given directory ${src.dir}. ant:fileScanner var=xmlFiles !-- assume all files in src.dir are XML files -- ant:fileset dir=${src.dir} / /ant:fileScanner core:forEach var=xmlFilePath items=${xmlFiles.iterator()}

Re: Problem with ant:copy global mapper

2005-05-17 Thread Adrian Herscu
] On Behalf Of Adrian Herscu Sent: Tuesday, May 17, 2005 1:28 AM To: users@maven.apache.org Subject: Problem with ant:copy global mapper Thanks David! It works now! I still do not understand what this have to do with empty directories? I just wanted to rename files and not their containing directories

Re: File URI issue

2005-05-18 Thread Adrian Herscu
). Adrian. P.S. The core:included file is not a Jelly script - it uses a different XML namespace. Besides, if that was the problem, as the error message erroneously suggest, then it should work while referenced through the file:// protocol. Kenney Westerhof wrote: On Wed, 18 May 2005, Adrian Herscu

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\coremaven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\coremaven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\coremaven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

maven eclipse

2005-05-20 Thread Adrian Herscu
Hi all, Using Maven 1.0.2. maven eclipse generates only the test entry in the .classpath file classpathentry output=target/test-classes kind=src path=src/test /classpathentry this one should be manually added (otherwise the project will not build in Eclipse):

Re: maven eclipse

2005-05-21 Thread Adrian Herscu
Yes, my mistake. I missed that because it shows at the end of the file. Kristian Nordal wrote: On 5/21/05, Adrian Herscu [EMAIL PROTECTED] wrote: Thanks for your reply Kristian. Here is a fragment of the POM (generated by maven genapp): build nagEmailAddressturbine-maven-dev

artifactId and maven-project-3.0.0.xsd

2005-05-22 Thread Adrian Herscu
Hi all, Tried to validate my project.xml file against the POM schema (http://maven.apache.org/xsd/maven-project-3.0.0.xsd) and got a validation error about the artifactId tag. It seems that the artifactId tag is not allowed under the project element. Here is the project element definition:

Re: scm svn cruisecontrol issue

2005-05-23 Thread Adrian Herscu
for me on a couple of projects. Can you run with -e and paste the exception trace you get? Thanks, Brett On 5/23/05, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E

Re: scm svn cruisecontrol issue

2005-05-23 Thread Adrian Herscu
, the file URL is resolved relative to to current directory (i.e. E:\Documents\bmf1972\My Tests\test). Adrian. Adrian Herscu wrote: The failure reason is that \cruisecontrol.jsl could not be found. Here is the stack trace: E:\Documents\bmf1972\My Tests\testmaven -e cruisecontrol

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Here is a good tutorial - copied from the cruise-control.user newsgroup: +++ I've managed to get SVN and Maven and CC working together. For those interested. My config.xml file is given below. Every 30 secs CC checks for

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
\plugin-resources [echo] /cruisecontrol.jsl Because some mysterious reason the, when the maven.cruisecontrol.template property is assigned in the plugin.properties file, the plugin.resources is still a 0-length string. Adrian. Adrian Herscu wrote: Tried to change the plugin.jelly in D

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Hi Brett, Found nothing relevant. Adrian. Brett Porter wrote: While I don't remember immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu [EMAIL PROTECTED] wrote: For debugging I've added two echo elements it the cruisecontrol:configure goal

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu [EMAIL PROTECTED] wrote: For debugging I've added two echo elements it the cruisecontrol:configure goal: echo${plugin.resources}/echo echo${maven.cruisecontrol.template}/echo The output

javadoc and jxr generation

2005-05-24 Thread Adrian Herscu
Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their stylesheet.css. Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\testmaven -e site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v.

Re: javadoc and jxr generation

2005-05-30 Thread Adrian Herscu
is initialized to an empty string - any suggestions? Thanks for your time, Adrian. Adrian Herscu wrote: Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their stylesheet.css. Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\testmaven -e site

Test suite failure does not cause a site build failure

2005-05-31 Thread Adrian Herscu
Hi all, When running the test goal against a failing test suite, Maven outputs BUILD FAILED. When running the site goal against a failing test suite (the same test suite as before), Maven outputs BUILD SUCCESSFUL. Why? Adrian.

Re: javadoc and jxr generation

2005-06-01 Thread Adrian Herscu
is initialized to an empty string - any suggestions? Thanks for your time, Adrian. Adrian Herscu wrote: Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find their stylesheet.css. Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\testmaven -e site

  1   2   >