Yay!

What you report is where we are with Guvnor too ;) Do you use InteliJ?

Currently we (InteliJ users) have the same problem. It is caused by a conflict between ANT used by InteliJ and that included with Guvnor as a dependency.

I have been able to work around by building from CLI and then deleting .m2/repository/org/apache/ant/ant/ant1.8.2. I can then run it in InteliJ.

Alexandre has, as yet, been less successful and he has had to remove M2RepoEditor from the build.

sent on the move

On 14 Jan 2013 08:12, "P. Vinod Kiran" <vinodkiran@usa.net> wrote:

Christian,

I have tried again today, and this particular error (access denied) seems to
have been resolved.

Thanks for your help.

Vinod

------ Original Message ------
Received: 10:43 PM IST, 01/09/2013
From: Christian Sadilek <csadilek@redhat.com>
To: Michael Anstis <michael.anstis@gmail.com>Cc: errai-users@lists.jboss.org,
Davide Sottara <dsotty@gmail.com>,        Mark Proctor
<mproctor@codehaus.org>,        "P. Vinod Kiran" <vinodkiran@usa.net>,
Alexandre Porcelli <alexandre.porcelli@gmail.com>
Subject: Re: [errai-users] Guvnor-NG..my attempts so far....

Hi Mike,

All these repos should be accessible from outside the VPN (even the
old/deprecated one). I will go ahead and republish snapshots, just in case.

Christian.


On 2013-01-09, at 11:55 AM, Michael Anstis <michael.anstis@gmail.com> wrote:

> Hi Christian,
>
> I included the repositories we use in the original email (none of them are
the deprecated maven2 one).
>
> Our parent is
http://search.maven.org/remotecontent?filepath=org/jboss/jboss-parent/9/jboss-parent-9.pom
and this doesn't have any repositories defined.
>
> Is there a chance any Errai's 2.2.0-SNAPSHOT poms reference the old
repository? If I am logged onto the VPN I can access the maven2 repo; if not I
cannot.
>
> Vinod, our community guy, is probably falling fail of not having the benefit
of the VPN.
>
> Vinod, please check you don't have something malignant in your
.m2/settings.xml file.
>
> With kind regards,
>
> Mike
>
> On 9 January 2013 16:25, Christian Sadilek <csadilek@redhat.com> wrote:
> Hi Mike,
>
> It  seems Maven is attempting to download the artifacts from the
old/deprecated http://repository.jboss.org/maven2/ repository instead of
https://repository.jboss.org/nexus/.
>
>
https://repository.jboss.org/nexus/content/groups/public/org/jboss/errai/reflections/reflections-parent/maven-metadata.xml
should work fine.
>
> Is there a configuration in .m2/settings.xml involved or a super POM that
configures the old repository?
>
> Cheers,
> Christian
>
> On 2013-01-09, at 8:22 AM, Michael Anstis <michael.anstis@gmail.com> wrote:
>
>> Hi,
>>
>> Is there a problem with some 2.2.0-SNAPSHOTs on a public M2 repo?
>>
>> One of our community members reports the below error when attempting to
download from the following repositories:-
>>
>>   <repositories>
>>     <!-- Conventions are described in
http://community.jboss.org/wiki/MavenGettingStarted-Developers -->
>>     <repository>
>>       <id>jboss-public-repository-group</id>
>>       <name>JBoss Public Repository Group</name>
>>       <url>http://repository.jboss.org/nexus/content/groups/public/</url>
>>       <releases>
>>         <enabled>true</enabled>
>>         <updatePolicy>never</updatePolicy>
>>       </releases>
>>       <snapshots>
>>         <enabled>true</enabled>
>>         <updatePolicy>daily</updatePolicy>
>>       </snapshots>
>>     </repository>
>>     <repository>
>>       <id>jboss-deprecated</id>
>>       <name>JBoss Deprecated</name>
>>
<url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
>>       <releases>
>>         <enabled>true</enabled>
>>         <updatePolicy>never</updatePolicy>
>>       </releases>
>>       <snapshots>
>>         <enabled>false</enabled>
>>       </snapshots>
>>     </repository>
>>   </repositories>
>>   <pluginRepositories>
>>     <pluginRepository>
>>       <id>jboss-public-repository-group</id>
>>       <name>JBoss Public Repository Group</name>
>>       <url>http://repository.jboss.org/nexus/content/groups/public/</url>
>>       <releases>
>>         <enabled>true</enabled>
>>       </releases>
>>       <snapshots>
>>         <enabled>true</enabled>
>>       </snapshots>
>>     </pluginRepository>
>>   </pluginRepositories>
>>
>> Error:-
>>
>> Downloading:
>>
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
>> [WARNING] Could not transfer metadata
>>
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
>> from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
>> denied to:
>>
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
>>
>> This I suspect is causing our community member's runtime error:-
>>
>> com.google.gwt.dev.shell.HostedModeException: Something other than a
boolean was returned from JSNI method '@org.jboss.errai.common
>>
>> With kind regards,
>>
>> Mike
>>
>> ---------- Forwarded message ----------
>> Date: 9 January 2013 12:41
>> Subject: Re: Guvnor-NG..my attempts so far....
>>
>> Mike,
>>
>> Thanks for the email. And apologies in advance for a rather long email.
>>
>> I have not given up, but not having any luck either. I have tried even
today
>> the following steps
>>
>> 1. Get latest from build-bootstrap
>> 2. mvn clean install
>> 3. Get latest from Guvnor
>> 4. Change branch to guvnor-ng
>> 5. mvn clean install -DskipTests - SUCCESS
>> 6. cd guvnor-ng/guvnor-showcase/guvnor-webapp
>> 7. mvn gwt:run - FAILURE
>>
>> I see the following on the console.
>>
>> [INFO] >>> gwt-maven-plugin:2.5.0:run (default-cli) @ guvnor-webapp >>>
>> Downloading:
>>
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
>> [WARNING] Could not transfer metadata
>>
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
>> from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
>> denied to:
>>
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
>>
>> failure message is
>> com.google.gwt.dev.shell.HostedModeException: Something other than a
boolean
>> was returned from JSNI method '@org.jboss.errai.commo
>>
>> I am using Windows 8 with JDK 1.6.0_33
>>
>> Also, to double check I followed the instructions on
>> http://blog.athico.com/2012/11/jbpm-console-ng-alpha-dev-access.html to
build
>> another jbpm-console, and that too fails with a similar looking error.
>>
>> Any help is appreciated.
>>
>> _______________________________________________
>> errai-users mailing list
>> errai-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/errai-users
>
>