Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changing a field type in Derby
Use cvv codes in OFBiz
Patching on Windows

Patching on Windows

----

----

Anchor
field type in Derby
field type in Derby

Changing a field type in Derby Derby 

  1. Export the table to xml
  2. Drop the table
  3. Start OFBiz - table recreated with new structure
  4. Import xml data from #1

Advice from Adrian Crum.

----

----

Anchor
cvv codes
cvv codes

Use cvv codes in OFBiz

https://issues.apache.org/jira/browse/OFBIZ-767#action_12476855

...

----

Anchor
Patching on Windows
Patching on Windows

Patching on Windows

To patch on Windows you have to download patch.exe. But you may encouter EOL problems with patch.exe.

That's why Iprefer to use Apply PAtch option Tortoise in a 1st step (best SVN and CVS UI existingeither on Linux or Windows, besides Tortoise comes from Tigris too).
Then if I get problems with Tortoise (or Eclipse option wich is nearTortoise for patching but less supple for this option and far more ingeneral) I use patch command. To avoid EOL problems I use a bat filepatchdos.bat :

todos %1
patch -p0 < %1

where todos is and exe to download. Of course you will have to deal withpath but at this stage I guess it's easy...