Re: HttpException downloading dependencies (1.0-rc4)

2004-07-09 Thread Alwyn Schoeman
 PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Alwyn Schoeman
Mid-life crisis in action

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



Re: Maven Plugin Plugin 1.5.1 release!

2004-07-08 Thread Alwyn Schoeman
It doesn't seem as if the plugin has been uploaded to ibiblio yet.  Do
they mirror from
somewhere else?

On Fri, 9 Jul 2004 00:48:58 +1000, Dion Gillard [EMAIL PROTECTED] wrote:
 The Maven team is pleased to announce the Maven Plugin Plugin 1.5.1 release!
 
 http://maven.apache.org/reference/plugins/plugin/
 
 Maven Plugin management plugin. Requires Maven 1.0 RC4.
 
 Changes in this version include:
 
   New Features:
 
 o Prompt for artifactId, groupId and version if missing. Issue: MPPLUGIN-20.
 o Add assertFileNotFound tag
 
 To automatically install the plugin, type the following on a single line:
 
 maven plugin:download
   -DgroupId=maven
   -DartifactId=maven-plugin-plugin
   -Dversion=1.5.1
 
 For a manual installation, you can download the plugin here:
 http://public.planetmirror.com/pub/maven,http://www.ibiblio.org/maven/maven/plugins/maven-plugin-plugin-1.5.1.jar
 
 Have fun!
 -The maven team
 
 --
 http://www.multitask.com.au/people/dion/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Alwyn Schoeman
Mid-life crisis in action

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



Re: Need to load common goals from sub-projects maven.xml

2004-06-30 Thread Alwyn Schoeman
Is there any plan ever to have maven.xml scripts inherit in a multiproject?

On Wed, 30 Jun 2004 13:18:25 +0200, Maczka Michal [EMAIL PROTECTED] wrote:
 
 
 
  -Original Message-
  From: Stefanutti, Mario [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 30, 2004 1:16 PM
  To: Maven Users List
  Subject: Need to load common goals from sub-projects maven.xml
 
 
  Hi,
 
  I looking for a way to set some common goals for each sub-project of a
  multiproject environment.
 
 Simple soluton: create your own plugin. It is super simple (example can be
 found in Maven Wiki)
 
 Michal
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Alwyn Schoeman
Mid-life crisis in action

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



Re: xdoclet problem

2004-04-26 Thread Alwyn Schoeman
You also probably need the web-module. I seem to remember that I needed it
even though I wasn't using it.

On Mon, Apr 26, 2004 at 03:40:10PM -0300, Ricardo de Souza Moura wrote:
 I am trying to use xdoclet to generate EJbs interfaces.
 I put all necessary dependences:
 
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-ejb-module/artifactId
 version1.2/version
 /dependency
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-jboss-module/artifactId
 version1.2/version
 /dependency
 !-- This one is needed because jboss-module depends on it --
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-jmx-module/artifactId
 version1.2/version
 /dependency
 
 
 and I put a preGoal:
 
 preGoal name=ejb:init
 attainGoal name=xdoclet:ejbdoclet/
 /preGoal
 
 But is happing this failure:
 taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
 
 Did somebody has this problem before ?
 
 _
 MSN Messenger: converse com os seus amigos online.  
 http://messenger.msn.com.br
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Alwyn Schoeman
SMART Communications.

Kaizen

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



Re: Compilation of MAVEN-1_0-BRANCH failing

2004-03-09 Thread Alwyn Schoeman
Linux, sun sdk 1.4.2_03.

On Wed, Mar 10, 2004 at 04:24:13PM +1100, Brett Porter wrote:
 I noticed this today too. Are you building on Linux or Solaris?
 
 I think linkcheck is causing grief here.
 
 - Brett
 
  -Original Message-
  From: Alwyn Schoeman [mailto:[EMAIL PROTECTED] 
  Sent: Wednesday, 10 March 2004 4:20 PM
  To: [EMAIL PROTECTED]
  Subject: Compilation of MAVEN-1_0-BRANCH failing
  
  
  Hi,
  
  I have problems with both MAVEN-1_0-BRANCH and HEAD failing 
  during compilation.
  
  My setup is the following:
  
  Both maven-plugins and maven has been checked out under the 
  same parent directory.
  
  I build using ant -f build-bootstrap.xml in the maven directory.
  
  The stacktrace of the failure has been attached.
  
  Sorry about the size, but apparently apache's mail servers 
  think .zip files are a health risk.
  
  -- 
  Alwyn Schoeman
  SMART Communications.
  

-- 
Alwyn Schoeman
SMART Communications.

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



Sar plugin patch submitted as MAVEN-1157

2004-02-12 Thread Alwyn Schoeman
Hi,

Following Dion's advice from long long ago, I created a sar plugin for Maven.

It has been submitted as MAVEN-1157.

To get it to play with Multiproject you need to set the
maven.multiproject.type to sar

If someone wants to try it out, please do and send feedback.

Thanks.

-- 
Alwyn Schoeman
SMART Communications.

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



Supplying a goal in another plugin with data from a local variable?

2004-02-09 Thread Alwyn Schoeman
Hi,

I am writing a sar plugin which if it works I will submit.

Problem is I need to call a goal in the jar plugin, but have the goal
use the value of ${maven.final.name} that exist in my sar plugin.

I do not know jelly beyond what I learn from Maven plugins.

Any solutions?

-- 
Alwyn Schoeman
SMART Communications.

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



Surefire problem while building maven-plugins

2004-02-05 Thread Alwyn Schoeman
Hi,

I've checked out the CVS version of maven-plugins from CVS.

While trying to build as specified in the README.txt file I get the 
following dependencies that could not be downloaded:

Attempting to download maven-model-2.0-SNAPSHOT.jar.
WARNING: Failed to download maven-model-2.0-SNAPSHOT.jar.
Attempting to download maven-project-2.0-SNAPSHOT.jar.
WARNING: Failed to download maven-project-2.0-SNAPSHOT.jar.
Attempting to download surefire-booter-1.0.jar.
WARNING: Failed to download surefire-booter-1.0.jar.

Do I need to specify an additional remote repository?

Regards,

-- 
Alwyn Schoeman
SMART Communications.

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



Re: Surefire problem while building maven-plugins

2004-02-05 Thread Alwyn Schoeman
I like the idea that it uses Jython.

Is there a chance that jython will replace jelly?

 I'm going to remove it and put it elsewhere. I'm not going to subject
 the general populace to surefire yet.
 

-- 
Alwyn Schoeman
SMART Communications.

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



Maven HEAD and plugins

2004-02-05 Thread Alwyn Schoeman
Hi,

What is the preferred way of using Maven Head with plugins.

Do we need to use maven-plugins too or are the ones included with head
up to date enough?

Regards,

-- 
Alwyn Schoeman
SMART Communications.

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



Maven CVS Head and Plugins

2003-11-18 Thread Alwyn Schoeman
Hi,

I notice that the plugins are in a different CVS module than maven.

Does it mean that if I build maven from CVS HEAD, I will not necessarily get the
CVS HEAD version of a specific plugin, but the version that is on ibiblio?

Regards,

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: including source in jar

2003-11-12 Thread Alwyn Schoeman

On Wed, 2003-11-12 at 09:47, Alain Javier Guarnieri del Gesu wrote:

 Every user maintaining their own source is what I am trying to
 elminiate with this.

Wouldn't using something like CVS be a better solution for this?

-- 
Alwyn Schoeman [EMAIL PROTECTED]
SMART Communications.


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



How to get rid of java files in ejb jar?

2003-10-27 Thread Alwyn Schoeman
Hi,

I've fiddled with the includes and excludes for the ejb plugin, but cannot seem
to get rid of the java sources in the jar.

Any advice?

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: StatCVS

2003-10-20 Thread Alwyn Schoeman
Hi,

I see on the statcvs-xml page that there is also a statcvs-xml plugin.

So why not keep the current statcvs plugin use the normal statcvs as it used to
and add the statcvs-xml plugin for people who wants to use statcvs-xml?

BTW. Putting anything in there doesn't seem to work in the main project.xml of a
multiproject project, will try again...

On Sun, Oct 05, 2003 at 01:45:15AM +0800, Klemen Zagar wrote:
 Askren, Jay wrote:
  I upgraded my version of maven to release candidate 1 and StatCVS
 stopped working.  When I run maven, I get the following.  Any ideas why
 it isn't working.
 
 I was getting the same error when I did not specify the 
 project/repository/url element in project.xml. This element should point
 to 
 where the web access to CVS is available. If you don't have CVS web
 access, 
 just put anything there -- it still works.
 
 The problem is in line 52 of StatCVS's plugin.jelly file, which says:
 
ant:arg line=-weburl ${pom.repository.url}/
 
 So, alternatively to the above, you could also delete this line.
 
 Cheers,
Klemen.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: StatCVS

2003-10-20 Thread Alwyn Schoeman
From what I can see there is not much if any difference between the two so it
probably makes sense.

The specific problem I'm having seems to be related to statcvs-xml not knowing
to what type of url its integrating. None of the 3 options make sense to me if
its only to serve as a report on a Maven generated site.

Any ideas how to get it to play better?

On Mon, Oct 20, 2003 at 12:46:02PM +0200, Vincent Massol wrote:
 Hi Alwyn,
 
 What are the advantages of using statcvs over statcvs-xml? ATM, I see
 statcvs-xml as a superset which is why I moved the maven statcvs plugin
 to use statcvs-xml. Do we need a specific statcvs plugin?
 
 Thanks
 -Vincent
 
  -Original Message-
  From: Alwyn Schoeman [mailto:[EMAIL PROTECTED]
  Sent: 20 October 2003 07:56
  To: Maven Users List
  Subject: Re: StatCVS
  
  Hi,
  
  I see on the statcvs-xml page that there is also a statcvs-xml plugin.
  
  So why not keep the current statcvs plugin use the normal statcvs as
 it
  used to
  and add the statcvs-xml plugin for people who wants to use
 statcvs-xml?
  
  BTW. Putting anything in there doesn't seem to work in the main
  project.xml of a
  multiproject project, will try again...
  
  On Sun, Oct 05, 2003 at 01:45:15AM +0800, Klemen Zagar wrote:
   Askren, Jay wrote:
I upgraded my version of maven to release candidate 1 and StatCVS
   stopped working.  When I run maven, I get the following.  Any ideas
 why
   it isn't working.
  
   I was getting the same error when I did not specify the
   project/repository/url element in project.xml. This element should
 point
   to
   where the web access to CVS is available. If you don't have CVS web
   access,
   just put anything there -- it still works.
  
   The problem is in line 52 of StatCVS's plugin.jelly file, which
 says:
  
  ant:arg line=-weburl ${pom.repository.url}/
  
   So, alternatively to the above, you could also delete this line.
  
   Cheers,
  Klemen.
  
  
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
  --
  Alwyn Schoeman
  SMART Money Inc.
  
  If you're a SMARTY and you're using the better DNS connections, you
  can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
  The other unlucky ones: http://10.126.68.24/myplone
  
  -
  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]

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: maven, xdoclet, hibernate

2003-10-03 Thread Alwyn Schoeman
Good point, sometimes I tend to look at a plugin in isolation which is a bad
habit.

On Fri, Oct 03, 2003 at 08:25:23AM +0800, [EMAIL PROTECTED] wrote:
 
 Wouldn't the above be worthwhile including in a sar/rar plugin?
 
 Call jar:jar to build the jar, rename it, and then deploy/install etc?
 
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: maven, xdoclet, hibernate

2003-10-02 Thread Alwyn Schoeman
I have looked into a SAR plugin and basically you would be duplicating so much
of the JAR plugin that it is basically not worth the effort if the only value
you'll be adding is a different extension.

So I do no jar:jar kludgery but only,

  preGoal name=jar:install
  echojar:install pregoal running.../echo
  ant:property name=sardir__
 value=${maven.repo.local}/${pom.artifactDirectory}/sars/
  ant:mkdir dir=${sardir__}/
  ant:copy
 file=${maven.build.dir}/${maven.final.name}.jar
 tofile=${sardir__}/${maven.final.name}.sar
 overwrite=true
  /
  /preGoal

along with:

  build
sourceDirectorysrc/java/sourceDirectory
resources
resource
directory${basedir}/src/directory
includes
include**/*.xml/include
/includes
/resource
/resources
  /build
  
As for rar you could probably do the same.

On Thu, Oct 02, 2003 at 08:36:16AM +0800, [EMAIL PROTECTED] wrote:
 khote [EMAIL PROTECTED] wrote on 02/10/2003 04:38:05 AM:
 [snip]
  Is this just a legacy thing from maven early days, I mean the JAR
 plugin 
 was
  written long before the WAR plugin, nobody ever got around to 
 sar-plugin?
 Nope, noone has written a SAR or RAR plugin.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



RC1 release and unassigned issues in Jira

2003-09-24 Thread Alwyn Schoeman
Hi,

The title is not really clear.  My question is: I've read that RC1 release is a
few days away (or was that war plugin release). Anyway, I have an issue where I
ask whether sar bundling support could be added to the ear plugin.

It is a minor change and if it will get it in quicker I will make the patch and
submit.  

What I need to know is whether the developers will include it or not?

Although sar's are probably JBoss specific, it makes more sense for me to put
the functionality in the ear plugin than anywhere else.

Regards,

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: RC1 release and unassigned issues in Jira

2003-09-24 Thread Alwyn Schoeman
MAVEN-746

On Thu, Sep 25, 2003 at 10:08:37AM +1000, [EMAIL PROTECTED] wrote:
 If there's a patch, and it applies easily and is easily tested, we can do 
 it.
 
 I went through yesterday and assigned all unscheduled issues to a release. 
 Which issue is it that is unassigned?
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Alwyn Schoeman [EMAIL PROTECTED] wrote on 24/09/2003 05:53:35 PM:
 
  Hi,
  
  The title is not really clear.  My question is: I've read that RC1 
  release is a
  few days away (or was that war plugin release). Anyway, I have an 
  issue where I
  ask whether sar bundling support could be added to the ear plugin.
  
  It is a minor change and if it will get it in quicker I will make 
  the patch and
  submit. 
  
  What I need to know is whether the developers will include it or not?
  
  Although sar's are probably JBoss specific, it makes more sense for me 
 to put
  the functionality in the ear plugin than anywhere else.
  
  Regards,
  
  -- 
  Alwyn Schoeman
  SMART Money Inc.
  
  If you're a SMARTY and you're using the better DNS connections, you
  can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
  The other unlucky ones: http://10.126.68.24/myplone
  
  -
  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]

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone

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



Re: multiproject report generation

2003-08-14 Thread Alwyn Schoeman
Stuff like changes, changelog, developer-activity... statcvs seems to work fine,
but what I find with the others is that they are empty...

I actually find the same with only a normal project.

On Mon, Aug 11, 2003 at 02:17:12PM +0800, [EMAIL PROTECTED] wrote:
 'Stats'? Which ones? multiproject:site at the moment does nothing
 special 
 with project reports.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Alwyn Schoeman [EMAIL PROTECTED] wrote on 11/08/2003 03:34:48 PM:
 
  Hi,
  
  What should be the endresult be in using maven multiproject:site
  site:sshdeploy ?
  
  Should aggregate stats be in main project and subproject stats in 
 subproject
  pages?
  
  Or should main project have no stats, and subproject stats be in 
 subproject
  pages?
  
  -- 
  Alwyn Schoeman
  SMART Money Inc.
  
  If you're a SMARTY and you're using the better DNS connections, you
  can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
  The other unlucky ones: http://10.126.136.35/myplone
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: pom validation

2003-08-10 Thread Alwyn Schoeman
Hi,

2 things about pom:validate
1) Order of tags are important or it will fail, thus something like Description
comes before ShortDescription.
2) validation do not work in project files extended from others.

Hope it helps,

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: Artifact plugin confusion

2003-08-05 Thread Alwyn Schoeman
guess
As far as I understand it maven.repo.remote is a list of remote
repositories used for downloading jars from.

maven.repo.list is a list of repositories to which you will deploy
your artifact using the deploy goal.
/guess

On Tue, Aug 05, 2003 at 12:33:24PM +0800, khote wrote:
 In http://maven.apache.org/reference/plugins/artifact/properties.html
 
 we see the property maven.repo.list
 (And the examples link doesn't work
 http://maven.apache.org/reference/plugins/artifact/example.html)
 
 In http://maven.apache.org/reference/plugins/artifact/examples.html
 
 we see the property maven.repo.repos being used.
 
 Is this a confusion?  two different concepts?
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Bundling xdoclet generated deployment descriptors

2003-08-04 Thread Alwyn Schoeman
Hi,

Deployment descriptors generated with xdoclet are by default put under
target/xdoclet/ejb/META-INF.

What is best to put in me directory tag to bundle this resources?

I have tried ${maven.build.dir}/xdoclet/ejb, but doesn't work,
${maven.build.src} maps to target/src.

I guess I want to know what is the political correct path...

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: the POM and JSR 198

2003-07-23 Thread Alwyn Schoeman
On Wed, Jul 23, 2003 at 11:46:20PM -0400, Jason van Zyl wrote:
  Yes, it was. But I don't think you've overstepped your bounds. Anyone 
  should be able to talk to anyone else about Maven regardless of whether 
  it's in the context of a JSR or not.

Jason, you might have a Canadian password, but I detect some serious
Boer genes at work there :)

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: the POM and JSR 198

2003-07-23 Thread Alwyn Schoeman
Sorry, I meant the rats ass part, but some of his other 'choice'
emails will probably be better evidence...

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



sar plugin

2003-07-18 Thread Alwyn Schoeman
Hi,

Attached is a very rudimentary sar plugin that builds jboss sar files.
It doesn't do any fancy license and manifest stuff, but does its job.

Will make it better with time.

Regards,

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone


sar.tar.gz
Description: application/tar-gz
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: multiproject Plugin

2003-07-17 Thread Alwyn Schoeman
While we are on the multiproject subject.

Am I the only one who get errors of j:set not supporting attribute
'name'?

I needed to change this to the correct 'value' for it to work for me,
but it seems to not happen to other people...


-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: How do I get Maven to use a different repository?

2003-07-08 Thread Alwyn Schoeman
I have found that if I checkout my project using ssh, but my
project.xml specify pserver, it will still use the ssh when I do maven
cvs related stuff.  

So I kind of make the connection one in the project.xml what anonymous
users will use.

I do not know if there are any ramifications of doing this, but I'm
still a brave maven newbie up for punishment...

On Wed, Jul 09, 2003 at 11:45:12AM +0800, [EMAIL PROTECTED] wrote:
 Either I am missing something obvious, there is a bug
 in Maven-1.0-beta-9, or that document is incomplete in
 its description on how to setup a remote repository. 
 Regardless, I have already reviewed that document
 multiple times and it does not explain why maven is
 attempting to look in ibiblio.org for my repository
 where in my project.xml file the repository connection
 is specified as follows:
 
 repository
  
 connectionscm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:repository/connect
 ion
   urlhttp://www.home.com/cvs/repository/url
 /repository
 
 Does Maven not like the :ext: type of CVS respository
 and it only works with :local: or :pserver:?  I know
 my CVS setup is correct, because I use it for other
 projects.  What else could be wrong?
 
 TIA.
 


-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Re: How do I get Maven to use a different repository?

2003-07-08 Thread Alwyn Schoeman
Seems to me that cvs is not your problem yet. Are you sure your
network connection works? Behind firewall/proxy? Dns working?

On Wed, Jul 09, 2003 at 12:23:48PM +0800, [EMAIL PROTECTED] wrote:
 Thanks, but the :pserver: option did not work either. 
 Does anyone else know what may be happening?  I ran it
 with debugging turned on and got the following output:
 
 -
 
 $ maven -X -p project.xml console
 ...
 
 [DEBUG] Adding reference: maven.dependency.classpath
 -
 C:\java\apache\maven\maven-1.0-beta-9\repository\xdoclet-ejb-module\jars
 \xdoclet-ejb-module-1.2b3-dev.jar;C:\java\apache\maven\maven-1.0-beta-9\
 repository\xdoclet-web-module\jars\xdoclet-web-module-1.2b3-dev.jar
 [available] [VERBOSE] Found: src\java
 [available] [VERBOSE] Found: src\test
 [DEBUG] Adding reference: maven-classpath -
 [DEBUG] Adding reference: maven.compile.src.set -
 [DEBUG] Adding reference: maven.test.compile.src.set
 -
 Attempting to download
 xdoclet-ejb-module-1.2b3-dev.jar.
 Error retrieving artifact from
 [http://www.ibiblio.org/maven/xdoclet-ejb-module/
 jars/xdoclet-ejb-module-1.2b3-dev.jar]:
 java.lang.Exception: Can't get xdoclet-e
 jb-module-1.2b3-dev.jar.incomplete to
 c:\java\apache\maven\maven-1.0-beta-9\repository\xdoclet-ejb-module\jars
 \xdoclet-ejb-module-1.2b3-dev.jar.incomplete
 WARNING: Failed to download
 xdoclet-ejb-module-1.2b3-dev.jar.
 Attempting to download
 xdoclet-web-module-1.2b3-dev.jar.
 Error retrieving artifact from
 [http://www.ibiblio.org/maven/xdoclet-web-module/
 jars/xdoclet-web-module-1.2b3-dev.jar]:
 java.lang.Exception: Can't get
 xdoclet-web-module-1.2b3-dev.jar.incomplete to
 c:\java\apache\maven\maven-1.0-beta-9\repository\xdoclet-web-module\jars
 \xdoclet-web-module-1.2b3-dev.jar.incomplete
 WARNING: Failed to download
 xdoclet-web-module-1.2b3-dev.jar.
 The build cannot continue because of the following
 unsatisfied dependencies:
 
 xdoclet-ejb-module-1.2b3-dev.jar
 xdoclet-web-module-1.2b3-dev.jar
 
 Total time:  5 seconds
 
 -
 
 Does anyone see anything peculiar in this output?  It
 is as if Maven is totally diregarding what I have
 specified as my connection element to my repository.
 
 TIA.
 
 --- Alwyn Schoeman [EMAIL PROTECTED] wrote:
  I have found that if I checkout my project using
  ssh, but my
  project.xml specify pserver, it will still use the
  ssh when I do maven
  cvs related stuff.  
  
  So I kind of make the connection one in the
  project.xml what anonymous
  users will use.
  
  I do not know if there are any ramifications of
  doing this, but I'm
  still a brave maven newbie up for punishment...
  
  On Wed, Jul 09, 2003 at 11:45:12AM +0800,
  [EMAIL PROTECTED] wrote:
   Either I am missing something obvious, there is a
  bug
   in Maven-1.0-beta-9, or that document is
  incomplete in
   its description on how to setup a remote
  repository. 
   Regardless, I have already reviewed that document
   multiple times and it does not explain why maven
  is
   attempting to look in ibiblio.org for my
  repository
   where in my project.xml file the repository
  connection
   is specified as follows:
   
   repository

  
 
 connectionscm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:repository/connect
   ion
 urlhttp://www.home.com/cvs/repository/url
   /repository
   
   Does Maven not like the :ext: type of CVS
  respository
   and it only works with :local: or :pserver:?  I
  know
   my CVS setup is correct, because I use it for
  other
   projects.  What else could be wrong?
   
   TIA.
   
  
  
  -- 
  Alwyn Schoeman
  SMART Money Inc.
  
  If you're a SMARTY and you're using the better DNS
  connections, you
  can access my homepage at
  http://nevyn.smarties.com.ph/Members/alwyn.
  The other unlucky ones: http://10.126.136.35/myplone
  
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
  
 
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

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



Cvs questions

2003-07-07 Thread Alwyn Schoeman
Hi,

I have a few questions regarding Maven and CVS:

1) Is it possible to use other ways of accessing the cvs server in
your connection string like ssh for example?

2) What is the cvs connection string used for and must it be the same
as in CVS/Root?  

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn

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



Another connection question

2003-07-07 Thread Alwyn Schoeman
Hi,

According to the docs you can only set a connection and url element.
When the site is generated and you go to Source Repository, it uses
the same pserver details for the ssh connection.

How can you specify the developer cvs access connection?

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn

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