How to Import files into ofbiz?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

How to Import files into ofbiz?

shrishti
hello all,
i am new to ofbiz and now-a-days i am exploring its build.xml.
Can anybody tell me how can i read a file from file system using ant import
task
or is there any other way to import files into ofbiz using ant tasks
thanks.
Reply | Threaded
Open this post in threaded view
|

Re: How to Import files into ofbiz?

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

please clarify you Import files.
are you talking about downloading the svn?
if not what files are wanting to import to where?
which OS are you using?


shrishti sent the following on 3/13/2009 11:08 PM:
> hello all,
> i am new to ofbiz and now-a-days i am exploring its build.xml.
> Can anybody tell me how can i read a file from file system using ant import
> task
> or is there any other way to import files into ofbiz using ant tasks
> thanks.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJu1JgrP3NbaWWqE4RAsLjAKCP2KiNxUzGVqUFgKjUAl3O2JMG+QCdHbkr
POqv08rGtECYlGd40UlaYR8=
=SzWr
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: How to Import files into ofbiz?

seemaaparna tiwari
hello all,
i just want to import files from a local file system  and i want to know the
ant task for it.
thanks.
Reply | Threaded
Open this post in threaded view
|

Re: How to Import files into ofbiz?

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ofbiz build.xml has no task for this.
this is where to find general ant answers
http://ant.apache.org/faq.html

seemaaparna tiwari sent the following on 3/14/2009 12:17 AM:
> hello all,
> i just want to import files from a local file system  and i want to know the
> ant task for it.
> thanks.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJu2JqrP3NbaWWqE4RAkJDAKCfpPGrZpsk9qLCWvJ+LWigDJWiBgCgv3D7
kBCRE+UYLdwZvCZ6JRXNQhE=
=f43F
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: How to Import files into ofbiz?

Stephen Rufle-2
In reply to this post by shrishti
I think you may have success with using
ant run-install-file -Ddata.file=[name_of_your_data.xml]

This does not use a ant "task" , but and ant "target". I am also looking
a the trunk build so, it may or may not be there for you.


shrishti wrote:
> hello all,
> i am new to ofbiz and now-a-days i am exploring its build.xml.
> Can anybody tell me how can i read a file from file system using ant import
> task
> or is there any other way to import files into ofbiz using ant tasks
> thanks.
>
>