parsley 3 external dependencies

Bojja's Avatar

Bojja

13 Feb, 2013 11:50 AM

Hi

We are using [Gradle 1.3] gradlefx version: '0.6' for compilation of multi module flex and java projects source.

How do parsley dependencies are resolved?
There is a maven repository at http://opensource.adobe.com/svn//opensource/cairngorm3/maven-reposi...

Our projects uses following parsley 3 swc:
parsley\parsley-core-3.0.0.swc
parsley\parsley-flex-3.0.0.swc
parsley\parsley-xml-3.0.0.swc
parsley\spicelib-commands-3.1.1.swc
parsley\spicelib-reflect-3.0.0.swc
parsley\spicelib-util-3.1.0.swc
parsley\spicelib-xml-mapper-3.0.2.swc

We tried :
buildscript {
repositories { mavenCentral() mavenRepo name: 'adobe-releases', url: "http://opensource.adobe.com/svn/opensource/cairngorm3/maven-reposit...; } dependencies { classpath group: 'org.gradlefx', name: 'gradlefx', version: '0.6' external group: 'org.spicefactory', name: 'parsley-flex4', version: '2.2.2', ext: 'swc'

}

Its giving error:
C:\devenv\poc\ACEPoCGradle\flex\parsley>gradle clean build
Cannot invoke method isLib() on null object
java.lang.NullPointerException: Cannot invoke method isLib() on null object
Thanks and Regards,
Bojja

  1. Support Staff 1 Posted by Maxime Cowez on 13 Feb, 2013 12:48 PM

    Maxime Cowez's Avatar

    Hi Bojja,

    Seems like you didn't provide a type for your project (see "basic setup" in the docs: http://doc.gradlefx.org/en/latest/basic_setup.html).

    We're aware the error message you get is unclear: an issue was filed on GitHub to address this.

    Greetz
    Max

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

07 May, 2023 04:17 PM
28 Apr, 2023 11:22 PM
23 Apr, 2023 09:43 AM
03 Nov, 2022 01:22 AM
29 Jun, 2022 05:39 PM

 

04 Aug, 2021 12:50 PM
15 Apr, 2021 06:10 PM
15 Jan, 2021 06:56 PM
09 Mar, 2020 11:11 PM
09 Mar, 2020 11:09 PM
17 Apr, 2019 02:51 PM