Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.eclipse.jdt.core.compiler#ecj;3.6.2: not found #12

Open
josejuanmontiel opened this issue Feb 9, 2013 · 3 comments
Open

org.eclipse.jdt.core.compiler#ecj;3.6.2: not found #12

josejuanmontiel opened this issue Feb 9, 2013 · 3 comments

Comments

@josejuanmontiel
Copy link

Hi,

first i saw yours (and your red hat) in Greach! Great talk,

Now i'm going to try this, but... seem that ecj 3.6.2 not in repos now

i solved with: mavenRepo "http://repository.ow2.org/nexus/content/repositories/public" but maybe and updated version would be a better aprox.

Another question. Its this plugin compatible with grails 2.2?

i try: "grails upgrade" and said: "Project upgraded"

Maybe i'll try with todo: implement ByteArray type(for use case of images storage)

@fabricematrat
Copy link
Member

I did have yet time to test grails 2.2. I am happy that you propose to help. Welcome !
Try and tell us.
For eclipse I must have it already in my repo that's why I never saw the problem. Do not hesitate to propose a pull request for an updated version.
ByteArray is a good part but tricky so I am quite interested in your proposal. The best at the end is to offer also photos from camera with phonegap or supported browser aslo.

Thanks,
Portos.(Fabrice)

@josejuanmontiel
Copy link
Author

Hi,

2013/2/9 Fabrice Matrat notifications@github.com

I did have yet time to test grails 2.2.

in github the version of plugin is 0.4.4, but seem than the version in
http://grails.org/plugin/html5-mobile-scaffolding its 0.5, what its the
correct?

And seems that with 2.2.0 not work...

| Error 2013-02-10 22:53:09,896 [http-bio-8080-exec-2] ERROR
errors.GrailsExceptionResolver - MissingMethodException occurred when
processing request: [POST] /bookstore/book/save - parameters:
book:
{"isbn":"123123","name":"123123","longitude":"-3.000000","latitude":"40.000000","id":"","version":"","class":""}
No signature of method: bookstore.BookController.event() is applicable for
argument types: (java.util.LinkedHashMap) values: [[topic:save-book,
data:bookstore.Book : 1]]

later i'll try with 2.1.0

I am happy that you propose to help. Welcome !
Try and tell us.

How i try? Fork the github?

For eclipse I must have it already in my repo that's why I never saw the
problem. Do not hesitate to propose a pull request for an updated version.

This thing happen when your local repository its too old, and big ;)

ByteArray is a good part but tricky so I am quite interested in your
proposal. The best at the end is to offer also photos from camera with
phonegap or supported browser aslo.

"Hybrid mobile app in minutes, not days" its a good thing; if geolocation
its included, it turn a great thing... but if "take photos" if possible, it
would be amazing.

I'm newbie with grails (not in java/html/js/css) and maybe it will be a big
challenge to me, but the final price could be interesting ;)

Can you give me some guidance about how you think it could be done?

Thanks,
Portos.(Fabrice)

Thansk to you...

This is your badness level.
It's unusually high for someone your size.
We have to fix that.

@fabricematrat
Copy link
Member

Hi,

First have a look at how to post the file to the grails application.
Have a look at multipart/form-datahttp://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2to
send the file instead of using base64 encoding which is not efficient.

Then have a look at what browser directly support for camera instead of
going to the phonegap implementation. We prefer to use standard browser
capabilities before looking at phonegap.

We have a need to implement that before the end of march so I don't know if
you have enough time to look at it. Just tell us your progress and how we
ca help.

Portos as Fabrice.

On Sun, Feb 10, 2013 at 10:57 PM, Jose Juan Montiel <
notifications@github.com> wrote:

Hi,

2013/2/9 Fabrice Matrat notifications@github.com

I did have yet time to test grails 2.2.

in github the version of plugin is 0.4.4, but seem than the version in
http://grails.org/plugin/html5-mobile-scaffolding its 0.5, what its the
correct?

And seems that with 2.2.0 not work...

| Error 2013-02-10 22:53:09,896 [http-bio-8080-exec-2] ERROR
errors.GrailsExceptionResolver - MissingMethodException occurred when
processing request: [POST] /bookstore/book/save - parameters:
book:

{"isbn":"123123","name":"123123","longitude":"-3.000000","latitude":"40.000000","id":"","version":"","class":""}
No signature of method: bookstore.BookController.event() is applicable for
argument types: (java.util.LinkedHashMap) values: [[topic:save-book,
data:bookstore.Book : 1]]

later i'll try with 2.1.0

I am happy that you propose to help. Welcome !
Try and tell us.

How i try? Fork the github?

For eclipse I must have it already in my repo that's why I never saw the
problem. Do not hesitate to propose a pull request for an updated
version.

This thing happen when your local repository its too old, and big ;)

ByteArray is a good part but tricky so I am quite interested in your
proposal. The best at the end is to offer also photos from camera with
phonegap or supported browser aslo.

"Hybrid mobile app in minutes, not days" its a good thing; if geolocation
its included, it turn a great thing... but if "take photos" if possible, it
would be amazing.

I'm newbie with grails (not in java/html/js/css) and maybe it will be a big
challenge to me, but the final price could be interesting ;)

Can you give me some guidance about how you think it could be done?

Thanks,
Portos.(Fabrice)

Thansk to you...

This is your badness level.
It's unusually high for someone your size.
We have to fix that.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-13362143..

Best regards,

http://rivieragug.org/
http://3musket33rs.github.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants