parsley 3 external dependencies
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
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
Support Staff 1 Posted by Maxime Cowez on 13 Feb, 2013 12:48 PM
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