[jira] Created: (OFBIZ-256) ant target run-install-seed should depend on run-install

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

[jira] Created: (OFBIZ-256) ant target run-install-seed should depend on run-install

Nicolas Malin (Jira)
ant target run-install-seed should depend on run-install
--------------------------------------------------------

                 Key: OFBIZ-256
                 URL: http://issues.apache.org/jira/browse/OFBIZ-256
             Project: OFBiz (The Open for Business Project)
          Issue Type: Wish
          Components: framework
    Affects Versions: SVN trunk
         Environment: Windows XP, PostgreSQL 8.1, JDK 1.5 - I think this doesn't matter. ;)
            Reporter: Fabian Gorsler
            Priority: Trivial


Hi all,

I think it'd be quite nice if run-install-seed would depend on run-install in /build.xml. You could have a instant OFBiz installation with just one command.
The target name is IMHO a little bit confusing, it sounds like run-install-seed would be a child of run-install. Perhaps another target, which does the same as run-install-seed could be introduced with the dependency build and run-install-seed with the dependency run-install.

Best regards,
Fabian.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-256) ant target run-install-seed should depend on run-install

Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-256?page=all ]

Fabian Gorsler updated OFBIZ-256:
---------------------------------

    Attachment: patch.txt

> ant target run-install-seed should depend on run-install
> --------------------------------------------------------
>
>                 Key: OFBIZ-256
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-256
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Wish
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Windows XP, PostgreSQL 8.1, JDK 1.5 - I think this doesn't matter. ;)
>            Reporter: Fabian Gorsler
>            Priority: Trivial
>         Attachments: patch.txt
>
>
> Hi all,
> I think it'd be quite nice if run-install-seed would depend on run-install in /build.xml. You could have a instant OFBiz installation with just one command.
> The target name is IMHO a little bit confusing, it sounds like run-install-seed would be a child of run-install. Perhaps another target, which does the same as run-install-seed could be introduced with the dependency build and run-install-seed with the dependency run-install.
> Best regards,
> Fabian.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-256) ant target run-install-seed should depend on run-install

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-256?page=all ]

David E. Jones closed OFBIZ-256.
--------------------------------

    Fix Version/s: SVN trunk
       Resolution: Won't Fix
         Assignee: David E. Jones

Fabian,

Based on what you wrote I'm guessing there is a misunderstanding about what these targets do. The "ant run-install-seed" target does the same thing as "ant run-install" except with a different set of XML data files. More specificially, "ant run-install" loads all types of XML data files while "ant run-install-seed" only loads seed data.

You might find the install/load section of the Basic Production Setup Guide helpful.

> ant target run-install-seed should depend on run-install
> --------------------------------------------------------
>
>                 Key: OFBIZ-256
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-256
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Wish
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Windows XP, PostgreSQL 8.1, JDK 1.5 - I think this doesn't matter. ;)
>            Reporter: Fabian Gorsler
>         Assigned To: David E. Jones
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: patch.txt
>
>
> Hi all,
> I think it'd be quite nice if run-install-seed would depend on run-install in /build.xml. You could have a instant OFBiz installation with just one command.
> The target name is IMHO a little bit confusing, it sounds like run-install-seed would be a child of run-install. Perhaps another target, which does the same as run-install-seed could be introduced with the dependency build and run-install-seed with the dependency run-install.
> Best regards,
> Fabian.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Re: [jira] Closed: (OFBIZ-256) ant target run-install-seed should depend on run-install

Fabian Gorsler
Hi David,

I run this task always from Eclipse and was wondering why ofbiz.jar didn't
appear, although the run-install-task is the same with the addition of the
readers=seed argument, but I saw the problem: Automatic workspace
refreshing was toggled off in Eclipse... PEBKAC.

Sorry... Sometimes it could be so easy...

Best regards,
Fabian.