Re: Building off cvs

2003-04-05 Thread Ben Walding
Check that your build was successful (sometime plugin build failures can 
sneak through without the bootstrap noticing)

You may find that the tasklist plugin did not build properly - also try 
looking in $MAVEN_HOME/plugins for a tasklist jar & directory

Mark R. Diggory wrote:

I'm able to sucessfully build maven off the cvs. But whenever I try to 
run it I'm getting:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
Attempting to download commons-jelly-SNAPSHOT.jar.

BUILD FAILED
null:554:60:  null:-1:-1:  No goal 
[maven-tasklist-plugin:reg
ster]
Total time:  34 seconds

Any recommendations?

-Mark Diggory

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


Building off cvs

2003-04-05 Thread Mark R. Diggory
I'm able to sucessfully build maven off the cvs. But whenever I try to 
run it I'm getting:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
Attempting to download commons-jelly-SNAPSHOT.jar.

BUILD FAILED
null:554:60:  null:-1:-1:  No goal 
[maven-tasklist-plugin:reg
ster]
Total time:  34 seconds

Any recommendations?

-Mark Diggory

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


expected release timeline?

2003-04-05 Thread Neil Blue
Hello,

Is there is any guides as to when maven may be released?

It seems that many people are using maven as if it was in a final 
release, but then again Jelly seems to be in early beta?

Neil
--
I am taking part in Flora London Marathon 2003
on behalf of Breakthrough Breast Cancer
Please click on a link below to support me!
http://www.bmycharity.com/breakthrough/event.asp?eventid=BE3CD43A-0243-44BB-A564-40A0B38C075C
or
http://www.geocities.com/neilblue/index.html
or
http://www.geocities.com/neilblue/marathon.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: problem finding maven-j2ee-plugin-1.1.jar

2003-04-05 Thread Neil Blue
Thank you.

Kasper Nielsen wrote:

David Zeleznik wrote:

I am progressing with building maven from cvs, however I have hit a
small problem. Maven is looking for:
maven-j2ee-plugin-1.1.jar
in the boot stratp, but there only seems to be snapshots available at:
http://www.ibiblio.org/maven/maven/jars/

Fixed

- Kasper

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




--

I am taking part in Flora London Marathon 2003 
on behalf of Breakthrough Breast Cancer
Please click on a link below to support me!

http://www.bmycharity.com/breakthrough/event.asp?eventid=BE3CD43A-0243-44BB-A564-40A0B38C075C
or
http://www.geocities.com/neilblue/index.html
or
http://www.geocities.com/neilblue/marathon.html


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


Re: werkz or jeez documetation

2003-04-05 Thread Colin Sampaleanu
btw, maven plugins can be found in the plugins dir underneath the local 
repository location...

Colin Sampaleanu wrote:

I see what you are getting at. The maven docs which mention goals in 
maven.xml
 http://maven.apache.org/reference/user-guide.html#maven.xml
are basically not giving any info, and they refere you to jelly tag 
docs which don't have any info on the werkz tags themselves.  Your 
best bet at this point is just to take a look at some of the maven.xml 
files for some of the maven plugins, which usually exercise goals 
pretty much. There is actually not a lot to it, basically you define 
goals, preGoals (which will get executed before the goal specified as 
the "name" attribute, and postGoals, which get executed afterwards. So 
if you want to for example have some code of yours in maven.xml 
execute before the built-in java:compile goal, you would define 
something like this in maven.xml
 
   ...some code
 

Hope this helps...

Neil Blue wrote:

Thanks Colin,

What I was looking for was some information on what goals are and how 
to write them. As far as I understand, in order to add project 
specific functionality to maven I need to add goals in a similar way 
as I added targets in ant.

Cheers
Neil
Colin Sampaleanu wrote:

You can find some werkz documentation here:
 http://werkz.werken.com/
although you normally shouldn't have to understand werkz that much 
if all you want to do is use maven (as opposed to hacking it).

Neil Blue wrote:

Hello,

I am trying to get started with Maven, but I can't find any 
documentation on werkz or jeez. Please can anyone tell me if any is 
available.




-
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: werkz or jeez documetation

2003-04-05 Thread Colin Sampaleanu
I see what you are getting at. The maven docs which mention goals in 
maven.xml
 http://maven.apache.org/reference/user-guide.html#maven.xml
are basically not giving any info, and they refere you to jelly tag docs 
which don't have any info on the werkz tags themselves.  Your best bet 
at this point is just to take a look at some of the maven.xml files for 
some of the maven plugins, which usually exercise goals pretty much. 
There is actually not a lot to it, basically you define goals, preGoals 
(which will get executed before the goal specified as the "name" 
attribute, and postGoals, which get executed afterwards. So if you want 
to for example have some code of yours in maven.xml execute before the 
built-in java:compile goal, you would define something like this in 
maven.xml
 
   ...some code
 

Hope this helps...

Neil Blue wrote:

Thanks Colin,

What I was looking for was some information on what goals are and how 
to write them. As far as I understand, in order to add project 
specific functionality to maven I need to add goals in a similar way 
as I added targets in ant.

Cheers
Neil
Colin Sampaleanu wrote:

You can find some werkz documentation here:
 http://werkz.werken.com/
although you normally shouldn't have to understand werkz that much if 
all you want to do is use maven (as opposed to hacking it).

Neil Blue wrote:

Hello,

I am trying to get started with Maven, but I can't find any 
documentation on werkz or jeez. Please can anyone tell me if any is 
available.



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


Re: problem finding maven-j2ee-plugin-1.1.jar

2003-04-05 Thread Kasper Nielsen
David Zeleznik wrote:
I am progressing with building maven from cvs, however I have hit a
small problem. Maven is looking for:
maven-j2ee-plugin-1.1.jar
in the boot stratp, but there only seems to be snapshots available at:
http://www.ibiblio.org/maven/maven/jars/
Fixed

- Kasper

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


RE: problem finding maven-j2ee-plugin-1.1.jar

2003-04-05 Thread David Zeleznik
> I am progressing with building maven from cvs, however I have hit a
> small problem. Maven is looking for:
> maven-j2ee-plugin-1.1.jar
>
> in the boot stratp, but there only seems to be snapshots available at:
> http://www.ibiblio.org/maven/maven/jars/

FWIW, I reported this problem 2 days ago and noone has responded yet :-( It
is the maven-j2ee-plugin dependency listed in the project.xml for the struts
plugin. I changed the reference from version "1.1" to "1.1-SNAPSHOT" and
everything was fine for me.

--
David Zeleznik
ILOG - Changing the rules of business
mailto:[EMAIL PROTECTED]
http://www.ilog.com
--


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