If you have "invested a significant amount of time in preparing the Ant
build, and so I would prefer to find a way to leverage this work, rather
than starting from scratch with Maven" then I recommend that you do not use
Maven.  Instead use maven-ant-tasks to interact with the maven repository
and keep your build in ANT.

The reality is that if you are not prepared to drink the Maven kool-aid (it
tastes great) then stick with ANT.

The golden rule is "If a build ain't broke, don't fix it"

Now this triggers a question.... why do you want to use Maven to build your
project?

-Stephen

On 27 August 2010 17:58, Jacob Beard <jbea...@cs.mcgill.ca> wrote:

> Hi Wayne,
>
> The situation is that I have invested a significant amount of time in
> preparing the Ant build, and so I would prefer to find a way to leverage
> this work, rather than starting from scratch with Maven. As my project is
> unconventional, and I'm not yet fully comfortable with Maven, I feel like,
> at this stage, continuing to use Ant for certain parts of the build is a
> better, safer approach. I believe this is what the AntRun plugin is designed
> to facilitate.
>
> If anyone could offer any guidance regarding my original question, I would
> greatly appreciate it. Thanks,
>
> Jake
>
>
> On 10-08-27 12:17 PM, Wayne Fay wrote:
>
>> /home/jacob/workspace/gsoc2010/git-scxml-js/scxml-js/test-maven.xml:19:
>>> Reference maven.compile.classpath not found.
>>>
>>> Please let me know what you think. Thanks,
>>>
>>>
>> Is this just "for fun" or are you seriously trying to build a big mess
>> of your build by continuing to use various aspects of your build in
>> Ant via Antrun and other aspects in Maven, and then sharing properties
>> around etc?
>>
>> Honestly, you should just convert your Ant "stuff" into Maven plugins.
>> It is pretty simple to write proper Maven plugins. And far easier to
>> debug things when it doesn't work properly.
>>
>> Wayne
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to