[Ann] castor-maven-plugin 2.1 Released

2011-03-28 Thread Werner Guttmann
org/secure/ReleaseNote.jspa?projectId=11191&version=15486 Enjoy, The Mojo team. Werner Guttmann - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Usage of maven-dependency-plugin in a multi-modul ebuild

2009-12-31 Thread Werner Guttmann
Hi, I'd like to use the maven-dependency-plugin's copy-dependencies goal to copy all project dependencies of a complete multi-module build to a single output directory. Is this actually achievable ? So far I have only come across examples for simple projects where things seem to be straight-

[ANN] Castor Maven plugin 2.0 released

2009-11-17 Thread Werner Guttmann
The Mojo team is pleased to announce the release of the Castor Maven Plugin version 2.0. http://mojo.codehaus.org/castor-maven-plugin/ This is a major release that depends on Castor XML 1.3, version 1.3, and thus requires Java 5.0 and higher. To get this update, simply specify the version in you

Re: How to add generated resources directory in a plugin

2009-10-07 Thread Werner Guttmann
Read the part about editing the plugin again... If you're working on the >>> actual castor-plugin, wouldn't it be easier to just separate the sources >>> and >>> resources instead of adding the resources with inclusion/exclusion >>> rules? >>> &g

Re: How to add generated resources directory in a plugin

2009-10-06 Thread Werner Guttmann
rces with inclusion/exclusion rules? > > > On Friday 02 October 2009 13:45, Werner Guttmann wrote: >> Eric, >> >> the .castor.cdr files are a by-product of generating Java classes from >> an XML schema using the XML code generator of Castor (through the Maven >>

Re: AW: How to add generated resources directory in a plugin

2009-10-02 Thread Werner Guttmann
üngliche Nachricht- >> Von: Werner Guttmann [mailto:wgut...@codehaus.org] >> Gesendet: Freitag, 2. Oktober 2009 13:13 >> An: Maven Users List >> Betreff: Re: How to add generated resources directory in a plugin >> >> That does not really match what I am obs

Re: How to add generated resources directory in a plugin

2009-10-02 Thread Werner Guttmann
ource to the target, without compiling. > > So, I presume you have used both calls I gave you, although you should only > use one. > > Hope this helps, > > > On Thursday 01 October 2009 15:15, Werner Guttmann wrote: >> Hi Roland, >> >> does this pattern/re

Re: How to add generated resources directory in a plugin

2009-10-01 Thread Werner Guttmann
Hi Roland, does this pattern/recipe change if both resources and Java classes would be generated in the same directory. I have tried this a few days ago (trying to automate a few things for the castor-maven-plugin), and it seems like this does not really work. Assume you have a directory where yo

Re: Multi-module build and plugin classpath issue

2008-10-02 Thread Werner Guttmann
what it is :-( > > -Stephen > > 2008/10/2 Werner Guttmann <[EMAIL PROTECTED]> > >> Hi, >> >> I am committer for the Castor (http://www.castor.org) project, and I am >> experiencing 'behaviour' I somehow find hard to understand. >>

Re: How to manipulate the classpath in which a maven plugin operates

2008-10-02 Thread Werner Guttmann
Christian, the problem might not be with Maven, but with the Maven plugin for Castor (or the Castor XML code generator) itself. If you need to stay with castor 1.2, I'd ask you to switch to e.g. the user mailing list of Castor to discuss things; if not, why not try org.codehaus.castor casto

Multi-module build and plugin classpath issue

2008-10-02 Thread Werner Guttmann
Hi, I am committer for the Castor (http://www.castor.org) project, and I am experiencing 'behaviour' I somehow find hard to understand. We at castor have a multi-module setup, where some of the modules have the maven plugin for Castor configured to generate java code from XML schema. So far, so f

Re: Castor 1.0 pom is missing into http://repo1.maven.org/maven2/castor/castor/1.0/

2008-05-23 Thread Werner Guttmann
ember, with Castor releases 1.0.4 and earlier, it was users that asked for Maven releases to be created/uploaded manually. Having said that, knowing the product in detail, I'd strongly encourage you to use Castor 1.1 or 1.2 anyhow. Regards Werner Guttmann Dobri Kitipov wrote: > Hi all, >

Re: Test resources in final release ?

2007-09-05 Thread Werner Guttmann
some non-standard configuration options affecting your build. Wayne On 9/3/07, Werner Guttmann <[EMAIL PROTECTED]> wrote: Hi, did a 'mvn clean' folowed by a 'mvn package', and the JAR file in target still contains the various resources as stored in src/test/resource

Re: Test resources in final release ?

2007-09-04 Thread Werner Guttmann
Yes, I am aware of this. It was meant to be a proper release, with just an announcement missing (which I am now holding back). Werner Damien Lecan wrote: Hello, You have got another problem : your app has been released with SNAPSHOT dependencies. I have got an awareness of this. Thanks for

Re: Test resources in final release ?

2007-09-03 Thread Werner Guttmann
Hi, did a 'mvn clean' folowed by a 'mvn package', and the JAR file in target still contains the various resources as stored in src/test/resources. Werner Werner Guttmann wrote: Damien, Damien Lecan wrote: When you do mvn package, what is the content of your artifact ?

Re: Test resources in final release ?

2007-09-03 Thread Werner Guttmann
dehaus.org/browse/castor/castor-spring/tags) This is because I have used a 'mvn deploy' to deploy the artefacts to the Codehaus snapshot repo. Damien 2007/9/3, Werner Guttmann <[EMAIL PROTECTED]>: Hi, let me just restate my own question(s) below. I have had a look at existing

Re: Test resources in final release ?

2007-09-03 Thread Werner Guttmann
resources are included with a deployed JAR) ? Werner Werner Guttmann wrote: Hi, a few days ago, I have made available a new (snapshot) release of a Castor module using Maven 2. A user just pointed out to me that the JAR file in question http://repository.codehaus.org/org/codehaus/castor/spri

Test resources in final release ?

2007-08-31 Thread Werner Guttmann
Hi, a few days ago, I have made available a new (snapshot) release of a Castor module using Maven 2. A user just pointed out to me that the JAR file in question http://repository.codehaus.org/org/codehaus/castor/spring-orm/1.1/spring-orm-1.1.jar includes a few resources at the root level tha

Re: Ant tasks for Maven and java.net dependencies

2007-08-21 Thread Werner Guttmann
Done. http://jira.codehaus.org/browse/MANTTASKS-86 Thanks Werner Hervé BOUTEMY wrote: Le mardi 5 juin 2007, Werner Guttmann a écrit : Is it okay for you if I create a Jira issue and attach all artefacts to it ? Yes, please file a Jira issue with pom.xml and build.xml: I'll investigate o

Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

2007-08-17 Thread Werner Guttmann
Thanks for cross-checking this. And to my knowledge, all Maven artefacts uploaded to Codehaus Maven repository will be synced to public Maven repos. Werner Jörg Schaible wrote: > Werner Guttmann wrote on Friday, August 17, 2007 10:15 AM: > >> Hi, >> >> I am not 100% su

Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

2007-08-17 Thread Werner Guttmann
aven. > > > > 2007/8/17, Werner Guttmann <[EMAIL PROTECTED]>: >> Hi, >> >> I am not 100% sure, but it could be that somebody uploaded these JARs to >> the ibiblio repos manually, as we (the Castor team) switched to Maven >> uploads slightly lat

Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

2007-08-17 Thread Werner Guttmann
Hi, I am not 100% sure, but it could be that somebody uploaded these JARs to the ibiblio repos manually, as we (the Castor team) switched to Maven uploads slightly later. Regards Werner Castor, committer Jörg Schaible wrote: > nicolas de loof wrote on Friday, August 17, 2007 9:20 AM: > >> I've

Re: castor plugin and castor version

2007-08-13 Thread Werner Guttmann
Hi, I am a committer of the Castor project, and we do have an appreciation of issues like this. I am currently in the process of talking to the current maintainers of plugin to take over management, but things do seem to take a lot of time. Maybe a bit of nagging on this list (?) or the mojo mail

Re: any way to override a plugin dependency ?

2007-06-05 Thread Werner Guttmann
Sorry for a reply not really related to your question .. ;-). But being committer for Castor, I just cannot resist to suggest switching to Castor 1.1 and later where such issues should have been fixed. Werner nicolas de loof wrote: > Hello, > > I've got a legacy project to convert from maven1 to

Re: Ant tasks for Maven and java.net dependencies

2007-06-05 Thread Werner Guttmann
Tasks > - the build.xml you're using (and pom.xml if any) > - which libs are missing > > If I'm able to reproduce the problem, I'll be able to work on it. > > Regards, > > Hervé > > Le mardi 5 juin 2007, Werner Guttmann a écrit : >> Hi, >>

Ant tasks for Maven and java.net dependencies

2007-06-04 Thread Werner Guttmann
Hi, I am trying to use the Ant task for Maven with the root Maven POM for the Castor project for download the dependencies and place them into a lib directory. What I have observed is that there's a few dependencies missing when I run the corresponding Ant target. But if I use Maven for the build