Jelly for Maven2

2007-11-16 Thread Ahmed Ashour
Dear all, I wonder if Jelly is supported in Maven2 or not? If yes, appreciate if someone points to the documentation. Many thanks, Ahmed Be a better sports nut! Let your teams follow you with Yahoo Mo

Building & releasing an Eclipse Update Site with Maven

2007-11-16 Thread Marshall Schor
Are there any plugins for building and/or releasing an Eclipse Update Site, using Maven? -Marshall Schor (Apache UIMA committer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant Tasks for Maven and Mirrors

2007-11-16 Thread Hervé BOUTEMY
Le vendredi 16 novembre 2007, Jacob S. Barrett a écrit : > I am having a problem using the Ant Tasks for Maven with a settings > file including the following mirrors section. > > > >mirror >* >My Mirror >http://mirror.example.com:8081/artifactory/repo >

Re: breaking tests up....

2007-11-16 Thread Patrick Moore
I will try the forkMode... the problem with raise MaxPermGen is that at a certain point you get killed by the swapping and the tests take forever to finish... -Pat On Nov 16, 2007 2:07 PM, Wayne Fay <[EMAIL PROTECTED]> wrote: > Did you try just ramping up the permgen space with ? > > Did you tr

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Nicola Benaglia
Thank you very much Wayne. In that way, it worked. Thank you again, N 2007/11/16, Wayne Fay <[EMAIL PROTECTED]>: > The -Dfile=(file name here) parameter requires that the filename match > the file you downloaded, and it must be a complete path to the file if > it is not located in your current dir

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread eSonic
Sebastien Arbogast wrote: > > I managed to get through the previous issue by creating artificial > SNAPSHOT versions of the dependencies Maven asked for. > But now I'm facing yet another strange issue. The build fails on a > message saying that org.eclipse.test_3.2.0 plugin is missing in > ecli

Re: breaking tests up....

2007-11-16 Thread Wayne Fay
Did you try just ramping up the permgen space with ? Did you try forkMode pertest? That sometimes works for people. Wayne On 11/16/07, Patrick Moore <[EMAIL PROTECTED]> wrote: > Hi there -- > > > We are having some OOME: PermGen issues with our tests that are going to be > difficult to fix and I

breaking tests up....

2007-11-16 Thread Patrick Moore
Hi there -- We are having some OOME: PermGen issues with our tests that are going to be difficult to fix and I am looking for a short-term solution so we can have green test results. I am thinking the easiest short term solution to getting our tests running completely is to break up the tests in

Re: [m2] error moving from windows to Solaris with xmlbeans

2007-11-16 Thread Mick Knutson
So, with further checking, it seems that when I do not specify a version, it was looking for 2.3.1 but the *stub *was not found. I then added the version to specify 2.3.0 and it works fine. What would cause this? Looking into my solaris local REPO, the 2.3.1 jar is there, but there is no pom the

[m2] error moving from windows to Solaris with xmlbeans

2007-11-16 Thread Mick Knutson
I am trying to build an xmlbeans jar and I have the following working fine on windows but not on solaris now: org.codehaus.mojo xmlbeans-maven-plugin

Mavenide and NetBeans 6 RC1

2007-11-16 Thread johne
Mavenide is failing for me on Netbeans 6.0 RC1. I am using a piece of AppFuse (warpath plugin) that has a dependency requirement of Maven 2.0.6, but Mavenide in NB 6.0 RC1 is currently giving a failure for dependencies of Maven 2.0.6 and over. As a result, I am having to set the additional Maven

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Nicola Benaglia
2007/11/16, Wayne Fay <[EMAIL PROTECTED]>: > Show us the full mvn install line that you executed. > > I think you simply are getting the groupId, artifactId, and version > messed up somewhere. > > Wayne Hi, I attach the pom.xml: 4.0.0 com.myGroupId pers pers 0.1-SNAPSHOT http://mave

Ant Tasks for Maven and Mirrors

2007-11-16 Thread Jacob S. Barrett
I am having a problem using the Ant Tasks for Maven with a settings file including the following mirrors section. mirror * My Mirror http://mirror.example.com:8081/artifactory/repo The Ant task appears to ignore that mirror setting and downloads artifa

RE: Reuse of attached assemblies

2007-11-16 Thread Brian E. Fox
Except for the antrun part ;-) -Original Message- From: Paul Merlin [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 5:51 PM To: users@maven.apache.org Subject: Re: Reuse of attached assemblies Le Friday 16 November 2007 17:49:01 Wendy Smoak, vous avez écrit : > On Nov 16, 2007

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-16 Thread Wayne Fay
On 11/16/07, CodingPlayer <[EMAIL PROTECTED]> wrote: > i already figured out, that there are several problems (broken poms): > > - there exists a working pom for the jaxws-api (at java.net dev repo) > https://maven-repository.dev.java.net/repository/javax.xml.ws/poms/jaxws-api-2.1.pom > > it seems

[Solved]Re: Filtering same file with multi-output

2007-11-16 Thread Saloucious
Ok, i have solved my problem I have created 3 executions, in my assembly plugin definition, binded to pre-integration-test Saloucious wrote: > > Re-explain my problem, > > is it possible to filter more than once a properties file in a build > process ? > > I desire to create (with an assemb

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Wayne Fay
The -Dfile=(file name here) parameter requires that the filename match the file you downloaded, and it must be a complete path to the file if it is not located in your current directory. When I downloaded the file you provided a link to, it gave me a file name of hibernate-annotations-3.1beta5.tar

Re: [eclipse plugin] How to use other project

2007-11-16 Thread Arnaud HERITIER
http://jira.codehaus.org/browse/MECLIPSE-344 ?? Arnaud On Nov 16, 2007 5:52 PM, Daniele Dellafiore <[EMAIL PROTECTED]> wrote: > Hi. > > I am trying to figure out if it is possible to define in pom what > other eclipse projects, present in the workspace, have to be included > in project classpath

Using Custom Developed Checkstyle Check Modules

2007-11-16 Thread DanBarker85
Hi i'm trying to follow the maven tutorial "Using Custom Developed Checkstyle Check Modules" and the CheckStyle 4.3 tutorial entitled "Writing Checks". I have taken the example custom check java code from the page and used the maven install command to build a jar file. The problem is, despite f

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Nicola Benaglia
When I execute mannually the command I type: mvn install:install-file -DgroupId=javax.persistence -DartifactId=ejb -Dversion=3.0-public_review -Dpackaging=jar -Dfile=ejb3-persistence.jar Thank you, nico 2007/11/16, Wayne Fay <[EMAIL PROTECTED]>: > I need to see the "mvn install:install-file" com

[m2] error checking syntax from batch to shell

2007-11-16 Thread Mick Knutson
I need some help converting the following to ksh please (mostly the ERRORLEVEL and goto: @call mvn -P dev clean install -e -X *if ERRORLEVEL 1 goto error* @ECHO [INFO] -- @ECHO [INFO]

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread eSonic
Sebastien Arbogast wrote: > > Yes, that's what I did and once again, I stepped further and stalled. > Now the issue is that I have a source-plugin depending on > org.eclipse.core.runtime. The dependecy is specified in the manifest > and I've specified the version I'm depending on (3.3.100), the

Re: User-defined phase

2007-11-16 Thread Saloucious
Ok , assume you don't want to bind your goal to a phase. Have you got a solution to be able to launch several times same goal in a unique build process ? franz see wrote: > > Good day to you, Marcus, > > As already mentioned, you cannot create your custom phase ( well, > technically, you can.

[eclipse plugin] How to use other project

2007-11-16 Thread Daniele Dellafiore
Hi. I am trying to figure out if it is possible to define in pom what other eclipse projects, present in the workspace, have to be included in project classpath. Anyone knows? Thanks. -- Daniele Dellafiore http://ildella.wordpress.com/ -

Re: Filtering same file with multi-output

2007-11-16 Thread Saloucious
Re-explain my problem, is it possible to filter more than once a properties file in a build process ? I desire to create (with an assembly), 3 output dir with same properties file indise, each files filtered by a different filter. I success to build my assembly with profiles, but i need tu run

Re: [eclipse plugin] How to use other project

2007-11-16 Thread Roland Asmann
Create a new Maven-project and add all the projects you have in your workspace in the modules-part of the POM. Now, if any of the projects in your workspace have dependencies to each-other, the plugin should handle this correctly when building from this new POM. On Friday 16 November 2007 17:52

Re: Reuse of attached assemblies

2007-11-16 Thread Paul Merlin
Le Friday 16 November 2007 17:49:01 Wendy Smoak, vous avez écrit : > On Nov 16, 2007 11:28 AM, Paul MERLIN <[EMAIL PROTECTED]> wrote: > > I have a project that produce a zip file. I did a project with pom > > packaging, an assembly is building the zip file. This produced zip file > > is attached to

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Wayne Fay
I need to see the "mvn install:install-file" command that you executed. Not your pom. Wayne On 11/16/07, Nicola Benaglia <[EMAIL PROTECTED]> wrote: > 2007/11/16, Wayne Fay <[EMAIL PROTECTED]>: > > Show us the full mvn install line that you executed. > > > > I think you simply are getting the grou

RE: Using Custom Developed Checkstyle Check Modules

2007-11-16 Thread DanBarker85
I'm not sure if i've done that correctly but i've tried adding it to my plugin. Firstly I added to ... org.apache.maven.plugins maven-checkstyle-plugin src/site/resources/cust_conf.xml com/name/maven/checks/packagenames.xml co

RE: how to use profiles exclusively? (HELP!)

2007-11-16 Thread Brian E. Fox
Set one profile to have the true and when you activate the other, the default one gets deactivated automatically. -Original Message- From: Roland Asmann [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 12:03 PM To: Maven Users List Subject: Re: how to use profiles exclusively?

Re: Reuse of attached assemblies

2007-11-16 Thread Wendy Smoak
On Nov 16, 2007 11:28 AM, Paul MERLIN <[EMAIL PROTECTED]> wrote: > I have a project that produce a zip file. I did a project with pom packaging, > an assembly is building the zip file. This produced zip file is attached to > the pom artifact so it is installed/deployed with it. > > Now I need to r

Reuse of attached assemblies

2007-11-16 Thread Paul MERLIN
Hi all, I have a project that produce a zip file. I did a project with pom packaging, an assembly is building the zip file. This produced zip file is attached to the pom artifact so it is installed/deployed with it. Now I need to reuse this zip file from another maven project. How can I declar

javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Nicola Benaglia
Hi !! I need to add javax.persistence:ejb:jar:3.0-public_review as dependency. I found it with m2 plugin which added to the pom: javax.persistence ejb-3.0-public-draft 20050623 But building it I get: @@ [ERROR] BUILD FAILURE [INFO]

Re: maven "deploy" keep asking me the password of scp connection

2007-11-16 Thread CasMeiron
Yeah, i agree with Rémy, cause i heave no idea how to do this. On Nov 14, 2007 9:44 AM, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: > I found that it's a great pity to have to make a ssh connection with a ssh > client in order to store the server key in your account before launching > maven 2. > >

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-16 Thread Wayne Fay
Show us the full mvn install line that you executed. I think you simply are getting the groupId, artifactId, and version messed up somewhere. Wayne On 11/16/07, Nicola Benaglia <[EMAIL PROTECTED]> wrote: > Hi !! > > I need to add javax.persistence:ejb:jar:3.0-public_review as dependency. > > I f

RE: Using Custom Developed Checkstyle Check Modules

2007-11-16 Thread Brian E. Fox
Add the jar containing your module in a dependencies section inside your plugin configuration block. http://maven.apache.org/ref/current/maven-model/maven.html#class_plugin -Original Message- From: DanBarker85 [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 4:54 PM To: users@ma

issue of building a one-jar

2007-11-16 Thread Tiger Wu
Hi, I am trying to build a one-jar by maven2. I always got the following warning and end up the jar wanted to put in main folder was not included. [WARNING] The following patterns were never triggered in this artifact inclusion filter: * 'MountainJavaEE:gateway' Here is my assembly x

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
I managed to get through the previous issue by creating artificial SNAPSHOT versions of the dependencies Maven asked for. But now I'm facing yet another strange issue. The build fails on a message saying that org.eclipse.test_3.2.0 plugin is missing in eclipse/plugins, but just before that, it does

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
Ok, that's what I feared. Then I'm pretty much stuck here. The thing is that this plugin was extracted from a pre-release of Eclipse 3.3, its source was modified and now the code can't use the final version that is bundled with Eclipse 3.3 because it depends on modifications. So the only solution t

Re: Error on compiling a webapp. Strange class is required.

2007-11-16 Thread Stephen More
javax.servlet.jsp jsp-api 2.1 provided ( It never fails, after I send the email, I find the answer ) -Steve On Nov 16, 2007 8:32 AM, Stephen More wrote: > On Sep 5, 2006 1:05 PM, Dudu wrote: > > Sorry, I'm starting with maven and

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
Yes, that's what I did and once again, I stepped further and stalled. Now the issue is that I have a source-plugin depending on org.eclipse.core.runtime. The dependecy is specified in the manifest and I've specified the version I'm depending on (3.3.100), the one that has been scraped and deployed

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread eSonic
Sebastien Arbogast wrote: > > It seems like I'm gonna have to modify psteclipse a little bit. > Not really. It's enough to do what the link you provided suggests - copy the jar from the plugins directory into Eclipse's main directory as startup.jar and psteclipse will work just fine. I alrea

Re: Error on compiling a webapp. Strange class is required.

2007-11-16 Thread Stephen More
On Sep 5, 2006 1:05 PM, Dudu wrote: > Sorry, I'm starting with maven and I'm migrating my projects. I added all > dependencies but the follow error is ocurring: > > D:\workspace\proj\src\main\java\br\com\sag\components\grid\AjaxSortableTableTa > g.java:[7,7] > cannot access javax.servlet.jsp.tagex

Re: Proximity access control

2007-11-16 Thread Tamás Cservenák
Hi, the "Delete" icon is a start of never ended UI development :) The px core is prepared for file/artifact deletion but the webapp that stands in between px-core and your browser is not. ~t~ On Nov 16, 2007 8:41 AM, Xtonic <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Proximity CR9 > > When

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
Thanks a lot. It works great and I'm progressing. Now the code compiles and when Maven tries to run the test, I get the following message: [ERROR] BUILD ERROR [INFO] [INFO] The required startup jar file was not found in 'C:\D

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
I think I found my answer: http://eclipsenuggets.blogspot.com/2007/04/starting-eclipse-3.html It seems like I'm gonna have to modify psteclipse a little bit. 2007/11/16, Sebastien ARBOGAST <[EMAIL PROTECTED]>: > Thanks a lot. It works great and I'm progressing. > Now the code compiles and when Ma

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-16 Thread CodingPlayer
i finally did it. added a cache for the java-net dev repo to my artifactory settings and exluded "javax/xml/ws/**" for the two central repos (repo1 and ibiblio). maven now always retrieves the correct (working) jaxws-api-2.1.pom from the java-net dev repo. here is my FULL (working) pom.xml:

RE: Two jars, one pom...

2007-11-16 Thread Brian E. Fox
The multi module is the correct way to go. You might be able to combine them using the assembly plugin and the jar with dependencies stuff. -Original Message- From: Hirn, Joseph [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 11:48 PM To: Maven Users List; [EMAIL PROTECTED] Sub

Re: [M2] jaxws-maven-plugin vs. ant-task using wsgen

2007-11-16 Thread CodingPlayer
hi dan, thx for your help. i already figured out, that there are several problems (broken poms): - the jaxws-api-2.1.pom at the the central repo is broken. http://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.pom there are three dependencies missing (saaj-api, jsr250-api, jsr

user

2007-11-16 Thread Jignesh Shah
DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read,

RE: Is http://mirrors.ibiblio.org/pub/mirrors/maven2 down?

2007-11-16 Thread Brian E. Fox
Hi Kohsuke (thanks for Hudson!), We maintain the repo1.maven.org repository and have no control over the other mirrors. The unreliability of ibiblio was the reason we moved central to a more stable platform. --Brian -Original Message- From: Kohsuke Kawaguchi [mailto:[EMAIL PROTECTED] Se

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-16 Thread Emmanuel Venisse
I can run the maven and java version that I want. Emmanuel Ryan Scott a écrit : I have tried many things but i keep getting patch updates from Apple that overwrites my changes. It is not really unix if you can't run any version of Java you want lol. Scott Ryan CTO Soaring Eagle L.L.C. Denv

Re: both idlj and jacorb

2007-11-16 Thread Dirk Olmes
deckrider+mvn wrote: > I'm a looking to convert a project to maven. This project currently > produces two jar files from the same IDL source, by generating first from > idlj and then again from jacorb. For instance, jacorb-foo.jar and > idlj-foo.jar. > > Is there some way of setting up my pom.xm

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread eSonic
Sebastien Arbogast wrote: > > Obviously, I'm missing something with version numbers here, as: > - the version in the POM for com.mycompany.framework.common is > 1.0-SNAPSHOT > - the resulting version in the manifest after running > psteclipse:eclipse-plugin is 1.0 > - the version com.mycompany.

Re: Exec-maven-plugin usage

2007-11-16 Thread Dirk Olmes
Vishal Pahwa wrote: > > Hi > > I need to run a java program from maven. For that m gonna use > exec-maven-plugin. But don't know how to use this. Is it possible that > I will create one new project with folder structure > src/main/java/com/sky/Main.java. N then use plugin like this > > [..

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
I still have an important issue: in fact I'm trying to mavenize an existing Eclipse RCP project. I have a source-plugin with a few dependencies, as shown in the manifest below: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Rcp Plug-in Bundle-SymbolicName: com.mycompany.framework.ecl

Proximity access control

2007-11-16 Thread Xtonic
Hi, I am using Proximity CR9 When I brows the artifact, I saw the "Delete" icon, but it is disabled, how can I enable it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]