Re: Oracle 10G Appserver

2006-03-13 Thread Jeff Mutonho
On 3/14/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > One thing to note : JSTL jars are not included in the 10.1.3 version > so you need to modify a little bit your pom file. > > On 3/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I'm deploying to oc4j 10.1.2 with no issues. Tried 10.1.3 br

How to use Environment variables

2006-03-13 Thread Blaise Gosselin
Hello, Is it possible to use environment variables as a reference in the project.properties file ? In fact, I'd like to make a reference to my environment variable JBOSS_HOME as ${JBOSS_HOME}. Is it possible ? Thanks in advance... ___ _ _ _ bgOnline

[m2] dependancy Report generates no href link ?!

2006-03-13 Thread Fredy
Hey all, i've two projects, projectA has a dependancy to kdg_common. The pom url looks like following: 4.0.0 webcsc kdg_common kdg_common 1.00.00.07-SNAPSHOT http://qld80101/maven/sites/${project.artifactId}/${project.version}/index.html ... Now the dependancy report (projectA)

Re: maven for eclipse plug-in project

2006-03-13 Thread dan tran
Speaking about this plugin, does eclipse have a java classes representing feature.xml and plugin.xml? -D On 3/13/06, dan tran <[EMAIL PROTECTED]> wrote: > > Hi Peter, > > What you need is to write a plugin with its own lifecycle extenstion to > parse basedir for feature.xml/plugin.xml, and/or M

CI with Maven 1.1 b2 builder

2006-03-13 Thread Manisha Sur
Hi, I have few queries regarding the CI with luntbuild and Maven 1.1.b2 : 1) As was mentioned earlier by Vincent in my previous mail, the CI Tool, luntbuild, doesn't allow to keep the jboss container in running state with the mavel goal, cargo:startAndWait.So Is there any way such that luntbuild

Re: maven for eclipse plug-in project

2006-03-13 Thread dan tran
Hi Peter, What you need is to write a plugin with its own lifecycle extenstion to parse basedir for feature.xml/plugin.xml, and/or META-INF/METMANIFEST.MF, and generate a short ant script to invoke the PDE ant task. http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.pde.doc.user/guide/pd

Re: Running Java Progs

2006-03-13 Thread Simon Kitching
On Mon, 2006-03-13 at 22:47 -0500, Alexandre Poitras wrote: > On 3/13/06, Sergei Dubov <[EMAIL PROTECTED]> wrote: > > Hi guys, > > > > I am a complete Maven newbie (but a fairly advanced Ant user). I > > attended Jason's presentation at Toronto JUG and was very impressed with > > the value proposit

Re: Running Java Progs

2006-03-13 Thread Alexandre Poitras
On 3/13/06, Sergei Dubov <[EMAIL PROTECTED]> wrote: > Hi guys, > > I am a complete Maven newbie (but a fairly advanced Ant user). I > attended Jason's presentation at Toronto JUG and was very impressed with > the value proposition of Maven. > > I am still getting my head around the Maven philosophy

Running Java Progs

2006-03-13 Thread Sergei Dubov
Hi guys, I am a complete Maven newbie (but a fairly advanced Ant user). I attended Jason's presentation at Toronto JUG and was very impressed with the value proposition of Maven. I am still getting my head around the Maven philosophy part. But I do keep pushing ahead. :-) A couple of questio

Re: maven for eclipse plug-in project

2006-03-13 Thread Peter Kwong
Hi, Thanks for reply. In my project, I want a maven 2.0 plugin to help to compile and build a eclipse plug-in product for client deployment. Could u give more detailed functionality description of your plugin for reference? brgds On 3/14/06, dan tran <[EMAIL PROTECTED]> wrote: > > I have a cust

Re: Maven2 changelog for clearcase

2006-03-13 Thread Edwin Punzalan
The changelog plugin uses the elements available in your pom.xml. Be sure to set it up in your pom.xml especially the developer and/or anonymous connection strings. ^_^ [EMAIL PROTECTED] wrote: Hi All, Is there any sample to show how to use changelog plugin with clearcase, When i tr

Re: [M2] How to configure POM for generated sources folder

2006-03-13 Thread Stephen Duncan
If using the jaxb plugin doesn't work for you (it's the preferred method if it does work), you can instead use your shell script plus the build-helper plugin: http://mojo.codehaus.org/build-helper-maven-plugin/ -Stephen On 3/13/06, Henry S. Isidro <[EMAIL PROTECTED]> wrote: > Andreas Guther wrote

Re: [m2] Maven 2 does not work in 4NT v5.00

2006-03-13 Thread Rune Flobakk
and... it works with 4NT v7.01 here too. Guess I have to fork out the upgrade price. Anyway, it's solved. For some reason Maven2 won't work in 4NT 5.00, but who cares... Rune Rune Flobakk wrote: Hmm, I just noticed that my 4NT version is ridiculously outdated... I use v5.00 and there exists a

Re: Newbie question Eclipse/Maven IDE version questions

2006-03-13 Thread Stephen Duncan
I'm successfully using Eclipse 3.1.2, WTP 1.0.1, Tomcat 5.0.28, and Maven 2 to do the full end-to-end (as long as you don't mind running Maven from the command line) for webapps. I can answer questions at a much slower rate for free on the mailing list, but that's it. :) -Stephen On 3/13/06, Hin

Re: Oracle 10G Appserver

2006-03-13 Thread Alexandre Poitras
One thing to note : JSTL jars are not included in the 10.1.3 version so you need to modify a little bit your pom file. On 3/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > I'm deploying to oc4j 10.1.2 with no issues. Tried 10.1.3 briefly but > broke a bunch of things and I'm not inspired to change t

Re: [M2] How to configure POM for generated sources folder

2006-03-13 Thread Henry S. Isidro
Andreas Guther wrote: Hi Raphaël, Thank you very much for your answer and the time you took to write it. Unfortunately I am still confused and not able to solve the "puzzle". To be concrete, I am generating java source from an XSD using jaxb. I accomplish that currently with a shell scr

RE: [M2] How to configure POM for generated sources folder

2006-03-13 Thread Andreas Guther
Hi Raphaël, Thank you very much for your answer and the time you took to write it. Unfortunately I am still confused and not able to solve the "puzzle". To be concrete, I am generating java source from an XSD using jaxb. I accomplish that currently with a shell script. The generated source

Re: How to escape dollar sign in archetype resource files

2006-03-13 Thread Alexandre Poitras
Have you tried '\'? I don't know if it's work but it is usually the convention in the Java world. On 3/13/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: > I posted this last week and never got a response. > > I'm creating an archetype for my team to use in creating new projects. I > want to inclu

Newbie question Eclipse/Maven IDE version questions

2006-03-13 Thread Hines, John
Last year, I supported a maven 1.0 build process written by someone else that creates a web app as an ear. It was used by our coders, mostly short term contractors who know nothing about the build process except to run scripts. The methodology was developer: ...creates or edits and compiles a fil

Re: [M2] How to configure POM for generated sources folder

2006-03-13 Thread Raphaël Piéroni
Hi Andreas, Answers inline. Andreas Guther a écrit : Hi, I am currently moving from M1 to M2. I am having problems finding information about how to configure in the POM an additional source folder for generated sources. My google searches do not bring up an answer. Maybe I am searching for

RE: [M2] Jcoverage plugin?

2006-03-13 Thread ian . d . stewart
I haven't heard anything one way or the other. Then again, I really haven't been looking either :) The Cobertura Plug-in developers would probably be the people to ask (hopefully one of them will reply to this thread). Ian It's better to be hated for who you are than loved for who you are not

Re: mvn deploy external project to internal remote repository

2006-03-13 Thread Stephen Duncan
Short version: specify the internal remote repository in , the authentication settings in settings.xml, and run mvn deploy. Details: http://maven.apache.org/guides/getting-started/index.html##How%20do%20I%20deploy%20my%20jar%20in%20my%20remote%20repository? http://maven.apache.org/guides/mini/gu

RE: [M2] Jcoverage plugin?

2006-03-13 Thread Siegmann Daniel, NY
Will it be moved out of the sandbox when 2.0.3 is released, do you think? Anyway, thanks for the info. ~Daniel > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 13, 2006 1:39 PM > To: Maven Users List > Subject: Re: [M2] Jcoverage plugin? >

Maven2 changelog for clearcase

2006-03-13 Thread raghurajan . x . gurunathan
Hi All, Is there any sample to show how to use changelog plugin with clearcase, When i tried with org.codehaus.mojo changelog-maven-plugin 2.0-beta-1 date 2006-01-01

[M2] How to configure POM for generated sources folder

2006-03-13 Thread Andreas Guther
Hi, I am currently moving from M1 to M2. I am having problems finding information about how to configure in the POM an additional source folder for generated sources. My google searches do not bring up an answer. Maybe I am searching for the wrong keywords. I looked in the FAQ but that seems

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Wayne Fay
Don't know what to tell you, I just downloaded and installed 30-day trial of 4NT, and it runs Maven2 just fine. [C:\cvs_home\]set M2_HOME=c:\dev\maven\maven-2.0.2-bin\maven-2.0.2 [C:\cvs_home\]mvn --version Maven version: 2.0.2 Wayne On 3/13/06, Rune Flobakk <[EMAIL PROTECTED]> wrote: > Hehe,

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Alexandre Poitras
A little bit OT, but here's another console I like wich is free : http://sourceforge.net/projects/console On 3/13/06, Rune Flobakk <[EMAIL PROTECTED]> wrote: > Hehe, yes sure. Have been using this shell exclusively for years. And > does occasionally run Java applications from it too ;) > > > > Way

Re: How to add release-info

2006-03-13 Thread Pete
I used the Maven2 Changes plugin to do very similar :- See http://www.nabble.com/Is-there-a-way-to-get-a-Build-Date-Time-and-Version-Release-into-a-Maven-build--t1100519.html#a2930030 On 13/03/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > is there a way to include that maven-metadata.x

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Rune Flobakk
Hmm, I just noticed that my 4NT version is ridiculously outdated... I use v5.00 and there exists a v7.01. Hope my license is valid for such a big upgrade... I'll try it myself too, at least with the trial, and get back with the result. Sorry for spamming the mailinglist, and thanks for the he

How to escape dollar sign in archetype resource files

2006-03-13 Thread Kathryn Huxtable
I posted this last week and never got a response. I'm creating an archetype for my team to use in creating new projects. I want to include a sample jsp file with jstl tags. The archetype creates just fine, but when I do a "mvn archetype:create" command it blows up on the ${empty bean.property

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Rune Flobakk
I should maybe also mention that I've been using Maven1 for about a year with no problems running it in 4NT. Rune Rune Flobakk wrote: Hehe, yes sure. Have been using this shell exclusively for years. And does occasionally run Java applications from it too ;) Wayne Fay wrote: NoClassDefFo

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Rune Flobakk
Hehe, yes sure. Have been using this shell exclusively for years. And does occasionally run Java applications from it too ;) Wayne Fay wrote: NoClassDefFoundError is a generic Java problem. Can you run any other Java apps in 4NT? I assume so, but figured I'd ask... Wayne On 3/13/06, Rune F

Re: [m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Wayne Fay
NoClassDefFoundError is a generic Java problem. Can you run any other Java apps in 4NT? I assume so, but figured I'd ask... Wayne On 3/13/06, Rune Flobakk <[EMAIL PROTECTED]> wrote: > Hi! > > I've finally come around to installing Maven 2 here, and ran straight > into problems. After setting the

[m2] Maven 2 does not work in 4NT (Windows XP Pro SP2)

2006-03-13 Thread Rune Flobakk
Hi! I've finally come around to installing Maven 2 here, and ran straight into problems. After setting the M2_HOME environment variable to my maven install dir, I tried 'mvn --version' to verify the install. And I got this error: Exception in thread "main" java.lang.NoClassDefFoundError: or

Re: [M2] Jcoverage plugin?

2006-03-13 Thread ian . d . stewart
The Cobertura plug-in for Maven2 depends on features introduced in Maven 2.0.3. Until 2.0.3 is released, I personally wouldn't use it (the Cobertura plug-in) in Production code. Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory,

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Wayne Fay
Found a webpage that should help: http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm Advanced Topics in Running Eclipse The Eclipse executable and the platform itself offer a number of execution options of interest to people developing or debug

Re: [M2] Jcoverage plugin?

2006-03-13 Thread Konstantin Polyzois
There is, cobertura, I don't know if it is ok though. I had to build it from cvs. But that was a while ago... On 3/13/06, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote: > > Is there a jcoverage plugin for Maven 2, or any plans to create one? I did > not see one on Mojo. If not, is there an equival

Re: maven for eclipse plug-in project

2006-03-13 Thread dan tran
I have a custom plugin that can build and package eclipse features. What are your requirements? plugin only? full product? update site? On 3/12/06, Peter Kwong <[EMAIL PROTECTED]> wrote: > > Hi, > > As now I'm working on eclipse plug-in project, is there maven 2.0 plug-in > for building eclipse p

"mvn site:stage" does not create xref as "mvn site

2006-03-13 Thread Rik Bosman
To All, Generating a site using site:stage does not generate any xref report as "mvn site" does. Does someone has the same problems? mvn 2.0.2 jxr 2.0-beta-1 Rik

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Wayne Fay
If I'm not mistaken, the Windows eclipse.exe executable is just one way to start Eclipse. Obviously, users on Mac and Linux are able to use Eclipse without using it. Try java -jar startup.jar in the Eclipse directory. Then pass whatever command line arguments you want to it. Wayne On 3/13/06, S

RE: (M2)changelog-maven-plugin ( 2.0-beta-2-SNAPSHOT ) on CVS

2006-03-13 Thread Bill Yang
Hi, Emmanuel, Site works fine when pom is configed following, but changelog:changelog will return the changelog between 2006-02-11 and 2006-03-14, not 2006-02-10 to 2006-03-09, and the "basedir" configuration does not work, still get the changelog from the default basedir, src/main/java

Re: How to add release-info

2006-03-13 Thread raghurajan . x . gurunathan
is there a way to include that maven-metadata.xml into created .ear artifacts? i guess right now its being created on the fly, and stays in repository , but i want to include that xml file into .ear then deploy it to server so later i can directly access this like (www.mycompany.com/release-inf

[M2] Jcoverage plugin?

2006-03-13 Thread Siegmann Daniel, NY
Is there a jcoverage plugin for Maven 2, or any plans to create one? I did not see one on Mojo. If not, is there an equivalent tool I can use? -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139 - To unsubscribe, e-mail: [EMA

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Szczepan Faber
I need to make it work ASAP :) If my effort in maven plugin fails, I will have to code ant scripts which are relicts of stone age. How can I use those CL arguments??? I tried to put them into windows eclipse link, the ini file, and jvm properties in eclipse JRE settings. No effect. Thanks, Szcze

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Alexandre Poitras
You should use command line arguments as David has suggested, but proxy support is now in beta I think so it shouldn't be long until it works out of the box :) On 3/13/06, Szczepan Faber <[EMAIL PROTECTED]> wrote: > I use windows, I place following in eclipse.ini with no effect > > -DproxySet=true

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Szczepan Faber
I use windows, I place following in eclipse.ini with no effect -DproxySet=true -DproxyHost=xxx.com -DproxyPort=80 Still, I have always had proxy set in eclipse properties but this only works for updates, and some other stuff, but not in Maven 2 plugin. 2006/3/13, David Delbecq <[EMAIL PROTECTED

Re: plugins for mule

2006-03-13 Thread Kaare Nilsen
What kind of plugins would you require ? E.g. a plugin for embedding a muleserver and offering configuration of it using the pom would be very simle indeed. Best ragards /Kaare On 13/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I just joined the users group. We are using mule at our orga

Re: (M2)changelog-maven-plugin ( 2.0-beta-2-SNAPSHOT ) on CVS

2006-03-13 Thread Emmanuel Venisse
Bill Yang a écrit : Hello, I have been trying latest version changelog-maven-plugin 2.0-beta-2-SNAPSHOT on CVS, 1. When run site:site, the plugin works ok, but if run changelog:changelog, it returns changelog of wrong date range. How do you have configure it in your pom? 2. The plugin sup

Re: Oracle 10G Appserver

2006-03-13 Thread Wayne Fay
I'm deploying to oc4j 10.1.2 with no issues. Tried 10.1.3 briefly but broke a bunch of things and I'm not inspired to change them since our Production environment is 10.1.2 for the immediate future. Sounds like the JDev approach mentioned by Alexandre would help resolve some of these troubles, if y

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread David Delbecq
Did you try editing eclipse startup script to add this to java startup line? This is how you proxy enable any java application. java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80 MyJavaApp Szczepan Faber a écrit : >I've read that this is the only way to make it work with M2 eclips

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Szczepan Faber
I've read that this is the only way to make it work with M2 eclipse plugin. Starting here: http://jira.codehaus.org/browse/MNGECLIPSE-29 I agree that proxy setting configuration should be the feat of environment and not project. Did anyone configure the M2 plugin with eclipse in proxied network?

RE: Error in the continnuum 1.0.2

2006-03-13 Thread Vandermi Joao da Silva
Hi guys, I have some errors when try execute schedule in the continuum Version 1.0.3-SNAPSHOT. Please see the log below. Somebody can help me? LOG --- jvm 1| 2006-03-13 11:06:00,017 [defaultScheduler_Worker-13] INFO

Re: exclude -source.jar from deployment

2006-03-13 Thread Mario Ivankovits
Hi! > Is it possible to avoid the -source.jar from being deployed to the > repository? > Ok, I solved it using profiles. They trigger if a -source.jar should be created or not and use a different repository. It can be changed using -DbuildFor=inhouse or -DbuildFor=public. If someone is interest

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread Alexandre Poitras
It is not possible and for a simple reason the proxy setting is not something consistant across a project. If you could put your proxy config in your pom.xml, your build could become not portable since a proxy is a specific environment setting. Why do you want to do this? On 3/13/06, Szczepan Fa

(M2)changelog-maven-plugin ( 2.0-beta-2-SNAPSHOT ) on CVS

2006-03-13 Thread Bill Yang
Hello, I have been trying latest version changelog-maven-plugin 2.0-beta-2-SNAPSHOT on CVS, 1. When run site:site, the plugin works ok, but if run changelog:changelog, it returns changelog of wrong date range. 2. The plugin supports tags (which means got the changelog between two version tags, cv

[M2] how to setup proxy in POM?

2006-03-13 Thread Szczepan Faber
Hi, How to setup proxy from Maven2 in pom file? I know I can do it in settings.xml, but that does not work for m2 eclipse plugin. That is why I'd like to setup proxy in pom. Thanks, Szczepan - To unsubscribe, e-mail: [EMAIL PROT

mvn deploy external project to internal remote repository

2006-03-13 Thread Geoffrey De Smet
What's the most efficient way to do the last step in the following scenario: 1) Checkout of an external project (svn ...) For example the jasperreports mojo which works but hasn't been released to any repository yet (not even an a snapshot). 2) Build that external project (mvn install) 3) Deplo

Re: Connection refused(Urgent Please)

2006-03-13 Thread Alexandre Poitras
Have you added a server section in your settings.xml file ? It is mandatory to authenticate correctly. On 3/13/06, Venkatagopalaraju <[EMAIL PROTECTED]> wrote: > Dear Maven Users, > When I am trying to generate site(site:deployment), getting Connection > refused. What I did is... > In Pom.x

Connection refused(Urgent Please)

2006-03-13 Thread Venkatagopalaraju
Dear Maven Users, When I am trying to generate site(site:deployment), getting Connection refused. What I did is... In Pom.xml, I added as www.realsoftinc.com Deployment Server scp://www.realsoftinc.com/fullsite .. org.apache.maven.plugins maven

Re: Error in the continnuum 1.0.2

2006-03-13 Thread Emmanuel Venisse
The latest version of continuum is 1.0.2. 1.0.3 is under development and will be release in few days. A first RC will probably available this week. If you don't wait it, you'll can try a snapshot : http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/ Emmanuel Vandermi

plugins for mule

2006-03-13 Thread Rakesh_Malhotra
I just joined the users group. We are using mule at our organization. Is someone working on plugins for mule. For more info about mule please visit http://mule.codehaus.org The information contained in this e-mail message may be privileged, confidential and protected from disclosure. If

SOLVED Re: test report in m2

2006-03-13 Thread Miguel Griffa
Thank you all, I finally solved this, but I'm not sure how, for the record, or anyone searching the list, I removed the version attribute from many plugins referenced, and it started to work On 3/11/06, Miguel Griffa <[EMAIL PROTECTED]> wrote: > > got that too > > > or

RE: Build and deployment strategy

2006-03-13 Thread Vincent Massol
> -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: lundi 13 mars 2006 14:20 > To: Maven Users List > Subject: Re: Build and deployment strategy > > On 3/13/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > > > > > -Original Message- > > > From: Jeff

Error in the continnuum 1.0.2

2006-03-13 Thread Vandermi Joao da Silva
Hello, I need upgrade to my continuum 1.0.2 for continuum 1.0.3 , but I 'm not found in the continuum site. Somebody know where can be found the last version of the continuum? Best Regards Vandermi Silva

Re: Build and deployment strategy

2006-03-13 Thread Jeff Mutonho
On 3/13/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > > Sent: lundi 13 mars 2006 11:42 > > To: Maven Users List > > Subject: Build and deployment strategy > > > > What strategy could one use to deal with a scena

exclude -source.jar from deployment

2006-03-13 Thread Mario Ivankovits
Hi! Is it possible to avoid the -source.jar from being deployed to the repository? Thanks! Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [M2] Stacktrace when downloading from repo - HELP

2006-03-13 Thread Jens Riboe
Alexandre, >> There you go for using SCP Thanks a lot for the tip. It's now working with scp/putty. Here is my settings.xml for anybody on the list that might be interested in the same solution. R myUser C:\path\to\myHost-myUser.priv.ppk

[solved] Re: [m2] and private/restricted artifacts

2006-03-13 Thread Nicolas De Loof
My private repo is hiden behind maven proxy (it works well from maven1). I've solved the problem : my maven-proxy repository was disabled for due to a bad copy/paste. Thanks. Alexandre Poitras a écrit : If you want to hide your internal repository behind Maven-proxy, you should configure i

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Kenney Westerhof
On Mon, 13 Mar 2006, Stephen Duncan wrote: (I'm cc-ing the dev list, maybe continue there?) > It's Maven's decision: http://jira.codehaus.org/browse/MNG-1978 > > Brett still hasn't been convinced that provided status should be > transitive. I don't have any particular use case to argue one way o

Re: [m2] and private/restricted artifacts

2006-03-13 Thread Alexandre Poitras
If you want to hide your internal repository behind Maven-proxy, you should configure it in Maven-Proxy configurations files. Or, if you don't want to hide it, you will have to be sure Maven look in your internal repository first. Otherwise, it will found a pom file on iblibo repository and think

Re: [M2] Stacktrace when downloading from repo - HELP

2006-03-13 Thread Alexandre Poitras
There you go for using SCP : http://maven.apache.org/guides/mini/guide-deployment-security-settings.html As for https, I have no idea how to make it work. Sorry! On 3/12/06, Jens Riboe <[EMAIL PROTECTED]> wrote: > Hi, > > I got the following stack trace when trying to download from an internal >

[m2] and private/restricted artifacts

2006-03-13 Thread Nicolas De Loof
Hello, I'm using maven-proxy to store restricted artifacts (com.*, javax.*) I'm trying to add dependencies on them, but download fails whatever I do For example I've added javax.resource connector 1.0 I've also added : restricted http://sai1rennes:8099/repository /

Re: Problems with JAR-File, manifest-File, META_INF

2006-03-13 Thread Alexandre Poitras
I don't understand, in the Java specification it is stated the Manifest file shoud always be in the META-INF directory so I don't get what you are trying to achieve there. On 12/2/05, Jorg Panzer <[EMAIL PROTECTED]> wrote: > hi, > > i generate a jar include a manifest-file with: > > [...] >

Re: Oracle 10G Appserver

2006-03-13 Thread Alexandre Poitras
We have done it without any problems. By te way, for our migration to Oc4j 10.1.3, we have used the Jdeveloper plugin found in the preliminary adf faces drop to convert our old projects, everything worked great, even better then using the default conversion in JDeveloper wich has some issues :) O

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Stephen Duncan
It's Maven's decision: http://jira.codehaus.org/browse/MNG-1978 Brett still hasn't been convinced that provided status should be transitive. I don't have any particular use case to argue one way or another... -Stephen On 3/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > I started u

RE: Build and deployment strategy

2006-03-13 Thread Vincent Massol
> -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: lundi 13 mars 2006 11:42 > To: Maven Users List > Subject: Build and deployment strategy > > What strategy could one use to deal with a scenario where you wish to > build > and deploy to different servers(either

Re: mvn clean "postGoal"

2006-03-13 Thread Nicolas De Loof
Thanks ! Emmanuel Venisse a écrit : org.apache.maven.plugins maven-clean-plugin your_directory **/*.txt Emmanuel Nicolas De Loof a écrit

Build and deployment strategy

2006-03-13 Thread Jeff Mutonho
What strategy could one use to deal with a scenario where you wish to build and deploy to different servers(either dev or production environment)?How would one approach this , eg you wish to include(in a war file) only certain jars if the build is for the dev environment , and exlude them if the de

Re: mvn clean "postGoal"

2006-03-13 Thread Emmanuel Venisse
org.apache.maven.plugins maven-clean-plugin your_directory **/*.txt Emmanuel Nicolas De Loof a écrit : Hello, I'm trying to migrate to ma

mvn clean "postGoal"

2006-03-13 Thread Nicolas De Loof
Hello, I'm trying to migrate to maven2 ... For maven1, some of my project use a postGoal to clean some directories (not in /target) What would be the maven2 way to do this ? I did not find any configuration on clean mojo to add custom directory/file to clean Nico. This message contains

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Carlos Sanchez
Please try adding a pom for gnujaxp (just with the basic artifactId, groupId and version info) in your local repo to see if missing poms is the cause of the problem (it shouldn't). And please use the mailing list On 3/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > Attached you will

JAX-WS plugin for maven2

2006-03-13 Thread Stefaan Hallet
Hi, I started working on Maven 2 and was trying to build a WS project using maven2 and JAX-WS RI 2.0 (EA 3.0) . Any ideas if there is a maven2 plug-in which I could use ? Using ant, the annotation processing tool (apt) can be used, but can apt be used using maven2 ? Any suggestions? Thanks,

Oracle 10G Appserver

2006-03-13 Thread Jeff Mutonho
Anyone building ear or war files to deploy on the 10G appserver?Have you experienced any problems?What should I look out for? Pointers,etc...? -- Jeff GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: HOWTO generate a JAR with manifest but without META-INF

2006-03-13 Thread David Delbecq
Jorg Panzer a écrit : > > The problem is, the JAR isn't executable. The manifest.mf must placed > a level higher ... > > False, the manifest must be in META-INF/ according to jar specifications: http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html You problem is that your manifest is named 'ma

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Carlos Sanchez
Just send the output of -X in the mail and we'll see On 3/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > > You can try running maven with the -X option an you'll see the > > dependency resolution. If you don't find the problem just paste here > > the output > > > For what I can see w

HOWTO generate a JAR with manifest but without META-INF

2006-03-13 Thread Jorg Panzer
hi, i generate a jar include a manifest-file with: [...] com db4o 5.0 compile [...] org.apache.maven.plugins maven-jar-plugin org.fhh.admin.Start true

Problems with JAR-File, manifest-File, META_INF

2006-03-13 Thread Jorg Panzer
hi, i generate a jar include a manifest-file with: [...] com db4o 5.0 compile [...] org.apache.maven.plugins maven-jar-plugin org.fhh.admin.Start true

Re: How to add release-info

2006-03-13 Thread Emmanuel Venisse
Actually, only maven-metadata.xml file is available and it contains some informations like list of release, last updated date and current version Do you need more informations? You can create a new plugin attached to deploy phase that will do the work. Emmanuel raghu guru a écrit : Hi All I

Re: IRC Notification in continuum-1.0.2 for maven 1 project.

2006-03-13 Thread Emmanuel Venisse
Hmm, irc notifier works fine with codehaus irc server, we use it on #plexus. Do you have this error every time? It was perhaps a connection problem to the server when notifier tried to logoff. Are you behind a proxy? Emmanuel Fritz Oconer a écrit : Hi All, I tried to add an IRC Notificatio

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Mario Ivankovits
Hi! > You can try running maven with the -X option an you'll see the > dependency resolution. If you don't find the problem just paste here > the output > For what I can see within the "project-app" the jar in question is always correctly set top "provided". In "project-web" this is not the cas

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Carlos Sanchez
You can try running maven with the -X option an you'll see the dependency resolution. If you don't find the problem just paste here the output On 3/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > I started using maven 2 to build our project and maybe hit a bug now. > > The project lay

Re: M2: changelog plugin password issue

2006-03-13 Thread phertogen
Tx a lot Emmanuel, that solved the issue for me. Peter - changelog plugin 2.0-beta-1 doesn't use maven-scm but scm plugin use it. You can try changelog plugin 2.0-beta-2-SNAPSHOT, this version use maven-scm too. Emmanuel [EMAIL PROTECTED] a �crit : > Hi,

"provided" dependendcy still packed in webapp

2006-03-13 Thread Mario Ivankovits
Hi! I started using maven 2 to build our project and maybe hit a bug now. The project layout is: project +-project-app +-project-web where "project-web" depends on "project-app". One of the dependency is jfreechart which itself depends on e.g. "gnujaxp". Now I dont want to package the gnujaxp