|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
IntelliJ setup?-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256 Seems like the info on the wiki is out of date. What steps are needed to setup a fresh git clone to begin working on gradle? - -- Jason Porter Real Programmers think better when playing Adventure or Rogue. PGP key id: 926CCFF5 PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5 PGP key available at: keyserver.net, pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9) iEYEAREIAAYFAkrFGCkACgkQEEbDm5Jsz/UAjgCgpLnskw0dxdvX32vUpFlZrZmR 75EAn0HWkRk9syY/eN//t6thlQVPd3rS =8IOr -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: IntelliJ setup?Jason Porter wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Seems like the info on the wiki is out of date. What steps are needed > to setup a fresh git clone to begin working on gradle? > > I've updated the wiki. There's probably some stuff missing or not quite right, so let us know if you have problems. > - -- > Jason Porter > Real Programmers think better when playing Adventure or Rogue. > > PGP key id: 926CCFF5 > PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5 > PGP key available at: keyserver.net, pgp.mit.edu > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (Darwin) > Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9) > > iEYEAREIAAYFAkrFGCkACgkQEEbDm5Jsz/UAjgCgpLnskw0dxdvX32vUpFlZrZmR > 75EAn0HWkRk9syY/eN//t6thlQVPd3rS > =8IOr > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: IntelliJ setup?-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256 On Thu, Oct 1, 2009 at 22:40, Adam Murdoch wrote: > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9) iEYEAREIAAYFAkrGHFMACgkQEEbDm5Jsz/VRWgCbBNW9mvsC/O6I60msPUN5tNm9 nfUAn1E5xt5HIX5bIW/NgfkkPlqmwe3G =xr/F -----END PGP SIGNATURE----- > > Jason Porter wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> Seems like the info on the wiki is out of date. What steps are needed >> to setup a fresh git clone to begin working on gradle? >> >> > > I've updated the wiki. There's probably some stuff missing or not quite > right, so let us know if you have problems. > >> - -- >> Jason Porter >> Real Programmers think better when playing Adventure or Rogue. >> >> PGP key id: 926CCFF5 >> PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5 >> PGP key available at: keyserver.net, pgp.mit.edu >> >> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.10 (Darwin) >> Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9) >> >> iEYEAREIAAYFAkrFGCkACgkQEEbDm5Jsz/UAjgCgpLnskw0dxdvX32vUpFlZrZmR >> 75EAn0HWkRk9syY/eN//t6thlQVPd3rS >> =8IOr >> -----END PGP SIGNATURE----- >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > Looks like libs aren't standard in the project. I'm seeing junit 4.7 and junit 4. Also looks like we're a little behind revisions on a few of them as well Had the following when I tried to Make the project (I'm compiling groovy code, should I not be?): Information:Compilation completed with 2 errors and 0 warnings Information:2 errors Information:0 warnings /Users/jporter/Library/Caches/IntelliJIDEA8x/compiler/gradle.gradle72b3aa1/.generated/Groovy_to_java_source_code_generator/gradle-core.b895a018/production/refresh-tasks-init-script.java Error:Error:line (1)'{' expected /Users/jporter/Library/Caches/IntelliJIDEA8x/compiler/gradle.gradle72b3aa1/.generated/Groovy_to_java_source_code_generator/gradle-core.b895a018/production/execute-command-init-script.java Error:Error:line (1)'{' expected -- Jason Porter Real Programmers think better when playing Adventure or Rogue. PGP key id: 926CCFF5 PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5 PGP key available at: keyserver.net, pgp.mit.edu --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: IntelliJ setup?Jason Porter wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On Thu, Oct 1, 2009 at 22:40, Adam Murdoch wrote:-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9) iEYEAREIAAYFAkrGHFMACgkQEEbDm5Jsz/VRWgCbBNW9mvsC/O6I60msPUN5tNm9 nfUAn1E5xt5HIX5bIW/NgfkkPlqmwe3G =xr/F -----END PGP SIGNATURE----- You might be looking at the samples. Gradle's build uses junit 4.5 consistently. Also looks like we're a little behind revisions on a few of them as well We are. We should update them before the next release.
You can just exclude these from compilation if you're using Intellij 8. The Intellij 9 EAPs deal with these fine and you don't need to exclude them. Adam |
| Free embeddable forum powered by Nabble | Forum Help |