<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
But that is building it without running the tests. I am after the
build with tests.<br>
<br>
On 27/10/2011 4:56 PM, Nicklas Karlsson wrote:
<blockquote
cite="mid:CAFzcPXHm+A3AB5nxZaCjNMJBCFbi-XYwzJj0N8_w4KfEaxGF3Q@mail.gmail.com"
type="cite">mvn clean install -Dmaven.test.skip=true on upstream
master works for me now on Win 7 JDK 6<br>
<br>
<div class="gmail_quote">On Thu, Oct 27, 2011 at 2:10 AM, Vimal
Kansal <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:vkansal@redhat.com">vkansal@redhat.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">I just got the latest changes and I am
still getting the same error :<br>
<div class="im"><br>
[ERROR] Failed to execute goal<br>
org.codehaus.mojo:javacc-maven-plugin:2.3-jboss-1:jjtree<br>
(jjtree-jbossql) on project jboss-as-cmp: Execution
jjtree-jbossql of<br>
goal org.codehaus.mojo:javacc-maven-plugin<br>
:2.3-jboss-1:jjtree failed: basedir<br>
</div>
C:\jboss-as\cmp\C:\jboss-as\cmp\src\main\jjtree does not exist
-> [Help 1]<br>
[ERROR]<br>
<br>
git log shows the following (which confirms I have the latest
fix)<br>
<br>
C:\jboss-as>git log<br>
commit a43ad29164b5f0d1a418dbfa5b3673b6f874e37d<br>
Author: Jason T. Greene <<a moz-do-not-send="true"
href="mailto:jason.greene@redhat.com">jason.greene@redhat.com</a>><br>
Date: Wed Oct 26 15:39:42 2011 -0500<br>
<br>
Revert "[AS7-2326] Fix windows error in the javacc plugin
in the<br>
cmp module"<br>
This reverts commit
d0ea1a2a00f9fb19f0b76c765032736d1ca75354.<br>
<br>
commit d0ea1a2a00f9fb19f0b76c765032736d1ca75354<br>
Author: Paul Gier <<a moz-do-not-send="true"
href="mailto:pgier@redhat.com">pgier@redhat.com</a>><br>
Date: Wed Oct 26 14:56:13 2011 -0500<br>
<br>
[AS7-2326] Fix windows error in the javacc plugin in the
cmp module<br>
<font color="#888888"><br>
<br>
Vimal<br>
</font>
<div>
<div class="h5"><br>
<br>
<br>
On 27/10/2011 5:52 AM, Dimitris Andreadis wrote:<br>
> I think I've fixed that here:<br>
> <a moz-do-not-send="true"
href="https://github.com/jbossas/jboss-as/pull/510"
target="_blank">https://github.com/jbossas/jboss-as/pull/510</a><br>
><br>
> On 24/10/2011 10:44, Dimitris Andreadis wrote:<br>
>> Yeap, that's it, thanks.<br>
>><br>
>> On 24/10/2011 00:45, Stuart Douglas wrote:<br>
>>> You also need to remove the cmp subsystem and
extension from standalone.xml/domain.xml for the server to
be able to boot.<br>
>>><br>
>>> Stuart<br>
>>><br>
>>> On 24/10/2011, at 4:55 AM, Dimitris Andreadis
wrote:<br>
>>><br>
>>>> If you comment out 'cmp' from:<br>
>>>><br>
>>>> pom.xml<br>
>>>> build/build.xml<br>
>>>> build/pom.xml<br>
>>>><br>
>>>> You should be able to build.<br>
>>>><br>
>>>> Although, for me, it gets stuck now to:<br>
>>>> Running
org.jboss.as.arquillian.container.managed.IntegrationTestCase<br>
>>>><br>
>>>> On 23/10/2011 04:51, Vimal Kansal wrote:<br>
>>>>> David,<br>
>>>>><br>
>>>>> I looked at the commit logs and find
the following on 21st of Oct :<br>
>>>>><br>
>>>>>
============================================================================<br>
>>>>> commit
2efc25bbf5e899ee6351dc5f0f5fee39bc7d87c6<br>
>>>>> Author: kabir<<a
moz-do-not-send="true" href="mailto:kkhan@redhat.com">kkhan@redhat.com</a>><br>
>>>>> Date: Fri Oct 21 16:23:29 2011 +0100<br>
>>>>><br>
>>>>> *Revert "Exclude cmp from build since
it does not build"*<br>
>>>>><br>
>>>>> This reverts commit
5c9db4c0188f0492b91f6786340e9261eec3db09.<br>
>>>>><br>
>>>>> commit
a865280cb9b41e3d9bd821591f0cbbddba7ccd37<br>
>>>>>
=============================================================================<br>
>>>>><br>
>>>>> That, to me indicates that "exclusion
of cmp from build" was reverted because inclusion of<br>
>>>>> "cmp" no longer was breaking the
build. But I am finding that on my Windows 7 machine it is<br>
>>>>> still breaking the build.<br>
>>>>><br>
>>>>> Btw, is there anyway I can keep
downloading the AS 7.1.0 as built by Jenkins, rather than<br>
>>>>> building it on my local machine ?<br>
>>>>><br>
>>>>> Thx<br>
>>>>><br>
>>>>> Vimal<br>
>>>>><br>
>>>>><br>
>>>>> On 23/10/2011 12:57 AM, Vimal Kansal
wrote:<br>
>>>>>> Thx David. Any idea when can we
expect this fix?<br>
>>>>>><br>
>>>>>> On 23/10/2011 12:55 AM, David M.
Lloyd wrote:<br>
>>>>>>> We determined that this is
due to different javacc plugin and dependency<br>
>>>>>>> versions. A fix is being
worked on, last I heard.<br>
>>>>>>><br>
>>>>>>> On 10/22/2011 04:34 AM, Vimal
Kansal wrote:<br>
>>>>>>>> I have now tried
everything :<br>
>>>>>>>><br>
>>>>>>>> (1) Blew away my local
maven repository, build still fails.<br>
>>>>>>>><br>
>>>>>>>> (2) Blew away my github
fork, created new fork and cloned it, built it<br>
>>>>>>>> and it still fails with
same rror.<br>
>>>>>>>><br>
>>>>>>>> Can somebody please help.<br>
>>>>>>>><br>
>>>>>>>> Thx<br>
>>>>>>>><br>
>>>>>>>> Vimal<br>
>>>>>>>><br>
>>>>>>>> On 22/10/2011 2:38 PM,
Vimal Kansal wrote:<br>
>>>>>>>>> Hi,<br>
>>>>>>>>><br>
>>>>>>>>> I have checked out
the latest code and while building it on my Windows 7<br>
>>>>>>>>> m/c(Java 1..6.27, 64
bit), the build fails with the following error :<br>
>>>>>>>>><br>
>>>>>>>>> [ERROR] Failed to
execute goal<br>
>>>>>>>>>
org.codehaus.mojo:javacc-maven-plugin:2.3-jboss-1:jjtree<br>
>>>>>>>>> (jjtree-jbossql) on
project jboss-as-cmp: Execution jjtree-jbossql of<br>
>>>>>>>>> goal
org.codehaus.mojo:javacc-maven-plugin<br>
>>>>>>>>> :2.3-jboss-1:jjtree
failed: basedir<br>
>>>>>>>>>
C:\vkk\JBoss-AS7\jboss-as\cmp\C:\vkk\JBoss-AS7\jboss-as\cmp\src\main\jjtree<br>
>>>>>>>>> does not exist ->
[Help 1]<br>
>>>>>>>>> [ERROR]<br>
>>>>>>>>> [ERROR] To see the
full stack trace of the errors, re-run Maven with the<br>
>>>>>>>>> -e switch.<br>
>>>>>>>>> [ERROR] Re-run Maven
using the -X switch to enable full debug logging.<br>
>>>>>>>>> [ERROR]<br>
>>>>>>>>> [ERROR] For more
information about the errors and possible solutions,<br>
>>>>>>>>> please read the
following articles:<br>
>>>>>>>>> [ERROR] [Help 1]<br>
>>>>>>>>> <a
moz-do-not-send="true"
href="http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException"
target="_blank">http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException</a><br>
>>>>>>>>> [ERROR]<br>
>>>>>>>>> [ERROR] After
correcting the problems, you can resume the build with the<br>
>>>>>>>>> command<br>
>>>>>>>>> [ERROR]
mvn<goals> -rf :jboss-as-cmp<br>
>>>>>>>>>
C:\vkk\JBoss-AS7\jboss-as><br>
>>>>>>>>><br>
>>>>>>>>> I am not sure why the
base dir is being picked up as :<br>
>>>>>>>>><br>
>>>>>>>>> basedir<br>
>>>>>>>>>
C:\vkk\JBoss-AS7\jboss-as\cmp\C:\vkk\JBoss-AS7\jboss-as\cmp\src\main\jjtree<br>
>>>>>>>>><br>
>>>>>>>>> it should be<br>
>>>>>>>>><br>
>>>>>>>>> basedir
C:\vkk\JBoss-AS7\jboss-as\cmp\src\main\jjtree<br>
>>>>>>>>><br>
>>>>>>>>> Can somebody please
help.<br>
>>>>>>>>><br>
>>>>>>>>> Thx<br>
>>>>>>>>><br>
>>>>>>>>> Vimal<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>>
_______________________________________________<br>
>>>>>>>>> jboss-as7-dev mailing
list<br>
>>>>>>>>> <a
moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
>>>>>>>>> <a
moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
>>>>>>>>
_______________________________________________<br>
>>>>>>>> jboss-as7-dev mailing
list<br>
>>>>>>>> <a
moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
>>>>>>>> <a
moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
>>>>>>
_______________________________________________<br>
>>>>>> jboss-as7-dev mailing list<br>
>>>>>> <a moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
>>>>>> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
>>>>><br>
>>>>>
_______________________________________________<br>
>>>>> jboss-as7-dev mailing list<br>
>>>>> <a moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
>>>>> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
>>>> --<br>
>>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
>>>> Dimitris Andreadis<br>
>>>> Software Engineering Manager<br>
>>>> JBoss Application Server<br>
>>>> by Red Hat<br>
>>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
>>>><br>
>>>> <a moz-do-not-send="true"
href="http://dandreadis.blogspot.com/" target="_blank">http://dandreadis.blogspot.com/</a><br>
>>>>
_______________________________________________<br>
>>>> jboss-as7-dev mailing list<br>
>>>> <a moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
>>>> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
<br>
_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
---<br>
Nik<br>
</blockquote>
</body>
</html>