RE: [Maven_1.1-beta-1]

2005-08-18 Thread Faucher Aurélie
Yes, I put the property maven.home.local with my directory but Maven looks for 
the librairies in the other directory (C:\Documents and settings).

Aurélie

-Message d'origine-
De : dan tran [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 18 août 2005 18:09
À : Maven Users List
Objet : Re: [Maven_1.1-beta-1]


what you want is to override maven.repo.local to somewhere else.
Where to put this property?

http://maven.apache.org/reference/properties.html

-D

On 8/18/05, Andy Glick <[EMAIL PROTECTED]> wrote:
> At 08:57 AM 8/18/2005, you wrote:
> >Hello!
> >Is it possible to change the local repository of Maven? It's C:\Documents
> >anb settings\login\.maven and I would llike to change it.
> >
> >Aurélie
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> Aurelie,
> 
> The location of the repository is tied to the value of the system property
> "user.dir". You ought to be able to set that via MAVEN_OPTS. The syntax is
> -Duser.dir=.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Maven_1.1-beta-1]

2005-08-18 Thread Faucher Aurélie
Hello!
Is it possible to change the local repository of Maven? It's C:\Documents anb 
settings\login\.maven and I would llike to change it.

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Maven 1.1-beta-1]

2005-08-17 Thread Faucher Aurélie
Hello!
I'd like to know if Maven 1.1-beta-1 is a good version for multiproject and 
webtest?

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST]

2005-08-16 Thread Faucher Aurélie
When I execute webtest using multiproject, I have this error : 

[exec]   [webtest] 16 ao¹t 2005 13:57:43 
com.gargoylesoftware.htmlunit.WebClient getPage
[exec]   [webtest] INFO: statusCode=[404] contentType=[text/html]
[exec]   [webtest] 16 ao¹t 2005 13:57:43 
com.gargoylesoftware.htmlunit.WebClient getPage
[exec]   [webtest] INFO: Apache Tomcat/5.5.9 - Error 
report 
HTTPStatus 404 - /tom/type Status reportmessage 
/tom/description The requested resource (/tom/) is not 
available.Apache 
Tomcat/5.5.9

Why???

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [MULTIPROJECT]

2005-08-16 Thread Faucher Aurélie
Ok thanks.

-Message d'origine-
De : Arnaud HERITIER [mailto:[EMAIL PROTECTED]
Envoyé : mardi 16 août 2005 14:00
À : Maven Users List
Objet : Re: [MULTIPROJECT]


By default :
maven.multiproject.basedir=${basedir}
This is the root directory where the multiproject search your projects using 
properties maven.multiproject.includes andmaven.multiproject.excludes.

Arnaud

On 8/16/05, Faucher Aurélie <[EMAIL PROTECTED]> wrote:
> 
> What is the maven.multiproject.basedir property for?
> And what must I put into?
> 
> Aurélie
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [MULTIPROJECT]

2005-08-16 Thread Faucher Aurélie
What is the maven.multiproject.basedir property for?
And what must I put into?

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[MULTIPROJECT] [WEBTEST]

2005-08-16 Thread Faucher Aurélie
Hello!
Is there anything to do when I use webtest with multiproject?
Because when webtest is executed from multiproject, there is a result of 0%.
And when I execute webtest from my sub project I've a better result.

Why??

Thanks,
Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [MULTIPROJECT]

2005-08-12 Thread Faucher Aurélie
My question is : 
is it possible to run a goal which is in maven.xml file's children and not 
execute in the top-level project?

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : vendredi 12 août 2005 16:14
À : Maven Users List
Objet : RE: [MULTIPROJECT]


And when I execute maven multiproject:site, it doesn't generate any report.


-Message d'origine-
De : Faucher Aurélie 
Envoyé : vendredi 12 août 2005 16:13
À : Maven Users List
Objet : [MULTIPROJECT]


Hello,
In my project PROJ, I've 2 modules P1 and P2.
In each file "maven.xml" (in direcoties P1 and P2), there is a goal named 
"serge:nightly".

And I'd like to run these 2 goals (in each child) from the directory of PROJ. 
But in the maven.xml of PROJ, there isn't the goal "serge:nightly".

How can I do to launch these goals?

I tried to execute this : 
bash-2.04$ maven multiproject:goal -Dgoal=serge:nightly

Here is the result and it doesn't work.
 
build:start:

multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:

multiproject:goal:
Starting the reactor...
Our processing order:
LA CONSTRUCTION A R?USSIE
Temps total: 2 secondes
Fini le: vendredi 12 ao¹t 2005 16:06:35 CEST

What must I do?

Thanks,
Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [MULTIPROJECT]

2005-08-12 Thread Faucher Aurélie
And when I execute maven multiproject:site, it doesn't generate any report.


-Message d'origine-
De : Faucher Aurélie 
Envoyé : vendredi 12 août 2005 16:13
À : Maven Users List
Objet : [MULTIPROJECT]


Hello,
In my project PROJ, I've 2 modules P1 and P2.
In each file "maven.xml" (in direcoties P1 and P2), there is a goal named 
"serge:nightly".

And I'd like to run these 2 goals (in each child) from the directory of PROJ. 
But in the maven.xml of PROJ, there isn't the goal "serge:nightly".

How can I do to launch these goals?

I tried to execute this : 
bash-2.04$ maven multiproject:goal -Dgoal=serge:nightly

Here is the result and it doesn't work.
 
build:start:

multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:

multiproject:goal:
Starting the reactor...
Our processing order:
LA CONSTRUCTION A R?USSIE
Temps total: 2 secondes
Fini le: vendredi 12 ao¹t 2005 16:06:35 CEST

What must I do?

Thanks,
Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[MULTIPROJECT]

2005-08-12 Thread Faucher Aurélie
Hello,
In my project PROJ, I've 2 modules P1 and P2.
In each file "maven.xml" (in direcoties P1 and P2), there is a goal named 
"serge:nightly".

And I'd like to run these 2 goals (in each child) from the directory of PROJ. 
But in the maven.xml of PROJ, there isn't the goal "serge:nightly".

How can I do to launch these goals?

I tried to execute this : 
bash-2.04$ maven multiproject:goal -Dgoal=serge:nightly

Here is the result and it doesn't work.
 
build:start:

multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:

multiproject:goal:
Starting the reactor...
Our processing order:
LA CONSTRUCTION A R?USSIE
Temps total: 2 secondes
Fini le: vendredi 12 ao¹t 2005 16:06:35 CEST

What must I do?

Thanks,
Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-11 Thread Faucher Aurélie
Hello,
I've one question about maven webtest : 
What must maven webtest:test do?

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : jeudi 11 août 2005 09:51
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


I tried to execute 
webtest -buildfile myFile.xml 
and it works.

So the problem is to execute webtest with maven.

Aurélie

-Message d'origine-----
De : Faucher Aurélie 
Envoyé : jeudi 11 août 2005 09:44
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Hi,
- The previous version of the plugin is not installed. There is only the 1.2 
version.
- The webtest samples run plainly
- There are problems with my application when I launch - maven webtest- . 

[java] Apache Ant version 1.6.5 compiled on June 2 2005
[java] Buildfile: 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.PropertyHelper
[java] Detected Java version: 1.4 in: C:\j2sdk1.4.2_04\jre
[java] Detected OS: Windows 2000
[java] Adding reference: ant.ComponentHelper
[java] Setting ro project property: ant.version -> Apache Ant version 1.6.5 
compiled on June 2 2005
[java] Setting ro project property: ant.file -> 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.projectHelper
[java] Adding reference: ant.parsing.context
[java] Adding reference: ant.targets
[java] parsing buildfile 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml with URI = 
file:///D:/Exemple/webtest-1.7/doc/tom/UseCases/webtest-raw-report.xml
[java]
[java] BUILD FAILED
[java] D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml:2: 
Unexpected element "{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:233)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
[java] at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
[java] at org.apache.tools.ant.Main.runBuild(Main.java:653)
[java] at org.apache.tools.ant.Main.startAnt(Main.java:187)
[java] at org.apache.tools.ant.Main.start(Main.java:150)
[java] at org.apache.tools.ant.Main.main(Main.java:240)
[java] Caused by: org.xml.sax.SAXParseException: Unexpected element 
"{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$MainHandler.onStartChild(ProjectHelper2.java:566)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$RootHandler.startElement(ProjectHelper2.java:461)
[java] at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
[java] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[java] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:217)

But when I execute - maven webtest:generate-test-report - it works.

If you have any idea, give me it!!

Thanks,
Aurélie



>Hi Aurélie,

>I suggest you do the following thing

>+) make sure that the previous version of the plugin is not any longer 
installed 
>+) the webtest sample must plainly run - in case of a problem send the 
information >dumped on the screen
>+) if the sample runs we can check your real application

    >Cheers,

>Siegfried Goeschl


>Faucher Aurélie wrote: 
>Hello,
>You have no idea about this problem?
>Anyone have even seen it?
>Thank you for your help!

>Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-11 Thread Faucher Aurélie
I tried to execute 
webtest -buildfile myFile.xml 
and it works.

So the problem is to execute webtest with maven.

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : jeudi 11 août 2005 09:44
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Hi,
- The previous version of the plugin is not installed. There is only the 1.2 
version.
- The webtest samples run plainly
- There are problems with my application when I launch - maven webtest- . 

[java] Apache Ant version 1.6.5 compiled on June 2 2005
[java] Buildfile: 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.PropertyHelper
[java] Detected Java version: 1.4 in: C:\j2sdk1.4.2_04\jre
[java] Detected OS: Windows 2000
[java] Adding reference: ant.ComponentHelper
[java] Setting ro project property: ant.version -> Apache Ant version 1.6.5 
compiled on June 2 2005
[java] Setting ro project property: ant.file -> 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.projectHelper
[java] Adding reference: ant.parsing.context
[java] Adding reference: ant.targets
[java] parsing buildfile 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml with URI = 
file:///D:/Exemple/webtest-1.7/doc/tom/UseCases/webtest-raw-report.xml
[java]
[java] BUILD FAILED
[java] D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml:2: 
Unexpected element "{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:233)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
[java] at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
[java] at org.apache.tools.ant.Main.runBuild(Main.java:653)
[java] at org.apache.tools.ant.Main.startAnt(Main.java:187)
[java] at org.apache.tools.ant.Main.start(Main.java:150)
[java] at org.apache.tools.ant.Main.main(Main.java:240)
[java] Caused by: org.xml.sax.SAXParseException: Unexpected element 
"{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$MainHandler.onStartChild(ProjectHelper2.java:566)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$RootHandler.startElement(ProjectHelper2.java:461)
[java] at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
[java] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[java] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:217)

But when I execute - maven webtest:generate-test-report - it works.

If you have any idea, give me it!!

Thanks,
Aurélie



>Hi Aurélie,

>I suggest you do the following thing

>+) make sure that the previous version of the plugin is not any longer 
installed 
>+) the webtest sample must plainly run - in case of a problem send the 
information >dumped on the screen
>+) if the sample runs we can check your real application

    >Cheers,

    >Siegfried Goeschl


>Faucher Aurélie wrote: 
>Hello,
>You have no idea about this problem?
>Anyone have even seen it?
>Thank you for your help!

>Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-11 Thread Faucher Aurélie
Hi,
- The previous version of the plugin is not installed. There is only the 1.2 
version.
- The webtest samples run plainly
- There are problems with my application when I launch - maven webtest- . 

[java] Apache Ant version 1.6.5 compiled on June 2 2005
[java] Buildfile: 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.PropertyHelper
[java] Detected Java version: 1.4 in: C:\j2sdk1.4.2_04\jre
[java] Detected OS: Windows 2000
[java] Adding reference: ant.ComponentHelper
[java] Setting ro project property: ant.version -> Apache Ant version 1.6.5 
compiled on June 2 2005
[java] Setting ro project property: ant.file -> 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml
[java] Adding reference: ant.projectHelper
[java] Adding reference: ant.parsing.context
[java] Adding reference: ant.targets
[java] parsing buildfile 
D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml with URI = 
file:///D:/Exemple/webtest-1.7/doc/tom/UseCases/webtest-raw-report.xml
[java]
[java] BUILD FAILED
[java] D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml:2: 
Unexpected element "{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:233)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
[java] at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
[java] at org.apache.tools.ant.Main.runBuild(Main.java:653)
[java] at org.apache.tools.ant.Main.startAnt(Main.java:187)
[java] at org.apache.tools.ant.Main.start(Main.java:150)
[java] at org.apache.tools.ant.Main.main(Main.java:240)
[java] Caused by: org.xml.sax.SAXParseException: Unexpected element 
"{}summary" {antlib:org.apache.tools.ant}summary
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$MainHandler.onStartChild(ProjectHelper2.java:566)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2$RootHandler.startElement(ProjectHelper2.java:461)
[java] at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
[java] at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
[java] at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
[java] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown 
Source)
[java] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[java] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
[java] at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:217)

But when I execute - maven webtest:generate-test-report - it works.

If you have any idea, give me it!!

Thanks,
Aurélie



>Hi Aurélie,

>I suggest you do the following thing

>+) make sure that the previous version of the plugin is not any longer 
installed 
>+) the webtest sample must plainly run - in case of a problem send the 
information >dumped on the screen
>+) if the sample runs we can check your real application

>Cheers,

    >Siegfried Goeschl


>Faucher Aurélie wrote: 
>Hello,
>You have no idea about this problem?
>Anyone have even seen it?
>Thank you for your help!

>Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-11 Thread Faucher Aurélie
Hello,
You have no idea about this problem?
Anyone have even seen it?
Thank you for your help!

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 19:42
À : Maven Users List
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,
Faucher Aurélie wrote:

>So, I renamed the resultfile and it find the file now.
>But there is an error in this result file, with ant : 
>
>[java] D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml:2: 
> Unexpected element "{}summary" {antlib:org.apache.tools.ant}summary
>
>The bugs don't stop!!
>Aurélie
>
>-Message d'origine-
>De : Faucher Aurélie 
>Envoyé : mercredi 10 août 2005 18:23
>À : Maven Users List
>Objet : RE: [WEBTEST] Problem during the execution
>
>
>
>Yes, the little sample works.
>And the other problem with the FileNotFound came back!!
>Must I configure the result file for the webtest launching?
>And how?
>
>Thanks
>
>
>
>
>
>Hi Aurélie,
>
>+) I assume/hope that the  problems are related to your application 
>... :-)
>+) when you look at the exploded plugin you find a little sample script - does 
>it work for you?
>+) you can run maven using "-X" to get debug output and an idea what is wrong
>
>Cheers,
>
>Siegfried Goeschl
>
>Faucher Aurélie wrote: 
>Ok, now it works.
>Well, there are failures on several targets .
>But I pushed the properties  maven.webtest.config.haltonfailure=false and 
>maven.webtest.config.haltonerror=false.
>
>But maven stops running!! Is there a bug??
>
>Aurélie
>
>-Message d'origine-
>De : Faucher Aurélie 
>Envoyé : mercredi 10 août 2005 17:26
>À : Maven Users List
>Objet : RE: [WEBTEST] Problem during the execution
>
>
>Ok I found it!!
>
>-Message d'origine-
>De : Faucher Aurélie 
>Envoyé : mercredi 10 août 2005 17:25
>À : Maven Users List
>Objet : RE: [WEBTEST] Problem during the execution
>
>
>And where can I download this plugin? Because in the sourceforge website, 
>there is only the version 1.0
>
>Thank you
>
>Aurélie
>
>-Message d'origine-
>De : Faucher Aurélie 
>Envoyé : mercredi 10 août 2005 17:23
>À : Maven Users List
>Objet : RE: [WEBTEST] Problem during the execution
>
>
>Ok I'll try!
>
>-Message d'origine-
>De : Faucher Aurélie 
>Envoyé : mercredi 10 août 2005 17:04
>À : Maven Users List
>Objet : RE: [WEBTEST] Problem during the execution
>
>
>1)
>In fact, it's resolved. I forgot to use a personal config file, and I didn't 
>launch webtest from the good directory
>
>2)
>Maven version : 1.1-beta-1
>Webtest plugin version : 1.0
>
>Aurélie
>
>-Message d'origine-
>De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
>Envoyé : mercredi 10 août 2005 16:58
>À : Maven Users List; Faucher Aurélie
>Objet : Re: [WEBTEST] Problem during the execution
>
>
>Hi Aurélie,
>
>1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
>2)  what version of Maven and Maven WebTest plugin are you using
>
>Cheers
>
>Siegfried Goeschl
>
>PS: since I'm currently at a customer site with no SMTP access can you 
>reply to the mailing list?!
>
>  
>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>   [java] BUILD FAILED
>   [java] java.lang.NoSuchMethodError: com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>   [java]  at com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> 
>
>
>
>
>  
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
So, I renamed the resultfile and it find the file now.
But there is an error in this result file, with ant : 

[java] D:\Exemple\webtest-1.7\doc\tom\UseCases\webtest-raw-report.xml:2: 
Unexpected element "{}summary" {antlib:org.apache.tools.ant}summary

The bugs don't stop!!
Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 18:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution



Yes, the little sample works.
And the other problem with the FileNotFound came back!!
Must I configure the result file for the webtest launching?
And how?

Thanks





Hi Aurélie,

+) I assume/hope that the  problems are related to your application 
... :-)
+) when you look at the exploded plugin you find a little sample script - does 
it work for you?
+) you can run maven using "-X" to get debug output and an idea what is wrong

Cheers,

Siegfried Goeschl

Faucher Aurélie wrote: 
Ok, now it works.
Well, there are failures on several targets .
But I pushed the properties  maven.webtest.config.haltonfailure=false and 
maven.webtest.config.haltonerror=false.

But maven stops running!! Is there a bug??

Aurélie

-----Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:26
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I found it!!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:25
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


And where can I download this plugin? Because in the sourceforge website, there 
is only the version 1.0

Thank you

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I'll try!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

  
Hello,
I'm sorry but I've an error when I start maven webtest : 

   [java] BUILD FAILED
   [java] java.lang.NoSuchMethodError: com.canoo.webtest.engine.Context.getCurr
entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
   [java]  at com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
bstractBrowserAction.java:101)

Is it a problem of the plugin or anything else?

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie

Yes, the little sample works.
And the other problem with the FileNotFound came back!!
Must I configure the result file for the webtest launching?
And how?

Thanks





Hi Aurélie,

+) I assume/hope that the  problems are related to your application 
... :-)
+) when you look at the exploded plugin you find a little sample script - does 
it work for you?
+) you can run maven using "-X" to get debug output and an idea what is wrong

Cheers,

Siegfried Goeschl

Faucher Aurélie wrote: 
Ok, now it works.
Well, there are failures on several targets .
But I pushed the properties  maven.webtest.config.haltonfailure=false and 
maven.webtest.config.haltonerror=false.

But maven stops running!! Is there a bug??

Aurélie

-Message d'origine-----
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:26
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I found it!!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:25
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


And where can I download this plugin? Because in the sourceforge website, there 
is only the version 1.0

Thank you

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I'll try!

-----Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

  
Hello,
I'm sorry but I've an error when I start maven webtest : 

   [java] BUILD FAILED
   [java] java.lang.NoSuchMethodError: com.canoo.webtest.engine.Context.getCurr
entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
   [java]  at com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
bstractBrowserAction.java:101)

Is it a problem of the plugin or anything else?

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
Ok, now it works.
Well, there are failures on several targets .
But I pushed the properties  maven.webtest.config.haltonfailure=false and 
maven.webtest.config.haltonerror=false.

But maven stops running!! Is there a bug??

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:26
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I found it!!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:25
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


And where can I download this plugin? Because in the sourceforge website, there 
is only the version 1.0

Thank you

Aurélie

-Message d'origine-----
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I'll try!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>[java] BUILD FAILED
>[java] java.lang.NoSuchMethodError: 
> com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>[java]  at 
> com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-- 
_

  Dipl.-Ing. Siegfried Goeschl (Senior Developer)
  WebDynamite IT Solutions GmbH
  Landstraße 49, A-4020 Linz, Austria
  http://www.webdynamite.com
  +43 / 732 / 777 810 - DW (fixed)
  +43 / 732 / 777 810 - 50 (fax)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
Ok I found it!!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:25
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


And where can I download this plugin? Because in the sourceforge website, there 
is only the version 1.0

Thank you

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I'll try!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>[java] BUILD FAILED
>[java] java.lang.NoSuchMethodError: 
> com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>[java]  at 
> com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-- 
_

  Dipl.-Ing. Siegfried Goeschl (Senior Developer)
  WebDynamite IT Solutions GmbH
  Landstraße 49, A-4020 Linz, Austria
  http://www.webdynamite.com
  +43 / 732 / 777 810 - DW (fixed)
  +43 / 732 / 777 810 - 50 (fax)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
And where can I download this plugin? Because in the sourceforge website, there 
is only the version 1.0

Thank you

Aurélie

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:23
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


Ok I'll try!

-Message d'origine-----
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>[java] BUILD FAILED
>[java] java.lang.NoSuchMethodError: 
> com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>[java]  at 
> com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-- 
_

  Dipl.-Ing. Siegfried Goeschl (Senior Developer)
  WebDynamite IT Solutions GmbH
  Landstraße 49, A-4020 Linz, Austria
  http://www.webdynamite.com
  +43 / 732 / 777 810 - DW (fixed)
  +43 / 732 / 777 810 - 50 (fax)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
Ok I'll try!

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 17:04
À : Maven Users List
Objet : RE: [WEBTEST] Problem during the execution


1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>[java] BUILD FAILED
>[java] java.lang.NoSuchMethodError: 
> com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>[java]  at 
> com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-- 
_

  Dipl.-Ing. Siegfried Goeschl (Senior Developer)
  WebDynamite IT Solutions GmbH
  Landstraße 49, A-4020 Linz, Austria
  http://www.webdynamite.com
  +43 / 732 / 777 810 - DW (fixed)
  +43 / 732 / 777 810 - 50 (fax)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
1)
In fact, it's resolved. I forgot to use a personal config file, and I didn't 
launch webtest from the good directory

2)
Maven version : 1.1-beta-1
Webtest plugin version : 1.0

Aurélie

-Message d'origine-
De : Siegfried Goeschl [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 10 août 2005 16:58
À : Maven Users List; Faucher Aurélie
Objet : Re: [WEBTEST] Problem during the execution


Hi Aurélie,

1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote:
2)  what version of Maven and Maven WebTest plugin are you using

Cheers

Siegfried Goeschl

PS: since I'm currently at a customer site with no SMTP access can you 
reply to the mailing list?!

>Hello,
>I'm sorry but I've an error when I start maven webtest : 
>
>[java] BUILD FAILED
>[java] java.lang.NoSuchMethodError: 
> com.canoo.webtest.engine.Context.getCurr
>entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
>[java]  at 
> com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
>bstractBrowserAction.java:101)
>
>Is it a problem of the plugin or anything else?
>
>Aurélie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-- 
_

  Dipl.-Ing. Siegfried Goeschl (Senior Developer)
  WebDynamite IT Solutions GmbH
  Landstraße 49, A-4020 Linz, Austria
  http://www.webdynamite.com
  +43 / 732 / 777 810 - DW (fixed)
  +43 / 732 / 777 810 - 50 (fax)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[WEBTEST] Problem during the execution

2005-08-10 Thread Faucher Aurélie
Hello,
I'm sorry but I've an error when I start maven webtest : 

[java] BUILD FAILED
[java] java.lang.NoSuchMethodError: com.canoo.webtest.engine.Context.getCurr
entLastResponsesStatus()Lcom/canoo/webtest/engine/Context$LastResponsesStatus;
[java]  at com.canoo.webtest.steps.AbstractBrowserAction.notifyStarted(A
bstractBrowserAction.java:101)

Is it a problem of the plugin or anything else?

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [WEBTEST] Problem maven webtest

2005-08-10 Thread Faucher Aurélie
Where do you find the file webtest-raw-report.xml ?
And what does it specify?

Thanks

-Message d'origine-
De : Faucher Aurélie 
Envoyé : mercredi 10 août 2005 11:15
À : Maven Users List
Objet : [WEBTEST] Problem maven webtest


Hello!!
I installed webtest plugin and I tried to execute maven webtest and there is an 
error : 

webtest:generate-test-report:
[java]
[java] (Emplacement inconnu de l'erreur) Erreur XSLT 
(javax.xml.transform.TransformerException): 
java.io.FileNotFoundException: 

d:\Projets\GIPCPS\TOM_090805\target\webtest\webtest-raw-report.xml 
(Le fichier specifie est introuvable)

What does it mean?
Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[WEBTEST] Problem maven webtest

2005-08-10 Thread Faucher Aurélie
Hello!!
I installed webtest plugin and I tried to execute maven webtest and there is an 
error : 

webtest:generate-test-report:
[java]
[java] (Emplacement inconnu de l'erreur) Erreur XSLT 
(javax.xml.transform.TransformerException): 
java.io.FileNotFoundException: 

d:\Projets\GIPCPS\TOM_090805\target\webtest\webtest-raw-report.xml 
(Le fichier specifie est introuvable)

What does it mean?
Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Maven War deploy

2005-08-09 Thread Faucher Aurélie
Thank you, I'll try

Aurélie

-Message d'origine-
De : Arnaud HERITIER [mailto:[EMAIL PROTECTED]
Envoyé : mardi 9 août 2005 16:51
À : Maven Users List
Objet : Re: Maven War deploy


Hi Aurélie,

It's a known bug.
You can solve it with the last release of the artifact plugin :

maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin 
-Dversion=1.6

Arnaud

On 8/9/05, Faucher Aurélie <[EMAIL PROTECTED]> wrote:
> 
> Hello,
> I wanted to deploy a war with the goal war:deploy
> and I've this error :
> 
> Fichier... d:\Outil\Maven_1.1-beta-1\cache\maven-
> artifact-plugin-1.5.2\plugin.jelly
> Element... artifact:artifact-deploy
> Ligne. 90
> Colonne... 9
> org.apache.maven.project.Dependency.setProperties(Ljava/util/List;)V
> 
> What does it mean? I don't understand and i'm a newbie!
> Thanks
> 
> Aurélie
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Maven War deploy

2005-08-09 Thread Faucher Aurélie
Hello,
I wanted to deploy a war with the goal war:deploy
and I've this error : 

Fichier... 
d:\Outil\Maven_1.1-beta-1\cache\maven-artifact-plugin-1.5.2\plugin.jelly
Element... artifact:artifact-deploy
Ligne. 90
Colonne... 9
org.apache.maven.project.Dependency.setProperties(Ljava/util/List;)V

What does it mean? I don't understand and i'm a newbie!
Thanks

Aurélie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]