[jbosstools-issues] [JBoss JIRA] (JBIDE-16249) Offline groovy script not working - FileNotFoundException

Fred Bricon (JIRA) issues at jboss.org
Fri Feb 7 08:28:29 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12942608#comment-12942608 ] 

Fred Bricon commented on JBIDE-16249:
-------------------------------------

Martin, I can't reproduce your errors but I now have 3 other ones :
- kitchensink backbone  build fails as aerogearci-jbossas-managed-7 profile doesn't define the ${version.jboss.as} property. Since it's a ci profile, I'm going to exclude it from offline builds
- errai kitchensink archetype 2.1.1.Final generates projects that can't compile. (community/enterprise builds => 2 errors).
{noformat}
[INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
[INFO]    [ERROR] Errors in 'd:\workspaces\luna-ee-M4\jboss-as-kitchensink-errai\target\.generated\org\jboss\tools\gwt\kitchensink\client\shared\_MemberValidato
rImpl.java'
[INFO]       [ERROR] Line 430:  The method validate(GwtValidationContext<T>, Set<ConstraintViolation<T>>, Member, V, ConstraintValidator<A,? super V>, Constrain
tDescriptorImpl<A>, Class<?>[]) in the type AbstractGwtSpecificValidator<Member> is not applicable for the arguments (GwtValidationContext<T>, Set<ConstraintVio
lation<T>>, Member, String, SizeValidatorForMap, ConstraintDescriptorImpl<Size>, Class<?>[])
[INFO]       [ERROR] Line 456:  The method validate(GwtValidationContext<T>, Set<ConstraintViolation<T>>, Member, V, ConstraintValidator<A,? super V>, Constrain
tDescriptorImpl<A>, Class<?>[]) in the type AbstractGwtSpecificValidator<Member> is not applicable for the arguments (GwtValidationContext<T>, Set<ConstraintVio
lation<T>>, Member, String, SizeValidatorForMap, ConstraintDescriptorImpl<Size>, Class<?>[])
[INFO]       [ERROR] Line 480:  The method validate(GwtValidationContext<T>, Set<ConstraintViolation<T>>, Member, V, ConstraintValidator<A,? super V>, Constrain
tDescriptorImpl<A>, Class<?>[]) in the type AbstractGwtSpecificValidator<Member> is not applicable for the arguments (GwtValidationContext<T>, Set<ConstraintVio
lation<T>>, Member, String, SizeValidatorForMap, ConstraintDescriptorImpl<Size>, Class<?>[])
[INFO]    [ERROR] Cannot proceed due to previous errors
[INFO] ------------------------------------------------------------------------
{noformat} 
we need to bump the errai archetype version to 2.3.2.Final in stacks.yaml
                
>  Offline groovy script not working - FileNotFoundException
> ----------------------------------------------------------
>
>                 Key: JBIDE-16249
>                 URL: https://issues.jboss.org/browse/JBIDE-16249
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central, project-examples
>    Affects Versions: 4.1.1.CR1
>         Environment: JBDS 7.1.0.CR1a B560
> OS X
> Groovy Version: 2.1.8 JVM: 1.7.0_45 Vendor: Oracle Corporation OS: Mac OS X (installed via mac ports)
>            Reporter: Martin Malina
>            Assignee: Fred Bricon
>             Fix For: 4.1.2.CR1
>
>         Attachments: groovy.log
>
>
> I tried to run the offline examples groovy script today (Preferences -> JBoss Tools -> Project Examples -> Offline Support).
> When I ran the script I saw a couple of errors along the way, see at the end of email. I was told that it could have to do with WFK 2.4 not being available in the online repo yet.
> But ultimately the script failed this exception:
> java.io.FileNotFoundException: /Users/rasp/jbossqa/runtimes/zip/offline/workDir/jboss-javaee6-webapp-blank-archetype/my-jboss-javaee6-webapp-blank-archetype
> I had jboss nexus and http://maven.repository.redhat.com/techpreview/all/ in my settings.xml. After the script finished, the offline dir was 536M big.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list