Glassfish gem removes quotes from post parameters

Indeed… sorry about that, Something changed in the glassfish master
maven
repo delegation. Added java.net maven2 repo explicitly and it builds
fine
now.

try updating your wspace.

-vivek.

On Wed, Apr 14, 2010 at 4:02 PM, Charles Oliver N.

Hmm, it failed for me…some maven thing (naturally!):

[ERROR] The build could not read 1 project → [Help 1]
[ERROR] The project
org.glassfish.scripting:glassfish-gem:1.0.3-SNAPSHOT
(/Users/headius/projects/glassfish-gem/pom.xml) has 1 error
[ERROR]
‘dependencies.dependency.(groupId:artifactId:type:classifier)’
must be unique: org.jruby:jruby-complete:jar → version 1.3.1 vs
${jruby.version}

On Wed, Apr 14, 2010 at 5:54 PM, Charles Oliver N.
[email protected] wrote:

$ cd glassfish-gem

GF gem built?

The Java code is a bit more complicated, since it handles figuring out
to look more at it.


  http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

I still got the error, but it seems to have been something with Maven
3. I used Maven 2 and it appears to have built successfully. Bravo!

So long story short, I can confirm that Vivek’s steps for building the
GF gem work, if you have a login/password for java.net that works. The
next step may simply be to fork GF gem to Github, periodically pull
updates, and start working off that other repository. I know that
java.net is scheduled to switch to Kenai infrastructure, which would
mean it would have Git support, but that’s obviously not there right
now…

On Wed, Apr 14, 2010 at 7:16 PM, Vivek P. [email protected]
wrote:

Yeah, java.net sucks! BTW, java.net has always been running on collabnet:)

$ mvn clean install

GF gem built?

ask
Again, though, that shouldn’t need much attention (except here, where
Java

  • Charlie

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

On Fri, Apr 16, 2010 at 3:00 PM, Charles Oliver N.
[email protected] wrote:

I still got the error, but it seems to have been something with Maven
3. I used Maven 2 and it appears to have built successfully. Bravo!

So long story short, I can confirm that Vivek’s steps for building the
GF gem work, if you have a login/password for java.net that works.

I am pretty sure ‘guest’ and a blank password works. But a github repo
would be very nice though.

Albert


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On Wed, Apr 14, 2010 at 3:54 PM, Charles Oliver N.
[email protected]wrote:

I had to log in, which is annoying. Hopefully when it moves to
CollabNet it will be “actually” open.

I wonder if we’d want to fork it and maintain a separate repository of
our own? We would need to be able to commit to it freely…

Yeah, java.net sucks! BTW, java.net has always been running on
collabnet:)

-vivek.

On Apr 16, 2010, at 2:08 PM, Albert R. wrote:

Albert

I’m a newbie when it comes to svn-git thing, but I do have one on
github:


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On Apr 3, 2010, at 10:26 AM, Albert R. wrote:

I filed a bug with gfgem, but it seems that project is abandoned right
now. Which is a shame, since it is the most rails-like deployment
around.

I responded to your comment in rubyforge. I don’t know what is causing
this, but I have not been able to reproduce this problem with glassfish
gem 1.0.2. Here, I used a plain Radiant application to get a POST:

Processing Admin::PagesController#update (for 0:0:0:0:0:0:0:1%0 at
2010-05-02 14:31:40) [PUT]
Parameters: {“_method”=>“put”,
“authenticity_token”=>“jGfv/T52rJGKFh0OjWfOAJ8m5Gvk6Jxw7RYbmELAIZk=”,
“page”=>{“lock_version”=>“0”, “parent_id”=>“1”, “title”=>“"About"”,
“slug”=>“about”, “breadcrumb”=>“"About"”, “description”=>“”,
“keywords”=>“”, “parts_attributes”=>{“0”=>{“name”=>“body”, “id”=>“9”,
“_delete”=>“”, “filter_id”=>“”, “content”=>“This is the third post.”}},
“layout_id”=>“”, “class_name”=>“”, “status_id”=>“100”}, “commit”=>“Save
Changes”, “controller”=>“admin/pages”, “action”=>“update”, “id”=>“8”}
Redirected to http://localhost:3000/admin/pages
Completed in 85ms (DB: 6) | 302 Found [http://localhost/admin/pages/8]

Note the “title” and “breadcrumb”, where double-quotes are escaped
correctly.

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email