howto use doxia confluence module ?

2006-09-11 Thread Nicolas De Loof
Hello, I'd like to use confluence markup for my project doc instead of APT. Doxia project site has no doc at all (that sounds interesting for a documentation tool ;-)) and I can't find help in google or maling list archives ... as searching for doxia+confluence points me to wikis powered by

Re: exporting database files through maven 1.0.2

2006-09-11 Thread Arnaud HERITIER
You can use the torque plugin http://db.apache.org/torque/releases/torque-3.2/maven-plugin/goals.html Arnaud On 9/7/06, manoj kaushik [EMAIL PROTECTED] wrote: hi everybody i want to know that if there is any plugin or way in maven 1.0.2 with which i can export database files . any help

Re: Maven1.1 is adding jars I don't want to my unit test classpath

2006-09-11 Thread Arnaud HERITIER
I can't have a look at this now. Can you open an issue on Jira please ? http://jira.codehaus.org/browse/MPTEST thanks. Arnaud On 9/7/06, David G. Paschich [EMAIL PROTECTED] wrote: Quick summary: It appears that the Maven test module in Maven 1.1 beta 3 is adding, among other things, log4j

Surefire problem with test-jar in a reactor

2006-09-11 Thread _Seb_
Hi, I am using a test-jar to share a test framework between several modules of my project. When I run a clean integration-test like release:prepare does, on my entire project I have the error message below. It seems that surefire does not get test jars of dependent modules in the target

Re: AddressException in notifying with multiple email addresses

2006-09-11 Thread Adam Hardy
OK, here it is. http://jira.codehaus.org/browse/CONTINUUM-860 I hope this doesn't seem a rude question, but what is the plan regarding the Maven Repository Manager? Is it competition, a replacement, a substitute? There are a couple of questions I have about possible functionality

Different behavior between jar and zip dependency

2006-09-11 Thread _Seb_
Hi, I have another problem with reactor. When I have a dependency from one module to another one with type jar, everything is ok, the latter one get the jar in the target directory of the first one. If I do the same with a dependency of type zip, I have an error because the latter module try to

axistools plugin

2006-09-11 Thread Richard Fagot
I tryed to use the axistools plugin but the following error occurs : The plugin 'org.apache.maven.plugins:maven-axis-plugin' does not exist or no valid version could be found my pom.xml contains : !-- WSDL2Java -- plugin groupIdorg.codehaus.mojo/groupId

SaxParseException when using DBUnit in M2 build

2006-09-11 Thread Bengt-Erik Fröberg
Hi! I'm using maven 2.0.4 with the Surefire plugin 2.2 to test a couple of DAOs set up with Hibernate. At all tests i get the following exception, and I'm not able to find the cause, which I suspect lies within DBUnit 2.1... I realize that this is probably not a Maven2 problem, but as I guess

Re: axistools plugin

2006-09-11 Thread Dirk Olmes
I tryed to use the axistools plugin but the following error occurs : The plugin 'org.apache.maven.plugins:maven-axis-plugin' does not exist or no valid version could be found Did you configure maven to use the mojo plugin repo? Make sure you have pluginRepositories pluginRepository

Re: How to get report?

2006-09-11 Thread Emmanuel Venisse
Continuum 1.0.3 doesn't generate itself junit report. You can generate it with surefire report plugin and add site goal to your build definition Emmanuel jiangshachina a écrit : Hello Emmanuel, It means that I have a fault. I'm sorry of that. Does Continuue noly run Maven(or Ant ...) build

Re: AddressException in notifying with multiple email addresses

2006-09-11 Thread Emmanuel Venisse
Adam Hardy a écrit : OK, here it is. http://jira.codehaus.org/browse/CONTINUUM-860 Thanks. I hope this doesn't seem a rude question, but what is the plan regarding the Maven Repository Manager? Is it competition, a replacement, a substitute? There are a couple of questions I have about

[m2] Example/reference how to write an M2 report plugin

2006-09-11 Thread Benoit Xhenseval
Hi *, We shall be looking at porting an m1 report plugin to m2. The report reads xml files, generates charts and reports. Maven2 seems to be very different to m1 in that area and we were wondering if there was an example or a 'clean' implementation of a report plugin for m2 we could base

Re: Invalid URL

2006-09-11 Thread Yann Le Du
Hi Ken, For now, and as is said in the error message, you cannot use SCM URLs. As a workaround, you can : - checkout sources locally, and use file upload - setup a CVS repo viewer like ViewVC (formerly ViewCVS), and use http URL - setup your CVS repo on WebDAV, and use http URL HTH, -

PHP and Maven2?

2006-09-11 Thread Alexander Hars
Hi, Is anybody using Maven2 for a PHP project? Are there any best practices to start out with (e.g. directory layout etc.)? I would like to use Maven for a new PHP project but all I found so far was a Php Plugin for Maven1. Thanks, Alexander

Managed bean always is null running on jetty

2006-09-11 Thread Dudu
I have a jsf application. When I run my app on eclipse or other ide, it runs ok, but when I do jetty:run, no errors is happen, but in parts of code that I get the managed bean using ValueBinding objects, the valueBinding always return nullPointer exception, but this behavior is happening only on

Re: [m2] maven-release-plugin: how about a prompt for customizing commit comment during release preparation ?

2006-09-11 Thread Dario Luis Coneglian Oliveros
Please find it at http://jira.codehaus.org/browse/MRELEASE-156 . For those of you who also want this feature, please vote for it. Thanks, Dário Jorg Heymans wrote: Sounds like a perfectly valid usecase to me, create a ticket on jira.codehaus.org/browse/MRELEASE in case nobody else chips in

RE: antrun plugin can't find proper jars

2006-09-11 Thread EJ Ciramella
Ok - that works, I added: plugin artifactIdmaven-antrun-plugin/artifactId executions execution idp4sync/id

site generation during build

2006-09-11 Thread Jeff Mutonho
My top level pom has a reporting section that has configurations for maven-surefire-report-plugin maven-jxr-plugin maven-javadoc-plugin --- ---etc My builds are handled by Continuum.In order to deploy my project website I have to manually do a mvn site-deploy from the command line .How

Re: site generation during build

2006-09-11 Thread Christophe DENEUX
Hi Jeff, In continuum, add the target site:deploy to your build definition, goals section Christophe DENEUX / Capgemini Sud / Méditerranée Technical Leader Tel: + 33 4 93 72 43 74 / www.capgemini.com Fax: + 33 4 93

Conflict with dependencies

2006-09-11 Thread Dudu
I'm using the RI implementation of JSF, and using shale-test too. But Shale-test uses another JSF implementation, the MyFaces. And the two implementation obviously has classes with identical names. How can I manage conflicts like this? Is it correct to change the pom.xml of shale to don't get

RE: Conflict with dependencies

2006-09-11 Thread Jörg Schaible
Dudu wrote on Monday, September 11, 2006 4:38 PM: I'm using the RI implementation of JSF, and using shale-test too. But Shale-test uses another JSF implementation, the MyFaces. And the two implementation obviously has classes with identical names. How can I manage conflicts like this? Is

Re: site generation during build

2006-09-11 Thread Jeff Mutonho
On 9/11/06, Christophe DENEUX [EMAIL PROTECTED] wrote: Hi Jeff, In continuum, add the target site:deploy to your build definition, goals section The current goal defined for the project is clean install .Should the goals be then clean install ,site:deploy? Jeff Mutonho GoogleTalk :

Re: exporting database files through maven 1.0.2

2006-09-11 Thread emerson cargnin
I thought I was the last one to be using maven 1.0.2. But planning to upgrade already, heheheh :) On 11/09/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: You can use the torque plugin http://db.apache.org/torque/releases/torque-3.2/maven-plugin/goals.html Arnaud On 9/7/06, manoj kaushik [EMAIL

Re: site generation during build

2006-09-11 Thread Christophe DENEUX
No, The goals should be then clean install site site:deploy (without ,) Christophe DENEUX / Capgemini Sud / Méditerranée Technical Leader Tel: + 33 4 93 72 43 74 / www.capgemini.com Fax: + 33 4 93 21 02 95 Porte

Books

2006-09-11 Thread Douglas Ferguson
Are there any maven books that are in print? I saw this one, Is it any good? http://www.amazon.com/Pro-Apache-Maven-Milind-Parikh/dp/1590595211/sr=1 -1/qid=1157988413/ref=pd_bbs_1/002-4329355-4816846?ie=UTF8s=books This one looks out of date:

Re: Different behavior between jar and zip dependency

2006-09-11 Thread _Seb_
Here is a JIRA issue about this problem : does somebody knows a workaround ? This bug prevent us for using maven to do a release, we would like to have some solution to go on before the issue is solved Thanx Seb _Seb_ wrote: Hi, I have another problem with reactor. When I have a

Re: Books

2006-09-11 Thread Kristian Nordal
On 9/11/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Are there any maven books that are in print? http://maven.apache.org/articles.html -- Cheers, Kristian

Re: site generation during build

2006-09-11 Thread Jeff Mutonho
On 9/11/06, Christophe DENEUX [EMAIL PROTECTED] wrote: No, The goals should be then clean install site site:deploy (without ,) Sure mate :) .Thanx Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

How to access external properties in manifest

2006-09-11 Thread raghurajan . x . gurunathan
Hi All I'm trying to set property from ant task and access it from maven plugin how can i do that. ..? for eg. this is what i'm trying to achieve 1. with ant-run plugin i created groupIdorg.apache.maven.plugins/groupId

Re: Books

2006-09-11 Thread Bengt-Erik Fröberg
Check this out: http://www.mergere.com/m2book_download.jsp Sincerely, /B-E 2006/9/11, Douglas Ferguson [EMAIL PROTECTED]: Are there any maven books that are in print? I saw this one, Is it any good? http://www.amazon.com/Pro-Apache-Maven-Milind-Parikh/dp/1590595211/sr=1

Continuum 1.1

2006-09-11 Thread Gautham Pamu
Hi, Could you tell us when they are releasing Continuum 1.1 release and whats the current state of the continuum 1.1 build. I had extracted the code from the repository and built the code but it is not building plexus application module. The followed the instructions in the read me file. I

RE: antrun plugin can't find proper jars

2006-09-11 Thread EJ Ciramella
So by adding a plugin to a parent pom (one with modules defined) - maven will always run that plugin for all the submodules? What if I only want it to run once prior to anything else happening? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, September 11,

Re: Re: Re: maven native plugin

2006-09-11 Thread dan tran
You will need to create a new provider similar to msvc -D On 9/11/06, Düvelmeyer, Thorsten [EMAIL PROTECTED] wrote: Hello Dan, sorry for that delay... first off all i have a new question: Would it be simple or complicated to add that Intel C++ Compiler als Provider? That should be files

Re: Continuum 1.1

2006-09-11 Thread Carlos Sanchez
you can try branches/continuum-acegi that works and is where a lot of work has been done lately On 9/11/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi, Could you tell us when they are releasing Continuum 1.1 release and whats the current state of the continuum 1.1 build. I had extracted the

another public plugin not working properly

2006-09-11 Thread Brill Pappin
trying to release I'm getting this error: Project ID: org.apache.maven.plugins:maven-release-plugin Reason: Error getting POM for 'org.apache.maven.plugins:maven-release-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped

Re: m2 public repositories are FUBAR

2006-09-11 Thread Brill Pappin
See my note on the release plugin... not sure if this one is fubar or not yet, but you might be able to tell quickly. On 9/10/06, Brett Porter [EMAIL PROTECTED] wrote: I wouldn't say it has been abandoned, but it could certainly use more helpers, which would be much appreciated. Ss far as I

sendOnSuccess

2006-09-11 Thread Adam Hardy
Continuum is notifying me of successful builds even though I have set sendOnSuccess to false. I have tried this: notifier typemail/type sendOnSuccessfalse/sendOnSuccess sendOnWarningtrue/sendOnWarning sendOnFailuretrue/sendOnFailure sendOnErrortrue/sendOnError configuration

Binding Assembly Executing to the Release Plugin

2006-09-11 Thread Douglas Ferguson
Is it possible to bind the assembly plugin to the release phase? I want to create a jar with dependencies and have it get released, but I don’t want to have to create that everytime I run install. D-

Re: Binding Assembly Executing to the Release Plugin

2006-09-11 Thread dan tran
Use maven profile to do conditional build. In your case, I would suggest to create a separate project to do the assembly, and profile it to run only when a release occurs. -D On 9/11/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Is it possible to bind the assembly plugin to the release

Re: Continuum 1.1

2006-09-11 Thread Emmanuel Venisse
continuum-plexus-application is an old module that we'll remove probably in few weeks. If you want to run continuum trunk, copy continuum-webapp war in web contianer and run it Emmanuel Gautham Pamu said: Hi, Could you tell us when they are releasing Continuum 1.1 release and whats the

Executable binary assembly in multi module project

2006-09-11 Thread Zaza, Dominic [CIB-IT]
I have a multi module project i.e. -top-level + client + server + model + api + common pom.xml I wish to create an executable binary assembly for the server such that I can run java -jar server.jar I've added a configuration to the maven-jar-plugin to specify manifest mainClass

Multi-binary project

2006-09-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. If there is a src directory with .java files and a web directory with web-related files, is there a way to build both the .jar from the src directory and the web app from the web directory from a single pom.xml? Here, the target directory will at the end have an a.jar and b.war, where a is

RE: antrun plugin can't find proper jars

2006-09-11 Thread EJ Ciramella
OK - so I created a custom ant mojo but now I'm a bit confused about dependency management. In my pom.xml for my mojo, I have the following dependencies: dependency groupIdorg.apache.maven/groupId artifactIdmaven-plugin-tools-ant/artifactId

Re: rmic plugin

2006-09-11 Thread Mark Donszelmann
Hi feel free to use ours at: http://java.freehep.org/freehep-rmic-plugin/ Regards Mark Donszelmann On Sep 8, 2006, at 6:52 AM, Ruel Loehr wrote: The bad thing about this way of doing it is that it is not portable. E.g. macs don't have a tools.jar. Ruel Loehr JBoss, a division of Red Hat

Re: antrun plugin can't find proper jars

2006-09-11 Thread Wayne Fay
I would just make another submodule, get it first in my list of modules (make the others depend on it), and put the plugin execution in that pom.xml. There is probably a better way to do it, but this would work, so I'd probably just do it, and worry about finding a better way later when I had

Re: another public plugin not working properly

2006-09-11 Thread Wayne Fay
Snapshots are not hosted on repo1.maven.org, nor on central, etc. You will need to add the appropriate Maven Snapshots repo to your pom. Wayne On 9/11/06, Brill Pappin [EMAIL PROTECTED] wrote: trying to release I'm getting this error: Project ID: org.apache.maven.plugins:maven-release-plugin

RE: Binding Assembly Executing to the Release Plugin

2006-09-11 Thread Douglas Ferguson
If I have the assembly in a project, how can I trigger a separate project during a release? Sorry I didn't follow that. Also, what do you mean conditional build? D- -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 12:50 PM To: Maven Users

Re: m2 public repositories are FUBAR

2006-09-11 Thread Wayne Fay
Your troubles with the release plugin are simply related to it being a SNAPSHOT release and thus not yet fully available. Thus, not fubar, simply not available on normal Maven repos as yet. Wayne On 9/11/06, Brill Pappin [EMAIL PROTECTED] wrote: See my note on the release plugin... not sure if

RE: antrun plugin can't find proper jars

2006-09-11 Thread EJ Ciramella
The rub is, I ONLY want to execute this from the build server (to do the syncing with a password in the properties file as mentioned in the first email of this type). I don't want anyone else to run this (they can if they'd like). So I'm a bit further now, so I've installed a snapshot version to

Re: Binding Assembly Executing to the Release Plugin

2006-09-11 Thread dan tran
maven allows you to build additional project(s) base on a condition ( ie a external property passinging from command line ) So on your parent pom, the one that host all your project including the assembly, create a profile to do this job

Re: Concepts to Understand Before Using Maven

2006-09-11 Thread Jeff Jensen
If I understand which document you are referring to, it is xdoc and part of the Maven site docs: http://maven.apache.org/maven-1.x/start/concepts.html The xdoc plugin translates it to HTML. Quoting vijay jagtap [EMAIL PROTECTED]: Hello First, thank you for your article Concepts to

Re: another public plugin not working properly

2006-09-11 Thread Brill Pappin
Yes I understand that... in fact I do have http://people.apache.org/maven-snapshot-repository listed (afaik is the apache snapshot repo). seems I need the pluginRepositories section as well as the repositories section in the pom or plugins don't get resolved through the proxy. - Brill Pappin

Re: m2 public repositories are FUBAR

2006-09-11 Thread Brill Pappin
Yes, thanks. Although is strange that the release repository has snapshots up to 4 and the snapshot repo has them up to 5. but it still works so I guess its not a big deal. - Brill Pappin On 9/11/06, Wayne Fay [EMAIL PROTECTED] wrote: Your troubles with the release plugin are simply related

How to set: No Scheduled build | Only triggered build

2006-09-11 Thread Anoop kumar V
Hi Continuum users, What is the best way to set the build schedule as never. Only when a user triggers, should the build happen?? As of now, I have created a new schedule with the quiet period as a very large time: 99. But this is not foolproof. Is there an option I can set? -- Thanks and

Re: How to set: No Scheduled build | Only triggered build

2006-09-11 Thread Anoop kumar V
Actually - the other way I have tried (not sure if it works yet) is to just disable all the schedules that I have. So that would only let a user click on the build-now link to build. Otherwise a build would never happen. -Anoop On 9/11/06, Anoop kumar V [EMAIL PROTECTED] wrote: Hi Continuum

ant based mojo

2006-09-11 Thread EJ Ciramella
In relation to my plugin questions below, I've moved along a bit further - I'm now able to sync via an ant based plugin, but when I package up a plugin with things like ${p4.username}, how can I pass this stuff on to the plugin successfully? I've stashed these values inside my settings.xml

Re: m2 public repositories are FUBAR

2006-09-11 Thread Wayne Fay
The release repo has no snapshots. It is hosting versions 2.0-beta-1 thru 2.0-beta-4. The snapshot repo has 2.0-beta-4-SNAPSHOT and 2.0-beta-5-SNAPSHOT. Wayne On 9/11/06, Brill Pappin [EMAIL PROTECTED] wrote: Yes, thanks. Although is strange that the release repository has snapshots up to 4

RE: ant based mojo

2006-09-11 Thread EJ Ciramella
Never mind - the mojo needs to be aware of these values - der! I'm starting to like maven ;-) -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 4:52 PM To: Maven Users List Subject: ant based mojo In relation to my plugin questions below,

Re: Multi-binary project

2006-09-11 Thread Yann Le Du
The short answer would be no. One of Maven root principles is 1 project = 1 POM = 1 artifact. So typically you would have one project for the jar and one project for the war, with a dependency on the jar. http://maven.apache.org/guides/mini/guide-webapp.html 2006/9/11, Morgovsky, Alexander (US

[maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Ming Cheung
I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able to run successfully. Recently, I downloaded the maven 1.1-beta-3. and learned it only comes with maven-test-plugin-1.8.jar. Is there a way to make the plugin update to 1.8.1 automatically? Sincerely, Ming Cheung

Re: Executable binary assembly in multi module project

2006-09-11 Thread Barrie Treloar
Help. Any suggestions on how to achieve this ? Yes, search the archives. I've posted on this numerous times. Admittedly it is on the second page of results for assembly and binary. See http://www.nabble.com/forum/ViewPost.jtp?post=5936062framed=y

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Jeff Jensen
Read Non-Bundled Plugins here: http://maven.apache.org/maven-1.x/start/concepts.html Quoting Ming Cheung [EMAIL PROTECTED]: I need maven-test-plugin-1.8.1.jar for maven 1.x for my testcase be able to run successfully. Recently, I downloaded the maven 1.1-beta-3. and learned it only comes

Re: another public plugin not working properly

2006-09-11 Thread Barrie Treloar
On 9/12/06, Brill Pappin [EMAIL PROTECTED] wrote: Yes I understand that... in fact I do have http://people.apache.org/maven-snapshot-repository listed (afaik is the apache snapshot repo). seems I need the pluginRepositories section as well as the repositories section in the pom or plugins don't

Re: Continuum 1.1

2006-09-11 Thread Jason van Zyl
On 11 Sep 06, at 6:42 PM 11 Sep 06, Carlos Sanchez wrote: you can try branches/continuum-acegi that works and is where a lot of work has been done lately That branch is not going to be merged with trunk so I would not recommend using it. It is a discussion for the Continuum developers

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Ming Cheung
Jeff, The maven-test-plugin only comes with 1.8 so far. There is no 1.81. available online http://maven.apache.org/maven-1.x/plugins/test/downloads.html. Is there another option? Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758

Building Native Classes and library.

2006-09-11 Thread Luís Soares
Hello all, I am trying to build native classes with maven2 but there is an issue when calling javah. The things should happen in the following order: i) Build the java source classes that have calls to JNI. ii) Dump the class files into target/classes iii) Using the

IDLJ plugin

2006-09-11 Thread Mark Donszelmann
Hi we also have a plugin similar to rmic for idlj, see http://java.freehep.org/freehep-idlj-plugin Regards Mark Donszelmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] native code compilation (javac, javah and gcc)

2006-09-11 Thread los
Hello all, I am trying to build native classes with maven2 but there is an issue when calling javah. The things should happen in the following order: i) Build the java source classes that have calls to JNI. ii) Dump the class files into target/classes iii) Using the

Re: Building Native Classes and library.

2006-09-11 Thread dan tran
Please file a JIRA so that ${project.build.directory}/classes will be add to javah classpath. However you can create your own jar project and make it a dependency of the javah project. Here is an example. http://svn.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin/src/it/jni/ -D

Re: [m2] native code compilation (javac, javah and gcc)

2006-09-11 Thread dan tran
why are you sending the same message within 10mins? ;-) On 9/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all, I am trying to build native classes with maven2 but there is an issue when calling javah. The things should happen in the following order: i) Build the java source

Re: [m2] native code compilation (javac, javah and gcc)

2006-09-11 Thread los
Oopss!! Sorry, my mistake. BTW, thanks for the quick reply. why are you sending the same message within 10mins? ;-) On 9/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all, I am trying to build native classes with maven2 but there is an issue when calling javah. The things

Re: How to set: No Scheduled build | Only triggered build

2006-09-11 Thread Anoop kumar V
Hi - Can somebody please help me a bit? Thanks, Anoop On 9/11/06, Anoop kumar V [EMAIL PROTECTED] wrote: Actually - the other way I have tried (not sure if it works yet) is to just disable all the schedules that I have. So that would only let a user click on the build-now link to build.

RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-11 Thread Jeff Jensen
You need to have http://cvs.apache.org/repository/ on your remote repo list (maven.repo.remote property). There are 1.8.1 and 1.9 snapshots there. http://maven.apache.org/maven-1.x/using/repositories.html -Original Message- From: Ming Cheung [mailto:[EMAIL PROTECTED] Sent: Monday,

Javadoc + Chinese character

2006-09-11 Thread jiangshachina
Hello, I'm using Windows2K + JDK1.5.0_08 In JDK1.5.0, many items(package-summary, package-use, Class, Constructor Summary ...) in Javadoc pages are Chinese characters. If I directly use command javadoc in cmd window, all of javadoc generated is OK. But if I use mvn javadoc:javadoc for generating

Re: exporting database files through maven 1.0.2

2006-09-11 Thread manoj kaushik
hi Arnaud thanks for the reply Manoj Kaushik On 9/11/06, emerson cargnin [EMAIL PROTECTED] wrote: I thought I was the last one to be using maven 1.0.2. But planning to upgrade already, heheheh :) On 11/09/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: You can use the torque plugin

Re: How to set: No Scheduled build | Only triggered build

2006-09-11 Thread Anoop kumar V
Ohh really?? I have this issue - we have a dev env and a test env. The DEV is more or less like an integration environment for all developers. The TEST env is where we finally push code for testing by a separate testing team We have set these 2 envs as 2 different projects in Continuum. The

Re: Javadoc + Chinese character

2006-09-11 Thread jiangshachina
Hello, The problem disappeared. I use UTF16 charset. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId configuration charsetUTF16/charset /configuration /plugin a cup of Java, cheers! Sha Jiang jiangshachina wrote: Hello, I'm using

Re: PHP and Maven2?

2006-09-11 Thread Doug Douglass
Alexander, Maybe you found the PHP plugins for maven 1 I developed at my previous company[1]? Unfortunately, it appears they haven't been updated since I left. All of the plugins were simply command-line wrappers around PHP, usually building a temporary PHP script to be executed. Such capability

Re: How to set: No Scheduled build | Only triggered build

2006-09-11 Thread Barrie Treloar
I don't think this feature is available currently. On 9/12/06, Anoop kumar V [EMAIL PROTECTED] wrote: Hi - Can somebody please help me a bit? Thanks, Anoop On 9/11/06, Anoop kumar V [EMAIL PROTECTED] wrote: Actually - the other way I have tried (not sure if it works yet) is to just disable

How to get report?

2006-09-11 Thread jiangshachina
Hello, I have run some Maven2 build with Continuum1.0.3. It's said that Continuum can show report (not building output) about junit, failed issue... How can I get it? Configure Maven2 POM or Continuum? a cup of Java, cheers! Sha Jiang -- View this message in context:

Re: How to get report?

2006-09-11 Thread Emmanuel Venisse
where did you see it? junit report is a 1.1 feature. Emmanuel jiangshachina a écrit : Hello, I have run some Maven2 build with Continuum1.0.3. It's said that Continuum can show report (not building output) about junit, failed issue... How can I get it? Configure Maven2 POM or Continuum? a cup

Re: Session time too short

2006-09-11 Thread Emmanuel Venisse
I'm sorry, but it sin't possible to modify it. Emmanuel Steve Baker a écrit : Can someone please point out how to extend the session time so that I don't have to log into continuum every time I need to check a build? This wouldn't be such a problem if the login redirected to the originally

Re: pre-build changes

2006-09-11 Thread Emmanuel Venisse
It isn't possible and it isn't recommended to do it because if you change dependencies versions in continuum without to change them in your scm, you'll build a project that won't be the real one. It's better to change dependencies versions in your project.xml Emmanuel Andrei Savitski a écrit

Re: How to get report?

2006-09-11 Thread jiangshachina
Hello Emmanuel, It means that I have a fault. I'm sorry of that. Does Continuue noly run Maven(or Ant ...) build logic with some specific regular? Does it not report any more information? It seems that CruiseControll do more things than Continuum *_* a cup of Java, cheers! Sha Jiang Emmanuel