Add an other sources and classpath folder

2006-08-05 Thread Patrick GIRY

I m using MockCreator to build my tests. When I generate the mock objects, I
put the source src/mocks/java and the compiled version into
target/mocks-classes.
How can I add these directories into my pom.xml file?


openoffice-maven-plugin for files in src/site/odf

2006-08-05 Thread Geoffrey De Smet
Does anyone know if there is some sort of openoffice-maven-plugin 
available that duplicates my odf documents as pdf, html and doc to the 
generated website?


--
With kind regards,
Geoffrey De Smet


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

I tried that as well:

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:simian-report-maven-plugin' does not
exist or no valid version could be found

Am I missing out on a repository?

Have the following:

pluginRepository
idCodehaus Maven Snapshots/id
urlhttp://snapshots.maven.codehaus.org/maven2//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idCodehaus Snapshots/id
urlhttp://snapshots.repository.codehaus.org//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idApache Snapshots/id
urlhttp://svn.apache.org/maven-snapshot-repository//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5665601
Sent from the Maven - Users forum at Nabble.com.


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



download from internal repository

2006-08-05 Thread neeraj daffodil

hi
  can any one tell me the solution of following problem
i am able to download the dependency from the internal repository if i am
working in the same m/c ,i used http protocol like
http://mylocalrepository/repository
to download the dependency but when i sited in another m/c i am unable to
download from my internalrepository
can any one tell me where i am wrong

Regards
Neeraj Singh Bisht


Re: download from internal repository

2006-08-05 Thread Wayne Fay

What is an m/c??

Wayne

On 8/5/06, neeraj daffodil [EMAIL PROTECTED] wrote:

hi
  can any one tell me the solution of following problem
 i am able to download the dependency from the internal repository if i am
working in the same m/c ,i used http protocol like
http://mylocalrepository/repository
to download the dependency but when i sited in another m/c i am unable to
download from my internalrepository
can any one tell me where i am wrong

Regards
Neeraj Singh Bisht




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



Re: Add an other sources and classpath folder

2006-08-05 Thread neeraj daffodil

hi can any one give ans of  my query

i am able to download the dependency of my project from my internal
repository (http://myinternalserver/repository) if i am sited in the same
m/c but when i am sited and working from other m/c then i am unable to
download the dependency it show unable to download
 can any one tell me where i am wrong


Regards
Neeraj Singh Bisht



On 8/5/06, Patrick GIRY [EMAIL PROTECTED] wrote:


I m using MockCreator to build my tests. When I generate the mock objects,
I
put the source src/mocks/java and the compiled version into
target/mocks-classes.
How can I add these directories into my pom.xml file?




Re: download from internal repository

2006-08-05 Thread neeraj daffodil

hi sorry i used abbrivation here m/c means my computer .do u have any ideya
about  my problem

On 8/5/06, Wayne Fay [EMAIL PROTECTED] wrote:


What is an m/c??

Wayne

On 8/5/06, neeraj daffodil [EMAIL PROTECTED] wrote:
 hi
   can any one tell me the solution of following problem
  i am able to download the dependency from the internal repository if i
am
 working in the same m/c ,i used http protocol like
 http://mylocalrepository/repository
 to download the dependency but when i sited in another m/c i am unable
to
 download from my internalrepository
 can any one tell me where i am wrong

 Regards
 Neeraj Singh Bisht



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




Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

Actually
http://mojo.codehaus.org/simian-report-maven-plugin/introduction.html shows:

  build
 plugins
plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdsimian-maven-plugin/artifactId
/plugin
 /plugins
 ...
  /build

note: simian-maven-plugin and not simian-report-maven-plugin

I have tried with both plugin names under both build and reporting in the
pom without any luck.

Regards,
Jimisola
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5665908
Sent from the Maven - Users forum at Nabble.com.


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Andreas Hochsteger

It can be found here - which is on a repo you have listed:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/simian-report-maven-plugin/

HTH,
Andreas

Jimisola Laursen schrieb:

I tried that as well:

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:simian-report-maven-plugin' does not
exist or no valid version could be found

Am I missing out on a repository?

Have the following:

pluginRepository
idCodehaus Maven Snapshots/id
urlhttp://snapshots.maven.codehaus.org/maven2//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idCodehaus Snapshots/id
urlhttp://snapshots.repository.codehaus.org//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idApache Snapshots/id
urlhttp://svn.apache.org/maven-snapshot-repository//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

Andreas,

Managed to solve the issue by adding version1.0-SNAPSHOT/version to
plugin.

Don't think it has been necessary to specify SNAPSHOT version of other
plugins.

Anyway, thank you for helping out.

Regards,
Jimisola
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5666140
Sent from the Maven - Users forum at Nabble.com.


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



Re: Multiple Module Project + Eclipse + subversion

2006-08-05 Thread Alexander Rau

Hi Jan,

.project, .classpath and several other eclipse-specific files are 
created by the maven eclipse plugin ( mvn eclipse:eclipse ).


Those created files contain appropriate contents regarding the maven 
repository. E.g. .classpath gets entries pointing into your local maven 
repository using a classpath variable M2_REPO.


The existing eclipse files in your scm probably contain still references 
to libraries not in the repository. AFAIK that's the reason why you 
should (re-)create them with the plugin ( commiting them to the scm 
should be no problem as long as you are aware that you have to 
recreate/update them when you change your pom.xml (e.g. new dependencies).


Regarding the lost connection to the scm - i think those information are 
stored in the eclipse .metadata directory. Therefore it's not really 
related to maven that the connection is lost as maven does not touch 
that. I'm not sure about this - however I think that the term 
importing is somehow vague. I can remember there's a plain import 
which copies external files only into the workspace without any 
metadata. Did you use that or something else ? Anyway an 
import-mechanism should for your needs handle those .metadata stuff as 
well. Otherwise the connection will be definitivly lost.


Regarding flat vs hierarchical layouts. None of both ways is the perfect 
one. I tried both and for me it was more important to being able to work 
with eclipse properly - therefore flat layout. A lot of the maven 
plugins work with that. However there are several issues ( I had and 
still have problems with the site plugin, the release plugin seems to 
have it's problems as well). The bad thing about this actully is that 
it's not always really clear what's working with the flat layout and 
what's not. You have to try that for your project...




Regards


Alex



Jan Vissers wrote:

Hi,

(Using Maven 2.0.4)

I'm trying to figure out how to use a (Maven) multi module project in
Eclipse where Subversion is the SCM. Following the Guide to using Eclipse
with Maven 2.x somehow doesn't do it for me.

Things I don't understand:

+ why should I remove .project, .classpath ?

+ given the fact that I have indeed thrown about .project, .classpath
from the modules and have checked this in into subversion, how comes
that when I start a completely new workspace and import the modules
I end up with resources not being 'connected' anymore to subversion?

+ I've read somewhere that flattening the project layout, doesn't work due
to issues with the Maven release plugin. From JIRA it seems this is still
the case. Anyone now whether there are any workarounds for this and if
their are other issues in flattening the layout?

Thanks.
Jan


-
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: openoffice-maven-plugin for files in src/site/odf

2006-08-05 Thread Nick Veys

Not that I know of, but it seems there are at least reference to a
whole host of utilities on this site:
http://scenari-platform.org/trac/scenari/wiki/howto/generators/codesTransform
I imagine you could pretty quickly whip up a php download script to
convert on the fly for download, or use antrun or a custom plugin to
run them in the site phase.

On 8/5/06, Geoffrey De Smet [EMAIL PROTECTED] wrote:

Does anyone know if there is some sort of openoffice-maven-plugin
available that duplicates my odf documents as pdf, html and doc to the
generated website?

--
With kind regards,
Geoffrey De Smet


-
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: Re: RE: Weblogic plugin?

2006-08-05 Thread Scott Ryan
http://svn.mojo.codehaus.org/browse/mojo/trunk/mojo/mojo-sandbox/weblogic-ma
ven-plugin/

give this a shot and look in the src tree.

Scott Ryan
Chief Technology Officer
Soaring Eagle L.L.C.
[EMAIL PROTECTED]
www.soaringeagleco.com
(303) 263-3044

-Original Message-
From: Christofer Jennings [mailto:[EMAIL PROTECTED]
Sent: Friday, August 04, 2006 9:03 AM
To: Maven Users List
Subject: Re: Re: RE: Weblogic plugin?


Scott,

btw: I noticed the fisheye link to the source didn't work.
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/weblogic-maven-plugin

,chris

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