Hi,
My motivation to use Maven comes from the fact that I'm working on a
Commons sandbox component. Because all of Commons build infrastructure
is Maven-based, there's a strong incentive for me to integrate my
project with Maven. So, basically, I'm trying to have the best of both
worlds: to r
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
On 27/08/2010 12:58 PM, Jacob Beard 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'
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 fee
> /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
Sure thing.
Here is an excerpt from the pom.xml:
Then, this works:
But this fails:
With the following error:
[INFO] An Ant BuildException has occured: The following error occurred
while executing this line:
/home/jacob/workspace/gsoc2010/git-scxml-js/scxml-js/te
Hi,Jacob
Can you paste your code example?
Best Regards,
--Cody.Zhang
2010/8/27 Jacob Beard
> Hi,
>
> I have question on the capabilities of the AntRun plugin. This example
> shows the Maven classpaths being copied into Ant properties, which are then
> used in Ant:
>
>
> http://m
Hi,
I have question on the capabilities of the AntRun plugin. This example
shows the Maven classpaths being copied into Ant properties, which are
then used in Ant:
http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
I thougth it would be useful to reference these cla