iText 4.2.0 - Could a software licence be changed from MPL/LGPL to AGPL by simply redistributing the pom.xml?

2016-01-19 Thread Siegfried Goeschl
in this case if a LGPL library suddenly turns into viral GPL? Legal hell? Cease and desist letters? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.Scp was not found

2015-10-12 Thread Siegfried Goeschl
ache.org/plugins/maven-antrun-plugin/examples/customTasks.html> * does the ant task work when being executed from ANT * what I usually do is to use a dedicated stand-alone Ant script triggered by Maven Cheers, Siegfried Goeschl > On 12 Oct 2015, at 22:04, K R wrote: > > What do I nee

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Siegfried Goeschl
Hi folks, the last time I created a link Cheers, Siegfried Goeschl On 10.04.12 19:20, Benson Margulies wrote: Apple has no tools.jar, they just load it into the regular jar. This is why the standard web page http://maven.apache.org/general.html#tools-jar-dependency has you make a

Re: Solve my exception for mvn installtion

2011-12-17 Thread Siegfried Goeschl
+1 On 17.12.11 02:14, Graham Leggett wrote: On 16 Dec 2011, at 9:48 PM, Barrie Treloar wrote: I found the problem and now it is solved. thank all who helped me. This reply makes me angry. Please state what you problem actually was and what you did to solve it. The next person who has the s

RE: Wanted: Recommendation for spring-mvc archetype

2011-10-09 Thread siegfried
archetypes for spring-mvc and spring-mvc-jpa. Thanks siegfried - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] webtest-maven-plugin-1.0.0 released

2011-08-28 Thread Siegfried Goeschl
get this update, simply specify the version in your project's plugin configuration: org.codehaus.mojo webtest-maven-plugin 1.0.0 Enjoy, The Mojo team. Siegfried Goeschl - To unsubscribe, e-mail: users-uns

Re: codehaus.org

2011-08-17 Thread Siegfried Goeschl
-plugin - Session: Disconnected than it can be concluded that there are connectivity issues from Europe at the moment Siegfried Goeschl On 17.08.11 23:41, Newman, John W wrote: I've had connectivity problems with that site pretty regularly going on for a couple years now. Sometimes it

[FWD: How to run main program with maven?]

2011-04-10 Thread siegfried
my dependencies). Thanks! Siegfried - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: JMeter in Maven

2011-03-18 Thread Siegfried Goeschl
Hi Roland, you can always fall back to use the JMeter Ant integration Cheers, Siegfried Goeschl On 18.03.11 13:38, Asmann, Roland wrote: On 18.03.2011 13:23, Jeff MAURY wrote: On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland mailto:roland.asm...@adesso.at>> wrote: Hi all,

[FWD: How to run groovy tests]

2011-02-01 Thread siegfried
standalone utility. Thanks! siegfried Original Message Subject: How to run groovy tests From: Date: Mon, January 31, 2011 1:20 pm To: m2e-us...@eclipse.org I have some unit tests that run fine in eclipse. I cannot seem to make maven find and run the tests, however.

Re: making a repository read-only

2010-06-30 Thread Siegfried Goeschl
Use a cron job to change file permission and owners of the repostioty content. Cheers, Siegfried Goeschl On 30.06.10 07:38, Jemos Infra wrote: No, we don't use Nexus, just the file system. We've got a single account (sys_account) who is entitled to upload to this repository through

Re: Ant , maven , antrun , ddlutils

2010-02-25 Thread Siegfried Goeschl
Always a pleasure to help Siegfried Goeschl On 25.02.10 16:32, venkatRAM wrote: Hello Golgradio Well I was able to figure it out last night didn't have time to post the reply. But here is goes. You were right about the db.url , username and password not getting resolved. The reaso

Re: Ant , maven , antrun , ddlutils

2010-02-25 Thread Siegfried Goeschl
ow are you invoking the Ant tasks - embedded in the pom.xml or a seperate build.xml? Thanks in advance Siegfried Goeschl On 25.02.10 07:29, Stephen Connolly wrote: please try with maven 3.0-alpha-6. maven 2's plugin classloader only loads a plugin once during a reactor build, so if you tr

Re: idea integration with maven

2010-02-24 Thread Siegfried Goeschl
Assuming you have M2 integration installed ... :-) On 24.02.10 11:24, Stephen Connolly wrote: from intellij 7 onwards, when you go to the file|open project menu just select the pom.xml file and intellij will work out the rest for you... no need for idea:idea On 24 February 2010 09:47, eshan sud

Re: idea integration with maven

2010-02-24 Thread Siegfried Goeschl
Hi Eshan, in your current working directory you should find the IDEA project files - just open them from within IntelliF Siegfried Goeschl On 24.02.10 10:47, eshan sudharaka wrote: i am using inteli idea for java development.I have created a application using maven.How do i open it with

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Well, the migration takes some time depending on your Maven 1 & 2 know-how but +) the central M1 repo is not properly maintained any longer +) my IntelliJ project generation was somehow broken +) using M2 transitive dependencies is a huge plus Cheers, Siegfried Goeschl I spend two days

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Hi David, +) copy the library to ~/.maven/repository/jdom/jars/jdom-b10.jar +) migrate to M2 if possible because M1 know-how is becoming difficult to find Cheers, Siegfried Goeschl David Nemer wrote: > Hello Everyone, > > I'm using Maven 1 to build some projects, and it can&#x

Re: Compile what can be compiled, ignore sources with errors

2010-01-29 Thread Siegfried Goeschl
Hi Eduardo, a solution would be +) create a project in the IDE of your choice +) fix the errors incrementally Cheers, Siegfried Goeschl Eduardo M KALINOWSKI wrote: > Is there a way to configure Maven to ignore source files that present > errors during compilation, and compile everythin

Re: Code Coverage for integration tests

2010-01-27 Thread Siegfried Goeschl
run different type of tests, e.g merge coverage of unit and integration tests +) I would assume that you can create your instrumented libraries using M2 profiles Cheers, Siegfried Goeschl Douglas Ferguson wrote: > Is there anyway to get code coverage numbers for integration tests? &g

Re: maven2 not forking ant task

2010-01-22 Thread Siegfried Goeschl
Hi struts-restfull, according to http://ant.apache.org/manual/index.html the is also a "spawn" attribute - have you tried that? Cheers, Siegfried Goeschl struts-restful wrote: > Hi > > i have a ant task defined in Maven as below and when it runs from within the > mav

Re: maven-antrun-plugin exec task. Windows. Can't leave process running in the background.

2010-01-22 Thread Siegfried Goeschl
Hi Mark, no idea what a ledgebox is but is is probably not very offending ... ;-) Cheers, Siegfried Goeschl gags_78 wrote: > Hi Siegfried, > > You sir, are what we commonly refer to in Ireland as a Legend!!! A > total ledgebox!! I cannot thank you enough. That has mad

Re: maven-antrun-plugin exec task. Windows. Can't leave process running in the background.

2010-01-21 Thread Siegfried Goeschl
Hi Mark, have you tried the "spawn"attribute of the Ant task? Cheers, Siegfried Goeschl gags_78 wrote: > Hi folks, > > I'm trying to introduce automated integration testing for our > application. I successfully integrated the cargo plugin to get our pro

Re: Javascript zip dependency management

2010-01-12 Thread Siegfried Goeschl
Hi John, you might have a look at the dependency plugin (and there was a similar question on the mailing list maybe two or three weeks ago) Cheers, Siegfried Goeschl John Ericksen wrote: > Hello, > > I have what might be a basic question, but I haven't been able to find > a

Re: script-maven-plugin: suport for JSR223

2010-01-03 Thread Siegfried Goeschl
Same here :-) Stefano Fornari wrote: > Hi Tomek, > I think I'll have a first version by tonight. How would you like to > proceed? Shall I pack the source code and post it to the list? Or do > you prefer a patch (but keep in mind there will be a lot of changes). > > Please let me know. > Ste >

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stephen, could you clarify the statement - I think I miss a bit or two :-) Cheers, Siegfried Goeschl Stephen Connolly wrote: > I'd like to see support for toolchains so that you don't have to run > maven with jdk 6 to use scripting > > Sent from my [rhymes with tr

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stefano, in that case you would tie the latest incarnation of the script-maven-plugin to the JDK 1.6 ... :-) Siegfried Goeschl PS : I have a look at the plugin tonight Stefano Fornari wrote: > Siegfried, > that would be great. I guess the first question I would answer is if > w

Re: script-maven-plugin: suport for JSR223

2010-01-01 Thread Siegfried Goeschl
Hi Stefano, I think it is a good idea to improve the plugin - as a quick note bsf-3.0-X provides JSR223 for JDK 1.5. Cheers, Siegfried Goeschl PS: Stefano & Tomasz - I would like to help as well to improve the plugin .. Stefano Fornari wrote: > Hi All, > I needed a plugin to run

Re: Batch releasing many projects in Maven. Is it possible?

2009-12-18 Thread Siegfried Goeschl
nt Cheers, Siegfried Goeschl Paul Benedict wrote: > Thanks Stephen. It looks like this feature isn't handled by Maven yet. > These aren't parent-child projects, so it appears I have to remain > doing it manually. > > Paul > > On Thu, Dec 17, 2009 at 12:28 PM

Re: How to include unattached HTML pages to maven site?

2009-12-07 Thread Siegfried Goeschl
sts have be executed before and the webtest plugin is part of the reporting section Seems that I need to update the documentation ... :-) Cheers, Siegfried Goeschl Dennis Lundberg wrote: > You can always add links to your own pages in the menu, by creating a > site.xml file. Those links wil

Re: Trouble running Maven test case

2009-10-06 Thread Siegfried Erb
lass to the Surefire plugin when you want to execute a single unit test, for Maven1 you need to specify the fully qualified class name. Would look something like this: maven test:single -Dtestcase=com.somecompany.someproduct.stuff.TestCase Cheers, Siegfried Am Freitag, 2. Oktober 2009 schrieb

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-09-12 Thread siegfried
There was a nice archetype that created a simple spring hibernate that uses dbunit. Now I cannot find it. Was it this one? mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DgroupId=www.signitek.com -DartifactId=demo-osgi-spring -DarchetypeArtifactId -DarchetypeArtifactId=spr

Cannot find Test after adding maven

2009-09-12 Thread siegfried
g box ("cannot find test"). If I'm trying to run a main program, it can no longer find main. Is there a fix for this? Thanks, Siegfried

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread siegfried
Renaming .m2 to save.m2 seems to have fixed the problem. Thanks! Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? > >> Ooops! Do I need to delete me repository? >> >> [INFO] Required goal not found: archetype:generate in >> org.apache.maven.plugins:maven

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
Ooops! Do I need to delete me repository? Sorry: here it is! bash-3.2$ mvn -e archetype:generate + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ---

How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
ee the results below, I'm wondering if it is a maven problem instead of a bad openejb example. Thanks, Siegfried

Re: Dependency on local web project war (netbeans)

2009-04-21 Thread Siegfried Goeschl
library into the local repository and reference it from the dependent project +) with a little bit of tinkering you can also upload the sources into your local repository Cheers, Siegfried Goeschl PS: Not sure if NetBeans is a good choice considering that Oracle buys Sun pieter claassen wrote: >

Re: Dependency on local web project war (netbeans)

2009-04-20 Thread Siegfried Goeschl
would not work either ... Cheers, Siegfried Goeschl pieter claassen wrote: > ok, I have narrowed the problem down as probably a maven issue. > > I have parent.pom and two modules client and server. Client is a war > and server is a jar. server needs to get hold of client's source >

Re: The skin does not exist: Unable to determine the release version

2009-03-31 Thread Siegfried Goeschl
Hi Jerry, the bad news are that I had the same problem - the good news are that I was able to get rid of the problem E.g. run "mvn -U site" to force an update of your repo - thanks to Wendy Smoak helping me with this issue ... Cheers, Siegfried Goeschl Jerry Thome wrote: > Sorr

Re: configure maven with IntellJ Idea

2009-02-08 Thread Siegfried Goeschl
Hi Poonam, looking at src/com/apelon seems wrong - you mix source folder with package structure which is probably not intended Cheers, Siegfried Goeschl Mick Knutson wrote: > you should have your java files in ./src/main/java in order for anything to > be in the ./target/*.jar y

Re: [SORRY FOR SPAMMING] hibernate 3 maven plugin

2009-01-21 Thread Siegfried Goeschl
Shows that your release process is properly set up ... ;-) Siegfried Goeschl da...@davidkarlsen.com wrote: > > Sorry for spamming you all - I ran this on the top level artifact and > should of course only have done that on the plugin. > > Sorry - here's my 4th mail to you

Re: Out of memory using docbkx plugin?

2009-01-21 Thread Siegfried Goeschl
generate th O'Reily SVN book ... Cheers, Siegfried Goeschl Kent Närling wrote: > When I try to build some of our project using the docbkx docbook plugin, I > get the following out of memory exception: > > INFO] Trace > java.lang.OutOfMemoryError:

Re: deploying with maven and a production control/release management group?

2008-12-05 Thread Siegfried Goeschl
Hi Rusty, +) you can use an additional company repo where you deploy your very own releases. In effect you have three repos then : local - company - public +) it is enough to run an Apache to server the repo - as it is done on repo1.maven.org Cheers, Siegfried Goeschl Rusty Wright wrote: >

Re: deploying with maven and a production control/release management group?

2008-12-05 Thread Siegfried Goeschl
We had a third solution 3.) Build it for them and simply give the company repo URL to download the WAR plus all the ready-to-use configuration files for their target environments Siegfried Goeschl [EMAIL PROTECTED] wrote: > We used 2 solutions. > > 1.) Help them install Maven and then

Re: Plugin that bundles Jetty + Webapp for release

2008-12-04 Thread Siegfried Goeschl
tarter as well Hope this helps Siegfried Goeschl Stephan Niedermeier wrote: > Hi, > > I'm searching for a Maven plugin that is able to package my webapp > together with Jetty, for example into a Zip file. Doing it this way, I > could use this Zip file and distribute it &quo

Re: Cruise control and maven integration

2008-11-28 Thread Siegfried Goeschl
Hi, as far as I remember (CC-2.7.2) you need a composite tag, e.g. Cheers, Siegfried Goeschl partha_ctc wrote: > Hi, > > We want to integrate Maven Build Script with Cruise Control, need your h

Release of webtest-maven-plugin-0.6.3

2008-07-29 Thread Siegfried Goeschl
The webtest-maven-plugin-team is pleased to announce the webtest-maven-plugin-0.6.3 release! Canoo WebTest plugin for M2. Canoo WebTest is a free Java tools for functional testing of web applications and the plugin allows to run Canoo Webtests from within a Maven build. Documentation a

Re: How to execute a perl script from maven ?

2008-07-18 Thread Siegfried Goeschl
Hi Nicolas, have you seen http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html ?! Cheers, Siegfried Goeschl nicolas de loof wrote: Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating the

RE: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread siegfried
Wow! Thanks for that prompt response! What a joy! OK, I'm poking around in C:\Documents and Settings\siegfried\.m2\org\springframework\spring\2.0.6. I notice there are quite a few different versions and 2.0.6 is the latest. Can I assume my project is using the latest? What command do I ha

How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread siegfried
version of the source code because I'm single stepping thru comments so the source must not match the class files. How do I fix that? How to I make maven download and use the latest version of spring (which I think is 2.5)? Thanks, Siegfried 4.0.0 com.springin

Re: How to create a Mojo that controls an ANT task

2007-11-12 Thread Siegfried Goeschl
ins/ The code uses an AntExecutor which does the trick Cheers, Siegfried Goeschl Pedro Viegas wrote: Hi there guys, I am trying to create a Maven plugin that executes a given ANT task inside it. My real case is to call the Hibernate Tools task to generate a bunch of ORM classes and Hibernate

Re: Canoo WebTest Plugin 0.2 for M2 is available for field testing ...

2007-10-28 Thread Siegfried Goeschl
Hi Wayne, only one reason - did not know about the 1.4 release with CDDL :-) Cheers, Siegfried Goeschl Wayne Fay wrote: Any reason you can't specify javax.mail 1.4? It is available in Central with pom and jars, released under CDDL. http://repo1.maven.org/maven2/javax/mail/mai

Canoo WebTest Plugin 0.2 for M2 is available for field testing ...

2007-10-25 Thread Siegfried Goeschl
rovide feedback Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: How to specify repository on the command line?

2007-10-15 Thread siegfried
I'm sorry if this appears twice. I have waited over twelve hours and I still have not seen it appear on the list so I am posting it again. Siegfried From: siegfried [mailto:[EMAIL PROTECTED] Sent: Sunday, October 14, 2007 9:25 PM To: 'Maven

How to specify repository on the command line?

2007-10-15 Thread siegfried
is did not help. (3) If not, what am I doing wrong? Thanks, Siegfried mvn archetype:create -DgroupId=www.signitek -DartifactId=demo-basic-spring -DarchetypeArtifactId=org.appfuse.archetypes -DarchetypeGroupId=appfuse-basic-spring [INFO] Scanning for projects... [INFO] Sea rc

RE: Repository Central is blacklisted?

2007-10-08 Thread siegfried
Maria (or anyone else), Could you kindly elaborate on "cleaning it up"? I've looked in my repository and I don't see any files that have Cocoon in them. Thanks Siegfried -Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 200

Repository Central is blacklisted?

2007-10-07 Thread siegfried
I'm trying to follow the instructions at http://cocoon.apache.org/2.2/1159_1_1.html Am I doing something wrong? Why would central be blacklisted? Thanks, Siegfried -bash-3.2$ pwd /usr/bin -bash-3.2$ cd c\:/dev/sandboxes/ -bash-3.2$ mkdir cocoon -bash-3.2$ mvn archetype:c

Re: How do people handle installers/exe/bat/sh in maven?

2007-10-03 Thread Siegfried Goeschl
Hi Wim, I use the commercial Install4J ant am ANT script to create installers for Windows, Mac and Linux. Siegfried Goeschl Wim Deblauwe wrote: Hi, I have a question for the people that use maven to create an application (as opposed to a library). How do you provide an easy start point for

[INFO] An invalid artifact was detected.

2007-10-02 Thread siegfried
om.xml. Thanks, Siegfried cd c:/dev/sandboxes/spring-hibernate/spring-kickstart/kickstart/ mvn test [INFO] Scanning for projects... [INFO] [ERROR] FAT

How to always get latest version of the dependency?

2007-10-01 Thread siegfried
How do I always download the latest version of the dependency? So far, I've always had to specify the version of the dependency I want. Thanks, Siegfried

How to fabricate class path and execute program from Maven (RE: How to run maven goals from Eclipse?)

2007-10-01 Thread siegfried
tried ant, execute, run, and no luck so far. Thanks, Siegfried > (3) Now in the Maven 1 book (that one with the purple cover from the > Developers Notebook series), there was a jelly script to fabricate the class > path so I could run a java application implemented in the maven proj

What value do I set M2_REPO to?

2007-10-01 Thread siegfried
the unit tests. I want to use eclipse to look at the source code and maybe edit it. Is http://maven.apache.org/guides/mini/guide-ide-eclipse.html the page I want? Thanks, siegfried

Flakey repositories: several tries and long delays required for junit and other jars

2007-09-28 Thread siegfried
Could it be that the renegade eclipse.exe was taking an extra long time to download the jar files? When I download with wget or a browser, for example, I generally average 180Kbytes a second. Why would maven/eclipse need 10 minutes for a junit download? Thanks, Siegfried

FW: Favorate ways to browse the Repositories

2007-09-22 Thread siegfried
a newer version if one exists? (4) What is the policy on updating the repositories? I notice that Junit 4.4 was just released but it did not show up in the maven eclipse UI for browsing repositories. The latest I saw was junit 4.0. Thanks, Siegfried

Custom phases for ant tasks with antrun? (was RE: How to run maven goals from Eclipse?)

2007-09-22 Thread siegfried
Thanks Alex! I've been reading http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes .html and it looks like I can execute some ant tasks as part of a life cycle phase. So now when I type "mvn test" it not only executes my one test case, it also executes the echo commands i

Favorate ways to browse the Repositories

2007-09-21 Thread siegfried
d not show up in the maven eclipse UI for browsing repositories. The latest I saw was junit 4.0. Thanks, Siegfried

RE: How to run maven goals from Eclipse?

2007-09-20 Thread siegfried
when you create a new project or test. Siegfried -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 10:51 PM To: Maven Users List Subject: Re: How to run maven goals from Eclipse? Its not clear what version of surefire you're using. You s

RE: How to run maven goals from Eclipse?

2007-09-19 Thread siegfried
> >Place the tests in your "/src/test/java" directory. The >test classes must have names beginning or ending in "Test" or ending >in "TestCase". > Thanks, I have done that now. Here is c:/Documents and Settings/siegfried/workspace/Maven_Hibernate_Spr

RE: How to run maven goals from Eclipse?

2007-09-18 Thread siegfried
the FAQ at http://code.google.com/p/q4e/wiki/FAQ ! Can someone kindly point me to the user email list for the eclipse maven plugin? Thanks, Siegfried - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: How to run maven goals from Eclipse?

2007-09-18 Thread siegfried
instead of 3.8. The problem is that neither maven nor eclipse can find and run my tests. Below are more details. Thanks, Siegfried I right click on the project -> new -> Junit Test and it creates a package for me that is in the top level directory for that project? Should it not be under mai

How to run maven goals from Eclipse?

2007-09-17 Thread siegfried
unter part to this jelly script so I can see my main programs run? Will that same jelly script still run in Maven 2? Thanks Siegfried

RE: Trouble with mojo tutorial

2007-08-31 Thread siegfried
That worked! Thanks! Can someone make changes to the tutorial on the website with the directions below? I'd be glad to if someone gives me the password. Thanks, siegfried -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 9:39 AM To: Maven

RE: Trouble with mojo tutorial

2007-08-31 Thread siegfried
a src/main/java/sample/plugin directory which looked like a logical place to put GreetingMojo.java. Where is the pom.xml in the tutorial looking for GreetingMojo.java? Thanks, Siegfried cd c:/dev/sandboxes/maven/sample-mojo/maven-hello-plugin/ mvn install [INFO] Scanning for projects...

RE: Trouble with mojo tutorial

2007-08-30 Thread siegfried
jo.java to c:/dev/sandboxes/maven/sample-mojo/maven-hello-plugin/GreetingMojo.java and running the command again but that did not help. Thanks, Siegfried Here is my c:/dev/sandboxes/maven/sample-mojo/maven-hello-plugin/pom.xml. Does it need to begin with a tag? Why not? http://maven.apache.org/

Trouble with mojo tutorial

2007-08-29 Thread siegfried
wget command to get maven-archetype-creator:jar as the error message suggests? Thanks, Siegfried cd c:/dev/sandboxes/maven/sample-mojo/ mvn archetype:create \ -DgroupId=sample.plugin \ -DartifactId=maven-hello-plugin \ -DarchetypeGroupId=org.apache.maven.arche

RE: Where are instructions for eclipse plugin?

2007-07-31 Thread siegfried
se I could not find everything he had found. Perhaps I should try something other than the default repository (or are all the repositories searched anyway)? Is there a list of repositories somewhere on the codehaus.org? What is the status of a book on m2? Have any been written yet? Thanks,

RE: Where are instructions for eclipse plugin?

2007-07-31 Thread siegfried
found: ... org.maven.ide.eclipse/Index/local/segments Was I supposed to create this file? Why cannot it find commons-collections-3.2.jar? What made it suddenly stop working? Thanks, Siegfried - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Where are instructions for eclipse plugin?

2007-07-31 Thread siegfried
vertical bar on the right side of the display listing the repositories and their contents. Thanks, Siegfried - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Build Problem - XFire

2007-07-12 Thread Siegfried Goeschl
XmlSchema Cheers, Siegfried Goeschl MPF wrote: Hi! Now i added following dependencies: but some packages missed: javax.xml.bin.annotation does not exist org.codehaus.xfire.jaxb2 does not exist my webservice use XFire 1.2.6 If you wrong understood: the

Re: Maven Build Problem - XFire

2007-07-11 Thread Siegfried Goeschl
Hi Markus, I'm not using the xfire-plugin but +) which XFire version are you using - starting with 1.2.3 it ships with a full pom declaring all dependencies +) when using older version you might check out http://xfire.codehaus.org/Dependency+Guide Cheers, Siegfried Goeschl MPF

Re: Ant task executing twice

2007-06-13 Thread Siegfried Goeschl
Hi Jeff, this is/was a bug we encountered in 2.0.4 and my colleague just fixed over the evening by patching the Maven libs ... :-( If this is still an issue I will remind him to sent a patch next week Cheers, Siegfried Goeschl Jeff Mutonho wrote: I have an ant task that is suppose to run

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Siegfried Goeschl
I tried it recently with creating a symbolic link for tools.jar pointing to classes.jar Cheers, Siegfried Goeschl Jerome Thibaud wrote: Are you saying that I can add an exclusion clause in a Profile triggered by the OS type? Would it act on the dependencies declared in the build/plugins

Re: Ibiblio Issues

2007-05-31 Thread Siegfried Goeschl
Hi, what do you mean with issues - I had two times the problems that Maven tools were unable to process HTTP 302 indicating that the libraries were moved. Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Is anyone having issues connecting to ibiblio lately? Thanks, David

Re: Maven vs. Scripted Build Systems

2007-05-09 Thread Siegfried Goeschl
would be really difficult and depressing to kick out M2 and replace it with something else. And M2 is not really "undisputed" around here ... :-) Cheers, Siegfried Goeschl Mykel Alvis wrote: I agree with Graham's assessment that the bigger the project, the more useful. However, it do

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Siegfried Goeschl
Very stupid question ... /src/main/resources seems to be an absolute reference to a directory whereas C:\cvs\reporting-jsf\src\main\resources is the absolute path Cheers Siegfried Goeschl Paul Spencer wrote: I am trying to configure the changes plugin, version 2.0-beta-2, to use a

Re: Maven users in the industry

2007-04-11 Thread Siegfried Goeschl
Hi Gilles, without violating my NDA An US-based global player for mobile content delivery frameworks switched from ANT to Maven2/CruiseControl to improve the distributed software development covering development teams located in the USA, Canada and Europe. Cheers, Siegfried Goeschl

Maven2 Plugin for Canoo Webtest available

2007-03-29 Thread Siegfried Goeschl
Hi folks, is there any plugin available to run Canoo Webtests for M2? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is the Best practice for generating variations of an artifacts?

2007-03-16 Thread Siegfried Goeschl
hidden in a parent pom (and we are still improving it) Cheers, Siegfried Goeschl BTW - thanks to Markus Strutzenberger (aka Mark Struberg) for making this magic possible Vincent Massol wrote: On Mar 16, 2007, at 1:20 PM, Kenney Westerhof wrote: Hi, Vincent Massol wrote: Hi, I&#

Re: [OT][ANN] JAVAWUG BOF 25 / 27 March 2007 @ 18:30 / Adobe Flex with Ben Forsaith / Skills Matter

2007-03-02 Thread Siegfried Goeschl
Hi Peter, how is your formal announcement related to Maven community? And would I receive a hard-copy version if I'm unsure about your identity? Thanks in advance, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi I would like to formally announce that ``JAVAWUG'' (Java Web

Re: Passing variables to antrun plugin

2007-03-02 Thread Siegfried Goeschl
Hi Graham, we use this to pass an environment variable but you can also use the antlib for maven if you would like to acess more information from the pom Cheers, Siegfried Goeschl Graham Leggett wrote: Hi all, A while back I stumbled upon a description of how to pass

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, when the external build.xml creates a JAR you can always use the maven-install/deploy-plugin to upload the JAR into the repository (even with providing a custom pom.xml) Cheers, Siegfried Goeschl Chris Miner wrote: Hi Siegfried, Thanks for the response. The build.xml in

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, what is your build.xml actually doing?! Is it creating sources than this is supported by the maven-antrun-plugin. If it is creating a JAR you might be able to upload it to your repo. So the main question is which build system is in charge Cheers, Siegfried Goeschl Chris

Re: Execute and OS command in Maven...

2007-02-01 Thread Siegfried Goeschl
Try false Cheers, Siegfried Goeschl Gary Kind wrote: I want to zip up a source directory branch of a tree in an zip file. That is all. I want to specify the root of the tree, etc. I have tried the assembly plugin in, but it keeps putting its own root dir in the zip file, with my source

Re: Maven-rdf plugin

2007-01-30 Thread Siegfried Goeschl
Hi Petar, you could use the maven-antrun-plugin to rename the files (*.rdf => *.xml) later on. Cheers, Siegfried Goeschl Petar Tahchiev wrote: Hi gyus, I hust wanted to ask if anyone knows a maven rdf (Resource Description Framework) plugin as I didn't find myself. The problem

Re: dependency of jar included in war?

2007-01-30 Thread Siegfried Goeschl
Hi Atti, currently a WAR does not participate in the dependency inheritance mechanism. What you could do since your WAR depends on a single JAR is to add the JAR as additional dependency. This is of course a hack but not too ugly. Cheers, Siegfried Goeschl Attila Ravai wrote: Hi, I have

Re: How to attach the sources to a SNAPSHOT install?!

2007-01-29 Thread Siegfried Goeschl
Hi Jochen and Martin, you are both right - I just overlooked the maven-source-plugin. Maybe it should go to "packaging types/tools/" instead of "tools". Thanx, Siegfried Goeschl Jochen Wiedmann wrote: On 1/29/07, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: 1

How to attach the sources to a SNAPSHOT install?!

2007-01-29 Thread Siegfried Goeschl
e generated zip is a zip and contains the nested directory structure, e.g. "src/main/java/com/...". To make it useable I would need to define my own assembly file which is of course possible but I would have to touch all projects. Do I miss something here?! Thanks in a

Re: calling Maven goal from ant

2007-01-11 Thread Siegfried Goeschl
Hi folks, under Windows you loose the result code from the Maven invocation - therefore I use the following snippet to invoken maven failonerror="${maven.failonerror}" dir="${basedir}"> Morgovsky, Alexander (US - Glen Mills) wrote: In the A

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Siegfried Goeschl
setup a Maven project. Maybe using ${basedir}/../.. might help. Cheers, Siegfried Goeschl Wouter Boers wrote: Hi, I am migrating a rather large project to maven2 and while doing that I run into a very strange problem I cannot explain. The source directory location cannot be changed due to

Re: [ANT] Passing Maven implicit variables to Ant script

2006-10-31 Thread Siegfried Goeschl
Hi Manu, +) if you need to retrieve more data from the POM you can also use maven-artifact-ant-2.0 +) AFAIK not even environment variables are passed to ANT script Cheers, Siegfried Goeschl Alexander Sack wrote: Manu, just thinking out load, though this may not be what your looking for

Re: Maven Noobie - Call CVS with the date (-D) parameter to checkout by date

2006-10-27 Thread Siegfried Goeschl
Hi, using a -D is rather fragile - did you consider using a tag created by the CC build and use the tag instead of the date? Cheers, Siegfried Goeschl goatwuss wrote: Hello I am trying to use maven to checkout some code from cvs using the date parameter. I would like to check out the

  1   2   3   >