Hello Simon

wow, nice answer.
If YOU read my first message carefully you must understand that I read the
book.
And I know that maven isnt ant.
Is this your help on beginners? Very arrogant.

It is easy to say read the fucking manual, but have you ever make a "port"
from ant to maven?
No? Why answer?
Yes? Then help.

Regards
juergen





[EMAIL PROTECTED] wrote:
> 
> 
> On Sun, 2008-06-15 at 03:26 -0700, chokdee wrote:
>> Hello Tim
>> 
>> thanks for the quick answer.
>> Normally I use a masterbuild target for do all the necessary stuff for
>> cruisecontrol.
>> So, run unit test with emma, make javadoc etc.
>> I saw that I can do it with calling more targets at once in
>> cruisecontrol.
>> But i prefer to write a goal for that.
>> 
>> Another sinple problem I have is, that I want to make a copy job to
>> deploy
>> the jar to a non maven project.
>> In ant: 
>>  <target name="copy-to-otherproject">
>>  <copy todir="../anotherproject/lib" >
>> ...
>> 
>> Can you help?
> 
> I just have some general advice for you. 
> 
> Maven is not ant. It is nothing like ant.
> 
> Ant is a full programming language, with some built-in functions that
> are convenient for compiling code. Maven is a build tool that has some
> configurable behaviour. 
> 
> Therefore you cannot just "port" from ant to maven. I suggest you read
> the maven books carefully, in particular the section about the maven
> "lifecycle".
> 
> Regards,
> Simon
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-build-a-own-goal-tp17847591p17849489.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to