AW: hello. (Maven generate reports )

2005-07-05 Thread Sreenivas Mangasandra
Hi Arik,

So does the Maven version: 2.0-alpha-3 support the java part?

Well I want to build an application in java, which could build the code
Of the project - nightly builds by using maven and programmatically 
Generate project reports - by using maven. Ie.. the necessary 
Project.properties and project.xml etc shall be included. 

Is it possible by using the maven 1.0.2 or with maven 2.0 alpha 3. 
i.e. to call maven inside java code and not rather from the command 
line. If its not clear till please ask me, I shall try to explain 
it in more clear way. 

Sreenivas.


-Ursprüngliche Nachricht-
Von: Arik Kfir [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 20:45
An: Maven Users List
Betreff: Re: hello. (Maven generate reports )

Hi Sreenivas,


Activating Maven (1.x) from Java is a bit cumberstone, as it was 
designed as a commandline app. Maven 2 is a lot better in that, but it 
is not released yet (alpha-3). There are parts of it, however, that can 
be utilitzed in another app's context - we do that in Mevenide.


If you can define your needs perhaps I can be of some assistance.


Cheers,

Arik Kfir.


Dário Luís Coneglian Oliveros wrote:

Hi Sreenivas,

Unfortunately I don´t know the answer for your first question.
Regarding the second one, you can disable the download from internet by
setting the property 'maven.mode.online' to false. Another option is to
create a mirror of ibiblio in your intranet and then donwload the artifacts
from the new remote repository by pointing the 'maven.repo.remote' to your
web server, e.g., http://www.intland.com/repository/ibiblio.

Dário



-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 09:43
To: 'Maven Users List'
Subject: AW: hello. (Maven generate reports )


Hi Dário,

I would like to know a few more things. Please let me know about it.

How can maven be started from Java? Are there examples how to integrate
maven into java applications? i.e, do we have any APIs so that we call 
Maven from a java program etc.


Can we stop maven from not downloading the plugins during a goal
completion.
Since we need to integrate into a product, where it can be a local
Installation without an internet connection. 

Shall be thankful for any ideas / suggestions.Thanks.

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!

 

The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 

Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 

Thanks.

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra (mksreenivas),

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 


-
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: AW: hello. (Maven generate reports )

2005-07-05 Thread Arik Kfir

Hi Sreenivas,


I'm afraid I'm not that proficient with Maven 2 yet. I know it was 
designed from the ground up to be embedded, but I do not know the 
specifics. Perhaps someone from the Maven developers team could answer 
your questions better.



Arik.


Sreenivas Mangasandra wrote:


Hi Arik,

So does the Maven version: 2.0-alpha-3 support the java part?

Well I want to build an application in java, which could build the code
Of the project - nightly builds by using maven and programmatically 
Generate project reports - by using maven. Ie.. the necessary 
Project.properties and project.xml etc shall be included. 

Is it possible by using the maven 1.0.2 or with maven 2.0 alpha 3. 
i.e. to call maven inside java code and not rather from the command 
line. If its not clear till please ask me, I shall try to explain 
it in more clear way. 


Sreenivas.


-Ursprüngliche Nachricht-
Von: Arik Kfir [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 20:45

An: Maven Users List
Betreff: Re: hello. (Maven generate reports )

Hi Sreenivas,


Activating Maven (1.x) from Java is a bit cumberstone, as it was 
designed as a commandline app. Maven 2 is a lot better in that, but it 
is not released yet (alpha-3). There are parts of it, however, that can 
be utilitzed in another app's context - we do that in Mevenide.



If you can define your needs perhaps I can be of some assistance.


Cheers,

   Arik Kfir.


Dário Luís Coneglian Oliveros wrote:

 


Hi Sreenivas,

Unfortunately I don´t know the answer for your first question.
Regarding the second one, you can disable the download from internet by
   


setting the property 'maven.mode.online' to false. Another option is to
create a mirror of ibiblio in your intranet and then donwload the artifacts
from the new remote repository by pointing the 'maven.repo.remote' to your
web server, e.g., http://www.intland.com/repository/ibiblio.
 


Dário



-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 09:43
To: 'Maven Users List'
Subject: AW: hello. (Maven generate reports )


Hi Dário,

I would like to know a few more things. Please let me know about it.

How can maven be started from Java? Are there examples how to integrate
maven into java applications? i.e, do we have any APIs so that we call 
Maven from a java program etc.



Can we stop maven from not downloading the plugins during a goal
   


completion.
 


Since we need to integrate into a product, where it can be a local
Installation without an internet connection. 


Shall be thankful for any ideas / suggestions.Thanks.

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31

An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!



The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 


Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 


Thanks.



With Best regards / Mit freundlichen Grüßen 


Sreenivas Mangasandra (mksreenivas),

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834




-
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]


 



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



AW: hello. (Maven generate reports )

2005-07-04 Thread Sreenivas Mangasandra
Hi Dário,

thanks, i found it. 


Sreenivas.

-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!

 

The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 

Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 

Thanks.

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra,

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 


-
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]



AW: hello. (Maven generate reports )

2005-07-04 Thread Sreenivas Mangasandra
Hi Dário,

I would like to know a few more things. Please let me know about it.

How can maven be started from Java? Are there examples how to integrate
maven into java applications? i.e, do we have any APIs so that we call 
Maven from a java program etc.


Can we stop maven from not downloading the plugins during a goal completion.
Since we need to integrate into a product, where it can be a local
Installation without an internet connection. 

Shall be thankful for any ideas / suggestions.Thanks.

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!

 

The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 

Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 

Thanks.

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra (mksreenivas),

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 


-
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]



AW: hello. (Maven generate reports )

2005-07-04 Thread Sreenivas Mangasandra
Hi Dário,

Thanks for the answer. So it means that by using the 'maven.mode.online' we
can stop downloading of the plugins during a maven run. Could we not have a 
Local folder of a PC to be pointed as the repository. I mean copy / download
the plugins from the web n then later copy them into a folder for the
repository. I shall be trying this option. 

I have found a folder called .maven in the documents directory of the
user, but how does one manually copy the plugins into this directory is 
Not known by me. Could let me know anything on this...

Thanks

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 15:45
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

Unfortunately I don´t know the answer for your first question.
Regarding the second one, you can disable the download from internet by
setting the property 'maven.mode.online' to false. Another option is to
create a mirror of ibiblio in your intranet and then donwload the artifacts
from the new remote repository by pointing the 'maven.repo.remote' to your
web server, e.g., http://www.intland.com/repository/ibiblio.

Dário



-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 09:43
To: 'Maven Users List'
Subject: AW: hello. (Maven generate reports )


Hi Dário,

I would like to know a few more things. Please let me know about it.

How can maven be started from Java? Are there examples how to integrate
maven into java applications? i.e, do we have any APIs so that we call 
Maven from a java program etc.


Can we stop maven from not downloading the plugins during a goal completion.
Since we need to integrate into a product, where it can be a local
Installation without an internet connection. 

Shall be thankful for any ideas / suggestions.Thanks.

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!

 

The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 

Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 

Thanks.

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra (mksreenivas),

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 


-
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]



AW: hello. (Maven generate reports )

2005-07-04 Thread Sreenivas Mangasandra
Hi Dário,

Thanks alot it worked.

Sreenivas.


-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 16:37
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi,

You sure can do that. If I am not mistaken, you should set the
maven.repo.remote to something like file://c:\\maven/repository.
Remember that there is a difference between remote and local repository. By
default all the artifacts used by maven and your project are downloaded from
a remote repository (ibiblio site) and placed under ${user.home}, which is
default local repository. That´s why you found a .maven directory under your
user home.
You can find more information on
http://maven.apache.org/reference/internal-repositories.html
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 11:20
To: 'Maven Users List'
Subject: AW: hello. (Maven generate reports )


Hi Dário,

Thanks for the answer. So it means that by using the 'maven.mode.online' we
can stop downloading of the plugins during a maven run. Could we not have a 
Local folder of a PC to be pointed as the repository. I mean copy / download
the plugins from the web n then later copy them into a folder for the
repository. I shall be trying this option. 

I have found a folder called .maven in the documents directory of the
user, but how does one manually copy the plugins into this directory is 
Not known by me. Could let me know anything on this...

Thanks

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 15:45
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

Unfortunately I don´t know the answer for your first question.
Regarding the second one, you can disable the download from internet by
setting the property 'maven.mode.online' to false. Another option is to
create a mirror of ibiblio in your intranet and then donwload the artifacts
from the new remote repository by pointing the 'maven.repo.remote' to your
web server, e.g., http://www.intland.com/repository/ibiblio.

Dário



-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 09:43
To: 'Maven Users List'
Subject: AW: hello. (Maven generate reports )


Hi Dário,

I would like to know a few more things. Please let me know about it.

How can maven be started from Java? Are there examples how to integrate
maven into java applications? i.e, do we have any APIs so that we call 
Maven from a java program etc.


Can we stop maven from not downloading the plugins during a goal completion.
Since we need to integrate into a product, where it can be a local
Installation without an internet connection. 

Shall be thankful for any ideas / suggestions.Thanks.

Sreenivas.



-Ursprüngliche Nachricht-
Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. Juli 2005 14:31
An: Maven Users List
Betreff: RE: hello. (Maven generate reports )

Hi Sreenivas,

You will be able to find these reports in XML format in the
'generated-xdocs' directory.
Maven actually creates the xml documents first and then convert them to
html.
Hope it helps.

Dário

-Original Message-
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 4 de julho de 2005 07:18
To: users@maven.apache.org
Subject: hello. (Maven generate reports )


Hello !!!

 

The reports such as CheckStyle, Javadocs etc generated by the Maven is in
the html format. 

Does any body know if we can we generate reports using maven into xml
format,

So that I can store them onto a database and later use them for some
processing. 

Thanks.

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra (mksreenivas),

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 


-
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]



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