[m2] non-distributable jars

2005-05-12 Thread Simon Matic Langford
is there a handy utility anywhere in maven or one of the plugins which
will install a non-distributable jar in your local repo with a basic pom
and relevant md5's?

thanks

simon



The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: [m2] non-distributable jars

2005-05-12 Thread Simon Matic Langford
I've got it checked out, where can I find the info on how to use (or
just tell me what target, I can prob work out the rest)

I'll see if any are missing, I must be using the wrong names...

thanks

simon
 

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED] 
 Sent: 12 May 2005 11:02
 To: Maven Users List
 Subject: Re: [m2] non-distributable jars
 
 
 yes, in alpha-2 (out Friday) - it also gives instructions. You can
 build from SVN if you are in a hurry, the core is stable.
 
 The non-dist JARs should have POMs though - see the JDBC POM in the
 maven2 repo for an example. Let us know if any are missing.
 
 - Brett
 
 On 5/12/05, Simon Matic Langford [EMAIL PROTECTED] wrote:
  is there a handy utility anywhere in maven or one of the 
 plugins which
  will install a non-distributable jar in your local repo 
 with a basic pom
  and relevant md5's?
  
  thanks
  
  simon
  
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
  
 
 
 -
 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]



[m2] jdbc-2.0

2005-05-10 Thread Simon Matic Langford
Hi

I'm still getting this error when running m2-bootstrap-all.bat, but I
can't work out how to fix it, even given the instructions from this
mailing list.

[INFO] Building Maven Assembly Plugin
[INFO]


[INFO] maven-jar-plugin: using locally installed snapshot
[INFO] maven-archiver: using locally installed snapshot
[INFO] modello-maven-plugin: resolved to version
1.0-alpha-2-20050507.162225-6 from local repository
[INFO] modello-plugin-prevayler: resolved to version
1.0-alpha-2-20050502.223155-1 from local repository
[INFO] modello-plugins: resolved to version
1.0-alpha-2-20050502.223155-2 from local repository
[INFO] modello: resolved to version 1.0-alpha-2-20050502.223155-3 from
local repository
[INFO] modello-core: resolved to version 1.0-alpha-2-20050502.223155-2
from local repository
[INFO] modello-plugin-xdoc: resolved to version
1.0-alpha-2-20050502.223155-1 from local repository
[INFO] modello-plugin-jpox: resolved to version
1.0-alpha-2-20050502.223155-4 from local repository
[INFO] plexus-utils: resolved to version 1.0-alpha-3-20050422.224609-4
from local repository
[INFO] modello-plugin-store: resolved to version
1.0-alpha-2-20050502.223155-2 from local repository
[INFO] modello-plugin-xml: resolved to version
1.0-alpha-2-20050506.125731-3 from local repository
Downloading: http://repo1.maven.org/maven2/jdbc/jdbc/2.0/jdbc-2.0.pom
[WARNING] Unable to get resource from repository
http://repo1.maven.org/maven2
[INFO]


[INFO] BUILD FAILURE
[INFO]


[INFO] Main Error:
  Error transitively resolving artifacts:

Root error:
  Unable to download the artifact from any repository


I have created a directory in my repository, full path is:

C:\Documents and Settings\langfors\.m2\repository\jdbc\jdbc\2.0

I created an empty jdbc-2.0.jar and a jdbc-2.0.jar.pom which contains:

project
  modelVersion4.0.0/modelVersion
  groupIdjdbc/groupId
  artifactIdjdbc/artifactId
  version2.0/version
/project

I have a jdbc-2.0.jar.md5 which contains
d41d8cd98f00b204e9800998ecf8427e which is the md5sum result.

my settings.xml:

settings
  proxies
 proxy
activetrue/active
protocolhttp/protocol
host200.254.1.248/host
port3128/port
username***/username
password***/password
nonProxyHosts*.datafit.co.uk/nonProxyHosts
  /proxy
/proxies
profiles
  profile
activetrue/active
localRepositoryc:/Documents and
Settings/langfors/.m2/repository/localRepository
  /profile
/profiles
/settings

what have I missed?

Thanks

simon




The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: [m2] jdbc-2.0

2005-05-10 Thread Simon Matic Langford
it was in velocity-1.4.pom, I think this must have been from a week or
so ago.

which was about to beg the question why don't pom's have md5's, but
they do
so how come I never got a new one.

anyway I've deleted the velocity dir from my local repos and I get an
odd error
from modello (although it tries to continue)

Exception in thread main java.lang.NoSuchMethodError:
org.apache.maven.plugin.AbstractMojo.getLog()Lorg/apache/maven/monitor/l
ogging/Log
at
org.codehaus.modello.maven.AbstractModelloGeneratorMojo.execute(Abstract
ModelloGeneratorMojo.java:122)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:415)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.processGoals(Default
LifecycleExecutor.java:168)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:89)
at
org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:231)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:147)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:243)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416)
at org.codehaus.classworlds.Launcher.main(Launcher.java:363)

then it0015 fails:

it0015... FAILED
- Standard Out -
Removing file: target/out.txt

org.apache.maven.it.VerificationException: Expected file was not found:
F:\m2-svn\maven\components\trunk\maven-core-it\it0015\target\out.txt
at
org.apache.maven.it.Verifier.verifyExpectedResult(Verifier.java:393)
at org.apache.maven.it.Verifier.verify(Verifier.java:109)
at org.apache.maven.it.Verifier.main(Verifier.java:538)
Log file contents:
+ Error stacktraces are turned on.

and then 16, 17  18 fail, and then it finally gives up the ghost with:

[INFO] Error while transitively resolving artifacts (transitive path
trace currently unavailable):

Root Error:
  Failed to validate POM for 'Artifact
[marmalade:marmalade-el-commons:pom:1.0-alpha-2]'.

  Reason(s):
  [0]  'modelVersion' is missing.

Simon

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED] 
 Sent: 10 May 2005 10:12
 To: Maven Users List
 Subject: Re: [m2] jdbc-2.0
 
 
 On 5/10/05, Simon Matic Langford [EMAIL PROTECTED] wrote:
  Hi
  
  I'm still getting this error when running 
 m2-bootstrap-all.bat, but I
  can't work out how to fix it, even given the instructions from this
  mailing list.
  
 
 jdbc isn't required by modello or any of the m2 archives:
 unfortunately, m2 does not currently report where it is coming from.
 
 Can you check if you have a jdbc dependency in your local repository
 by searcing the .pom files? That POM may need to be fixed at our end.
 
 - Brett
 
 -
 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: [Maven Users] then followed by subject

2005-05-10 Thread Simon Matic Langford
Vijayakumar,

I've seen this request on a number of lists and the response is almost
universal:

Don't filter emails solely by subject.

Most mail clients allow you to configure segregation rules based on the
from address or
the to address, in addition to a number of others.

Simon


The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Sent: 10 May 2005 12:32
 To: users@maven.apache.org
 Subject: [Maven Users] then followed by subject
 
 
 
 Maven moderator,
 
 
 
 
 
 
 
 It's better to carry a subject information as  [Maven Users] then
 followed by subject
 
 
 
 
 Where as I had subscribed to anthill pro group , always email 
 come with
 below mentioned convention
 
 
 
 
 [Anthill-pro] clearcase label
 
 
 
 
 
 
 
 It will help us segregate the mails automatically
 
 
 
 
 
 
 
 Can moderator for this group can introduce this feature !!
 
 
 
 
 
 
 
 Thanks and Regards,
 
 
 
 
 Vijayakumar L
 Associate Consultant,
 
 Wipro Technologies,
 475, Old Mahabalipuram Road,
 Sholinganallur,
 
 Chennai 600119.
 +91-44-24500200 x 2671
 +91-9840664392 (M)
 
 
 
 
 
 
 
 
 Confidentiality Notice
 
 
 The information contained in this electronic message and any 
 attachments to this message are intended
 for the exclusive use of the addressee(s) and may contain 
 confidential or privileged information. If
 you are not the intended recipient, please notify the sender 
 at Wipro or [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.
 


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



RE: [Maven Users] then followed by subject

2005-05-10 Thread Simon Matic Langford
Vijay,

I must say I hadn't noticed anything erroneously going to my inbox, so I
couldn't possibly comment. But surely adding an or rule can't be that
complex.

Simon 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Sent: 10 May 2005 13:07
 To: users@maven.apache.org
 Subject: RE: [Maven Users] then followed by subject
 
 
 
 Simon,
 
 At times some members in this group are sending mails
 
 By using CC address option instead of To address option
 
 So defining a rules becoming very complex
 
 Rgds
 
 Vijay
 
 
 
 -Original Message-
 From: Simon Matic Langford [mailto:[EMAIL PROTECTED]
 
 Sent: Tuesday, May 10, 2005 5:05 PM
 To: 'Maven Users List'
 Subject: RE: [Maven Users] then followed by subject
 
 Vijayakumar,
 
 I've seen this request on a number of lists and the response is almost
 universal:
 
 Don't filter emails solely by subject.
 
 Most mail clients allow you to configure segregation rules 
 based on the
 from address or
 the to address, in addition to a number of others.
 
 Simon
 
 
 The information contained in this e-mail is intended only for 
 the person
 or
 entity to which it is addressed and may contain confidential and/or
 privileged material. If You are not the intended recipient of this
 e-mail,
 the use of this information or any disclosure, copying or distribution
 is
 Prohibited and may be unlawful. If you received this in error, please
 contact the sender and delete the material from any computer. 
 The views
 expressed in this e-mail may not necessarily be the views of The PCMS
 Group
 plc and should not be taken as authority to carry out any instruction
 contained.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
 
  [mailto:[EMAIL PROTECTED]
 
  Sent: 10 May 2005 12:32
  To: users@maven.apache.org
  Subject: [Maven Users] then followed by subject
 
 
 
 
 
 
  Maven moderator,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  It's better to carry a subject information as  [Maven Users] then
  followed by subject
 
 
 
 
 
 
 
 
  Where as I had subscribed to anthill pro group , always email
 
  come with
  below mentioned convention
 
 
 
 
 
 
 
 
  [Anthill-pro] clearcase label
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  It will help us segregate the mails automatically
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  Can moderator for this group can introduce this feature !!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  Thanks and Regards,
 
 
 
 
 
 
 
 
  Vijayakumar L
  Associate Consultant,
 
 
  Wipro Technologies,
  475, Old Mahabalipuram Road,
  Sholinganallur,
 
 
  Chennai 600119.
  +91-44-24500200 x 2671
  +91-9840664392 (M)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  Confidentiality Notice
 
 
 
 
  The information contained in this electronic message and any
 
  attachments to this message are intended
  for the exclusive use of the addressee(s) and may contain
 
  confidential or privileged information. If
  you are not the intended recipient, please notify the sender
 
  at Wipro or [EMAIL PROTECTED] immediately
  and destroy all copies of this message and any attachments.
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Confidentiality Notice
 
 
 The information contained in this electronic message and any 
 attachments to this message are intended
 for the exclusive use of the addressee(s) and may contain 
 confidential or privileged information. If
 you are not the intended recipient, please notify the sender 
 at Wipro or [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.
 
 -
 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: [m2] jdbc-2.0

2005-05-10 Thread Simon Matic Langford
hmm, that worked a bit better, I went for total overkill and deleted the
entire
contents of my local repos before reboostrapping.

thanks

simon
 

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED] 
 Sent: 10 May 2005 11:37
 To: Maven Users List
 Subject: Re: [m2] jdbc-2.0
 
 
 Sorry, there are two issues:
 - some released, previously downloaded poms needed to be updated in
 the repo (delete the marmalade directory to fix your problem)
 - md5's couldn't be checked due to invalid ones. This can soon be
 turned back on.
 
 Yes - the feature above is planned - but for alpha-3.
 
 HTH,
 Brett
 
 On 5/10/05, Kenney Westerhof [EMAIL PROTECTED] wrote:
  On Tue, 10 May 2005, Simon Matic Langford wrote:
  
  I've had similar problems. Apparently the modello pom was incorrect.
  I've checked out the source and installed modello locally, 
 but it didn't
  work until I deleted the ~/.m2/repository/modello 
 directory. Apparently
  the downloaded snapshot was considered newer than my local install.
 
 -
 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: [m2] svn access

2005-05-06 Thread Simon Matic Langford
thanks,

I managed to fix it by using https instead of http, then it goes
whistling
straight through the proxy.

simon
 

 -Original Message-
 From: Anatol Pomozov [mailto:[EMAIL PROTECTED] 
 Sent: 05 May 2005 20:29
 To: Maven Users List
 Subject: Re: [m2] svn access
 
 
 Your proxy does not allow PROPFIND http method. Ask your administrator
 to configure proxy server.
 
 On 5/5/05, Simon Matic Langford [EMAIL PROTECTED] wrote:
  hi,
  
  I tried to guess the svn url from the maven 1 instructions and the
  viewcvs link as: 
 http://svn.apache.org/repos/asf/maven/componen ts/trunk
  
  
 but it doesn't seem to work, any ideas?
  
  
 F:\m2-svnsvn co 
 http://svn.apache.org/repos/asf/maven/componen ts/trunk
  
 maven/components/trunk
  svn: PROPFIND request 
 failed on '/repos/asf/maven/components/trunk'
  svn: PROPFIND of '/repos/asf/maven/components/trunk': Could not read
  status line: An existing connection was forcibly closed by 
 the remote
  host.   (http://svn.apache.org)
  
  thanks
  
  simon
  
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
  
  
 
 
 -- 
 anatol
 
 -
 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]



[m2] bootstrap build from scratch

2005-05-06 Thread Simon Matic Langford
hi,

I'm trying to do a bootstrap build from latest svn code, and I've
followed the contents of the Readme, and it don't seem to be working:

F:\m2-svnmd m2-latest

F:\m2-svnmd m2-latest\bin

F:\m2-svnset M2_HOME=f:\m2-svn\m2-latest

F:\m2-svnset PATH=%M2_HOME%\bin;%PATH%

F:\m2-svncd maven\components\trunk

F:\m2-svn\maven\components\trunkm2-bootstrap-all.bat
1 file(s) copied.
Exception in thread main java.lang.NullPointerException
at MBoot.run(MBoot.java:157)
at MBoot.main(MBoot.java:117)
Rebuilding maven2 plugins

ERROR: M2_HOME is set to an invalid directory.
M2_HOME = f:\m2-svn\m2-latest
Please set the M2_HOME variable in your environment to match the
location of the Maven installation

Running integration tests
Exception in thread main java.lang.NoClassDefFoundError:
org/apache/maven/it/Verifier

my maven.properties has the following:

F:\m2-svn\maven\components\trunkcat C:\Documents and
Settings\langfors\.m2\maven.properties
maven.repo.local=c:/Documents and Settings/langfors/.m2/repository

any ideas? apart from the null pointers and errors, it seems to complain
about the location of M2_HOME, yet the readme says to set this to where
you want m2 to be installed.


thanks

simon



The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: [m2] bootstrap build from scratch

2005-05-06 Thread Simon Matic Langford
hi,

this didn't seem to do much, so I did some digging in the code and found
I was missing this from settings.xml:


profiles
  profile
activetrue/active
localRepositoryc:/Documents and
Settings/langfors/.m2/repository/localRepository
  /profile
/profiles

alpha-1 didn't require this, might be handy to put into the readme?

simon
 

 -Original Message-
 From: Kenney Westerhof [mailto:[EMAIL PROTECTED] 
 Sent: 06 May 2005 15:56
 To: Maven Users List
 Subject: Re: [m2] bootstrap build from scratch
 
 
 On Fri, 6 May 2005, Simon Matic Langford wrote:
 
 Try using forward slashes for M2_HOME, or leave that 
 environment variable
 empty. M2 will then be built in target/ somewhere.
 
 (btw, are there any directories/files created in %M2_HOME% ?)
 
 Further, maven.properties is not required to exist; and if you must
 specify the local repository, try to use the path without 
 spaces (use a
 dos box and dir /x to get the shortname for the C:\Documents 
 and Settings\
 directory (probably DOCUME~1).
 
 Success!
 
 -- Kenney
 
 
  hi,
 
  I'm trying to do a bootstrap build from latest svn code, and I've
  followed the contents of the Readme, and it don't seem to 
 be working:
 
  F:\m2-svnmd m2-latest
 
  F:\m2-svnmd m2-latest\bin
 
  F:\m2-svnset M2_HOME=f:\m2-svn\m2-latest
 
  F:\m2-svnset PATH=%M2_HOME%\bin;%PATH%
 
  F:\m2-svncd maven\components\trunk
 
  F:\m2-svn\maven\components\trunkm2-bootstrap-all.bat
  1 file(s) copied.
  Exception in thread main java.lang.NullPointerException
  at MBoot.run(MBoot.java:157)
  at MBoot.main(MBoot.java:117)
  Rebuilding maven2 plugins
 
  ERROR: M2_HOME is set to an invalid directory.
  M2_HOME = f:\m2-svn\m2-latest
  Please set the M2_HOME variable in your environment to match the
  location of the Maven installation
 
  Running integration tests
  Exception in thread main java.lang.NoClassDefFoundError:
  org/apache/maven/it/Verifier
 
  my maven.properties has the following:
 
  F:\m2-svn\maven\components\trunkcat C:\Documents and
  Settings\langfors\.m2\maven.properties
  maven.repo.local=c:/Documents and Settings/langfors/.m2/repository
 
  any ideas? apart from the null pointers and errors, it 
 seems to complain
  about the location of M2_HOME, yet the readme says to set 
 this to where
  you want m2 to be installed.
 
 
  thanks
 
  simon
 
 
 
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
 
 
 
 
 --
 Kenney Westerhof
 http://www.neonics.com
 GPG public key: http://www.gods.nl/~forge/kenneyw.key
 
 -
 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]



checking out m2

2005-05-05 Thread Simon Matic Langford
hi,

I want to checkout m2's HEAD, what's the url, as
http://svn.apache.org/viewcvs.cgi/maven/components/ which is on the
project info isn't going to work with an svn client is it?

thanks

simon


[m2] svn access

2005-05-05 Thread Simon Matic Langford
hi,

I tried to guess the svn url from the maven 1 instructions and the
viewcvs link as: http://svn.apache.org/repos/asf/maven/components/trunk

but it doesn't seem to work, any ideas?

F:\m2-svnsvn co http://svn.apache.org/repos/asf/maven/components/trunk
maven/components/trunk
svn: PROPFIND request failed on '/repos/asf/maven/components/trunk'
svn: PROPFIND of '/repos/asf/maven/components/trunk': Could not read
status line: An existing connection was forcibly closed by the remote
host.   (http://svn.apache.org)

thanks

simon



The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: [m2] exception while creating skeleton project

2005-05-03 Thread Simon Matic Langford
it sounds like having to create a dummy pom and blank jar is a bit of a
hack
isn't there a cleaner way to support jars that can't be released?

simon
 

 -Original Message-
 From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
 Sent: 29 April 2005 13:55
 To: Maven Users List
 Subject: Re: [m2] exception while creating skeleton project
 
 ...

 jdbc.jar is a jar file from Sun that we're 
 not allowed
 to distribute to you will have to make a stub pom[1] for it. For this
 particular jar the classes will be in your JDK if you use a recent JDK
 version (IIRC JDBC 2 was included in 1.2) so you can just make a empty
 file in your repo called: jdbc/jdbc/2.0/jdbc-2.0.jar
 
 [1]:
 project
   modelVersion4.0.0/modelVersion
   groupIdjdbc/groupId
   artifactIdjdbc/artifactId
   version2.0/version
 /project
 
 --
 Trygve
 


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



Maven 2 error

2005-04-29 Thread Simon Matic Langford
Hi,

I downloaded maven2 and tried to follow the getting started
instructions, so I ran:

m2 archetype:create -DgroupId=com.pcmsgroup.v21.common.logging
-DartifactId=v21-common-logging

as detailed, and once I'd sorted my proxy settings, all looked well,
until I got the little stack trace at the end. From what I could
find on mailing lists it seems to be an invalid or missing dependency,
how can I fix it? Also where'd the wiki go? FAQ's for M2
would be quite handy.

Thanks

Simon


org.apache.maven.reactor.ReactorException: Error executing project
within the reactor
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:144)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:243)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416)
at org.codehaus.classworlds.Launcher.main(Launcher.java:363)
Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Error
during lifecycle execution
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:154)
at
org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:212)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:136)
... 9 more
Caused by:
org.apache.maven.artifact.resolver.ArtifactResolutionException: Error
transitively resolving artifacts:
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransi
tively(DefaultArtifactResolver.java:191)
at
org.codehaus.plexus.DefaultArtifactEnabledContainer.addComponent(Default
ArtifactEnabledContainer.java:183)
at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginMana
ger.java:299)
at
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginM
anager.java:272)
at
org.apache.maven.plugin.DefaultPluginManager.verifyPluginForGoal(Default
PluginManager.java:219)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyMojoPhase(Defa
ultLifecycleExecutor.java:377)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.processGoalChain(Def
aultLifecycleExecutor.java:353)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:136)
... 11 more
Caused by:
org.apache.maven.artifact.resolver.TransitiveArtifactResolutionException
: Error retrieving metadata [jdbc:jdbc:jar:2.0] :
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.collect(Defau
ltArtifactResolver.java:307)
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransi
tively(DefaultArtifactResolver.java:187)
... 18 more
Caused by:
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
Unable to read the metadata file
at
org.apache.maven.artifact.MavenMetadataSource.retrieve(MavenMetadataSour
ce.java:89)
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.collect(Defau
ltArtifactResolver.java:303)
... 19 more
Caused by: org.apache.maven.project.ProjectBuildingException: Unable to
find artifact: jdbc:jdbc:pom:2.0
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromReposit
ory(DefaultMavenProjectBuilder.java:167)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(
DefaultMavenProjectBuilder.java:149)
at
org.apache.maven.artifact.MavenMetadataSource.retrieve(MavenMetadataSour
ce.java:83)
... 20 more


The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: Maven 2 error

2005-04-29 Thread Simon Matic Langford
alas, I'm trying to create the pom file using m2, so I don't have any
dependencies
yet, I don't even have a pom file.
 

 -Original Message-
 From: BADIHI David [mailto:[EMAIL PROTECTED] 
 Sent: 29 April 2005 17:17
 To: Maven Users List
 Subject: RE: Maven 2 error
 
 
 Hi,
 
 You can put the missing jar in your repository, then in your 
 POM file, indicate its name.
 
 Example :
 
 dependencies
 dependency
   groupIdstruts/groupId
   artifactIdstruts/artifactId
   version1.1/version
 /dependency
 /dependencies
 
 
 -Message d'origine-
 De : Simon Matic Langford [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 29 avril 2005 18:08
 À : users@maven.apache.org
 Objet : Maven 2 error
 
 Hi,
 
 I downloaded maven2 and tried to follow the getting started 
 instructions, so I ran:
 
 m2 archetype:create -DgroupId=com.pcmsgroup.v21.common.logging
 -DartifactId=v21-common-logging
 
 as detailed, and once I'd sorted my proxy settings, all 
 looked well, until I got the little stack trace at the end. 
 From what I could find on mailing lists it seems to be an 
 invalid or missing dependency, how can I fix it? Also where'd 
 the wiki go? FAQ's for M2 would be quite handy.
 
 Thanks
 
 Simon
 
 
 org.apache.maven.reactor.ReactorException: Error executing 
 project within the reactor
 at 
 org.apache.maven.DefaultMaven.execute(DefaultMaven.java:144)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:233)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.jav
 a:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessor
 Impl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:243)
 at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:363)
 Caused by: 
 org.apache.maven.lifecycle.LifecycleExecutionException: Error 
 during lifecycle execution
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De
 faultLifec
 ycleExecutor.java:154)
 at
 org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:212)
 at 
 org.apache.maven.DefaultMaven.execute(DefaultMaven.java:136)
 ... 9 more
 Caused by:
 org.apache.maven.artifact.resolver.ArtifactResolutionException
 : Error transitively resolving artifacts:
 at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.res
 olveTransi
 tively(DefaultArtifactResolver.java:191)
 at
 org.codehaus.plexus.DefaultArtifactEnabledContainer.addCompone
 nt(Default
 ArtifactEnabledContainer.java:183)
 at
 org.apache.maven.plugin.DefaultPluginManager.addPlugin(Default
 PluginMana
 ger.java:299)
 at
 org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(Defa
 ultPluginM
 anager.java:272)
 at
 org.apache.maven.plugin.DefaultPluginManager.verifyPluginForGo
 al(Default
 PluginManager.java:219)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyMojo
 Phase(Defa
 ultLifecycleExecutor.java:377)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.processGoa
 lChain(Def
 aultLifecycleExecutor.java:353)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De
 faultLifec
 ycleExecutor.java:136)
 ... 11 more
 Caused by:
 org.apache.maven.artifact.resolver.TransitiveArtifactResolutio
 nException
 : Error retrieving metadata [jdbc:jdbc:jar:2.0] :
 at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.col
 lect(Defau
 ltArtifactResolver.java:307)
 at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.res
 olveTransi
 tively(DefaultArtifactResolver.java:187)
 ... 18 more
 Caused by:
 org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
 Unable to read the metadata file
 at
 org.apache.maven.artifact.MavenMetadataSource.retrieve(MavenMe
 tadataSour
 ce.java:89)
 at
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.col
 lect(Defau
 ltArtifactResolver.java:303)
 ... 19 more
 Caused by: org.apache.maven.project.ProjectBuildingException: 
 Unable to find artifact: jdbc:jdbc:pom:2.0
 at
 org.apache.maven.project.DefaultMavenProjectBuilder.findModelF
 romReposit
 ory(DefaultMavenProjectBuilder.java:167)
 at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromR
 epository(
 DefaultMavenProjectBuilder.java:149)
 at
 org.apache.maven.artifact.MavenMetadataSource.retrieve(MavenMe
 tadataSour
 ce.java:83)
 ... 20 more
 
 
 The information contained in this e-mail is intended only for 
 the person or entity to which it is addressed and may contain 
 confidential and/or privileged material. If You

jxr plugin output

2003-08-22 Thread Simon Matic Langford
hi all,

we're noticing a lot of output from the jxr plugin which we'd rather
went to a file.

I had a look at org.apache.maven.jxr.pacman.PackageManager, and the
log(String)
method, but that just seems to do a System.out.println().

Am I correct in assuming this means I can't stop it? is this still the
same in head?

otherwise I'll try and do a patch.

thanks

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: RE : Checkstyle report problem

2003-08-20 Thread Simon Matic Langford
not according to your documentation:

http://maven.apache.org/start/integrate.html

s

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
 Sent: 20 August 2003 10:26
 To: Maven Users List
 Subject: Re: RE : Checkstyle report problem
 
 
 No, because we recommend to use ${basedir} un pom declaration
 sourceDirectory${basedir}/src/java/sourceDirectory
 
 - Original Message - 
 From: Nicolas FRANK [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Wednesday, August 20, 2003 10:43 AM
 Subject: RE : RE : Checkstyle report problem
 
 
 Yes, the cvs head
 (http://cvs.apache.org/viewcvs/maven/src/plugins-build/checkst
 yle/src/plugin
 -
 resources/checkstyle.jsl?rev=HEADcontent-type=text/vnd.viewcv
 s-markup)
 of checkstyle.jsl gives  j:set var=fullSrcDir
 value=${pom.build.sourceDirectory}/ while it should be j:set
 var=fullSrcDir value=${basedir}/${pom.build.sourceDirectory}/
 
 
 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 20 août 2003 01:48
 À : Maven Users List
 Objet : RE : Checkstyle report problem
 
 
 I was sure I fixed this recently. Are you sure this happens 
 with the new
 HEAD?
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Nicolas FRANK [EMAIL PROTECTED] wrote on 
 19/08/2003 07:31:11
 PM:
 
  I have something similar (but this is not the same 
 problem), with the
 cvs
  head of the checkstyle plugin.
 
  The problem happens only when using the reactor:
 
  m:reactor basedir=${basedir} includes=**/project.xml
 goals=site:deploy
  banner=deployement site web ignoreFailures=false/
 
  With the reactor the report links look like that:
 
 
 xref\ier\src\java\com\financeactive\acuf\canvasDoc\xml\UserCon
 textAcuf.html#
 2
  8
 
  The correct version is well created when directly running 
 site:deploy
  on
 the
  ejb-tier project:
 
  xref/com/financeactive/acuf/canvasDoc/xml/UserContextAcuf.html#28
 
  I guess this has something related with the sourceDir, but couldn't
  find
 any
  way to fix it...
  Any idea (I am sure that other people have already deal with that)?
 
 
  -Message d'origine-
  De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Envoyé : mardi 19 août 2003 04:07
  À : Maven Users List
  Objet : Re: Checkstyle report problem
 
 
  Is this from beta-10 or from the stable branch. I believe this was
  fixed
 
  after b10 was released.
  --
  dIon Gillard, Multitask Consulting
  Blog:  http://blogs.codehaus.org/people/dion/
 
 
  Boris Ekelchik [EMAIL PROTECTED] wrote on 
 19/08/2003
  11:39:06 AM:
 
   Generated links and labels in the checkstyle report seam to loose
   random number of characters from original class names, e.g.:
  
  
  
   Checkstyle report row for ApplicationException is
  
   tr
  
 td
  
   a href=#plicationException.javaplicationException.java/a
  
 /td
  
 td1/td
  
   /tr
  
  
  
   TopiHandler becomes:
  
   tr
  
 td
  
   a href=#opicHandler.javaopicHandler.java/a
  
 /td
  
 td55/td
  
   /tr
  
  
  
   I am not totally sure, but it may something to do with this in
   
 maven-checkstyle-plugin-2.0-SNAPSHOT\plugin-resources\checkstyle.jsl
   :
  
  
  
   j:forEach var=file items=${files}
  
 !-- Type coercion doesn't work worth a 
 fuck in jexl.
  --
  
 j:set var=name
   value=${file.attribute('name').getValue()}/
  
 j:set var=name
  
 
 value=${name.substring(mavenTool.toInteger(srcDirLength.toStr
 ing()))}/
  
 util:replace var=name value=${name} 
 oldChar=\\
   newChar=//
  
 !--- +1 is for the trailing slash above --
  
 j:set var=errorCountx:expr
   select=count($file/error)//j:set
  
  
  
 j:if test=${errorCount != 0}
  
   tr
  
 td
  
   a href=#${name}${name}/a
  
 /td
  
 tddoc:formatAsNumber string=${errorCount}
   pattern=0//td
  
   /tr
  
 /j:if
  
   /j:forEach
  
 /table
  
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

RE: Ant teskdef question

2003-08-18 Thread Simon Matic Langford
you don't have a classpath defined, try something like this:


   ant:taskdef name=wldeploy
classname=weblogic.ant.taskdefs.management.WLDeploy
  ant:classpath
ant:path refid=maven.dependency.classpath/
  /ant:classpath
   /ant:taskdef

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] 
 Sent: 18 August 2003 15:38
 To: [EMAIL PROTECTED]
 Subject: Ant teskdef question
 
 
 Hello,
 
 With a Ant build file, I made a Maven plugin. The Ant build 
 file use some custom taskdef. When I run it with maven (I put 
 build.xml in maven.xml), I've got an error on the taskdef :
 
 -
 BUILD FAILED
 File.. file:/D:/eclipse/workspace/g-contact/
 Element... ant:taskdef
 Line.. 7
 Column 87
 taskdef class weblogic.ant.taskdefs.management.WLDeploy 
 cannot be found
 Total time:  2 seconds
 --
 
 Where I must put the jar whitch contain my custom taskdef ? I 
 put it in the project.xml dependencies but it's not working.
 
 Here my maven.xml :
 
 project xmlns:ant=jelly:ant
 goal name=ejbgen
 ant:project name=contact default=all basedir=.
 
   ant:taskdef name=wldeploy 
 classname=weblogic.ant.taskdefs.management.WLDeploy/
   ant:taskdef name=wlappc 
 classname=weblogic.ant.taskdefs.j2ee.Appc/
 
 
 ...
 
 
 Thx,
 -emmanuel
 
 
 
 -
 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]



finding if a goal is available

2003-08-15 Thread Simon Matic Langford
hi,

is there anyway to find if a goal is available?

ie, I have some custom plugins, so I want to check to see if they're
installed before trying to register them.

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: About Javadoc links

2003-08-14 Thread Simon Matic Langford
we'd actually like to do the offline links even when online, as javadoc
can't go
through a proxy.

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Paul Libbrecht [mailto:[EMAIL PROTECTED] 
 Sent: 14 August 2003 10:27
 To: Maven Users List
 Subject: Re: About Javadoc links
 
 
 But having one property is a problem: it's not extensible, or do I 
 mistake?
 
 Paul
 
 On Jeudi, août 14, 2003, at 11:17 Europe/Paris, Martin Skopp wrote:
  There's already this maven.javadoc.links property where 
 you specify
  the link-ONLINE urls, packages seperated by comma.
 
  Sad thing is that the javadoc plugins ignores the link-ONLINE 
  completely
  when in offline mode:
 
  --- SNIP ---
  j:when test=${maven.mode.online}/
  j:otherwise
j:set var=maven.javadoc.links value=/
  /j:otherwise
  --- SNIP ---
 
  IMHO a property maven.javadoc.offlineLinks could be 
 helpful.  And the
  javadoc plugin needs to respect it...
 
  Offline javadoc links could be VERY helpful, e.g. when you 
 travel with
  your laptop and you like to read the API doc...
 
  cu
  -- 
  Martin Skopp
  Riege Software International GmbH
  Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
  This email is intended to be viewed with a nonproportional font.
  Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
  Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5
 
 
 
  
 -
  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: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Simon Matic Langford
I use cruisecontrol and we couldn't get the maven integration working,
so
we just use a wrapper ant script with an exec failonerror=true and
we definitely see non zero error codes, ususally 70.

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Tomasz Pik [mailto:[EMAIL PROTECTED] 
 Sent: 14 August 2003 09:47
 To: Maven Users List
 Subject: Re: Maven Return Codes in a Continuous Integration 
 environment
 
 
 [EMAIL PROTECTED] wrote:
  There are these in App.java
  
  /** return code for ok processing */
  private static final int RC_OK = 0;
 
 cut/
 Maybe make them public and document their values as a part
 of javadoc. So:
 
/**
 * bcode0/code/b return code for ok processing.
 */
public static final int RC_OK = 0;
 
 ?
 
 Regards,
 Tomek
 
  
  dIon Gillard, Multitask Consulting
 
 
 
 
 -
 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]



goal dependencies

2003-08-07 Thread Simon Matic Langford
is it possible to make a goal depend on another goal, similar to ant
targets?

I can put an attainGoal/ tag in my goal, but that causes the goal to
be run, regardless
of whether or not it has been run before, and some goals do their thing
everytime, regardless
of whether they've been run, which I'm sure is sometimes necessary (eg
clover needs test:test to
run again because it instruments the code). Unless goals (and plugins)
should check better
to see if they need to run?

thanks

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: In-Place Web Development

2003-08-01 Thread Simon Matic Langford
This is all very well, but we have some developers who'd ideally like to
not 
have to run maven at all whilst doing webapp development, but still
leverage
it for building all our reports and doing build checks before code
checkin.

ie we don't want to be copying files about, is this possible, so far
I've told them
no.

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Siegfried Göschl [mailto:[EMAIL PROTECTED] 
 Sent: 01 August 2003 10:53
 To: Maven Users List
 Subject: RE: In-Place Web Development
 
 
 Hi Brett,
 
 I came along this issue two weeks ago using Eclipse, Tomcat, Struts 
 and the Tomcat Plugin for Eclipse.
 
 What I'm doing:
 
 +) I left MAVEN alone and tweaked the Eclipse confiugration to 
 generate the class file into src/webapp/WEB-INF/classes.
 
 +) added a postGoal to war:webapp calling a locally defined goal 
 local:webapp
 
 goal name =local:webapp
   
   echoCopy libs to ${maven.war.src}/WEB-INF/lib/echo
   copy todir=${maven.war.src}/WEB-INF/lib overwrite=true
 fileset dir=${maven.build.dir}/${pom.artifactId}/WEB-INF/lib
   include name=**/*.*/
 /fileset
   /copy  
 
   echoCopy class files to ${maven.war.src}/WEB-INF/classes/echo
   copy todir=${maven.war.src}/WEB-INF/classes overwrite=true
   fileset dir=${maven.build.dir}/${pom.artifactId}/WEBINF/classes
 include name=**/*.*/
/fileset
   /copy  
 
 /goal
 
 What it does is to copy the libs and generated classes from target 
 into src/webapp/WEB-INF. And this is the place where the in-place 
 development is done - the main inconvenience is changing the 
 referenced JARs.
 
 
 Cheers,
 
 Siegfried Goeschl
 
 
 
 On 1 Aug 2003 at 15:59, Brett Porter wrote:
 
  This isn't really in place though.. Although it is quick enough for
  me.
  
  If you want it in place, what I've done in the past is have 
 the target
  dir set to the current directory so that WEB-INF/lib and classes get
  populated by maven (everything else src=dest so its no 
 problem), then
  symlink or configure whatever tomcat instance you are 
 running to that
  directory, compile into WEB-INF/classes, tweak your JSPs, etc
  
  - Brett
  
   -Original Message-
   From: Ben Walding [mailto:[EMAIL PROTECTED] 
   Sent: Friday, 1 August 2003 3:45 PM
   To: Maven Users List
   Subject: Re: In-Place Web Development
   
   
   Take a look at
   http://wiki.codehaus.org/maven/CreatingWebApplications
   
   Dave Ford wrote:
   
   How do people do in-place web development with Maven? 
 I have been
developing web apps in-place now for quite some time 
   (pre-maven). By 
   in-place, I mean the following:
   
  
 
 
 -
 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 : In-Place Web Development

2003-08-01 Thread Simon Matic Langford
what if you're not using ejb?

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: BRUNOT Sébastien [mailto:[EMAIL PROTECTED] 
 Sent: 01 August 2003 09:53
 To: 'Maven Users List'
 Subject: RE : In-Place Web Development
 
 
 I used to agree with that... I've been coding J2EE app for 
 two years now,
 always using this way of working, and considering two 
 distinct processes :
 
 1) Code Authoring, done by the developper, using this in-place
 structuration ;
 2) Module Assembling, done by the architect, using ant...
 
 But what about testing : can you set an efficient unit 
 testing environment
 with in-place structuration ? Wich steps are necessary to 
 run cactus tests
 for example ? Do you think your developpers will go through 
 this steps each
 time they modify code ? With maven, this is a single command 
 operation that
 build, run tests, deploy...
 
 Another point is That in-place structuration is impossible 
 for your ejb
 modules.
 
 Sebastien BRUNOT
 
 -Message d'origine-
 De : Dave Ford [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 1 août 2003 01:17
 À : Maven Users
 Objet : In-Place Web Development
 
 
 How do people do in-place web development with Maven? I have been
 developing web apps in-place now for quite some time (pre-maven). By
 in-place, I mean the following:
 
 - My development servlet container (Resin) runs an un-jared web app
 - My development webapp and the executable webapp are one in the same
 - Jikes/IntelliJ places class files directly in WEB-INF/classes
 - My servlet container is setup so that it doesn't cache 
 pages or class
 files
   so i never have to restart anything or reload the web app
 
 This is super convenient and fast. I can make changes to jsp 
 pages and .java
 files, press ctrl-F9 in IntelliJ, Alt-Tab to the browser and 
 F5 to see my
 changed web app. The time between making a change and viewing 
 the change is
 1/4 second. I'm used to this.
 
 So now, I've set up my web app to work with Maven's war 
 plugin and I have
 lost the in-place development luxury because I have to run 
 the war:webapp
 goal every time I want to run my JSP. So, I'm considering 
 ditching what
 appears to be the standard way of doing webapps with Maven.
 
 Q1: Do people actually work this way? That is, copy the 
 entire webapp folder
 every time they want to test out a small change in a jsp or class?
 
 Q2: If not, how do they organize the webapp to do in-place 
 web development
 but also.
 
 Thanks
 Dave Ford
 Smart Soft - The Developer Training Company http://www.smart-soft.com
 
 
 
 -
 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: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
How do I get something into the roadmap?

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: 31 July 2003 06:51
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Fixes and changes for maven 1.0
 
 
 If you have a fix or a change you would like to be in maven 
 1.0, please 
 ensure that:
 
 1) It's in Jira ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
 2) it's in the roadmap ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030re
port=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hide
pid=10030sorter/order=ASCsorter/field=priorityresolutionIds=-1fixfo
r=-1

These WILL NOT be fixed for Maven 1.0. If you've raised issues and
they're 
unscheduled, NOW  is the time to get them in a release.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


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



RE: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
dare I ask... how do I do that?

I can't see anywhere to do it!

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: 31 July 2003 08:32
 To: Maven Users List
 Subject: RE: Fixes and changes for maven 1.0
 
 
 Set the 'Fix Version/s' to 1.0-rc1
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Simon Matic Langford [EMAIL PROTECTED] wrote 
 on 31/07/2003 
 04:58:45 PM:
 
  How do I get something into the roadmap?
  
  simon
  
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
   Sent: 31 July 2003 06:51
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Subject: Fixes and changes for maven 1.0
   
   
   If you have a fix or a change you would like to be in maven 
   1.0, please 
   ensure that:
   
   1) It's in Jira ( 
   http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
   2) it's in the roadmap ( 
   http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030re
  port=roadmap 
  )
  
  If it's not, it wont be looked at for the release.
  
  There are a whole heap of bugs listed as unscheduled at:
  
  
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
mode=hide

pid=10030sorter/order=ASCsorter/field=priorityresolutionIds=-1fixfo
 r=-1
 
 These WILL NOT be fixed for Maven 1.0. If you've raised issues and
 they're 
 unscheduled, NOW  is the time to get them in a release.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 -
 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: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
how? where? I can't!

there's no link anywhere to edit it (598) even though I created it

s

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: 31 July 2003 08:59
 To: Maven Users List
 Subject: RE: Fixes and changes for maven 1.0
 
 
 Edit the issue
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Simon Matic Langford [EMAIL PROTECTED] wrote 
 on 31/07/2003 
 05:40:45 PM:
 
  dare I ask... how do I do that?
  
  I can't see anywhere to do it!
  
  simon
  
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
   Sent: 31 July 2003 08:32
   To: Maven Users List
   Subject: RE: Fixes and changes for maven 1.0
   
   
   Set the 'Fix Version/s' to 1.0-rc1
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   Simon Matic Langford [EMAIL PROTECTED] wrote 
   on 31/07/2003 
   04:58:45 PM:
   
How do I get something into the roadmap?

simon

The information contained in this e-mail is intended only 
   for the person
or
entity to which it is addressed and may contain 
 confidential and/or
privileged material. If You are not the intended 
 recipient of this
e-mail,
the use of this information or any disclosure, copying or 
   distribution
is
Prohibited and may be unlawful. If you received this in 
   error, please
contact the sender and delete the material from any 
   computer. The views
expressed in this e-mail may not necessarily be the views 
   of The PCMS
Group
plc and should not be taken as authority to carry out any 
   instruction
contained.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: 31 July 2003 06:51
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Fixes and changes for maven 1.0
 
 
 If you have a fix or a change you would like to be in maven 
 1.0, please 
 ensure that:
 
 1) It's in Jira ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
 2) it's in the roadmap ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030re
port=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:


   http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
  mode=hide
  
  
 pid=10030sorter/order=ASCsorter/field=priorityresolutionId
 s=-1fixfo
   r=-1
   
   These WILL NOT be fixed for Maven 1.0. If you've raised issues and
   they're 
   unscheduled, NOW  is the time to get them in a release.
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   
 -
   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: Jmeter/Maven integration

2003-07-24 Thread Simon Matic Langford
what licences are?

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: 24 July 2003 10:18
 To: Maven Users List
 Subject: RE: Jmeter/Maven integration
 
 
 LGPL jars and GPL jars are not allowed to be distributed by 
 ASF projects.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Simon Matic Langford [EMAIL PROTECTED] wrote 
 on 24/07/2003 
 06:24:41 PM:
 
  this is probably off topic... but, what is wrong with 
 GPL/LGPL licences?
  
  The information contained in this e-mail is intended only 
 for the person
  or
  entity to which it is addressed and may contain confidential and/or
  privileged material. If You are not the intended recipient of this
  e-mail,
  the use of this information or any disclosure, copying or 
 distribution
  is
  Prohibited and may be unlawful. If you received this in 
 error, please
  contact the sender and delete the material from any 
 computer. The views
  expressed in this e-mail may not necessarily be the views 
 of The PCMS
  Group
  plc and should not be taken as authority to carry out any 
 instruction
  contained.
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
   Sent: 24 July 2003 08:31
   To: Maven Users List
   Subject: RE: Jmeter/Maven integration
   
   
   bummer
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   Jim Alateras [EMAIL PROTECTED] wrote on 24/07/2003 
 05:23:32 PM:
   
JFreeChart is licensed GPL/LGPL 
   http://sourceforge.net/projects/jfreechart/

 -Original Message-
 From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2003 5:13 PM
 To: Maven Users List
 Subject: Re: Jmeter/Maven integration
 
 
 [EMAIL PROTECTED] wrote:
  Siegfried,
  
  that's a good idea. Do u have any experience with 
 it? I'd love 
 to be able 
  to easily generate charts etc from raw data via maven.
 
 There is a library called JFreeChart that is able of 
   drawing all sorts
 of funky graphs, charts and diagrams. I believe it is 
   also able to 
   save
 them in a variety of file formats. Not sure about the 
   license though.
 
 R.
 
 
 
 
   
 -
 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]



Getting tools.jar on the javac classpath

2003-07-21 Thread Simon Matic Langford
Hi

How do I persuade maven to put tools.jar onto the classpath when doing
the goal java:compile, as I depend on some of those packages for
non-production code...

thanls

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



Clover plugin

2003-07-21 Thread Simon Matic Langford
I've written a small patch for the plugin.jelly for the clover plugin to
support historic reports, what's the best way to get it included?

thanks

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



RE: API url for dependencies

2003-07-18 Thread Simon Matic Langford
it would work wonderfully if I wasn't behind a firewall :-(

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

 -Original Message-
 From: Mark H. Wilkinson [mailto:[EMAIL PROTECTED] 
 Sent: 18 July 2003 08:30
 To: Maven Users List
 Subject: Re: API url for dependencies
 
 
 On Fri, 2003-07-18 at 01:28, [EMAIL PROTECTED] wrote:
  Simon Matic Langford [EMAIL PROTECTED] wrote 
 on 18/07/2003 
  03:24:20 AM:
   Is it possible to define an API location for a dependency 
 so that the
   generated javadocs can be linked to them, or even an 
 offline location
   for those behind a firewall?
  Nope, not possible, but it sounds like a nice addition.
 
 I know it's not documented, but does setting 
 'maven.javadoc.links' solve
 your problem? I've not tried it myself, but I believe you can 
 set it to
 a comma-separated list of URLs for API documentation and it will pass
 them to javadoc as '-link' options.
 
 -Mark.
 
 
 -
 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]