install problem
Submitted by Guest on Mon, 15/01/2007 - 15:17
Tony,
I'm trying to do a fresh build, and I'm failing at the step
To build the archetypes:
> cd openvpms-archetypes
> maven -Dmaven.test.skip jar:install
Based on the error (shown below) and poking around the ibibio site, it looks like at least one of the directories that it's looking for do not exist. Where would I fix this?
Thanks
Lee
Error text:
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
Attempting to download spring-aop-1.2.5.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/springframework/jar
s/spring-aop-1.2.5.jar]: java.io.IOException: Unknown error downloading; status
code was: 301
WARNING: Failed to download spring-aop-1.2.5.jar.
Attempting to download aopalliance-1.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/aopalliance/jars/ao
palliance-1.0.jar]: java.io.IOException: Unknown error downloading; status code
was: 301
WARNING: Failed to download aopalliance-1.0.jar.
Attempting to download drools-all-jdk5-2.1.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/drools/jars/drools-
all-jdk5-2.1.jar]: java.io.IOException: Unknown error downloading; status code w
as: 301
WARNING: Failed to download drools-all-jdk5-2.1.jar.
Attempting to download janino-2.3.8.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/janino/jars/janino-
2.3.8.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download janino-2.3.8.jar.
Attempting to download commons-beanutils-core-1.7.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-beanutils/j
ars/commons-beanutils-core-1.7.0.jar]: java.io.IOException: Unknown error downlo
ading; status code was: 301
WARNING: Failed to download commons-beanutils-core-1.7.0.jar.
Attempting to download oro-2.0.8.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/oro/jars/oro-2.0.8.
jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download oro-2.0.8.jar.
The build cannot continue because of the following unsatisfied dependencies:
spring-aop-1.2.5.jar (try downloading from http://www.springframework.org/)
aopalliance-1.0.jar (try downloading from http://www.aopalliance.org/)
drools-all-jdk5-2.1.jar (try downloading from http://drools.codehaus.org/)
janino-2.3.8.jar (try downloading from http://www.janino.net/)
commons-beanutils-core-1.7.0.jar (try downloading from http://jakarta.apache.org
/commons/jxpath/)
oro-2.0.8.jar (try downloading from http://jakarta.apache.org)
Total time: 9 seconds
Finished at: Sun Jan 14 23:10:54 EST 2007
C:\openvpms\openvpms-archetypes>
- Printer-friendly version
- Login or register to post comments
Re: install problem
Re: install problem
Re: install problem
Re: install problem
working out well, thanks
US Addresses
Hi,
I am wondering if some could be kind enough to post their modified files for US addresses? I am unable to find the xml files where the addresses are being pulled from. If they are java files, what are you guys using to modify them, notepad? I haven't done any java stuff before.
Thank you very much.
RE: US Addresses
Currently the setup data that gets loaded when you run the
dataload setup
command in the bin folder of the distribution will load Australian states.
In order to make this load US states you will need to edit the setup.xml datafile found in the import/data folder in the distribution. You will find the following lines in that data file
I suggest you edit these to look like
etc
You will also need to edit entries like
to
These link the states to the country.
Of course you can always just delete the states in the application and reenter if you are only doing this for a single install. This can be done in the Administration -> Lookups workspace. The first approach is handy if you intend to do this on multiple installations of course. Obviously you can also edit in the application and setup the software how you wish and then do a Mysql backup and utilise this as your base database for subsequent installations.
If you do end up editing the setup.xml file please send it to us then I will be happy to put into the next release for others to utilise.
Also remember if you are intending to migrate data from an existing software system it is probably best to populate these lookups from the legacy data. In that case we tend to run the base dataload not the setup one.
If you want to edit the contact.location archetype to change the names of on screen fields i.e Post Code to Zip Code do the following:
- Go to Administration ->Archetypes - Hit Find and enter *contact.location* in the search field and hot enter. - Select the displayed archetype (should only be 1) - Click Edit button - Click on postcode node in table and you will see node information. Edit Display Name field to say Zip Code rather than Postcode. - Click OK to save
Hope this helps.
Cheers Tony
-----Original Message----- From: users-bounces@lists.openvpms.org [mailto:users-bounces@lists.openvpms.org]On Behalf Of marco.rojas@gocetech.com Sent: Friday, 24 October 2008 13:03 To: users@lists.openvpms.org Subject: [OpenVPMS Users] US Addresses
Hi, I am wondering if some could be kind enough to post their modified files for US addresses? I am unable to find the xml files where the addresses are being pulled from. If they are java files, what are you guys using to modify them, notepad? I haven't done any java stuff before.
Thank you very much. _______________________________________________ OpenVPMS User Mailing List users@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/mailman/listinfo/users
_______________________________________________ OpenVPMS User Mailing List users@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/mailman/listinfo/users
Thanks that is easy
Very easy, thank you very much, the second approach works for me under administration > lookups.