RE: JBoss:deploy-warfile Authentication

2004-06-16 Thread ECCLES, Stuart
see

http://jira.codehaus.org/browse/MPJBOSS-12



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 15 June 2004 10:12
To: [EMAIL PROTECTED]
Subject: JBoss:deploy-warfile Authentication



I have been trying to use the jboss:deploy-warfile target and it keeps
telling me that there is an authentication problem.  Is there a way to
add the username and password for the jmx-console in the
maven.jboss.jmx.url.deploy.3.2 description or is there another method
or settings to perform the same task?

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


..
BUPA
.
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any 
views or opinions presented are solely those of the author and do 
not necessarily represent those of BUPA.
.



RE: [ANN] Mevenide releases

2004-06-04 Thread ECCLES, Stuart
Eclipse RC1 is out today and is basically a bug fix release of M9

-Original Message-
From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
Sent: 02 June 2004 13:15
To: Maven Users List
Subject: Re: [ANN] Mevenide releases


Maczka Michal wrote:

 Yeap! You right. I am almost sure that I read somewhere taht m9 = rc1.

Almost right. M9 == RC0

Rafal

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


..
BUPA
.
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any 
views or opinions presented are solely those of the author and do 
not necessarily represent those of BUPA.
.



Remote Repository on a File Drive Issue

2004-05-27 Thread ECCLES, Stuart
Seem to be having issues with accessing a remote repository that is stored
on a shared drive

the remote repo properties are

maven.repo.remote=file:lonfs02//EBJAVA//repository,http://www.ibiblio.or
g/maven,http://dist.codehaus.org
maven.repo.remote.enabled=true
maven.mode.online=true
maven.proxy.host=172.24.128.87
maven.proxy.port=80


but when a developer tries downloading dependencies only stored on the file
repo by running maven from the command line they get the error. HTTP
downloads are working just fine.

BUT

if maven is run from the mevenide plugin for eclipse it WORKS...  which is
odd.

This must be some environment issue but what? i've tried changing proxy
settings and maven.repo.remote format but without success...

any ideas?

Attempting to download j2ee.jar.
Getting URL: file://lonfs02/EBJAVA/repository/j2ee/jars/j2ee.jar
Error retrieving artifact from
[file://lonfs02/EBJAVA/repository/j2ee/jars/j2ee.
jar]: java.lang.Exception: Can't get j2ee.jar to
C:\java\maven\repository\j2ee\j
ars\j2ee.jar
Getting URL: http://www.ibiblio.org/maven/j2ee/jars/j2ee.jar
File not found on one of the repos
java.io.FileNotFoundException:
http://www.ibiblio.org/maven/j2ee/jars/j2ee.jar (
HTTP Error: 404 Not Found)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:235)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:110)
at
org.apache.maven.verifier.DependencyVerifier.getRemoteArtifact(Depend
encyVerifier.java:319)
at
org.apache.maven.verifier.DependencyVerifier.getDependencies(Dependen
cyVerifier.java:258)
at
org.apache.maven.verifier.DependencyVerifier.satisfyDependencies(Depe
ndencyVerifier.java:170)
at
org.apache.maven.verifier.DependencyVerifier.verify(DependencyVerifie
r.java:96)
at
org.apache.maven.project.Project.verifyDependencies(Project.java:1353
)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
410)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
at org.apache.maven.cli.App.doMain(App.java:466)
at org.apache.maven.cli.App.main(App.java:1117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Getting URL: http://dist.codehaus.org/j2ee/jars/j2ee.jar
File not found on one of the repos
java.io.FileNotFoundException: http://dist.codehaus.org/j2ee/jars/j2ee.jar
(HTTP
 Error: 404 Not Found)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:235)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:110)
at
org.apache.maven.verifier.DependencyVerifier.getRemoteArtifact(Depend
encyVerifier.java:319)
at
org.apache.maven.verifier.DependencyVerifier.getDependencies(Dependen
cyVerifier.java:258)
at
org.apache.maven.verifier.DependencyVerifier.satisfyDependencies(Depe
ndencyVerifier.java:170)
at
org.apache.maven.verifier.DependencyVerifier.verify(DependencyVerifie
r.java:96)
at
org.apache.maven.project.Project.verifyDependencies(Project.java:1353
)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
410)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
at org.apache.maven.cli.App.doMain(App.java:466)
at org.apache.maven.cli.App.main(App.java:1117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
WARNING: Failed to download j2ee.jar.
The build cannot continue because of the following unsatisfied dependency:

j2ee.jar (no download url specified)

Total time: 2 seconds
Finished at: Thu May 27 10:29:14 BST 2004


..
BUPA
.
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any 
views or opinions presented are solely those of the author and do 
not necessarily represent those of BUPA.
.



RE: 1 Project, Multiple Atrifacts

2004-05-20 Thread ECCLES, Stuart
The one project-one artifact pardigm really restricts maven. 

For example my most common production of multiple artifact is a project
producing both an ejb jar and a  Jboss wsr. This can only be done in one
project because the wsr config and ejb is produced by Xdoclet from the same
source files.

You can produce multiple artifacts using maven.xml
I use

(The key point is to ensure your artifacts are named with different artifact
Ids even though they have different types. This is because in other projects
ie. producing an EAR dependencies with the same artifactId wont both be
included even though they are seperate types)

   preGoal name=wsr:jar
  attainGoal name=xdoclet:ejbdoclet/
   /preGoal

goal name=wsr:jar
ant:property name=maven.wsr.file
value=${maven.build.dir}/${pom.artifactId}-wsr-${pom.currentVersion}.wsr/
ant:jar destfile=${maven.wsr.file}
basedir=${maven.build.dir}/xdoclet/wsr includes=META-INF/web-service.xml
/ 
/goal

  goal name=wsr:install
prereqs=wsr:jar
description=Install the wsr in the local repository
 ant:property name=maven.wsr.filename
value=${pom.artifactId}-wsr-${pom.currentVersion}.wsr/
 ant:property name=maven.wsr.install.dir
value=${maven.repo.local}/${pom.artifactDirectory}/wsrs/
 ant:copy file=${maven.build.dir}/${maven.wsr.filename}
tofile=${maven.wsr.install.dir}/${maven.wsr.filename}/
  /goal   


   goal name=custom:install-all
 attainGoal name=ejb:install /
 attainGoal name=wsr:install /
   /goal

   preGoal name=ejb:init
  attainGoal name=xdoclet:ejbdoclet/
   /preGoal

   postGoal name=ejb:install
  ant:property name=maven.ejb.install.dir
value=${maven.repo.local}/${pom.artifactDirectory}/ejbs/
  ant:mkdir dir=${maven.ejb.install.dir}/
  ant:copy file=${maven.build.dir}/${maven.final.name}.jar
tofile=${maven.ejb.install.dir}/../jars/${maven.final.name}.jar/
   /postGoal

-Original Message-
From: David R Robison [mailto:[EMAIL PROTECTED]
Sent: 19 May 2004 12:42
To: Maven Users List; [EMAIL PROTECTED]
Subject: 1 Project, Multiple Atrifacts


Is there a way to set up a project that produces 2 jars without having to
setup
sub projects?

Thanks,
David Robison

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


..
BUPA
.
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any 
views or opinions presented are solely those of the author and do 
not necessarily represent those of BUPA.
.



RE: mks and maven

2004-05-11 Thread ECCLES, Stuart
im very interested in this as well. doesnt MKS support a CVS interface?

 

-Original Message-
From: John O'Reilly [mailto:[EMAIL PROTECTED]
Sent: 11 May 2004 17:00
To: '[EMAIL PROTECTED]'
Subject: mks and maven


Hi,

Is there any integration between Maven and MKS Source Integrity.  

Thanks,
John

This e-mail and any files transmitted with it are confidential and may be
privileged and are intended solely for the individual named/ for the use of
the individual or entity to whom they are addressed.If you are not the
intended addressee, you should not disseminate, distribute or copy this
e-mail.Please notify the sender immediately if you have received this e-mail
by mistake and delete this e-mail from your system.If you are not the
intended recipient, you are notified that reviewing, disclosing, copying,
distributing or taking any action in reliance on the contents of this e-mail
is strictly prohibited.Please note that any views or opinions expressed in
this e-mail are solely those of the author and do not necessarily represent
those of Traventec Limited.E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, or arrive late or incomplete.Traventec Limited therefore does not
accept liability for any errors or omissions in the contents of this
message, which arise as a result of e-mail transmission.The recipient should
check this e-mail and any attachments for the presence of viruses.This
e-mail has been swept for computer viruses however Traventec Limited accepts
no liability for any damage caused by any virus transmitted by this e-mail.

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


..
BUPA
.
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any 
views or opinions presented are solely those of the author and do 
not necessarily represent those of BUPA.
.