Displaying 3 results from an estimated 3 matches for "illformed".
Did you mean:
wellformed
2006 Apr 05
6
rake freeze_gems errors
I''m having problems trying to freeze local rails gem to my app with:
rake freeze_gems
On OSX 10.4.6 i get the following error:
Illformed requirement [=#<Gem::Specification name=rails version=1.1.0>]
This is the full output:
Freezing to the gems for Rails 1.1.0
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ''activesupport-1.3.0''
mv activesupport-1.3.0 activesupport
Unpacked gem: '...
2006 Dec 29
5
sqlite errors
Hello,
When I kick off SVN1992 with storeconfigs=yes, I get the following error:
err: Could not store configs: SQLite3::SQLException: SQL logic error
or missing database: INSERT INTO resources ("exported", "line",
"title", "host_id", "restype", "source_file_id") VALUES(NULL, 23,
''svnpkgadd-emacs-nox-etc'', NULL, NULL,
2006 Mar 28
7
Rails 1.1 and "freeze_gems"
...actionpack-1.12.0''
mv actionpack-1.12.0 actionpack
Unpacked gem: ''actionmailer-1.2.0''
mv actionmailer-1.2.0 actionmailer
Unpacked gem: ''actionwebservice-1.1.0''
mv actionwebservice-1.1.0 actionwebservice
ERROR: While executing gem ... (ArgumentError)
Illformed requirement [=#<Gem::Specification name=rails version=1.1.0>]
rake aborted!
exit
======================
Is this a bug, or am I missing something...?